hp.com home products and services support and drivers solutions how to buy
cd-rom home
End of Jump to page title
HP OpenVMS systems
documentation

Jump to content


HP TCP/IP Services for OpenVMS

HP TCP/IP Services for OpenVMS
Management Command Reference


Previous Contents Index


STOP ROUTING

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


Format

STOP ROUTING [ /GATED ]


Qualifiers

/GATED

Optional.

Use to stop GATED dynamic routing and to remove all GATED routes from the routing table.


UNMAP

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


Format

UNMAP "/path/name" [ /[NO]CONFIRM ]

restrictions

Requires SYSPRV and BYPASS privilege.

Parameters

"/path/name"

Required.

UNIX name of the file system to unmap.

You can use wildcards.


Qualifiers

/CONFIRM

/NOCONFIRM

Optional. Default: /CONFIRM if you use a wildcard.

Requests confirmation before unmapping each file system.


Examples

#1

TCPIP> UNMAP "/disk_host"  
      

Unmaps the NFS file system /remote , making it unavailable to client users.


ZERO NFS_SERVER

Resets the NFS server performance counters.

Related commands: SET NFS_SERVER, SHOW NFS_SERVER


Format

ZERO NFS_SERVER [ /HOST=host ]
[ /SERVICES ]
[ /USER_NAME=vms_user_name ]

restrictions

Requires SYSNAM and WORLD privileges.

Qualifiers

/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.


Examples

#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