TCP/IP Management Programming Manual
About This Manual
HP NonStop TCP/IP Management Programming Manual—529636-001
xi
Where to Go for More Information
Where to Go for More Information
To use this manual, you should be familiar with HP NonStop system architecture and
DSM; have a reading knowledge of DDL; and have a working knowledge of the TCP,
IP, UDP, Internet Control Message Protocol (ICMP), and the language in which you are
working: TAL, C, COBOL, or TACL.
The TCP/IP Configuration and Management Manual is considered the introductory
manual for all of the NonStop TCP/IP manuals. Before you begin to operate the
TCP/IP subsystem, you must accomplish a number of configuration steps as explained
in this prerequisite manual.
In addition to providing configuration instructions, the TCP/IP Configuration and
Management Manual covers management issues related to NonStop TCP/IP software
and includes an extensive list of outside references on the TCP/IP protocols.
Notation Conventions
General Syntax Notation
The following list summarizes the notation conventions for syntax presentation in this
manual.
UPPERCASE LETTERS. Uppercase letters indicate keywords and reserved words; enter
these items exactly as shown. Items not enclosed in brackets are required. For
example:
MAXATTACH
lowercase italic letters. Lowercase italic letters indicate variable items that you supply.
Items not enclosed in brackets are required. For example:
file-name
[ ] Brackets. Brackets enclose optional syntax items. For example:
TERM [\system-name.]$terminal-name
INT[ERRUPTS]
A group of items enclosed in brackets is a list from which you can choose one item or
none. The items in the list may be arranged either vertically, with aligned brackets on
each side of the list, or horizontally, enclosed in a pair of brackets and separated by
vertical lines. For example:
LIGHTS [ ON ]
[ OFF ]
[ SMOOTH [ num ] ]
K [ X | D ] address-1










