======================================================= Veritas: Removing Veritas volumes ======================================================= :Title: Veritas: Removing Veritas volumes :Author: Douglas O'Leary :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... #. Unmount the volume if necessary #. Edit the /etc/vfstab & remove the entry, if necessary. #. Stop the volume:: vxvol -g ${group} stop ${vol} #. Remove the volume:: vxedit -g ${group} -fr rm ${vol}