- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Please explain the hardware path of disk in HPUX
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-20-2009 11:02 AM
08-20-2009 11:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2009 11:07 AM
08-20-2009 11:07 AM
Solution1) 10/0/15/1
path to slot and HBA
disk has SCSI id 5
2)10/2/1/0
path to slot and HBA
switch domain ID 1
storage is connected to port 25
LUN ID is 0
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
08-20-2009 11:10 AM
08-20-2009 11:10 AM
Re: Please explain the hardware path of disk in HPUX
Interpreting Hardware Paths:
http://docs.hp.com/en/AB378-96001/ch01s12.html
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2009 11:11 AM
08-20-2009 11:11 AM
Re: Please explain the hardware path of disk in HPUX
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
08-20-2009 11:17 AM
08-20-2009 11:17 AM
Re: Please explain the hardware path of disk in HPUX
An 'ioscan' and a 'lssf' can help you understand. See the manpages for each.
By the way, please examine your profile for the questions that you have not yet assigned points. Recent ones include:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1362489
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1362488
You can discover others via:
http://forums.itrc.hp.com/service/forums/pageList.do?userId=WW220552&listType=unassigned&forumId=1
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2009 03:32 AM
08-21-2009 03:32 AM
Re: Please explain the hardware path of disk in HPUX
Hope this would be helpful..Pls check and let me know.
Hardware Path Interpreting:
Sample IOSCAN output from HPUX 11.23 server showing FC HBA, EVA Controller and one LUN.
fc 0 0/6/2/0 fcd CLAIMED INTERFACE HP A6826-60001 2Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd0
fcp 2 0/6/2/0.1 fcd_fcp CLAIMED INTERFACE FCP Domain
ext_bus 26 0/6/2/0.1.0.0.0 fcd_vbus CLAIMED INTERFACE FCP Array Interface
target 9 0/6/2/0.1.0.0.0.0 tgt CLAIMED DEVICE
ctl 22 0/6/2/0.1.0.0.0.0.0 sctl CLAIMED DEVICE COMPAQ HSV111 (C)COMPAQ
/dev/rscsi/c26t0d0
disk 69 0/6/2/0.1.0.0.0.0.1 sdisk CLAIMED DEVICE COMPAQ HSV111 (C)COMPAQ
/dev/dsk/c26t0d1 /dev/rdsk/c26t0d1
FC Addressing Syntax:
HBA.Domain.Area.Port.Bus.Target.LUN
Resolving the above example:
HBA = 0/6/2/0
Domain = 0/6/2/0.1 (Here â 1â is Domain ID nothing but a FC Switch Domain ID)
Area = 0/6/2/0.1.0
Port = 0/6/2/0.1.0.0
Bus = 0/6/2/0.1.0.0.0
Target = 0/6/2/0.1.0.0.0.0
LUN = 0/6/2/0.1.0.0.0.0.1