- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LUN allocation & detecting the LUNs st OS level
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
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
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
тАО02-10-2010 09:08 PM
тАО02-10-2010 09:08 PM
LUN allocation & detecting the LUNs st OS level
I have done zoning of one dell server with EVA8000 sucessfully and thereafter i assigned 3 LUNs to these Hosts.
OS running at this host is RHEL5.3 now i am not able to detect the LUNs which have been assigned to this host OS that i can create volume groups & Fielsystem & all...
So anyone of you is aware of how to detect the LUNS at RHEL 5.3 level.what could be the device file name for it ??
I tried dmesg but i couldn't get any success.
Thanks
MAK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-10-2010 10:13 PM
тАО02-10-2010 10:13 PM
Re: LUN allocation & detecting the LUNs st OS level
you have two possibilities, if you reboot the server the new assigned LUNS should be should be presented to the server, or you could do it online.
rescan linux scsi bus for new san luns without reboot
http://www.unixunderground.com/blog/?p=48
http://kbase.redhat.com/faq/docs/DOC-3942
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-11-2010 03:41 AM
тАО02-11-2010 03:41 AM
Re: LUN allocation & detecting the LUNs st OS level
if the luns done appear then recheck your zoning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-13-2010 04:18 AM
тАО02-13-2010 04:18 AM
Re: LUN allocation & detecting the LUNs st OS level
This is what I did on my SUSE Linux v 10, SP2
1) downloaded the qloginc drivers (I have qlogic HBA's , HP DL380G5)
2) Installed the rpm using yast (similar to old rpm -i)
3) added zoning info to the swich
4) Also downloaded the scli utility from the qlogic
5) install the scli utility (SANsurferCLI)
then do
scli ( menu driven)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2010 05:30 AM
тАО02-15-2010 05:30 AM
Re: LUN allocation & detecting the LUNs st OS level
Run command lsscsi and show output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2010 06:33 AM
тАО02-15-2010 06:33 AM
Re: LUN allocation & detecting the LUNs st OS level
I suggest to use the device mapper multipath package (HPDM) from HP, it's not only a failover solution but an active-active multipathing SAN driver.
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01475580тМй=en&cc=us&taskId=101&prodSeriesId=3559651&prodTypeId=12169
Cheers
- Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-15-2010 09:37 PM
тАО02-15-2010 09:37 PM
Re: LUN allocation & detecting the LUNs st OS level
I just did this on SUSE and EVA8000.
chkconfig --list multipathd
multipath -ll
ls /dev/mapper
let me know if you need the detail instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2010 01:30 AM
тАО02-16-2010 01:30 AM
Re: LUN allocation & detecting the LUNs st OS level
Thanks for replies..
See i cannot reboot this server sue to unaivaliablity of downtime.
Second thing zoning is ok since i am able to see some of the LUNs from EVA8K in /proc/scsi/scsi file.
Waale-kum-Asslam Basheer,
Can you please give some more details about SANsurferCLI.
chkconfig --list multipathd:
OP:
[root@bpcides ~]# chkconfig --list multipathd
multipathd 0:off 1:off 2:off 3:on 4:off 5:on 6:off
[root@bpcides ~]# ls /dev/mapper
control VolGroup00-LogVol00 VolGroup00-LogVol01 VolGroup00-LogVol02
Dear badaim: tried to run lsscsi & got the output :
[root@bpcides ~]# lsscsi
-bash: lsscsi: command not found
And also HPDM is installed & after its installation only we are getting the below messgaes in dmesg :
scsi 4:0:3:0: Attached scsi generic sg11 type 12
device-mapper: multipath round-robin: version 1.0.0 loaded
device-mapper: table: 253:3: multipath: error getting device
device-mapper: ioctl: error adding target to table
Still issue is not resolved.
Thanks:
Mohd Asif Khan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2010 01:45 AM
тАО02-16-2010 01:45 AM
Re: LUN allocation & detecting the LUNs st OS level
First of all try:
yum install lsscsi*
yum install sg3-utils
If fails search by rpm sites.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2010 06:51 AM
тАО02-16-2010 06:51 AM
Re: LUN allocation & detecting the LUNs st OS level
Please post output of the following commands:
# dmsetup ls --target=multipath
# multipath -v2
# multipath -ll
Cheers
- Thomas