Veritas: Removing Veritas volumes

Title:

Veritas: Removing Veritas volumes

Author:

Douglas O’Leary <dkoleary@olearycomputers.com>

Description:

Veritas: Removing Veritas volumes

Date created:

08/2008

Date updated:

09/2009

Disclaimer:

Standard: Use the information that follows at your own risk. If you screw up a system, don’t blame it on me…

  1. Unmount the volume if necessary

  2. Edit the /etc/vfstab & remove the entry, if necessary.

  3. Stop the volume:

    vxvol -g ${group} stop ${vol}
    
  4. Remove the volume:

    vxedit -g ${group} -fr rm ${vol}