- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to view the device details ( not thru lsde...
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-12-2006 09:38 PM
11-12-2006 09:38 PM
By using the ioscan command, i can see the h/w path and other info of harddisk (/dev/dsk/c16t1d0) info. "ioscan -fnC disk"
I want to get the size and more info about that particular device...( /dev/dsk/c16t1d0 ).
Hope bdf and df -k wont be usable at this point. Because they will show the mounted vol's size ( /, /stand and lvol details).
Your help on this query is really appreciated.
rgds
saravanan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 09:43 PM
11-12-2006 09:43 PM
Re: How to view the device details ( not thru lsdev )
Use diskinfo /dev/cXtxDx command
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 09:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 09:53 PM
11-12-2006 09:53 PM
Re: How to view the device details ( not thru lsdev )
diskinfo -v /dev/rdsk/c16t1d0
diskinfo -v /dev/rdsk/c44t0d0
SCSI describe of /dev/rdsk/c44t0d0:
vendor: DGC
product id: CX700WDR10
type: direct access
size: 104857600 Kbytes
bytes per sector: 512
rev level: HP03
blocks per disk: 209715200
ISO version: 0
ECMA version: 0
ANSI version: 4
removable media: no
response format: 2
(Additional inquiry bytes: (32)68 (33)32 (34)20 (35)43 (36)4f (37)4e (38)54 (39)52 (40)4f (41)4c (42)4c (43)45 (44)52 (45)20 (46)
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 09:55 PM
11-12-2006 09:55 PM
Re: How to view the device details ( not thru lsdev )
it is /dev/rdsk/cXtxDx
And not /dev/dsk/cxTxdx
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 09:56 PM
11-12-2006 09:56 PM
Re: How to view the device details ( not thru lsdev )
Rgds,
-Saravanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 01:03 AM
11-13-2006 01:03 AM
Re: How to view the device details ( not thru lsdev )
lssf /dev/rmt/*
For specific devices like disks, the diskinfo command is useful but for even more details, use cstm in batch mode as in:
echo "selclass qualifier all;info;wait;infolog"
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 01:23 AM
11-13-2006 01:23 AM
Re: How to view the device details ( not thru lsdev )
What Bill means is to run as root
#/root> echo "selclass qualifier ll;info;wait;infolog" | cstm | tee -a device.log
Then view device.log to see details.
You get a lot of output for all your whole system devices, disk, memory etc..
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2006 02:44 AM
11-13-2006 02:44 AM
Re: How to view the device details ( not thru lsdev )
| cstm
was truncated when I pasted it.
Bill Hassell, sysadmin