- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to check the bus number whit persistent de...
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
02-04-2010 06:22 AM
02-04-2010 06:22 AM
How to check the bus number whit persistent device
Whith the legacy device ( cxtxdx ) it was easy to check the bus/controler number. Now with the persistent device ( diski ) is not so easy .
The method consist to identify the hardware path via an ioscan command .
I would like to know if all the systems have a common syntax for the Hardware path . I have to get the Hardware path, via a script, and extract the controller/bus number .
on my system the disk disk9 have an hardware path of 0/3/2/0.0x1.0x0 . The controller/bus number is 3 . Is anyone can confirm me that the sysntax of the hardware path is already the same on all the kind of HP system. If you have a command which give me the bus/controller number , it is also ok .
Thank you for your replies ,
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 06:31 AM
02-04-2010 06:31 AM
Re: How to check the bus number whit persistent device
Unfortunately not nowadays (but it was years ago). This is pretty different from one model to the other.
See the user guide for details.
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
02-04-2010 06:35 AM
02-04-2010 06:35 AM
Re: How to check the bus number whit persistent device
But how to be sure to have the controller/bus number whitout chck my tools on all HP systems ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 06:40 AM
02-04-2010 06:40 AM
Re: How to check the bus number whit persistent device
ioscan -m dsf
That shows you the correlation and shows all of the paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 06:42 AM
02-04-2010 06:42 AM
Re: How to check the bus number whit persistent device
powermt display dev=all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 06:50 AM
02-04-2010 06:50 AM
Re: How to check the bus number whit persistent device
Right now the legacy devices are always supported. HP plan to suppress the support of the devices in the next release.
I would like to have a solution which allow me to don't use the legacy device even if it is only for consultation purpose .
About powerpath : It depend of the system , not always. And the goal of persistent devices is to use natives mutipahthing functionalities provided by the kernel. So this is not a solution for me .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 10:33 AM
02-04-2010 10:33 AM
Re: How to check the bus number whit persistent device
0/3/2/0.0x1.0x0
the internal path 0/3/2/0 will remain.
As said, what this path means depends on the server model.
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
02-07-2010 05:57 AM
02-07-2010 05:57 AM
Re: How to check the bus number whit persistent device
you can run
ioscan -m dsf
ioscan -m hwpath
do a comparison and you shall get all informations as wished.
regards
Sujit