If you would like to transfer a spoolfile from
one HP3K to another you can do the following (note, if you want
NetPrint to pick up the spoolfile on the receiving server you
will need another copy of NetPrint on this server):
On the sending server:
NETPRINT D=900
NODE { IP address of destination HP3K }
QUEUE { device # or class name on destination server }
OPTIONS PURGE;PTYPE=LPD;NETOPT="BSDv, P=6"
NETLOG
END
The P=6, in the OPTIONS statement above,
instructs Netprint to assign the new spoolfile a priority of 6.
On the receiving server, the following statements need to be
added to
Netprint's configuration file:
NETRECEIVE LPD
OPTIONS LOG;NOCCTL
NETLOG
END