- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAN disk display
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
06-19-2009 06:16 AM
06-19-2009 06:16 AM
SAN disk display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 06:25 AM
06-19-2009 06:25 AM
Re: SAN disk display
ioscan
ioscan -fnC disk
This should show the new disks after detection.
On HP-UX 11.11 and 11.23 insf -C disk may be needed to make the disks show up on ioscan. A reboot will also detect disks.
You can match the LUN numbers on the EVA 8100 controller to the ioscan output to determine which disk is which.
SEP
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
06-19-2009 06:57 AM
06-19-2009 06:57 AM
Re: SAN disk display
The disk appears on my host like this:
disk 316 64000/0xfa00/0x1d esdisk CLAIMED DEVICE online HP
1/0/12/1/0/4/0.0x50001fe1500f733c.0x40c9000000000000
1/0/12/1/0/4/0.0x50001fe1500f7338.0x40c9000000000000
1/0/12/1/0/4/0.0x50001fe1500f733a.0x40c9000000000000
1/0/12/1/0/4/0.0x50001fe1500f733e.0x40c9000000000000
1/0/14/1/0/4/0.0x50001fe1500f7339.0x40c9000000000000
1/0/14/1/0/4/0.0x50001fe1500f733d.0x40c9000000000000
1/0/14/1/0/4/0.0x50001fe1500f733b.0x40c9000000000000
1/0/14/1/0/4/0.0x50001fe1500f733f.0x40c9000000000000
/dev/disk/disk316 /dev/rdisk/disk316
Now, i happen to know that this is the same disk because it is the only 16GB disk i have presented to the host. However, my problem is that i have about 20 other disks that i have presented that are the same size. How do i know which is which?
Sorry about the long post :)
Thanks again for you help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 07:07 AM
06-19-2009 07:07 AM
Re: SAN disk display
2) you can calculate the LUN from classic hardware path
3) you can use evainfo
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 07:16 AM
06-19-2009 07:16 AM
Re: SAN disk display
1. Can you explain how the lun shows here? I have looked at every hex combination above and nowhere do i get lun 201.I also don't see any WWN that matches ports on my EVA....?
2. Can you explain how to get the lun from the "classic" hardware path?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 07:42 AM
06-19-2009 07:42 AM
Re: SAN disk display
What is evainfo and how can i get it to run on my system?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 11:45 AM
06-19-2009 11:45 AM
Re: SAN disk display
the calculation in the LUN ID can be had by looking at the pge 58 of Next genertion mass storage stack.
http://docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf
please note that
The LUN address for a Fibre Channel device is a 64-bit LUNid.
1/0/14/1/0/4/0.0x50001fe1500f733f.0x40c9000000000000
first 4 bit of the 64 bit LUN address 40c9000000000000 are
40c9 = 0100 0000 1100 1001 = 01 00000011001001
01 -- tells Flat Space Addressing
00000011001001 -- tells LUN ID is -- Decimal 209 and Hex c9
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 12:35 PM
06-19-2009 12:35 PM
Re: SAN disk display
please correct this
0000011001001 -- tells LUN ID is -- Decimal 209 and Hex c9
this should read as
0000011001001 -- tells LUN ID is -- Decimal 201and Hex c9
regards
sujit