Compaq TCP/IP Services for OpenVMS
Management Command Reference


Previous Contents Index


SHOW VERSION

Displays the version of the TCP/IP Services software that is currently running, including individual components.

Format

SHOW VERSION [ /ALL ]


Qualifiers

/ALL

Optional. Default: TCP/IP Services version.

Displays the version of all running TCP/IP Services components.


Examples

#1

TCPIP> SHOW VERSION
Compaq TCP/IP Services for OpenVMS Alpha Version 5.1 
    on an AlphaServer 1000 4/200 running OpenVMS V7.2
 
      

Displays the following information:

#2

TCPIP> SHOW VERSION /ALL
  Compaq TCP/IP Services for OpenVMS Alpha Version V5.1 
  on a AlphaServer 4100 5/300 2MB running OpenVMS V7.1 
 
     Image name               Image ID         Link Date    Image location 
 
Core Environment: 
  TCPIP$ACCESS_SHR;1         TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSLIB] 
  TCPIP$BGDRIVER;1           TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYS$LDR] 
  TCPIP$GATED;1              TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
  TCPIP$INETACP;1            TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
  TCPIP$INETDRIVER;1         TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYS$LDR] 
  TCPIP$IPC_SHR;1            TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSLIB] 
  TCPIP$MSG;1                TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSMSG] 
  TCPIP$PING;1               TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
   .
   .
   .
 
Dynamic Host Configuration Protocol (DHCP): 
  TCPIP$DHCP_BPASCIITODBMOD;1 
                             TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_BPISAMTOASCII;1 TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_DBDUMP;1        TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_DBMODIFY;1      TCPIP V5.1       21-DEC-2000  SYS$COMMON:[SYSEXE] 
   .
   .
   .
      

Displays the version of the running TCP/IP Services components and operating system. Also shows the hardware model.


START MAIL

Manually starts the SMTP sender queues (not the receiver [server]).

Related commands: SHOW MAIL, ENABLE SERVICE SMTP, SHOW CONFIGURATION SMTP


Format

START MAIL

restrictions

Requires SYSPRV or BYPASS privilege.

SMTP consists of the sender and the receiver. Start the sender before you enable the receiver.

Do not issue this command unless SMTP has been configured (with the SET CONFIGURATION SMTP command).


Examples

#1

TCPIP> START MAIL
      

Starts the SMTP sender.

(To start the SMTP sender when TCP/IP Services starts up, see the SET CONFIGURATION ENABLE SERVICE command. To start the SMTP receiver, see the ENABLE SERVICE command.)


START ROUTING

Starts dynamic routing with ROUTED or GATED. If you want to change from one to the other, you must stop the current dynamic routing daemon then start the desired daemon. You cannot run both GATED and ROUTED at the same time.

Related commands: STOP ROUTING, SET GATED


Format

START ROUTING [/GATED ]
[ /LOG ]
[ /SUPPLY[=DEFAULT] ]


Qualifiers

/GATED

Optional.

Enables the gateway routing daemon (GATED).

If you enable dynamic GATED routing, you will be able to configure this host to use any combination of the following routing protocols to exchange dynamic routing information with other hosts on the network:

/SUPPLY[=DEFAULT]

Optional. Applies only to ROUTED. Do not use with /GATED.

Broadcasts routing information to other hosts in 30-second intervals.

If you specify /SUPPLY=DEFAULT, the local host supplies the default network route.

/LOG

Optional. Applies to ROUTED. Do not use with /GATED.

Logs routing activity to
SYS$SYSDEVICE:[TCPIP$ROUTED]TCPIP$ROUTED.LOG.

Default: No logging.


Examples

#1

TCPIP> START ROUTING /GATED
      

Starts GATED dynamic routing on the running system.

#2

TCPIP> START ROUTING
      

Interactively starts ROUTED dynamic routing on the running system.

#3

TCPIP> START ROUTING /SUPPLY
      

Immediately starts ROUTED dynamic routing. The local host both broadcasts and receives network routing information.


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