Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-22
Examples
Examples
The following command adds a user named susie whose user ID is 118 and whose group
ID is 25:
->ADD USER $ZNFS.susie, USERID 118, GROUPID 25 &
-> , COMMENT “Susie Shaw”
The next command adds a user named phil whose user ID is 35, whose group ID is 25,
and whose mapped user name is SALES.PHIL:
->ADD USER $ZNFS.phil, USERID 35, GROUPID 25 &
-> , COMMENT “Phil Chomsky”, ALIAS OSS SALES.PHIL
ALLOWOPENS SUBSYS Command
The ALLOWOPENS SUBSYS command allows opens to be issued to the specified
OSS NFS subsystem; that is, the subsystem can accept new remote mount requests from
clients. This command reverses the effect of the STOPOPENS SUBSYS command.
The ALLOWOPENS SUBSYS command has the following syntax:
[ SUBSYS ] process-name
specifies the name of the SUBSYS object which is to allow new remote mounts.
The SUBSYS object uses the name of the manager process with which it is
associated.
Considerations
Consider the following points when using the ALLOWOPENS SUBSYS command:
•
ALLOWOPENS SUBSYS is a sensitive command requiring super-group access.
•
No particular summary state is required for this command.
Example
The following command allows the OSS NFS subsystem associated with the manager
process $ZNFS to accept new remote mount requests:
->ALLOWOPENS SUBSYS $ZNFS
ALLOWOPENS [ SUBSYS ] process-name