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 Configuring HP-UX LAN Using SAM
Verifying the Installation
Chapter 3 15
Verifying the Installation
Once your HP-UX LAN software is installed, fully configured and running, you should execute
the following commands to verify LAN hardware and software installation. See the man
pages for complete descriptions of the commands listed below.
1. Check the state of all LAN hardware. To do so execute the lanscan or nwmgr command
and verify that the Hardware State is UP. See lanscan(1M) or nwmgr(1M) for details.
2. Check the state of the network interface. To do so execute ifconfig on the interface you
wish to verify. The example below will provide information about the lan0 interface.
ifconfig lan0
3. Verify link level loopback connectivity using the linkloop command or diagnose
operation in nwmgr with the PPA and station address of the interface you want to test. You
can obtain the station address (typically 0x080009######) and PPA from the lanscan or
nwmgr command output. The example below will test the connectivity of the LAN card
with PPA 4 and station address 0x080009266C3F.
linkloop -i 4 0x080009266C3F
Or
nwmgr --diag -A dest=0x080009266C3F [other options]-c lan4
4. Verify that the /dev/lan and /dev/snap files have been created and symbolically linked
to the /dev/dlpi file.
ls -l /dev/lan
ls -l /dev/snap
5. To check that the your system can communicate with other systems, enter the ping
command at the HP-UX prompt. In this example, 191.2.1.2 is the IP address of the remote
system. Enter [Ctrl]-C to stop ping.
ping 191.2.1.2
HP-UX LAN installation is verified if the steps above are successful. For information on
troubleshooting HP-UX LAN configuration and operation, refer to the section“Diagnostic
Flowcharts” in Chapter 5, “Troubleshooting HP-UX LAN.”