![]() |
![]() HP OpenVMS Systems Documentation |
![]() |
Compaq TCP/IP Services for OpenVMSUser's GuideOrder Number: AA--PC27K--TE
April 2002
This manual explains the user services available with the Compaq TCP/IP Services for OpenVMS product.
Revision Information: This manual supersedes the Compaq TCP/IP Services for OpenVMS User's Guide, Version 5.0. Software Version: Compaq TCP/IP Services for OpenVMS Version 5.3 Operating Systems: OpenVMS Alpha Versions 7.2-2, 7.3 OpenVMS VAX Versions 7.2, 7.3
© 2002 Compaq Information Technologies Group, L.P. Compaq, the Compaq logo, Alpha, OpenVMS, Tru64, VAX, VMS, and the Digital logo are trademarks of Compaq Information Technologies Group, L.P. in the U.S. and/or other countries. UNIX is a trademark of The Open Group in the U.S. and/or other countries. All other product names mentioned herein may be trademarks of their respective companies. Confidential computer software. Valid license from Compaq required for possession, use, or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Compaq shall not be liable for technical or editorial errors or omissions contained herein. The information in this document is provided "as is" without warranty of any kind and is subject to change without notice. The warranties for Compaq products are set forth in the express limited warranty statements accompanying such products. Nothing herein should be construed as constituting an additional warranty.
ZK6525 This document is available on CD-ROM. This document was prepared using DECdocument, Version V3.3-1e.
PrefaceThe Compaq TCP/IP Services for OpenVMS product is Compaq's implementation of the TCP/IP networking protocol suite and internet services for OpenVMS Alpha and OpenVMS VAX systems. A layered software product, TCP/IP Services provides a comprehensive suite of functions and applications that support industry-standard protocols for heterogeneous network communications and resource sharing. This manual explains how to use the user utilities and commands provided with the TCP/IP Services product. It assumes that these services have been installed and configured on your OpenVMS system and that you have a basic understanding of the OpenVMS operating system. Intended AudienceThis manual is for OpenVMS users who want to communicate with remote hosts on a private internet or on the worldwide Internet. Document StructureThis manual contains following chapters:
Related DocumentsTable 1 lists the documents available with this version of TCP/IP Services.
For additional information about Compaq OpenVMS products and services, access the Compaq website at the following location:
For a comprehensive overview of the TCP/IP protocol suite, you might find the book Internetworking with TCP/IP: Principles, Protocols, and Architecture, by Douglas Comer, useful. Reader's CommentsCompaq welcomes your comments on this manual. Please send comments to either of the following addresses:
How to Order Additional DocumentationVisit the following World Wide Web address for information about how to order additional documentation:
ConventionsThe name TCP/IP Services means both:
The name UNIX refers to the Compaq Tru64 UNIX operating system. The following conventions are used in this manual. In addition, please note that all IP addresses are fictitious.
Chapter 1
|
Remote Computing | |
---|---|
FINGER | Display information about users logged in to a remote host, such as their login user names or programs they are using. |
RCP | Copy files between the local host and a remote host or between two remote hosts. Requests are authenticated on the remote host or hosts using the user name supplied by RCP. |
RLOGIN | Connect to a remote host, which starts an interactive login session. Requests are authenticated on the remote host using the user name supplied by RLOGIN. |
RMT/RCD | Access magnetic tape and CD drives on a remote host as though they are available locally. |
RSH | Connect to a remote host, which executes the command you specify. Requests are authenticated on the remote host using the user name supplied to RSH. |
RSH/PASSWORD | Use the REXEC facility to connect to the remote host, which executes the command you specify. Requests are authenticated on the remote host using the user name and password supplied by RSH. |
TELNET |
Log in to a remote host in a network using various options to customize
the session, control output from the remote host, and negotiate
compatibility differences. To start a TELNET session, enter the
following command:
$ TELNET |
File Transfer | |
FTP |
Create, delete, and copy files and directories between hosts. To start
an FTP session, enter the following command:
$ FTP |
TFTP | Transfer files using the UDP protocol and no authentication. Typically used during the bootstrap process of diskless systems. |
Resource Sharing | |
LPD/LPR | Print files on remote and local hosts. |
NFS | Authenticate requests and provide access to remote files. |
TELNETSYM | Print files on remote hosts using the TELNET protocol. |
Electronic Mail | |
POP | Send and receive electronic mail from your PC. |
SMTP | Send and receive electronic mail from remote hosts. |
Network Services | |
BIND | Name and address resolution service to distribute and manage host information. |
BOOTP | Answer bootstrap requests from remote devices. |
DHCP | Configure and maintain your IP address space including the temporary assignment of IP addresses. |
Management commands |
Manage your TCP/IP environment. To start the management control
program, enter the following command:
$ TCPIP For online descriptions of the management commands, enter the
following command:
|
NSLOOKUP | Determine if your local name server is running correctly or retrieve information from remote servers. |
NTP | Synchronize time between hosts. |
PPP | Connect a node to a network using IP or other supported network protocols. |
SLIP, CSLIP | Connect a node to a network over a serial connection using IP. |
SNMP | Monitor and manage network devices from across an internetwork. |
TCPTRACE | Trace packets going in and out of the system. |
Your particular installation may include some or all of the above components. For information about the components available to you, see your system or network manager.
System or network managers are generally authorized to install, configure, and manage the various TCP/IP components on your system. And, as such, many of the TCP/IP components are used primarily by system or network managers and are seldom needed by TCP/IP users. You can find the details of system management components and commands in the Compaq TCP/IP Services for OpenVMS Management guide and the Compaq TCP/IP Services for OpenVMS Management Command Reference manual.
If you are a TCP/IP user and want to manipulate files on remote
systems, send and receive electronic mail, log in to remote systems, or
enter commands remotely, this user guide provides the information and
commands you need.
1.1 Which Service Should You Use?
Some of the Compaq TCP/IP Services for OpenVMS components provide similar capabilities. Table 1-2 helps you determine the best component to use for your specific needs and indicates where to look for information about that component.
To obtain user information, if you need to... | Use... | Refer to... |
---|---|---|
Get information about users logged in to a remote host, such as their login user names, current program being used, and last login. | FINGER | Section 7.3 |
Get information about users logged in to your OpenVMS Cluster. | FINGER | Section 7.3 |
To copy files, if you need to... | Use... | Refer to... |
Perform other operations on the files, such as deleting, renaming, appending, and viewing files. | FTP | Section 2.9, Section 2.10, Section 2.11 |
Copy multiple files to or from one or more unrelated directories on the remote host. | FTP | Section 2.3.1, Section 2.6, Section 2.8 |
Copy every file and subdirectory in a directory on a host, preserving the directory hierarchy. | RCP | Section 3.4 |
Create or delete directories, and display the contents of directories. | FTP | Section 2.5,Section 2.7 |
Copy files between two remote hosts. | RCP | Section 3.8 |
Perform fast file transfers between two OpenVMS hosts. | FTP | Section 2.8.4 |
Copy files to and from a remote UNIX system, preserving RMS file attributes. | FTP | Section 2.8.5 |
Copy files, preserving the protection mode and modification date. | RCP | Section 3.8 |
Copy and work with files using DECnet file specifications. | FTP | Section 2.15 |
To print files, if you need to... | Use... | Refer to... |
Send local files to a remote host printer or print queue, using the OpenVMS printing options such as customizing the printed page with special print forms and specifying the number of copies to print. | DCL PRINT | Section 6.1 |
Display the status of remote print queue jobs and cancel print jobs in that queue. | LPQ, LPRM | Section 6.2, Section 6.3 |
Send remote UNIX files to a local print queue. | lpr + | Section 6.4 |
To log in to remote accounts, if you need to... | Use... | Refer to... |
Log in to a remote host that runs Remote (R) protocols. | RLOGIN | Section 3.5 |
Log in to a remote host, using many options to customize the session, control output from the remote host, and negotiate compatibility differences. | TELNET | Section 4.10 |
Establish multiple, simultaneous login connections with one or more hosts, and toggle between the sessions. | TELNET | Section 4.9 |
Log in using IBM 3270 Information System (IDS) terminal emulation with a host that uses IBM 3270 model terminals. | TN3270 | Section 4.12 |
To enter remote commands, if you need to... | Use... | Refer to... |
Enter a command on a remote host, including a command that invokes a remote shell script or command procedure, with any output displayed at your terminal. | RSH, REXEC | Section 3.6, Section 3.7 |
Enter a command, without specifying user authentication information, on a remote host that has authentication files. | RSH | Section 3.6 |
Enter a command and password to a host that does not have authentication files for you. | RSH/PASSWORD++ | Section 3.7 |
To send and receive mail, if you need to... | Use... | Refer to... |
Send mail to, and receive mail from, a remote host using SMTP. | Chapter 5 | |
Send and receive OpenVMS mail, at your PC. | MAIL, POP | Section 5.11 |
Next | Contents | Index |