Spooler FASTP Network Print Processes Manual

Installation and Configuration Considerations for
FASTPTCP
Spooler FASTP Network Print Processes Manual 427528-007
3 - 42
Creating the Master FASTCNFG File(s) for
FASTKCON
The syntax for a FASTCNFG DEFAULT entry is as follows:
where
attribute = value
specifies any attribute definition allowed for the DEVICE command.
The following examples demonstrate how DEFAULT entries can make FASTCNFG
files easier to maintain.
Example 3-6 and Example 3-7 show two comparable configurations: one using just
DEVICE entries and the other using a combination of DEFAULT and DEVICE entries.
DEFAULT [attribute = value]...
Example 3-6. FASTCNFG File Using Only DEVICE Entries
!This is the equivalent to Example 3-7.
DEVICE $HP1
ADDRESS = 10.0.0.1
CONTYPE = TCP/IP
PROTOCOL = HPJETDIRECT
DEVICE $HP2
ADDRESS = 10.0.0.2
CONTYPE = TCP/IP
PROTOCOL = HPJETDIRECT
DEVICE $HP3
ADDRESS = 10.0.0.3
CONTYPE = TCP/IP
PROTOCOL = HPJETDIRECT
Example 3-7. FASTCNFG File Using DEFAULT and DEVICE Entries
!This is the equivalent to Example 3-6.
DEFAULT
CONTYPE = TCP/IP
PROTOCOL = HPJETDIRECT
DEVICE $HP1
ADDRESS = 10.0.0.1
DEVICE $HP2
ADDRESS = 10.0.0.2
DEVICE $HP2
ADDRESS = 10.0.0.3