NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PSNDCTL CLOSE
NonStop NET/MASTER MS Commands
2–294 115412 Tandem Computers Incorporated
PSNDCTL CLOSE The PSNDCTL CLOSE command makes a Pathway server class unavailable for use by
NonStop NET/MASTER MS. When this command makes the server class unavailable,
it disassociates the server class from its identifier. If the server class is in use by a
NonStop NET/MASTER MS user when you execute this command, the command is
rejected.
PSNDCTL CLOSE=
process-spec
process-spec
:
[ \
sys
. ]
pathmon-process-name
.
pathway-server-class-name
process-spec
specifies the name of the Pathway server class.
Considerations
The default authority level of this command is 3.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Refer to the Introduction to PATHWAY and the PATHWAY PATHCOM Reference
Manual for introductory information about Pathway.
For related information, see the other PSNDCTL commands and the SHOW PSND
and SHOW PSNDUSER commands.
Example
The following example makes the server class \SYS1.$PMON.SERVERCLASS1
unavailable for use by NonStop NET/MASTER MS:
PSNDCTL CLOSE=\SYS1.$PMON.SERVERCLASS1