- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Silly question
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
06-05-2001 11:53 AM
06-05-2001 11:53 AM
Silly question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 12:08 PM
06-05-2001 12:08 PM
Re: Silly question
The hardware path can include bus/bus translator/SCSI ID/LUN among others.
The decode varies a bit between platforms and devices but the easiest thing to do is an ioscan.
e.g. ioscan -fn will list all devices, the hardware paths, and the associated nodes.
Now here's the kicker.
/dev/dsk/c2t2d0 (controller 2, scsi ID 2, LUN 0) does not point to a unique hardware path even on the same machine. For example if you reload the OS c2 may become c1 because the 'c' number is really the instance number which means the order in which the card was discovered. This is especially true if you add a card to a machine and then reload the OS.
You might also be interested in the lsdev command which identifies major device numbers.
Man ioscan,lsdev for details.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 12:12 PM
06-05-2001 12:12 PM
Re: Silly question
See "man ioscan" for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:40 PM
06-05-2001 06:40 PM
Re: Silly question
ioscan -kf
Or better yet:
ioscan -knfC disk
which shows all the disk channels and associated device files. You can find all LAN cards with:
ioscan -knfC lan
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 12:37 AM
06-06-2001 12:37 AM
Re: Silly question
It is very important to understand when configuring SG and HA solutions, also in terms of performance you'd like to mirror across different busses to get perf benefit of the two and the ha considerations also.
HW addressing for SCSI is easier to understand than Fibre channel and Switching / disk array and most array manuals and server manuals describe it well there.
What you need to do is run ioscan -f
and try to match it to the physical layout of your server. that'd be the best learning experience for ioscan/hw other than a course.
PS: its not at all a silly question.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 01:32 AM
06-06-2001 01:32 AM
Re: Silly question
All hardward path is based on the position on the box. Each type of box has differents hardware paths.
To see the beginig of hardware path , please go to the rear of box. Near of each slot for cards you will see a number like 0/8/12 or 2/0...
This is the hardware path for that card. All device generated for taht card ( disks... tapes..) will be preceded by this number when run ioscan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 02:49 AM
06-06-2001 02:49 AM