1833742 Members
2522 Online
110063 Solutions
New Discussion

Re: networkintg problems

 
Gerry Tully
Frequent Advisor

networkintg problems

I get the folowing message on my N-Class production server. Anyone see something like this before?
btlan3: NOTE: MII Link Status Not OK - Switch Connection to AUI at 0/0/0/0....
btlan3: Reset looper timeout: DMA timeout occurred at 0/0/0/0
btlan3: reset state is 550 at 0/0/0/0....
btlan3: WARNING: AUI Loopback Failed at 0/0/0/0....
btlan3: NOTE: MII Link Status Not OK - Check Cable Connection to Hub/Switch at 0/0/0/0....

SCSI: bp: 00000000677a6400
dev: cd006000
cdb: 00 00 00 00 00 00
status: (02) Check Condition
sense data: 70 00 46 00 00 00 00 15 00 00 00 00 29 00 00 00
00 00 00 01 00 00 00 7f ff ff 00 00 00
sense ke^DZ-
#
Any Ideas?
3 REPLIES 3
Anthony deRito
Respected Contributor

Re: networkintg problems

melvyn burnard
Honored Contributor

Re: networkintg problems

The first message is telling you you have a lan conection to the card at hw path 0/0/0/0 that has failed, or is disconnected. Check this path, and if it should be connected, then you need to start checking the cable, the port etc.

The second part of your message is a partial paste of a SCSI message, and is telling you a device with the major/minor number of cd/006000 has reported some condition.
Check in /dev for the device file matching this, and hten do lssf /dev/ to get hte hardware path info.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Sridhar Bhaskarla
Honored Contributor

Re: networkintg problems

Gerry,

Both the errors are unrelated to each other. The first one is about the lan issues on your built-in lan interface. Make sure it is running at 100FD by running the command "lanadmin -x 0". If it is showing 100FD and if your switch is setto 100 Full Duplex with no autonegotiation, you are fine.

In the second case, you are seeing errors on the SCSI disk. Do an ll /dev/dsk |grep 6000 and find out the disk that is generating the issues. It may also be your tape drive but you need to verify it. 006000 is the minor number of the device.

-Sri

You may be disappointed if you fail, but you are doomed if you don't try