- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hardware path
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
05-30-2004 04:34 PM
05-30-2004 04:34 PM
Hardware path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 04:50 PM
05-30-2004 04:50 PM
Re: Hardware path
You should note down the harwdare connected to which hardware path and from ioscan you will confirm the device file to that hardware path.
Example:
A cdrom connected to hardware path say 0/0/1.1
Do a ioscan and see for the corresponding device file at that hardware.
#ioscan -fnC disk
This device file will be the device file for Cdrom.
Similarly say a lan card connected at
0/0/9/2.3
#ioscan -kfnC lan
The device file at
0/0/9/2.3 this path will be the device file for lan
And so on
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:04 PM
05-30-2004 05:04 PM
Re: Hardware path
There has labels attached on some server showing the path of the PCI slot.
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:10 PM
05-30-2004 05:10 PM
Re: Hardware path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 06:26 PM
05-30-2004 06:26 PM
Re: Hardware path
Run
# ioscan -fun : This will list all devices and device files
# ioscan -funC disk : This will list by category eg: disk
Eg. hardware path for a disk :
0/0/2/0/0.5.0 seagate - means:
First digits means Interface card number (c2)
Last digit means - LUN (d0)
Digit 5 means - Target (t5)
The device will be : /dev/dsk/c2t5d0
regards
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 06:48 PM
05-30-2004 06:48 PM
Re: Hardware path
i disagree a little bit with what binu had mentioned regarding the controller number i.e. Cx...
C refers to the I/O slot in which you have connected your I/O interface card and its not shown in the ioscan -fnC output.
with regards
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 09:16 PM
05-30-2004 09:16 PM
Re: Hardware path
An Addition to above replies:
Hardware Path indicates the location of the device in your system. for e.g.:
10/12/5.7.0
10 -- Device is on BUS 10
12 -- This BUS Convertor no.
5 -- Device Adaptor no.
7 -- SCSI Target ID of Device
0 -- LUN no.
For device name CxTxDx
C represents Device Instance No.
T represents SCSI Target ID
D Device No. on SCSI bus.
Proven and tested info.
Regards,