Archive for the ‘Veritas VM’ Category

Veritas Volume Manager Command Line Examples

Tuesday, August 7th, 2007

Tip courtesy of Kyle Reynolds at http://www.camelrichard.org 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 ...

How to Grow a Veritas Volume

Tuesday, August 7th, 2007

 Tip courtesy of Kyle Reynolds at http://www.camelrichard.org 1. Verify that there is enough space available to grow the volume. vxassist maxgrow 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 -g + example: ./vxresize -F vxfs -g dadbdg-hds voldb00 +16g