DIGITAL TCP/IP Services for OpenVMS
Management Command Reference


Previous Contents Index

Shows the full configuration in the permanent database for REXEC.


SHOW VERSION

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

Format

SHOW VERSION [ /ALL ]


Qualifiers

/ALL

Optional. Default: DIGITAL TCP/IP Services for OpenVMS version.

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


Examples

#1

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

Displays the:

#2

TCPIP> SHOW VERSION /ALL  
   
  
 
  DIGITAL TCP/IP Services for OpenVMS Alpha Version V5.0 
  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.0-9     21-DEC-1998  SYS$COMMON:[SYSLIB] 
  TCPIP$BGDRIVER;1           TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYS$LDR] 
  TCPIP$GATED;1              TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
  TCPIP$INETACP;1            TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
  TCPIP$INETDRIVER;1         TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYS$LDR] 
  TCPIP$IPC_SHR;1            TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSLIB] 
  TCPIP$MSG;1                TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSMSG] 
  TCPIP$PING;1               TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
   .
   .
   .
 
Dynamic Host Configuration Protocol (DHCP): 
  TCPIP$DHCP_BPASCIITODBMOD;1 
                             TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_BPISAMTOASCII;1 TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_DBDUMP;1        TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
  TCPIP$DHCP_DBMODIFY;1      TCPIP V5.0-9     21-DEC-1998  SYS$COMMON:[SYSEXE] 
   .
   .
   .
   
  
      

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


START COMMUNICATION

Starts the lower-layer software on the running system using the information in the relevant databases.

Reads the DIGITAL TCP/IP Services for OpenVMS configuration database to configure the system upon startup.

Related command: STOP COMMUNICATION

Note

Compaq strongly recommends that, instead of issuing this command, you run the SYS$COMMON:[SYSMGR]TCPIP$INET_STARTUP.COM procedure.

Format

START COMMUNICATION [ /INITIALIZE ]


Qualifiers

/INITIALIZE

Optional. Default: Interactively start.

Upon the next DIGITAL TCP/IP Services for OpenVMS startup:

restrictions

Requires OPER privileges.

Examples

#1

TCPIP> START COMMUNICATION /INITIALIZE  
      

Upon the next DIGITAL TCP/IP Services for OpenVMS startup, will activate all the software other than the services.


START MAIL

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

Before you issue this command, the configuration database must have the SMTP configuration.

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


Format

START MAIL

restrictions

Requires SYSPRV or BYPASS privileges.

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 DIGITAL TCP/IP Services for OpenVMS 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 if /GATED is specified.

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

/SUPPLY=DEFAULT: Local host supplies the default network route.

/LOG

Optional. Applies to ROUTED. Do not use if /GATED is specified.

Logs routing activity to OPERATOR.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 COMMUNICATION

Shuts down all the running DIGITAL TCP/IP Services for OpenVMS software, specifically:

To resume communications, reload and restart DIGITAL TCP/IP Services for OpenVMS.

Related command: START COMMUNICATION


Format

STOP COMMUNICATION

restrictions

If you use this command, you must also issue several other commands. Compaq highly recommends that, instead of this command, you use the TCPIP$INET_SHUTDOWN.COM procedure.

Requires OPER privileges.


STOP MAIL

Stops SMTP queuing.

Usually, you need to issue this command only immediately before issuing ANALYZE MAIL.

Note

Compaq recommends that you do not use this command.

Related commands: ANALYZE MAIL, SHOW MAIL, START MAIL


Format

STOP MAIL

restrictions

Requires SYSPRV or BYPASS privileges.

Examples

#1

TCPIP> STOP MAIL  
      

Stops SMTP queuing.


STOP NAME_SERVICE

Deallocates the existing data structures needed for host lookups and stops the BIND resolver.

Note

Compaq recommends that you do not issue STOP NAME_SERVICE. Use this command only in rare instances when you cannot stop the resolver with normal methods.

Format

STOP NAME_SERVICE


Examples

#1

TCPIP> STOP NAME_SERVICE   
      

Stops the BIND resolver.


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 remove all GATED routes from routing table.


TCPTRACE

Issue the TCPTRACE command at the DCL ($) prompt. For a description of the TCPTRACE utility, see the discussion of performance tuning in the DIGITAL TCP/IP Services for OpenVMS Management manual or type:


$ HELP TCPTRACE 


UNMAP

Makes unknown to the NFS server either a mapped (logically linked) OpenVMS disk or 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


Format

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

restrictions

Requires SYSPRV and BYPASS privileges.

Parameters

"/path/name"

Required.

UNIX style 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 INTERFACE

Clears statistics for the specified internet interface.

Related commands: SET INTERFACE, SHOW INTERFACE


Format

ZERO INTERFACE interface

restrictions

Requires OPER privileges.

Parameters

interface

Required.

Interface name of the communication controller.


Examples

#1

TCPIP> ZERO INTERFACE QE0  
      

Clears the statistics for the QE0 interface.


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

Not valid: A list of names.


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