- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to define h/w path 0/1/1/0.0.0 ?
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
09-26-2007 07:24 PM
09-26-2007 07:24 PM
how to define h/w path 0/1/1/0.0.0 ?
please, suggest me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 07:33 PM
09-26-2007 07:33 PM
Re: how to define h/w path 0/1/1/0.0.0 ?
The HP-UX addressing scheme assigns fixed and hierarchical hardware paths to the devices,
based on the SCSI-2 specification. 14 bits are divided as follows:
Bus (7 bit = 128 busses)
Target (4 bit = 16 targets)
Lun (3 bit = 8 luns)
The HW path to a SCSI disk would look like this:
[SCSI-HBA].[Bus].[Target].[Lun]
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 07:36 PM
09-26-2007 07:36 PM
Re: how to define h/w path 0/1/1/0.0.0 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 10:19 PM
09-26-2007 10:19 PM
Re: how to define h/w path 0/1/1/0.0.0 ?
Addressing scheme is like this...
First digit 0 --> System Bus
Second digit 1 --> SBA(System Bus Adapater)
Third digit 1 --> LBA (Local Bus Adapter)
Fourth digit 0 --> Controller instance number
Fifth digit 0 --> Target number
Sixth digit 0 --> Lun Number
Hope this helps.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 01:31 AM
09-27-2007 01:31 AM
Re: how to define h/w path 0/1/1/0.0.0 ?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
to make your statistics different from
"I have assigned points to 0 of 72 responses to my questions"
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
09-27-2007 07:49 AM
09-27-2007 07:49 AM
Re: how to define h/w path 0/1/1/0.0.0 ?
If this is a cell based server then the first digit/place indicates the cell #.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 08:51 PM
09-27-2007 08:51 PM
Re: how to define h/w path 0/1/1/0.0.0 ?
Processor-based hw path format: SBA/LBA/device/function.target.LUN
Processor-based hw path example: 0/0/2/0.6.0
Processor-based hw path explanation: SBA=0, LBA=0, dev=2, function=0, target=6, LUN=0
Cell-based hw path format: Cell/SBA/LBA/device/function.target.LUN
Cell-based hw path example: 1/0/0/2/0.6.0
Cell-based hw path explanation: Cell=1,SBA=0, LBA=0, dev=2, function=0, target=6, LUN=0