HP-UX LAN Administrator's Guide (Feburary 2007)
Table Of Contents
- About This Document
- 1 New for the HP-UX 11i v3 Release
- 2 Installing HP-UX LAN
- 3 Configuring HP-UX LAN Using SAM
- 4 Manually Installing and Configuring HP-UX LAN
- 5 Troubleshooting HP-UX LAN
- Troubleshooting Overview
- Troubleshooting Q & A
- LAN Interface Card Statistics
- 100Base-T Checklist
- Diagnostic Flowcharts
- Flowchart 1: Configuration Test
- Flowchart 2: Configuration Test continued
- Flowchart 3: Configuration Test continued
- Flowchart 4: Network Level Loopback Test
- Flowchart 5: Network Level Loopback Test continued
- Flowchart 6: Transport Level Loopback Test (using Internet Services)
- Flowchart 7: Link Level Loopback Test
- Flowchart 8: LAN Connections Test
- Flowchart 9: Gateway Remote Loopback Test
- Flowchart 10: Gateway Remote Loopback Test continued
- Flowchart 11: Subnet Test
- 6 LAN Resources
- 7 Network Addressing
- Overview of Network Addressing Schemes
- Networking Terminology
- Network Addresses and Node Names
- Internet Addresses
- Subnet Addresses
- Configuring Gateways on Fixed-Length Subnets
- Variable-Length Subnet Addressing
- Configuring Gateways on Variable-Length Subnets
- Configuring Gateways on Supernets
- IP Multicast Addresses
- Virtual IP (VIP) Addresses
- CIDR - Classless Inter-Domain Routing
- 8 LAN Device and Interface Terminology

Manually Installing and Configuring HP-UX LANDRAFT COPY
Activating Optional Network Features
Chapter 432
alias
Common name or names for the service. An alias is a substitute for
service_name
. Alias names are optional.
/etc/services Format
• Lines cannot start with a blank or tab character.
• Fields can have any number of blanks or tab characters separating them.
• Comments are allowed and designated by a pound sign (#) character preceding the
comment text.
• Trailing blank and tab characters are allowed.
• Blank line entries are allowed.
• Only one entry per line is allowed.
/etc/services Permissions
The /etc/services file should be owned by user bin, group bin, and it should have 0x444
(-r--r--r--) access permission.
Refer to the /etc/services file for examples of actual format and contents. For more
information on /etc/services, refer to the services(4) man page in the HP-UX Reference
Pages.
/etc/services Example
The following /etc/services entry contains the service name, port number, protocol name,
and alias name for the shell service.
shell 514/tcp cmd #remote command, no passwd used
Creating the /etc/networks File
The /etc/networks file associates network addresses with mnemonic names and alias
names. The /etc/networks file contains the name and address of known internet networks
with which your host can communicate. The HP-UX LAN diagnostic netstat and the route
command use the /etc/networks file. You must configure this file for your host if you want
route or netstat to use symbolic network names instead of addresses.
You can create an /etc/networks file two ways:
• From scratch, entering the known nodes in the format shown below.
• By copying the file from another node.