| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| Is there a hpux command to determine the hard disk type (e.g. disk size, interface type) in an hpux pa-risc computer without looking at the disk physically? |
|
#2
|
| TsanChung wrote: > Is there a hpux command to determine the hard disk type (e.g. disk > size, interface type) in an hpux pa-risc computer without looking at > the disk physically? There is fstyp(1M) with the -v option. |
|
#3
|
| TsanChung wrote: > Is there a hpux command to determine the hard disk type (e.g. disk > size, interface type) in an hpux pa-risc computer without looking at > the disk physically? ioscan -C disk -f for d in /dev/rdsk/*; do diskinfo $d done -- echo imhcea\.lophc.tcs.hmo | sed 's2\(....\)\(.\{5\}\)2\2\122;s1\(.\)\(.\)1\2\11g;1 s;\.;::;2' |
|
#4
|
| hpux11.31B # ioscan -mdsf Persistent DSF Legacy DSF(s) ======================================== /dev/pt/pt4 /dev/rscsi/c5t0d0 /dev/rscsi/c7t0d0 /dev/pt/pt7 /dev/rscsi/c12t3d0 /dev/rscsi/c10t3d0 /dev/rdisk/disk12 /dev/rdsk/c1t0d0 /dev/rdisk/disk12_p1 /dev/rdsk/c1t0d0s1 /dev/rdisk/disk12_p2 /dev/rdsk/c1t0d0s2 /dev/rdisk/disk12_p3 /dev/rdsk/c1t0d0s3 /dev/rdisk/disk12_p4 /dev/rdsk/c1t0d0s4 /dev/rdisk/disk12_p5 /dev/rdsk/c1t0d0s5 /dev/rdisk/disk23 /dev/rdsk/c3t2d5 <--SNIP--> # diskinfo /dev/rdisk/disk23 SCSI describe of /dev/rdisk/disk23: vendor: EMC product id: SYMMETRIX type: direct access size: 70709760 Kbytes bytes per sector: 512 |
|
#5
|
| Yes Diskinfo -v /dev/rdsk/cxtydz Hope it helps Florent |
![]() |
| Thread Tools | |
| Display Modes | |