NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
LINK DELETE
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–141
LINK DELETE The LINK DELETE command deletes an Inter-NET/MASTER Connection (INMC) link
definition record from global memory.
LINK DELETE=
link-name
link-name
specifies the name of the link to the remote system. The link name is defined in
the LINK DEFINE command. The link name can be from 1 through 12 characters
long and can include any displayable characters. Alphabetic characters are not
case-sensitive.
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.
This command does not affect the current operational status of the link to which it
applies. If the link is active, it remains active; if the link is stopped, it remains
stopped; if the link is pending active, it remains pending active.
For related information, see the other LINK commands and the PARAM
FEATUREDISABLE, SESSION, SHOW LINKS, and UNIT commands.
Example
The following example deletes the link definition record, REMOTE1:
LINK DELETE=REMOTE1