- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to determine Hard Disk / LUN serial number.
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
тАО10-31-2008 02:15 AM
тАО10-31-2008 02:15 AM
How to determine Hard Disk / LUN serial number.
While determining a solution for this, i need to assume that the HP box does-not have any maltipathing software installed.
Thanks,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 02:24 AM
тАО10-31-2008 02:24 AM
Re: How to determine Hard Disk / LUN serial number.
Hi Suraj,
Try to read LVM header of the device files,if the two or more distinct device files give the exactly same information then you can say they are alternative paths.
root@hpeos003[] echo "0x2008?4D" | adb /dev/dsk/c0t1d0
2008: 894960601 1067429315 894960601 1067430042
root@hpeos003[] echo "0x2008?4D" | adb /dev/dsk/c5t1d0
2008: 894960601 1067429315 894960601 1067430042
root@hpeos003[]
If you have autopath installed on your server ,then you can use the below command for getting the exact information about the alternative links
fyi
#autopath discover
#autopath display
Thanks,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 02:28 AM
тАО10-31-2008 02:28 AM
Re: How to determine Hard Disk / LUN serial number.
I forgot to mention that the disks/luns may or may not be initialised by LVM / VxVM.
So the solution provided by you might not work for the LUNs which are not initialised by LVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 02:35 AM
тАО10-31-2008 02:35 AM
Re: How to determine Hard Disk / LUN serial number.
There would be storage specifc commands to find out this (Eg: Sympd, xpinfo, evainfo etc)
Regards
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 02:36 AM
тАО10-31-2008 02:36 AM
Re: How to determine Hard Disk / LUN serial number.
You can search for LUN ID. But this is storage specific. You can use evaifo ( in case its an EVA Array) xpinfo -i (For XP Array)
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-31-2008 02:44 AM
тАО10-31-2008 02:44 AM
Re: How to determine Hard Disk / LUN serial number.
see more info abt evainfo
http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01438659-1
Aneesh