Technical data
Configuring TCP/IP Services
3.10 Starting and Stopping TCP/IP Services by Command
For more information, see the Compaq TCP/IP Services for OpenVMS
Management guide.
3.10.4 Starting and Stopping User-Written Services
TCP/IP Services supplies command procedures for starting and stopping user-
written services. To start a user-written service, enter the following command:
$ SYS$STARTUP:TCPIP$CUSTOMER_SERVICE_STARTUP service-name
For service-name, specify the name of the service as defined using the TCP/IP
management command SET SERVICE.
To stop the user-written service, enter the following command:
$ SYS$STARTUP:TCPIP$CUSTOMER_SERVICE_SHUTDOWN service-name
3.11 Specifying TCP/IP Services as the Transport for DECwindows
Applications
To enable TCP/IP Services as the transport interface for
DECwindows applications, add the following line to the
SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.COM command procedure:
$ DECW$SERVER_TRANSPORTS == "DECNET,LOCAL,TCPIP"
Then restart DECwindows:
$ @SYS$STARTUP:DECW$STARTUP RESTART
If DECnet or DECnet-Plus software runs on the system, start it.
To display DECwindows applications from a DECwindows client (remote host) to
a DECwindows server (your workstation), proceed as follows:
1. Set up security on the remote host.
2. Add the remote client to the local hosts database.
3. Add to SYS$MANAGER:DECW$PRIVATE_SERVER_SETUP.COM the
following line:
$ DECW$SERVER_TRANSPORTS == "DECNET,LOCAL,TCPIP"
4. Set the display for the applications to the remote host:
$ SET DISPLAY/CREATE/NODE=remote-host/TRANSPORT=TCPIP
3–22 Configuring TCP/IP Services