NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM NCLQUEUESVOL
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–227
NCLQUEUESVOL
NCLQUEUESVOL=
subvolume
specifies the subvolume name for NCL queue files. An NCL queue file stores
information about each delayed or queued NCL process. These are NCL processes
that are waiting for execution in an NCL queue because execution has been
delayed or the execution limit has been exceeded.
One NCL queue file is created for each static or dynamic process that has delayed
or queued NCL processes. However, an NCL queue file is not created until an
NCL process is delayed or queued.
You can specify a subvolume in the form:
[ \
sys
. ]$
volume
.
subvolume
The name of the default subvolume is:
$
isv-vol
.ZNNMDATA
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
being installed.
In the subvolume for NCL queue files, the name of the NCL queue file for each
static or dynamic process that has delayed or queued NCL processes is:
p
Q
nnn
Note A file called pQnnnA is also created. This alternate key file speeds access to information in pQnnn. A file
called pQnnnX may also be created. This is pQnnn renamed. The file pQnnn is renamed to pQnnnX
after static or dynamic primary process failure. The file pQnnnX is used to recover information about
delayed or queued NCL processes. The file pQnnnX is deleted after recovery completes.
Caution Do not move or modify pQnnn, pQnnnA, or pQnnnX: otherwise, you may damage the integrity of NCL
queues.
p
specifies the process character (A through Z) specified when NonStop
NET/MASTER MS is initially executed.
nnn
specifies a three-digit number that matches the three-digit number in the
process name of the static or dynamic process.