- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: RHEL 4 LUNS not visible on one PATH
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
03-19-2011 06:04 AM
03-19-2011 06:04 AM
RHEL 4 LUNS not visible on one PATH
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2011 09:24 AM
03-19-2011 09:24 AM
Re: RHEL 4 LUNS not visible on one PATH
echo 1 > /sys/class/fc_host/host2/issue_lip
It should cause the 2nd FC card to reset itself, making the fibre link go down and then up again. Since your 2nd card is not seeing any LUNs at the moment, this should not cause any harm.
You should see the link down/link up messages at the end of the "dmesg" listing.
Then scan again:
echo "- - -" > /sys/class/scsi_host/host2/scan
If this does not help, there might be problems with your SAN zoning/masking settings. In other words, either a SAN switch or the storage system itself is not allowing the 2nd HBA to see the LUNs. In that case, verify that your SAN admin has the correct WWN for your 2nd HBA, and ask him/her to double-check the SAN configuration.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2011 11:57 AM
03-19-2011 11:57 AM
Re: RHEL 4 LUNS not visible on one PATH
I do not even see a fc_host under /sys/class, i only see scsi_host. Please let me know what should i do?
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2011 12:01 PM
03-19-2011 12:01 PM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 07:01 AM
03-21-2011 07:01 AM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 08:53 AM
03-21-2011 08:53 AM
Re: RHEL 4 LUNS not visible on one PATH
Other things to check, make sure host2 is indeed your 2nd Qlogic HBA.
Under sys/class/scsi_host/host2:
cat out the following:
model*, state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 11:03 AM
03-21-2011 11:03 AM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 11:14 AM
03-21-2011 11:14 AM
Re: RHEL 4 LUNS not visible on one PATH
If all checks well and good, then next to check is your zoning and EVA Host Group definition sir -- mak sure the hosthroup has the correct HBA wwids defined.
Ciao.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 12:05 PM
03-21-2011 12:05 PM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 12:28 PM
03-21-2011 12:28 PM
Re: RHEL 4 LUNS not visible on one PATH
HBA Paramaters
Select HBA
Display HBA Parameters
First Line should show the Switch Port ID:
HBA Instance 6: QLE2462 Port 1 WWPN 21-00-00-1B-32-97-83-61 PortID 05-E6-00
In my case, it is logged on on Switch Port ID 0x05e600 on my Brocade SW48K Director.
HTH
Normally though, such data is in a file in /sys/class/fc_host/hostN/port_id
But you seem to say that path is not on an RHEL 4 system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2011 12:36 PM
03-21-2011 12:36 PM
Re: RHEL 4 LUNS not visible on one PATH
If so, do you see the controller listed in the events output? Do you have activity/status lights?
It would help verify that it's really there as far as the OS and hardware are concerned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2011 08:17 AM
03-23-2011 08:17 AM
Re: RHEL 4 LUNS not visible on one PATH
options scsi_mod max_luns=256
is this syntax correct?
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2011 03:41 PM
04-13-2011 03:41 PM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2011 10:46 PM
04-13-2011 10:46 PM
Re: RHEL 4 LUNS not visible on one PATH
If that is the case then I would expect to see what you are seeing. The qlogic driver 'hides' all but one path for each Lun from the SCSI subsystem , so you only see one path.
I can check the parameter names when I get to work (posting this from mobile).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2011 12:14 AM
04-14-2011 12:14 AM
Re: RHEL 4 LUNS not visible on one PATH
If failover is enabled, then you can then use the SANSurfer tool to enumerate the individual paths.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2011 07:37 AM
04-22-2011 07:37 AM
Re: RHEL 4 LUNS not visible on one PATH
Nail on the head! I see the cat /sys/module/qla2xxx/ql2xfailover set to 1, but the modprobe.conf file does not have failover to 1. Here it is from modprobe.conf
grep -i qla /etc/modprobe.conf
alias scsi_hostadapter1 qla2xxx_conf
alias scsi_hostadapter2 qla2400
options qla2xxx ql2xmaxqdepth=2
install qla2xxx /sbin/modprobe qla2xxx_conf; /sbin/modprobe --ignore-install qlx
remove qla2xxx /sbin/modprobe -r --first-time --ignore-remove qla2xxx && { /sbi}
options qla2xxx extended_error_logging=1
options qla2xxx ql2xfailover=0
so how could the /sys/module/qla2xxx/ql2xfailover be set to 1? Please clarify ASAP. Thanks for all the support.
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2011 10:21 AM
04-22-2011 10:21 AM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2011 09:33 AM
04-27-2011 09:33 AM
Re: RHEL 4 LUNS not visible on one PATH
Thanks
Brian