- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Diskinfo Query
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
11-20-2003 07:05 PM
11-20-2003 07:05 PM
Diskinfo Query
When i provide the command
"diskinfo -v /dev/rdsk/cxtxdx"
The output comes : I just need to know what the additional inquiry in the end of the output which shows (32)30 so on.
Thanx & Regards,
Roby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:32 PM
11-20-2003 07:32 PM
Re: Diskinfo Query
I am sorry but i do not understand the question?
mind you cdrom drive also has an /dev/rdsk/c?t?d? device file.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:36 PM
11-20-2003 07:36 PM
Re: Diskinfo Query
This is for the info about Hard disk address
c6t7d0.
Thanx & Regards,
Roby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:41 PM
11-20-2003 07:41 PM
Re: Diskinfo Query
it is apparently not the hottest issue in the forum! I tried searching the technical knowledge base. The following two documents reveal one corner of those bytes:
Document id: E1141160
Both links to the European site
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062951062
and
Document id: 1200264711
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062903230
Hope it helps just a little.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:57 PM
11-20-2003 07:57 PM
Re: Diskinfo Query
you can check the information for '-v' option from diskinfo manpage.
# man diskinfo
It looks the output shows from CS/80 devices and/or SCSI disk devices.
Hope this information can help you.
Best Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 02:14 AM
11-21-2003 02:14 AM
Re: Diskinfo Query
But what you want ?
You can use option -b and -v
-b Return the size of the disk in 1024-byte sectors.
-v Display a verbose summary of all of the information available from the device.
For other info you can use "ioscan -fn".
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2003 03:53 AM
11-21-2003 03:53 AM
Re: Diskinfo Query
the diskinfo(1M) command uses the SCSI INQUIRY command to retrieve inqury data from SCSI devices. The 1st 32 bytes (0-31) are interpreted/formatted somehow. The remainder (32...) is simply dumped out without further interpretation, since much of it is vendor specific. You could use it to decode manually device specifics using the vendor's specs.
Best regards...
Dietmar.