Open System Services NFS Management and Operations Guide

#export-name spooler-name
where:
export-name
specifies the name of the printer as it appears on the network. If no export names are specified,
printing services are not available.
spooler-name
specifies the spooler location subdevice name, including the spool collector process name, that
corresponds to the exported printer. Values for spooler-name can be in local or remote
format.
For example:
vangogh $S.#VANGOGH
davinci \DDS.$S.#DAVINCI.RAW
Spooler jobs are inserted into the appropriate spooler locations owned by the mapped user ID in
the OS. (In OSS NFS, all users must be mapped; see Adding USER Objects” (page 22).)
NOTE: If no configuration file is supplied in the IN parameter of the RUN command that starts
PCNFSD or if no printers are exported, PCNFSD provides only authentication service and does
not provide any spooling or job-control services.
Running the PCNFSD Process
Issue these TACL commands to run the PCNFSD process (assuming it runs over the conventional
NonStop TCP/IP $ZTC0 process):
VOLUME $SYSTEM.ZOSSNFS
ADD DEFINE=TCPIP^PROCESS^NAME, FILE $ZTC0
RUN $SYSTEM.ZOSSNFS.PCNFSD /NAME $PCD0,IN ZPCDCONF,NOWAIT/&
NFSMGR $ZNFS
To run the PCNFSD process over NonStop TCP/IPv6, change the FILE parameter to specify the
TCP6SAM process as:
ADD DEFINE=TCPIP^PROCESS^NAME, FILE $ZSAM0
This example uses $ZSAM0 but the TCP6SAM or TCPSAM process could vary. Use the SCF LISTDEV
TCPIP command to find a TCP6SAM or TCPSAM process.
The PCNFSD process must be started after the OSS NFS subsystem is configured and started.
A Summary of Manual Configuration Steps 23