Veritas Storage Foundation™ 5.0.1 for Oracle RAC Installation, Configuration, and Administrator's Guide Extracts for the HP Serviceguard Storage Management Suite on HP-UX 11i v3
Displaying Storage Mapping Information
To display storage mapping information
• Use the vxstorage_stats command with the -m option to display storage mapping information:
# /opt/VRTSdbed/bin/vxstorage_stats -m -f file_name
For example:
# /opt/VRTSdbed/bin/vxstorage_stats -m -f /oradata/system01.dbf
Output similar to the following is displayed:
TY NAME NSUB DESCRIPTION SIZE(sectors) OFFSET(sectors) PROPERTIES
fi /oradata/system01.dbf 1 FILE 2621442048(B) 4718592(B)
Extents:3 Sparse Extents:0
v myindex 1 MIRROR 16777216 0
pl vxvm:mydb/myindex-01 3 STRIPE 16779264 0
Stripe_size:2048
rd /dev/vx/rdmp/c3t1d3s3 1 PARTITION 5593088 0
sd /dev/rdsk/c3t1d3s3 1 PARTITION 17674560 960
sd c3t1d3 2 MIRROR 17677440 0
da EMC000184502242:02:0c:02 0 DISK 143113019 0
da EMC000184502242:31:0c:02 0 DISK 143113019 0
rd /dev/vx/rdmp/c3t1d15s4 1 PARTITION 5593088 0
sd /dev/rdsk/c3t1d15s4 1 PARTITION 17669760 5760
sd c3t1d15 2 MIRROR 17677440 0
da EMC000184502242:01:0c:02 0 DISK 143113019 0
NOTE: For file type (fi), the SIZE column is number of bytes; for volume (v), plex (pl), sub-disk
(sd), and physical disk (da), the SIZE column is in 512-byte blocks. Stripe sizes are given in
sectors.
Displaying I/O Statistics Information
To display I/O statistics information
• Use the vxstorage_stats command with the -s option to display I/O statistics
information:
# /opt/VRTSdbed/bin/vxstorage_stats -s -f file_name
For example:
# /opt/VRTSdbed/bin/vxstorage_stats -s -f /data/system01.dbf
Output similar to the following is displayed:
I/O OPERATIONS I/O BLOCKS(512 byte) AVG TIME(ms)
OBJECT READ WRITE B_READ B_WRITE AVG_RD AVG_WR
/data/system01.dbf 2 2479 8 5068810 0.00 53.28
/dev/vx/rdsk/mydb/myindex 101 2497 1592 5069056 12.18 52.78
vxvm:mydb/myindex-01 101 2497 1592 5069056 12.18 52.76
/dev/rdsk/c3t1d3s3 131 1656 2096 1689696 14.43 39.09
c3t1d3 131 1656 2096 1689696 14.43 39.09
EMC000184502242:02:0c:02 8480 231019 275952 23296162 - -
EMC000184502242:31:0c:02 3244 232131 54808 23451325 - -
/dev/rdsk/c3t1d15s4 0 1652 0 1689606 0.00 46.47
c3t1d15 0 1652 0 1689606 0.00 46.47
EMC000184502242:01:0c:02 23824 1188997 1038336 32407727 - -
EMC000184502242:32:0c:02 5085 852384 135672 29956179 - -
/dev/rdsk/c3t1d2s4 14 1668 200 1689834 18.57 34.19
c3t1d2 14 1668 200 1689834 18.57 34.19
EMC000184502242:16:0c:02 4406 271155 121368 23463948 - -
EMC000184502242:17:0c:02 3290 269281 55432 23304619 - -
To display storage mapping and I/O statistics information at repeated intervals
Displaying I/O Statistics Information 87