Open System Services NFS SCF Reference Manual
SCF Commands for OSS NFS
Open System Services NFS SCF Reference Manual—522582-001
2-32
ALTER SERVER Command
ALTER SERVER Command
The ALTER SERVER command changes attribute values associated with the specified
SERVER object.
The ALTER SERVER command has the following syntax:
For a SERVER object, attribute-spec can be:
SERVER server-name
specifies the name of the SERVER object whose attributes are to be altered.
CPU cpu-number
specifies the number of the primary processor on which the server process runs.
You can specify from 0 through 15.
BACKUP backup-cpu-number
specifies the number of the backup processor on which the server process runs. You
can specify from -1 through 15. The backup processor must be a different processor
than the primary processor. A value of -1 indicates that no backup processor is
designated. If you do not specify a backup processor, the server process does not
run in persistent mode.
MAX-FILE-SIZE integer
specifies the maximum size, in bytes, of files written by NFS. You can specify any
valid 32-bit integer. The default value is 0 indicating no limit.
MNTPOINT path-name
specifies the path name of the directory file on which the server’s file system is to be
mounted. Before the server can be started, this directory must exist.
ALTER SERVER server-name [ [ , attribute-spec ]... ]
[ , SEL [ NOT ] state ]
[ CPU cpu-number ]
[ BACKUP backup-cpu-number ]
[ MAX-FILE-SIZE integer ]
[ MNTPOINT path-name ]
[ NULL-ALIAS-OK { TRUE | FALSE } ]
[ PRI cpu-priority ]
[ PROGRAM file-name ]
[ PROCESS process-name ]
[ READ-ONLY { TRUE | FALSE } ]
[ ROOT-USER-OK { TRUE | FALSE } ]
[ STYPE OSS ]
[ SWAP [ file-name ] ]
[ WRITE-THRU { TRUE | FALSE } ]