NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM NCLQUEUESVOL
NonStop NET/MASTER MS Commands
2–228 115412 Tandem Computers Incorporated
Considerations
There is no relationship between the EXEC command and the NCL queue file. The
EXEC command does not queue NCL procedures in the NCL queue file.
For best performance, specify a subvolume for NCL queue files on your local
system.
The files pQnnn and pQnnnA are deleted when NonStop NET/MASTER MS shuts
down normally.
If a persistent static or dynamic process fails, delayed or queued NCL processes
are not requeued when the static or dynamic process restarts. If the primary
process of a static or dynamic process pair fails, delayed or queued persistent NCL
processes are requeued but delayed or queued nonpersistent NCL processes are
not requeued after the backup process takes over.
Refer to the NonStop NET/MASTER MS NCL Reference Manual for more
information about the START verb.
For related information, see the NCLQUEUE commands and the SHOW NCL and
SHOW NCLQUEUE commands.
Example
The following example specifies a subvolume for NCL queue files:
PARAM NCLQUEUESVOL=$DATA1.SUBVOL1
For an NC process called $Z322, the name of its NCL queue file is
$DATA2.SUBVOL1.ZQ322. A file called ZQ322A is also created.