- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to find out how many Internal disks availa...
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-15-2003 11:58 AM
05-15-2003 11:58 AM
OS - 11.0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:00 PM
05-15-2003 12:00 PM
Re: How to find out how many Internal disks available on a system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:00 PM
05-15-2003 12:00 PM
Re: How to find out how many Internal disks available on a system ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:03 PM
05-15-2003 12:03 PM
Re: How to find out how many Internal disks available on a system ?
You have to look at the column H/W path (and have an idea about which path is the internal bus).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:07 PM
05-15-2003 12:07 PM
Re: How to find out how many Internal disks available on a system ?
Sorry, I thought you want specifications for how many disks could be internal...
/no points please/
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:10 PM
05-15-2003 12:10 PM
Re: How to find out how many Internal disks available on a system ?
For example on an old K-box, it's perfectly normal for internal and external disks to be on the same bus AND the SCSI ID's could be set to anything.
If you are able to distinguish them it's only because you know something about your particular system - and that's cheating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:10 PM
05-15-2003 12:10 PM
Re: How to find out how many Internal disks available on a system ?
L-class.
# ioscan -fn|grep ext
gives ..
ext_bus 0 0/0/1/0 c720 CLAIMED INTERFACE SCSI C896 Fast Wide LVD
ext_bus 1 0/0/1/1 c720 CLAIMED INTERFACE SCSI C896 Ultra Wide Single-Ended
ext_bus 2 0/0/2/0 c720 CLAIMED INTERFACE SCSI C875 Ultra Wide Single-Ended
ext_bus 3 0/0/2/1 c720 CLAIMED INTERFACE SCSI C875 Ultra Wide Single-Ended
ext_bus 4 0/3/0/0 c720 CLAIMED INTERFACE SCSI C875 Fast Wide Differential
ext_bus 5 0/6/0/0 c720 CLAIMED INTERFACE SCSI C875 Fast Wide Differential
Since I'm familiar with this server I know the first 4 paths points to the SCSI slots accessible from the front panel of the CPU(hence internal).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 12:18 PM
05-15-2003 12:18 PM
Re: How to find out how many Internal disks available on a system ?
An easy to find graphical picture can be obtained from:
# stm
For more details about h/w path, controllers and the disk connected, look at SAM. These two methods are more easy and useful if you are not very good at command line utilities.
One *non-professional* way to identify a particular disk will be to run a "dd" on it and find it's LED (light) indication:
# dd if=/dev/dsk/cxtydz of=/dev/null
A continuous read light on a particular disk will make it identifyable (not very accurate though). You can interrupt the process and run again to confirm if needed. This is not a supported way, but did help me a lot time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 07:59 PM
05-15-2003 07:59 PM
Re: How to find out how many Internal disks available on a system ?
There is no way system (OS) can diffentiate between internal and external disk.
The best way to find out is stm which will give you graphical presentation.
and it also depend on type of external disks connected if you have EMC storage as external disk storage then in ioscan you will fine EMC in model and HP/Segate for internal disks.
there is no clear difference and it can be found out only by exper.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 08:05 PM
05-15-2003 08:05 PM
Re: How to find out how many Internal disks available on a system ?
hehehehe :-) I always used the Shiju Wilson method.The *non* professional one.But worked like charm.
Do a dd command then see the light.Simple as that.
I wonder does this work for Disk Array ?.
uhm!!!! I don't think so.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 12:09 AM
05-16-2003 12:09 AM
SolutionIt recognised XP512 Disks through a Fibre Channel Controller, AutoRaid 12H, FC60, and the remainder are classed as HAS.
The model classification should give you an idea.
Files reside in following directories by default
/operations/bin/diskinventory.sh
/operations/etc/disktypes
Share and Enjoy! Ian