LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 12-03-2010, 02:25 AM   #1
purusrhce@gmail.com
LQ Newbie
 
Registered: Dec 2010
Posts: 13

Rep: Reputation: 0
HBA card Issue


Hi All,

I have 2 HBA's in my system, in that one shows as READY state and the other HBA shows as DEAD state. I have asked the datacenter guys to to connect the HBA to another switch port and I rebooted the server. After reboot the second HBA came to READY state but after some time again it went to DEAD state.

[root@localhost /]# lspci | grep -i fibre
0b:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 02)
0b:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 02)


cat /proc/scsi/qla2xxx/1

Host adapter:loop state = <DEAD>, flags = 0x45a03

Is this the problem with the server or with the storage end, Any help!!!!!!!!
 
Old 12-03-2010, 07:33 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by purusrhce@gmail.com View Post
Hi All,
I have 2 HBA's in my system, in that one shows as READY state and the other HBA shows as DEAD state. I have asked the datacenter guys to to connect the HBA to another switch port and I rebooted the server. After reboot the second HBA came to READY state but after some time again it went to DEAD state.

[root@localhost /]# lspci | grep -i fibre
0b:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 02)
0b:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 02)

cat /proc/scsi/qla2xxx/1

Host adapter:loop state = <DEAD>, flags = 0x45a03
Is this the problem with the server or with the storage end, Any help!!!!!!!!
Not alot we can help WITH....you don't give any details, and there are too many variables to guess at. What kind of SAN? Switch? Did you check the cables and qbics? Try different fibers? Version/distro of Linux? Multipathing or not?? What????

You don't have to reboot the server when you move cables, either. Best thing I could suggest to you is to contact your SAN folks, and get them to look at different parts of the system (cables, switch, etc.), to make sure they're ok. Then get with your SAN vendor, to make sure you're setting the driver/software up right.
 
Old 12-05-2010, 08:33 PM   #3
purusrhce@gmail.com
LQ Newbie
 
Registered: Dec 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
Not alot we can help WITH....you don't give any details, and there are too many variables to guess at. What kind of SAN? Switch? Did you check the cables and qbics? Try different fibers? Version/distro of Linux? Multipathing or not?? What????

You don't have to reboot the server when you move cables, either. Best thing I could suggest to you is to contact your SAN folks, and get them to look at different parts of the system (cables, switch, etc.), to make sure they're ok. Then get with your SAN vendor, to make sure you're setting the driver/software up right.
==================================================================================================== ======================

Thanks for the info, BTW its a Direct Class switch, Redhat Linux and we are using Multipathing. I have asked the DC guy to check the switch port they said the switch port is good, and they suspect the card may be faulty. When i check the logs it shows the below error messages. My doubt is whether this a problem with HBA card or with SAN side. If HBA card is faulty how to confirm it, because i couldn't see any error in logs.

Nov 30 21:35:32 kernel: qla2400 0000:0b:00.1: LOOP DOWN detected (4 4 0).
Dec 1 21:09:20 network: Bringing up loopback interface: succeeded
Dec 2 11:28:34 kernel: qla2400 0000:0b:00.1: LOOP DOWN detected (4 4 0).
 
Old 12-06-2010, 07:39 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by purusrhce@gmail.com View Post
==================================================================================================== ======================

Thanks for the info, BTW its a Direct Class switch, Redhat Linux and we are using Multipathing. I have asked the DC guy to check the switch port they said the switch port is good, and they suspect the card may be faulty. When i check the logs it shows the below error messages. My doubt is whether this a problem with HBA card or with SAN side. If HBA card is faulty how to confirm it, because i couldn't see any error in logs.

Nov 30 21:35:32 kernel: qla2400 0000:0b:00.1: LOOP DOWN detected (4 4 0).
Dec 1 21:09:20 network: Bringing up loopback interface: succeeded
Dec 2 11:28:34 kernel: qla2400 0000:0b:00.1: LOOP DOWN detected (4 4 0).
Well, the fact that the card starts, then goes dead is a pretty good indication. However, as I mentioned before, you should also verify the fiber connection. Maybe move the working cable to the 'dead' card, and vice-versa, and see if the problem follows the cable, or remains with the card.
 
Old 12-13-2010, 12:39 AM   #5
purusrhce@gmail.com
LQ Newbie
 
Registered: Dec 2010
Posts: 13

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
Well, the fact that the card starts, then goes dead is a pretty good indication. However, as I mentioned before, you should also verify the fiber connection. Maybe move the working cable to the 'dead' card, and vice-versa, and see if the problem follows the cable, or remains with the card.

==================================================================================================== ===========================

Hi,

San team confirms that there is no problem from their end and DC guy has checked the HBA cable connected to the switch port and it is good as well, also he said the hba leds has 3 flashing orange lights. It means the problem with the card?
 
Old 12-13-2010, 01:28 AM   #6
prodev05
Member
 
Registered: Jul 2009
Location: Planet Earth
Distribution: Unix & Linux Variants
Posts: 304

Rep: Reputation: 20
SAN front end tool will always work the the client installed in the server. You can confirm the error from your side. Go to "/opt/QLogicxxxx/SANsuffer/xxx" there is some set of commands where you can test the device is dead or alive. Also check for the manual page and rescan the device. You would get some detailed output for your verification. There you can find and confirmed the error is with OS or with SAN device.

Also check for the "/proc/scsi/qlaxxx/" host values.

Best Regards
 
Old 12-13-2010, 07:33 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by purusrhce@gmail.com View Post
==================================================================================================== ===========================

Hi,

San team confirms that there is no problem from their end and DC guy has checked the HBA cable connected to the switch port and it is good as well, also he said the hba leds has 3 flashing orange lights. It means the problem with the card?
If you're asking a question, we've got no idea...that's YOUR card, check the manual that came with it, and see what 3 flashing orange LED's means. If the working card DOESN'T have them, again, signs point to a card fault.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to configure a HBA card and see it's WWN ? compman Linux - Hardware 5 10-15-2014 11:13 AM
how to find the qlogin hba card model no in linux salimshahzad Linux - Newbie 1 06-20-2010 11:55 AM
Adding HBA card /LUNs to domU omkarbapat Linux - Distributions 0 02-19-2007 12:35 AM
additional HBA card sachinh Linux - Hardware 1 09-24-2006 10:55 AM
How do I install QLA2100 fc HBA card? wuhao1001 Red Hat 0 03-09-2004 08:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration