Search This Blog

Friday, July 25, 2014

Using vxlist and vxinfo for volume information

The vxlist command is useful in summarizing the volume information on the system. You can also use this command to display the disks and the plexes associated with a specific volume, using the following command options:

#vxlist –s disk vol volume_name

#vxlist -s disk vol test_campaign
disks
TY   DEVICE          DISK              NPATHS ENCLR_NAME   ENCLR_SNO      STATUS
disk apevmx09_01d6   apevmx09_01d6          4 apevmx09     000292603749   imported

#vxlist –s plexes vol volume_name

#vxlist -s plex vol test_campaign
plexes
TY   NAME               TYPE     STATUS
plex test_campain-01   simple   attached

The vxinfo command prints the accessibility and the usability information on VxVM volumes. The -p option with vxinfo also reports the name and status of each plex within the volume.

#vxinfo -g testdg -p testvol
vol  testvol        fsgen    Started


plex testvol-01     ACTIVE

No comments:

Post a Comment