- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- diskinfo: from where it gets disks information !!
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-19-2003 10:25 AM
02-19-2003 10:25 AM
i was curious to know from where diskinfo reads the disks information in case the disk info is not in the /etc/disktab and not in the pd_infodev.tx??
If it brings the information from a patch, how to know which patch contains the disk information!!!...
i have an Hp700 machine with UX 11.11 on it...
Thx & Regards
Souheil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:40 AM
02-19-2003 10:40 AM
Re: diskinfo: from where it gets disks information !!
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:47 AM
02-19-2003 10:47 AM
Re: diskinfo: from where it gets disks information !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:48 AM
02-19-2003 10:48 AM
Re: diskinfo: from where it gets disks information !!
http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,2572,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 10:50 AM
02-19-2003 10:50 AM
Re: diskinfo: from where it gets disks information !!
For non-HP devices, diskinfo may be unable to interpret all
of the data returned by the device.
So I would say that it does not read from a file but actually gets the data from the device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 01:34 AM
02-20-2003 01:34 AM
Re: diskinfo: from where it gets disks information !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 04:26 AM
02-20-2003 04:26 AM
Solutiondiskinfo(1M) gets its information from the *controller* of/in the disk drive, *not* from the disk *media*.
As to why diskinfo sometimes reports incorrect size infoamtion: Because the disk is 'broken', i.e. defective, wrong/incompatible controller, wrong/incompatible firmware, etc..
Patches for detecting the right disk (size) should normally only be needed for *SAM*, not for command-line commands.
The sequence I use/recommend is:
- Does ioscan see the disk (controller)?
- Does diskinfo see the disk (controller)?
- Can "dd if=/dev/rdsk/c?d?t? of=/dev/null bs=64k count=10" read from the disk?
- Does "pvdisplay /dev/dsk/c?d?t?" indicate that this is a LVM disk?
If an earlier step does not work, you don't have to bother with the next one.