Starts configuration dialog and/or installation tape creation.
The equivalent compatibility mode command is SYSDUMP.
(Native Mode)
Operation Notes |
 |
The SYSGEN
command initiates the configurator/user interface. Once executing,
SYSGEN can be used to create new system configurations, to modify
existing ones, and to create installation tapes for any MPE/iX system.
System supervisor capability (OP) is required to view configuration
data. System manager (SM) capability is required to make configuration
changes and keep them or to create an installation tape.
To begin interaction with the MPE/iX configurator, the SYSGEN
command is entered. During the interaction, system configurations
can be created, modified, or used to create installation tapes.
The base for configuration changes or tape creation can be
specified on the SYSGEN
command with the base group. The group name to which the configuration
is to be kept with a SYSGEN KEEP
command can be specified on the SYSGEN
command line with the newgroup parameter.
Input for the configurator interaction can be redirected from
a file with the SYSGEN
command inputfile parameter. Any output during
the interaction can be redirected to a file with the SYSGEN
command outputfile parameter. In addition,
input and output can be redirected with file equations using the
formal designators SYSGIN
and SYSGOUT,
respectively, prior to entering the SYSGEN
command.
Examples |
 |
The following four examples perform the same action. Each
causes the group CONFIG.SYS
to be used as the basis for configuration data, the group NEWCONF.SYS
to be used for any KEEP
command without a group specification, the file $STDIN
to be used for input and the file $STDLIST
to be used for output.
SYSGEN CONFIG,NEWCONF,$STDIN,$STDLIST SYSGEN CONFIG,NEWCONF SYSGEN ,NEWCONF FILE SYSGIN=$STDIN FILE SYSGOUT=$STDLIST SYSGEN ,NEWCONF
|