- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- LUNs assigned to a linux box
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
08-16-2009 03:13 AM
08-16-2009 03:13 AM
LUNs assigned to a linux box
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2009 09:22 AM
08-16-2009 09:22 AM
Re: LUNs assigned to a linux box
Once drivers for the HBA are installed and LUNS are assigned via WWN, fdisk -l should show valid luns as assigned disks.
SEP
hpuxadmin on gtalk
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2009 10:38 AM
08-16-2009 10:38 AM
Re: LUNs assigned to a linux box
I ve Red-Hat multipath installed and fdisk shows many mpath (dm) devices.but actuall LUNs are less.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 12:19 AM
08-17-2009 12:19 AM
Re: LUNs assigned to a linux box
The multipath subsystem reads the disk identification information presented by the storage system and uses it to determine which paths refer to the same LUN. Unfortunately, there are multiple manufacturer-specific methods to identify LUNs. These methods were developed before the "standard" way (unique WWIDs for each LUN) was completely standardized. For backwards compatibility, the storage systems can be configured to present the disk identification info in many ways.
If the identification info is not in the correct form, the multipath system in Linux (or the native multipathing of HP-UX 11.31) cannot detect the LUNs correctly. In that case, the system will usually assume each path is a separate LUN to avoid data corruption.
Ask your SAN administrator to verify that the storage system is configured to assign an unique WWID for each LUN. There may also be a "host type" setting in the storage system for each HBA the storage system presents LUNs to: make sure it is set correctly.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2009 03:53 AM
08-17-2009 03:53 AM
Re: LUNs assigned to a linux box
in Linux RedHat , following is good way to see:
cat /proc/scsi/scsi | less