Operating System - HP-UX
1753857 Members
7227 Online
108809 Solutions
New Discussion

Re: Interface show claimed but it down on OS level.

 
SOLVED
Go to solution
billa1
Frequent Visitor

Interface show claimed but it down on OS level.

Interface configured as  APA.


 #ioscan -kfnnC lan
Class     I  H/W Path     Driver S/W State   H/W Type     Description
======================================================================
lan       0  0/1/2/0      igelan   CLAIMED     INTERFACE    HP PCI-X 1000Base-T Dual-port Built-in
lan       1  0/1/2/1      igelan   CLAIMED     INTERFACE    HP PCI-X 1000Base-T Dual-port Built-in
lan       2  0/4/0/0/0/0  iether   CLAIMED     INTERFACE    HP AD337-60001 PCIe 1000Base-T Dual-port Adapter
lan       3  0/4/0/0/0/1  iether   CLAIMED     INTERFACE    HP AD337-60001 PCIe 1000Base-T Dual-port Adapter

Here it showing lan 2& 3 claimed

nwmgr

Name/          Interface Station          Sub-   Interface      Related
ClassInstance  State     Address        system   Type           Interface
============== ========= ============== ======== ============== =========
lan0           UP        0x002264940ABC igelan   1000Base-T     lan900
lan2           DOWN      0xD8D385F60DEF iether   1000Base-T
lan3           DOWN      0xD8D385F60GHI iether   1000Base-T
lan1           UP        0x002264940JKL igelan   1000Base-T     lan901
lan900         UP        0x00226494080D hp_apa   hp_apa
lan901         UP        0x00226494070C hp_apa   hp_apa


Here it showing lan 2& 3 down


lanscan output

Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI
Path     Address        In# State NamePPA        ID  Type      Support Mjr#
0/4/0/0/0/0 0xD8D385F60DEF 2   UP    lan2 snap2     2   ETHER     Yes     119
0/4/0/0/0/1 0xD8D385F60GHI 3   UP    lan3 snap3     3   ETHER     Yes     119
LinkAgg0 0x00226494080D 900 UP    lan900 snap900 6   ETHER     Yes     119
LinkAgg1 x00226494070C  901 UP    lan901 snap901 7   ETHER     Yes     119

Here it showing lan 2 & 3 is up instead of down and lan 0 &  1 is missing.


Kindly let us know how we can fix it , what is the causing as lan shows down and miss match

3 REPLIES 3
Torsten.
Acclaimed Contributor

Re: Interface show claimed but it down on OS level.

Let us see what you have:

# nwmgr -S apa

# nwmgr -S apa -I 900 -v

# nwmgr -S apa -I 901 -v


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
billa1
Frequent Visitor

Re: Interface show claimed but it down on OS level.

Please find the output ..


nwmgr -S apa
Class    Mode        Load      Speed-               Membership
Instance             Balancing Duplex
======== =========== ========= ==================== ===========================
lan900   LAN_MONITOR LB_HS     1 Gbps Full Duplex   0,2*
lan901   LAN_MONITOR LB_HS     1 Gbps Full Duplex   1,3*
lan902   Not_Enabled LB_MAC    0 Mbps                -
lan903   Not_Enabled LB_MAC    0 Mbps                -
lan904   Not_Enabled LB_MAC    0 Mbps                -

 

nwmgr -v -c lan900
lan900 current values:
   Speed = 1 Gbps Full Duplex
   MTU = 1500
   Virtual Maximum Transmission Unit = 0
   MAC Address = 0x00226494092d
   Network Management ID = 6
   Features = Linkagg Interface
              IPV4 Recv CKO
              IPV4 Send CKO
              VLAN Support
              VLAN Tag Offload
              64Bit MIB Support
   Load Distribution Algorithm = LB_HS
   Mode = LAN_MONITOR
   Parent PPA =  -
   APA State = Up
   Membership = 0,2*
   Active Port(s) = 0
   Ready Port(s) =  -
   Not Ready Port(s) = 2
   Connected Port(s) =  -
   Polling Interval = 10000000
   Dead Count = 3
   Rapid ARP = on
   Rapid ARP Interval = 1.0 second(s)
   Rapid ARP Count = 10
   Failover Policy = PRIORITY_BASED
   Fixed Mac Address = off

nwmgr -v -c lan901
lan901 current values:
   Speed = 1 Gbps Full Duplex
   MTU = 1500
   Virtual Maximum Transmission Unit = 0
   MAC Address = 0x00226494092c
   Network Management ID = 7
   Features = Linkagg Interface
              IPV4 Recv CKO
              IPV4 Send CKO
              VLAN Support
              VLAN Tag Offload
              64Bit MIB Support
   Load Distribution Algorithm = LB_HS
   Mode = LAN_MONITOR
   Parent PPA =  -
   APA State = Up
   Membership = 1,3*
   Active Port(s) = 1
   Ready Port(s) =  -
   Not Ready Port(s) = 3
   Connected Port(s) =  -
   Polling Interval = 10000000
   Dead Count = 3
   Rapid ARP = on
   Rapid ARP Interval = 1.0 second(s)
   Rapid ARP Count = 10
   Failover Policy = PRIORITY_BASED
   Fixed Mac Address = off

 

Torsten.
Acclaimed Contributor
Solution

Re: Interface show claimed but it down on OS level.

Looks like lan2 and lan3 are really down or have at least no link. This is the same dual ported card.

 

If you see something like this:

lan900   LAN_MONITOR LB_HS     1 Gbps Full Duplex   0,2*

the -> * <- mens there is a problem (lan2 in this case).

Check

# nwmgr -g -v -c lan2

and compare to let's say

# nwmgr -g -v -c lan0

 

However, both aggregates have a problem.

 

Active Port(s) = 0
   Ready Port(s) =  -
   Not Ready Port(s) = 2
   Connected Port(s) =  -

 

Check link status and port configuration at the switch side.


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!