Issue
ISSUE:
OS: HP-UX 11.23
ERROR:
Check for the error in the /etc/rc.log.
Configure Auto-Port Aggregation(LAN Monitor) interfaces
Output from "/sbin/rc2.d/S343hplm start":
get_start_dlpi_version: failed, errno is 22
ERROR: Incorrect version liblan.a on the system.
Please install DLPI patch for complete initialization of APA.
"/sbin/rc2.d/S343hplm start" FAILED
Solution
Checked for liblan.a which is contained in the "LAN cumulative patch". The latest version of that patch for 11.23 is PHNE_36839
Recommended to install the PHNE_36839 patch which resolved the issue.
This blog is to share the knowledge that I possessed in my career while working with multiple technologies across IT environments. I try to share as much relevant things as much possible to make the life system administrators easy and creative.
Showing posts with label APA. Show all posts
Showing posts with label APA. Show all posts
Sunday, April 10, 2011
HP-UX Operating Systems - "error: duplex mismatch port"
ISSUE:
An error is seen when starting Auto Port Aggregation (APA):
/sbin/init.d/hpapa start
error: duplex mismatch port 1
SOLUTION:
1. The settings are checked for both of the Network Interface Cards (NICs). It is found that one was configured as full-duplex and the other as half-duplex, while the network switch ports were configured as full-duplex.
lanadmin -x 1
lanadmin -x 2
2. The LAN settings were changed for the NIC that mismatched the network switch port at the other end of the connection.
lanadmin -X 100FD 1
3. APA is started without errors.
/sbin/init.d/hpapa start
4. Network services is started.
/sbin/init.d/net start
It is verified that ssh(1) functioned correctly (the originally reported issue had to do with ssh functionality).
An error is seen when starting Auto Port Aggregation (APA):
/sbin/init.d/hpapa start
error: duplex mismatch port 1
SOLUTION:
1. The settings are checked for both of the Network Interface Cards (NICs). It is found that one was configured as full-duplex and the other as half-duplex, while the network switch ports were configured as full-duplex.
lanadmin -x 1
lanadmin -x 2
2. The LAN settings were changed for the NIC that mismatched the network switch port at the other end of the connection.
lanadmin -X 100FD 1
3. APA is started without errors.
/sbin/init.d/hpapa start
4. Network services is started.
/sbin/init.d/net start
It is verified that ssh(1) functioned correctly (the originally reported issue had to do with ssh functionality).
Labels:
APA,
error: duplex mismatch port,
Full Duplex,
Hallf Duplex,
hpapa,
network
Subscribe to:
Posts (Atom)