- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to view the allocated lun in linux
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
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
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
тАО05-28-2009 06:08 AM
тАО05-28-2009 06:08 AM
I am using Suse 9 Enterprise linux. qlogic card is connected.
Now a LUN has been assigned to the this server.
I used following command to view the new lun.
But i am not able to see the new LUN.
Ex:
1) fdisk -l
2) lsscsi
What is the command is used to view the newly allocated LUN with out restarting the linux server.
or can we see the newly allocated LUN defenitely after rebooting the linux server?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2009 06:17 AM
тАО05-28-2009 06:17 AM
Solutionhttp://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1060267
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-28-2009 11:29 PM
тАО05-28-2009 11:29 PM
Re: How to view the allocated lun in linux
run this command "hp_rescan"
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2009 12:10 AM
тАО05-29-2009 12:10 AM
Re: How to view the allocated lun in linux
you should run hp_rescan to first see the luns.
then can use fdisk or parted command to creaet new partition as per requirement, thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2009 03:39 AM
тАО05-29-2009 03:39 AM
Re: How to view the allocated lun in linux
Thanks a lot,
Now i am able to see the availabel LUN using the command "hp_rescan".
is this command "hp_rescan" installed by default with suse and redhat?
if not, how to install this in suse and redhat linux.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2009 04:41 AM
тАО05-29-2009 04:41 AM
Re: How to view the allocated lun in linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2009 09:58 AM
тАО05-29-2009 09:58 AM
Re: How to view the allocated lun in linux
Before i did not worked in hp servers.
do we need to install "Proliant support pack" after installing the linux?
is this "proliant support pack" is used to setup HBA card?
we are using qlogic card.
can this "proliant support pack" be used to setup any HBA card other than qlogic?
is qlogic hp product?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-29-2009 11:24 AM
тАО05-29-2009 11:24 AM
Re: How to view the allocated lun in linux
It's recommended
>>> is this "proliant support pack" is used to setup HBA card?
Yes, it contains drivers/modules for HBA's
>>> we are using qlogic card.
Normally, the HP provided HBA's are qlogic cards with different part numers
>>> can this "proliant support pack" be used to setup any HBA card other than qlogic?
Not sure
>>> is qlogic hp product?
HP provides QLOGIC HBAs with different part numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2009 05:13 AM
тАО05-30-2009 05:13 AM
Re: How to view the allocated lun in linux
>>> is qlogic hp product?
HP provides QLOGIC HBAs with different part numbers.
Pls explain me about different part numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2009 03:15 AM
тАО06-01-2009 03:15 AM
Re: How to view the allocated lun in linux
Your commands then of interest for SAN disks are:
hp_rescan - covered above
lssd [ -l ] (or is it -v ?)
lssg [ -l ] (same.. -v)
maybe you should use #yast2 for LSM/ext3 config.
other:
lsscsi - creates dev files (rescan does this too)
blkid - shows disk UUIDs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2009 09:58 PM
тАО06-01-2009 09:58 PM
Re: How to view the allocated lun in linux
HP provides QLOGIC HBAs with different part numbers.
Senthil,
check these links..
http://www.qlogic.com/Products/SAN_products_fibreHBA.aspx
http://support.qlogic.com/support/serial_number_location.asp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2009 06:47 AM
тАО06-03-2009 06:47 AM
Re: How to view the allocated lun in linux
Can we use the following file if we did not install the hp fiber utils package?
http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
does this cause any threat?
Pls advice me.