Operating System - HP-UX
1836450 Members
2364 Online
110100 Solutions
New Discussion

Re: APA: Unable to add an interface to a LinkAgg

 
SOLVED
Go to solution

APA: Unable to add an interface to a LinkAgg

Hi,

I had already configured 2 gigabit cards (lan0 and lan1) on my server using AutoPort Aggregation. But yesterday I realized that I have just one card on my link.

I followed the HP Auto Port Aggregation Quick install manual to troubleshoot this issue but I'm unable to make it work.

Here is the actual configuration:
#ioscan -fnkC lan
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
lan 0 0/1/1/0/4/0 igelan CLAIMED INTERFACE HP A6794-60001 PCI 1
000Base-T
lan 1 0/3/1/0 igelan CLAIMED INTERFACE HP A6825-60101 PCI 1
#lanscan -v
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/1/0/4/0 0x00306E4AF010 0 UP lan0 snap0 1 ETHER Yes 119

Extended Station LLC Encapsulation
Address Methods
0x00306E4AF010 IEEE HPEXTIEEE SNAP ETHER NOVELL

Driver Specific Information
igelan
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
LinkAgg0 0x00306EF20A8F 900 UP lan900 snap900 6 ETHER Yes 119

Extended Station LLC Encapsulation
Address Methods
0x00306EF20A8F IEEE HPEXTIEEE SNAP ETHER NOVELL

Driver Specific Information
hp_apa
-------------------------------------------------------------------------------
#lanscan -q
0
900 1
901
902
903
904
-------------------------------------------------------------------------------
#lanadmin -x -v 900
Link Aggregate PPA # : 900
Number of Ports : 1
Ports PPA : 1
Link Aggregation State : LINKAGG MANUAL
Group Capability : 5
Load Balance Mode : MAC Address based (LB_MAC)
-------------------------------------------------------------------------------
#lanadmin -x -p 0 900

**** PORT NUMBER: 0 *******
Port Mode : MANUAL
Port State : PROTOCOL OFF
Port Group Capability : 5
Port Priority : 0
-------------------------------------------------------------------------------
#lanadmin -x -p 1 900

**** PORT NUMBER: 1 *******
Port Mode : MANUAL
Port State : PROTOCOL OFF
Port Group Capability : 5
Port Priority : 0
-------------------------------------------------------------------------------
When I try to add the lan0 interface to my LinkAgg it says that the port 0 is already in LinkAgg.
My APA config files have the lan0 included but when I check my link 900 using SAM or lanadmin I see just 1 interface.

Any advice or hints?
Thanks
Jorge
2 REPLIES 2
Xianjie Zhang
Trusted Contributor
Solution

Re: APA: Unable to add an interface to a LinkAgg

Hi, Jorge,

I suspect the lan0 is not connected. You can run "lanadmin -x 0" or "lanadmin -g 0" to check its link status.
If the link status is down, lan0 will NOT show up in the LinkAgg.
Try to bring the link up by checking the cabling or resetting the card.

Hope this helps.

Xianjie

Re: APA: Unable to add an interface to a LinkAgg

Hi Xianjie,

You were right! the link was down.

#lanadmin -g 0
The link is down. The speed and other link state information
are undefined. The configuration specified for this card is:
Speed = 1000 or 100 or 10 Mbps.
Autonegotiation = On.

#lanadmin
Enter command: lan
Enter command: ppa
Enter PPA Number. Currently 0: 0
reset
Resetting LAN Interface to run selftest.

I checked with my network admin and the switch port was down. He activated the port on the switch and everything is working.
Thanks for your help.

Best Regards,
Jorge