HP-UX System Administrator's Guide: Configuration Management HP-UX 11i v3 (B3921-90017, September 2010)
Ensuring Card and Link Partner Speed and Duplex Settings
A lot of duplex mismatch issues can show up as other problems. The following nwmgr
results can tell whether the card and link partner are operating as you need.
1. Obtain the PPA number of each LAN link you are testing with nwmgr.
2. Test the card and link with nwmgr, as follows:
# nwmgr -c lanPPA -A link_state,speed
For example,
# nwmgr -c lan0 -A link_state,speed
lan0 current values:
Link State = Up
Speed = 1 Gbps Full Duplex (Autonegotiation : On)
The Speed line includes the current speed, the current duplex setting, and how the
setting was determined.
If the last item says Autonegotiation : On (as above), this indicates you have set
the card to auto_on and the card determines the correct setting. On Fast Ethernet
links, this is only appropriate if the switch port is also in auto_negotiate mode. It
will not work properly if the switch is hard set to 100FD. If you see something like:
Speed = 100 Mbps Half Duplex (Autonegotiation : On)
(note the Half Duplex) then it almost certainly means that the switch is hard set to
100FD. In this case, you will encounter collisions and dropped packets and potentially
poor network performance or even see the switch disable the network port due to a
(perceived) high error rate.
If you see:
Speed = 100 Mbps Full Duplex
(note the missing (Autonegotiation : On)), it means that your card is hard set to
100FD and is not autonegotiating. In this case, the switch must also be hard set or you
will see errors as noted above.
HP recommends the settings shown in Table 9-1 (page 142). For 100Mb/s links, setting
one side of the link to autonegotiate and the other hard set to 100FD will cause
connectivity problems. Always verify that the switch setting is the recommended one
used across your site (such as 100FD).
Ethernet Configuration and Verification 143