Spooler Utilities Reference Manual
Spooler Quick Start
Spooler Utilities Reference Manual—522295-003
1-6
Cold Starting a Spooler
Note that $ZHOME is specified as the home terminal in Example 1-4.
The cold-start file in Example 1-4 on page 1-6 causes SPOOLCOM to execute the
commands contained in the following spooler configuration file named SPLCONF:
Example 1-4. Spooler Cold Start File (COLDFILE)
COMMENT -- THIS IS $SYSTEM.SPLUTIL.COLDFILE
COMMENT -- THIS COMMAND FILE CREATES A SPOOLER SYSTEM
COMMENT -- Purge any existing collector data files having the
COMMENT same name as the data file you intend to use.
PURGE $MKT.SPL.DATAFILE
COMMENT -- Purge spooler supervisor control files having
COMMENT names you intend to use:
PURGE $MKT.SPL.SPL0
PURGE $MKT.SPL.SPL1
PURGE $MKT.SPL.SPL2
PURGE $MKT.SPL.SPL3
PURGE $MKT.SPL.SPL4
PURGE $MKT.SPL.SPL5
PURGE $MKT.SPL.SPL6
PURGE $MKT.SPL.SPL7
PURGE $MKT.SPL.SPL8
PURGE $MKT.SPL.SPL9
COMMENT -- Create a new collector data file:
FUP CREATE $MKT.SPL.DATAFILE, EXT ( 16384, 0 )
COMMENT -- Create the spooler supervisor process,
COMMENT specifying all cold-start parameters:
SPOOL / IN $MKT.SPL.SPL, OUT $ZHOME, NAME $SPLS, NOWAIT, &
PRI 147, CPU 0/1, 8191, 4095, 511, 10, 10, 40, 500
COMMENT -- supervisor control file = $MKT.SPL.SPL[0-9]
COMMENT -- log file for messages = $0 (op. console)
COMMENT -- supervisor process name = $SPLS
COMMENT -- execution priority = 147
COMMENT should be lower than editor or interactive utilities
COMMENT -- primary CPU = 0
COMMENT -- backup CPU = 1
COMMENT -- maximum number of jobs = 8191
COMMENT -- maximum number of locations = 4095
COMMENT -- maximum number of devices = 511
COMMENT -- maximum number of collectors = 10
COMMENT -- maximum number of print processes= 10
COMMENT -- maximum number of font jobs = 40
COMMENT -- maximum number of batch jobs = 500
COMMENT -- The spooler is now in the cold state; the supervisor is running.
COMMENT -- The next command runs SPOOLCOM, specifying a spooler
COMMENT "configuration file" to initialize the spooler:
SPOOLCOM / IN $SYSTEM.SPLUTIL.SPLCONF /
COMMENT -- Start the spooler:
SPOOLER, START