|
HP OpenVMS systems documentation |
Previous | Contents | Index |
Stops dynamic routing. If GATED routing is used, stops dynamic routing but preserves GATED routes in the routing table.Use with SET NOROUTE when you require full manual control over the routing table.
Related command: START ROUTING
STOP ROUTING [ /GATED ]
/GATED
Optional.Use to stop GATED dynamic routing and to remove all GATED routes from the routing table.
Makes unknown to the NFS server either a mapped (logically linked) OpenVMS disk or a container file system.Unmapping removes a logical file system, also called Network File System (NFS). Unmapped file systems are not accessible to remote users working on NFS clients.
Related commands: MAP, SHOW MAP, SET CONFIGURATION NOMAP, ADD EXPORT, SHOW EXPORT, REMOVE EXPORT, MAP, UNMAP, SET CONFIGURATION MAP, SET CONFIGURATION NOMAP, SHOW MAP, SHOW CONFIGURATION MAP
Applies to: NFS server
UNMAP "/path/name" [ /[NO]CONFIRM ]
Requires SYSPRV and BYPASS privilege.
"/path/name"
Required.UNIX name of the file system to unmap.
You can use wildcards.
/CONFIRM
/NOCONFIRM
Optional. Default: /CONFIRM if you use a wildcard.Requests confirmation before unmapping each file system.
#1 |
---|
TCPIP> UNMAP "/disk_host" |
Unmaps the NFS file system /remote , making it unavailable to client users.
Resets the NFS server performance counters.Related commands: SET NFS_SERVER, SHOW NFS_SERVER
ZERO NFS_SERVER [ /HOST=host ]
[ /SERVICES ]
[ /USER_NAME=vms_user_name ]
Requires SYSNAM and WORLD privileges.
/HOST=host
Optional. Default: All users, all hosts.With /USER_NAME, clears the counters relating to the specified users sharing the specified OpenVMS account.
/SERVICES
Optional. Default: NFS server services.Resets the counters for the NFS server and the Mount and Portmapper services.
/USER_NAME=vms_user_name
Optional. Default: All users, all hosts.With /HOST, clears the counters relating to the specified users sharing the specified OpenVMS account.
Do not specify a list of names; specify only a single name.
#1 |
---|
TCPIP> ZERO NFS_SERVER /USER_NAME=NESTING /HOST="pigeon" |
Clears the NFS server counters for the remote NFS clients from host pigeon who use the OpenVMS account NESTING.
Index | Contents |