1834009 Members
2821 Online
110063 Solutions
New Discussion

Lan Card Issue

 
SOLVED
Go to solution
Tvs
Regular Advisor

Lan Card Issue

Hi all.

I my 9000/800/N4000 system amber light is glowing. i check the dmesg ,

btlan3: NOTE: MII Link Status Not OK - Switch Connection to AUI at 0/12/0/0/7/0.
...
btlan3: Reset looper timeout: DMA timeout occurred at 0/12/0/0/7/0
btlan3: reset state is 550 at 0/12/0/0/7/0....
btlan3: WARNING: AUI Loopback Failed at 0/12/0/0/7/0....


this is the message iam getting .

lanscan output.

# lanscan -v


-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E0359E7 0 UP lan0 snap0 1 ETHER Yes 119

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

Driver Specific Information
btlan3
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/12/0/0/6/0 0x0010837BAB94 3 UP lan3 snap3 2 ETHER Yes 119

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

Driver Specific Information
btlan3
-------------------------------------------------------------------------------
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/12/0/0/7/0 0x0010837BAB95 4 UP lan4 snap4 3 ETHER Yes 119

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

Driver Specific Information
btlan3


lanadmin out put ...
lanadmin

LAN INTERFACE STATUS DISPLAY
Fri, Dec 16,2005 09:02:16

PPA Number = 4
Description = lan4 Hewlett-Packard 10/100 TX Half-Duplex TT = 1500
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 10000000
Station Address = 0x10837bab95
Administration Status (value) = up(1)
Operation Status (value) = down(2)
Last Change = 100
Inbound Octets = 0
Inbound Unicast Packets = 0
Inbound Non-Unicast Packets = 0
Inbound Discards = 0


in this Operation Status (value) = down(2) mean whether the lan is faulty...?

pls find the link loop output of this card

udmsh02: # linkloop -i lan4 0x0010837BAB95
Link connectivity to LAN station: 0x0010837BAB95
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1


pls help me to findout whether the card is faulty or not

Thanks in abvance







3 REPLIES 3
Bharat Katkar
Honored Contributor
Solution

Re: Lan Card Issue

HI,
Can you try reset on that Lancard.

# lanadmin
lan
ppa 1
reset

See if the operational status is UP now.
Also before that you can check for any looose connections or so.

Hope that helps.
Regards,



You need to know a lot to actually know how little you know
Steven E. Protter
Exalted Contributor

Re: Lan Card Issue

Shalom,

Its may be a porblem with the network than the card. Looks like link has been lost. Standard checklist here:

Wiring
Switch
Switch port settings.

lanadmin shows half duplex which is quite unusual these days. Switch port settings for this card must be 100 BaseT manual full duplex.

Unless of course you are connected to a half duplex hub or something.

Lets elminate the card as an issue:

linkloop is a good test, but I've got a hard here in the house that fails linkloop and does everything else perfectly.

1) Ping the cards ip address. if that doesn't answer its game over.
2) Ping another NIC. It that works, you are fine but I doubt based on what I've seen test 2 will succeed.
3) ioscan -fnC lan
4) Use mstm/cstm or xstm to exercize the card . If it flunks, replace it.
5) Boot the system and re-test. Sometimes thats the only fix to a link failure but its posible the card and OS can't recover from the link failure.
6) Insure that the OS is patched as current as possible. Latest quarterly and networking patches, anything specific to this card.
I think that about covers it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Matti_Kurkela
Honored Contributor

Re: Lan Card Issue

Operation Status (value) = down(2)
means that the card is not seeing the link signal from the other end, so the LINK light in the network card will also be dark.

Begin by checking the network cable: if someone has disconnected or damaged it, it could cause a situation like this. A failed or disabled network switch/hub port could also cause this.

If this does not solve the problem, then check if the card works with another (known good) network cable: if it works, the fault is in the cable.
MK