NetBase for MPE Reference Guide
Using NBCTRL
2-21
SERVER
The SERVER command is used to allow or abort access to files. This command requires NODE
MANAGER (NM) or SYSTEM SUPERVISOR (OP) capability.
∗> HELP SERVER
Controls Server Processes
Syntax
∗> SERVER {ABORT=fileset[,fileset[,...]]}
{ALLOW=fileset[,fileset[,...]]}
Parameters
Parameter Description
ABORT
Eliminates access to specified file set(s) for all remote users on the
system. If the SERVER ABORT command is used to stop access to files,
then the SERVER ALLOW command must be issued to allow access again.
ALLOW
Allows access to specified file set(s) for remote users on the system.
Examples
To disallow access to all files in DATA.AP:
:NBCTRL.PUB.NETBASE
∗> SERVER ABORT=@.DATA.AP
ABORT REQUEST HAS BEEN SENT TO ALL ACTIVE SERVERS
To allow access to the files in DATA.AP:
∗> SERVER ALLOW=@.DATA.AP
ALLOW REQUEST HAS BEEN SENT TO ALL ACTIVE SERVERS