Library /sys$common/syshlp/tcpip$ucp_help.hlb SET, NFS_SERVER *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Modifies the parameters of the NFS server software. You can dynamically modify some characteristics, but other values are static. Modifications take effect by shutting down and restarting the NFS server software: o Dynamically modifiable qualifiers: - /GID_DEFAULT - /INACTIVITY_TIMER - /UID_DEFAULT o Static qualifiers: - /THREADS To make your changes permanent, modify the SYS$STARTUP:TCPIP$NFS_SERVER_STARTUP.COM file. To shut down the NFS server, issue the following command: $ @SYS$STARTUP:TCPIP$NFS_SHUTDOWN.COM To enable the server to restart, issue the following command: $ @SYSSTARTUP:TCPIP$NFS_SERVER_STARTUP.COM The auxiliary server automatically restarts the NFS server upon an incoming client request. Related commands: SHOW NFS_SERVER, ZERO NFS_SERVER Format SET NFS_SERVER [ /GID_DEFAULT=n ] [ /INACTIVITY_TIMER=n ] [ /THREADS=n ] [ /UID_DEFAULT=n ]
Additional Information (explode) :
|