The vxprint command displays information about Volume Manager objects.
To display general information for all subdisks, use the following command:
The following is an example of vxprint -st command output:
Disk group: rootdg |
 |
SD NAME PLEX DISK DISKOFFS LENGTH [COL/]OFF DEVICE MODE SV NAME PLEX VOLNAME NVOLLAYR LENGTH [COL/]OFF AM/NM MODE sd disk01-01 vol1-01 disk01 0 102400 0 c0t10d0 ENA sd disk02-01 vol2-01 disk02 0 102400 0 c0t11d0 ENA |
The -s option specifies information about subdisks. The -t option prints a single-line output record that
depends on the type of object being listed.
You can display complete information about a particular subdisk
by using the following command:
# vxprint -l subdisk_name |
For example, to obtain all information on a subdisk named disk02-01, use the following command:
The following is an example of vxprint -1 disk02-01 command output:
Disk group: rootdg |
 |
Subdisk: disk02-01 info: disk=disk02 offset=0 len=102400 assoc: vol=vol2 plex=vol2-01 (offset=0) flags: enabled device: device=c0t11d0 path=/dev/vx/dmp/c0t11d0 diskdev=102/8
|