- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to identify disk in HP UX 11.31
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
04-22-2008 04:39 AM
04-22-2008 04:39 AM
How to identify disk in HP UX 11.31
We have a HP 11.31 server which is connected to HP EVA SAN. Earlier in HP11.11 whenever we present a disk to server, we used to get the new disk(After IOSCAN) as C#t#d#. Now in HP UX11.31 how to identify a disk? Since this shows as disk1, disk2 but not the physical path. It is difficult to identify the disks of same size.
Will anybody help me out please???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 04:43 AM
04-22-2008 04:43 AM
Re: How to identify disk in HP UX 11.31
# ioscan -m dsf
# ioscan -fNCdisk
# ioscan -m hwpath
...
and finally there is still "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
04-22-2008 05:02 AM
04-22-2008 05:02 AM
Re: How to identify disk in HP UX 11.31
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 06:01 AM
04-22-2008 06:01 AM
Re: How to identify disk in HP UX 11.31
And also, you wont find multiple Persistent DSF's for a single LUN which has alternate links.
Since it has native dynamic multipathing enabled.
There are lot of new features are available in 11iv3.
http://docs.hp.com/en/5991-6469/ch03s03.html
Best Regards,
Ramesh S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2008 09:37 PM
04-22-2008 09:37 PM
Re: How to identify disk in HP UX 11.31
The output shows how to identify a disk in HP-UX 11.31 OS.
# strings /etc/lvmtab
/dev/vg00
/dev/disk/disk2 <--------Disk2
#
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
=======================================================================
disk 1 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE TEAC DV-28E-N
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 0 0/1/1/1.2.0 sdisk CLAIMED DEVICE HP 73.4GST373207LC <--------Disk2
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk2 /dev/rdsk/c3t2d0 <--------Disk2
/dev/rdisk/disk3 /dev/rdsk/c0t0d0
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2008 01:31 AM
04-24-2008 01:31 AM
Re: How to identify disk in HP UX 11.31
u can use ioscan -funC disk
then u can see all categaries there
claimed and unclaimed
once u present a disk from an eva it is just uncliamed only
also u have to compare these ioscan output
with u strings /etc/lvmtab file also.
11. if u are presenting a disk from eva u are assinging lun number from eva itself also
u have to compare wiht this lun number with new disk but here it will be always not accurate. some times if u are assing lun 6 may be disk will get 5. so this method is not accurate.
thanks and regards
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2008 01:42 AM
04-24-2008 01:42 AM
Re: How to identify disk in HP UX 11.31
>> "u can use ioscan -funC disk
then u can see all categaries there
claimed and unclaimed"
With "-u" you will see only CLAIMED devices
>> "once u present a disk from an eva it is just uncliamed only"
No. The disk will be CLAIMED by the always installed driver.
>> "11. if u are presenting a disk from eva u are assinging lun number from eva itself also
u have to compare wiht this lun number with new disk but here it will be always not accurate. some times if u are assing lun 6 may be disk will get 5. so this method is not accurate."
Maybe in combination with another multipathing software, but the direct (legacy and new) hardware path will reflect the LUN number.
Any proceedings so far?
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
05-29-2008 12:10 PM
05-29-2008 12:10 PM
Re: How to identify disk in HP UX 11.31
Yeah i could able to see the disk...
But can anyone explain how the disk number assigned.
Is this numer gets assigned randomly.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2008 12:14 PM
05-29-2008 12:14 PM
Re: How to identify disk in HP UX 11.31
#ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk5 /dev/rdsk/c2t0d0
/dev/rdisk/disk6 /dev/rdsk/c3t2d0
/dev/rdisk/disk7 /dev/rdsk/c0t0d0
/dev/rdisk/disk32 /dev/rdsk/c2t1d0
So far I cannot see any relation ...
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!
