Search This Blog

Sunday, April 13, 2014

Using vxlist to display disk and disk group information

The vxlist command is a new display command that provides a consolidated view of the SF configuration.
To display the vxlist command output, the vxdclid daemon must be running. If this daemon is not running, execute

/opt/VRTSsfmh/adm/dclisetup.sh as the root user.

# ps -ef|grep dcli
    root 36307036        1   0   Mar 16      -  3:51 /opt/VRTSsfmh/bin/vxdclid

# ./vxlist disk
TY   DEVICE          DISK            DISKGROUP        SIZE    FREE STATUS
disk apevmx09_01b9   -               -                   -       - notsetup
disk apevmx09_01d6   apevmx09_01d6   test_dg      119.96g   4.96g imported
disk apevmx09_01d7   -               -              59.97g       - free
disk apevmx09_01d8   -               -              17.97g       - free
disk apevmx09_01d9   -               -              17.97g       - free

# ./vxlist dg
TY   DISKGROUP   IMPORT    STATUS         SIZE    FREE ID

dg   testdg_dg    private   enabled     119.96g   4.96g 1332859417.22.testdg

No comments:

Post a Comment