NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SIGNOFF link-name
NonStop NET/MASTER MS Commands
2–420 115412 Tandem Computers Incorporated
SIGNOFF link-name The SIGNOFF link-name command logs off a user from a remote NonStop
NET/MASTER MS or SOLVE management services system. You must have logged on
to the remote system (either explicitly using the SIGNON link-name command or
implicitly using the ROUTE link-name command) before you can successfully execute
this command.
You can log on to any number of remote systems from a single OCS window. If you
are using multiple OCS windows, you can log on to a remote system from one or both
windows. The SIGNOFF link-name command logs you off from the specified remote
system but only from the window from which you enter the command. When you exit
from OCS, you are automatically logged off from the remote system(s) to which you
have logged on from that window.
SIGNOFF
link-name
link-name
specifies the name of the link to the system from which to log off. 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 0.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
This command can be used to log off virtual users, such as the Background
Monitor and the Background Logger, which are entitled to log on to a remote
NonStop NET/MASTER MS or SOLVE management services system.
For related information, see the PARAM FEATUREDISABLE, ROUTE, SHOW
LINKS, SHOW USERS, and SIGNON link-name commands.
Examples
1. The following example logs you off from REMOTE01:
SIGNOFF REMOTE01
2. The following example logs off the Background Logger from REMOTE01:
SUBMIT BLOG SIGNOFF REMOTE01