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

DRAFT COPY Troubleshooting HP-UX LAN
Diagnostic Flowcharts
Chapter 5 69
Flowchart 5 Procedures
A. Host entry in ARP cache? Using arp, check that an entry exists for the
remote host in your system's ARP cache. For example, suppose the remote
host is known as 192.6.20.2. Enter:
arp 192.6.20.2
B. Remote host up? If there is no ARP cache entry for the remote host, first
check that the remote host is up. If not, the remote host has not broadcast
an ARP message, and that likely is why there is no entry in the ARP cache.
C. LAN card O.K.? Use lanadmin or nwmgr to ensure the remote LAN card is
operational.
D. Replace or reset LAN card. When the LAN card is operational, use lanadmin
to reset. Refer to the lanadmin command description or sample output in
this chapter.
E. Bring-up remote host. Have the node manager of the remote host bring that
system up.
F. Entry complete? Perhaps there is an ARP cache entry, but it is wrong or not
complete.
G. Use arp to complete entry. Using arp, enter the correct Station Address. For
more information, refer to the arp(1M) man page.
H. ping local host. Using ping, do an internal loopback on your own system. In
other words, ping your own IP address. This will determine if the problem is
on your end.
I. ping successful? If the internal loopback is successful, your system is
operating properly to the Network Layer (OSI Layer 3). In addition, you
know an ARP cache entry for the remote host exists on your system. If this
is true, the network interface or software on the remote host is suspect.
Start again with Flowchart 4, but this time ping from the remote host to
your system.
If the ping was not successful, call your HP representative for help.