NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
MAXUSERS
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–155
MAXUSERS The MAXUSERS command limits the number of interactive users that can log on to
NonStop NET/MASTER MS concurrently. During a period of critical system load,
this command can be helpful by temporarily limiting the maximum number of
concurrent users. Entering the MAXUSERS command with no operands displays the
number of current users and the maximum limit.
MAXUSERS [
maximum-number
]
maximum-number
sets the maximum number of users that can log on to NonStop NET/MASTER MS
concurrently. The system default is 500 concurrent users. You can specify a
number from 0 through 9999.
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.
Existing users are not logged off if you specify a value less than the number of
current users.
When enforcing the limit, the MAXUSERS command considers only interactive
users. (By contrast, the summary line of the SHOW USERS command also
includes virtual and remote users.)
For related information, see the SHOW OCS and SHOW USERS commands.
Examples
1. The following example sets the maximum number of concurrent users to 100:
MAXUSERS 100
2. The following example displays the number of current users and the maximum
limit:
MAXUSERS
The following message displays the results:
NNM0662 CURRENT MAXUSERS LIMIT IS 500, NUMBER OF USERS IS 219