Spooler FASTP Network Print Processes Manual

Installing and Configuring FASTP Network Print
Processes
Spooler FASTP Network Print Processes Manual 427528-007
2 - 26
Configuring a FASTCNFG File
A print process can be redirected from a level-2 FASTCNFG file to another
FASTCNFG file. The subordinate FASTCNFG file is a level-3 file. In a level-3
FASTCNFG file you can:
°
Only specify device attributes:
DEVICE [\node.]$device-name[.#qualifier]
attribute = attribute-value
[,attribute = attribute-value]...
°
You cannot redirect a level-3 file to another file.
Examples of FASTCNFG File Redirection
Figure 2-1 shows FASTCNFG file redirection from a level-1 file to a level-2 file to a
level-3 file. Note that the network-related printer attributes for print process $PRINT1
are specified in the level-3 file.
Figure 2-1. Using a Level-1, a Level-2, and a Level-3 FASTCNFG File
! Redirect all FASTPxxx processes
! in the $SPL1 Spooler subsystem
! to a subordinate FASTCNFG file
SPOOLER $SPL1
FASTCNFG=$DATA.CONF.SPL1
! Redirect FASTPxxx process $PRINT1
! in the $SPL1 Spooler subsystem
! to a subordinate FASTCNFG file
PROCESS $PRINT1
FASTCNFG=$DATA.CONF.PRT1
! The following attributes are for printers
! controlled by any other FASTPxxx
! processes in the $SPL1 Spooler subsystem
DEVICE $DEV2
CONTYPE=NETWARE
!The following attributes are for printers
! controlled by FASTPxxx process $PRINT1
! in the $SPL1 Spooler subsystem
DEVICE $DEV1
CONTYPE=NETWARE
$SYSTEM.SPOOL.FASTCNFG
$DATA.CONF.SPL1
$DATA.CONF.PRT1
Spooler
Subsystem 1
Level 1
Level 2
Level 3
$DEV2
$DEV1
VST002.vsd
$SPL1
Supervisor
Print Process
$PRINT1
Print Process
$PRINT2