System Generation Manual for G-Series RVUs
Using Preprocessing Commands
System Generation Manual for G-Series RVUs—523407-001
3-24
A Helpful Command File
A Helpful Command File
To ensure a uniform system-generation environment, you can create a command file
containing the desired ASSIGN, PARAM, and RUN SYSGENR commands. The
following is a sample command file for a TNS/R system. This command file is useful
only if you plan to run SYSGENR outside of DSM/SCM, an act that is not
recommended.
The first time you use this file for a new operating system, place a COMMENT tag on
the PARAM REUSESYSFILES ALL command (see the example). Subsequently, if
SYSCOD00, SYSLIB00, and SYSCLR are not changed by a reconfiguration, you can
remove the COMMENT tag from the PARAM REUSESYSFILES ALL command.
COMMENT Sample command file for TNS/R system
COMMENT Clear any ASSIGNs or PARAMs in effect
CLEAR ALL
COMMENT Specify location from which to run SYSGENR
VOLUME $S11B.CONFIG
COMMENT Specify location for SYSGENR to place work files
PARAM WORKFILE $OPS.WHITNEYS
COMMENT Specify commands to reuse sysfiles (all or none)
ASSIGN SYSCOD00, $S11B.PDTSYS.SYSCOD00
ASSIGN SYSLIB00, $S11B.PDTSYS.SYSLIB00
ASSIGN SYSCLR, $S11B.PDTSYS.SYSCLR
PARAM REUSESYSFILES ALL
COMMENT Specify command to run XLLINK in CPUs 3 and 1
PARAM XLLINKCPU 0301
COMMENT Specify location for system image on disk
PARAM SYSGEN^DISKGENPARAM "$TEST3.SYS00, LISTALL "
COMMENT Specify location for system image on tape
PARAM SYSGEN^BACKUPPARAM "$TAPE03, LISTALL!"
COMMENT Specify location for tools SYSGENR uses
ASSIGN SYSGEN^BACKUP,$S11B.SYS01.BACKUP
ASSIGN SYSGEN^BINDER,$S11B.PDTSYS.BIND
ASSIGN SYSGEN^DISKGEN, $S11B.SYS01.DISKGEN
COMMENT ASSIGN SYSGEN^LINKER, $S11B.PDTSYS.NLD
ASSIGN SYSGEN^LINKER, $S11B.PDTSYSX.NLD
ASSIGN SYSGEN^TEMPLI, $S11B.PDTSYS.TEMPLI
ASSIGN SYSGEN^XLLINK, $S11B.PDTSYS.XLLINK
COMMENT Specify exact SYSGENR command
RUN $S11B.PDTSYS.SYSGENR/IN $S11B.CONFIG.CONFTEXT,&
CPU 02,PRI 199,OUT $S.#GEN.S00WHIT/$S11B.CONFIG.CONFAUX
COMMENT Delete work file subvolume
FUP PURGE ! $OPS.WHITNEYS.*