- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: weird Fiber Channel device issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 02:37 PM
06-13-2006 02:37 PM
weird Fiber Channel device issue
I've got 2 FC interfaces connected an EVA 3000 storage and somehow, since I installed qla2xx src, the /dev/sdb disappeared and only /dev/sda appears now!
Any hints?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 05:35 PM
06-13-2006 05:35 PM
Re: weird Fiber Channel device issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 08:59 PM
06-13-2006 08:59 PM
Re: weird Fiber Channel device issue
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 11:10 PM
06-13-2006 11:10 PM
Re: weird Fiber Channel device issue
Have you checked that both your adapters are back on-line?
Do:
cat /proc/scsi/qla2xxx/0
cat /proc/scsi/qla2xxx/1
and check that they are both ready....
Host adapter:loop state =
If not, then you've lost a fibre connection....
I'd have to check how the QLA failover works. I'd have thought it would use a different driver (much like multipathd does - it uses /dev/dm-xxx).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 03:54 AM
06-14-2006 03:54 AM
Re: weird Fiber Channel device issue
/proc/scsi/qla2xxx/0:Host adapter:loop state =
/proc/scsi/qla2xxx/1:Host adapter:loop state =
Apparently, it's ready. I don't know what it is about, but this only happens as soon as I install the HBA drivers: hp_qla2x00src-8.01.03-14.
# lspci|grep Fibre
0000:06:01.0 Fibre Channel: QLogic Corp. QLA2312 Fibre Channel Adapter (rev 02)
0000:06:01.1 Fibre Channel: QLogic Corp. QLA2312 Fibre Channel Adapter (rev 02)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:24 AM
06-14-2006 04:24 AM
Re: weird Fiber Channel device issue
cat /proc/scsi/qla2xxx/* | grep version
if the line ends with fo then you have failover configured.
This is usually activated by having something like this in modprobe.conf:
options qla2xxx ql2xfailover=1
This may have been activated by default after you installed the new driver. Conversely you could explicitly set the above parameter to 0 to de-activate the failover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 10:33 PM
06-18-2006 10:33 PM