Veritas VM


Tags:

                                  

Volume Manager CLI examples:
---------------------------


display disk listings:

        # vxdisk list



display volume manager object listings

        # vxprint -ht



display free space in a disk group      

        # vxdg -g <diskgroup> free


        
list all volume manager tasks currently running on the system   

        # vxtask list


 
add a disk to Volume Manager (devicename = cXtXdX) (prompt driven)
                
        # vxdiskadd <devicename>




Tags:


1. Verify that there is enough space available to grow the volume.

     vxassist maxgrow <volume-name>

   example:
     vxassist maxgrow dadb1-db15


2. Verify the filesystem type by checking /etc/vfstab

3. Grow the filesystem:

     cd /usr/lib/vxvm/bin/
     ./vxresize -F <filesystem type> -g <diskgroup> <volumename> + <size>

   example:
     ./vxresize -F vxfs -g dadbdg-hds voldb00 +16g