|
|
To remove volumes:
/etc/vx/bin/vxunroot
This removes all changes that were made to the system to support booting from a root volume. This also updates the /etc/vfstab file to replace the entry for /stand, if you have not done so already. See vxunroot(1M).
After rebooting, there should no longer be any volumes in use. To check for volumes that are still in use:
vxprint -Aht -e v_open
See vxprint(1M).
If any volumes are listed, determine what application or filesystem is using each volume. One way you can determine which applications reference a listed volume is to rename the volume, so that the application cannot find the volume under its original name. To rename a volume, enter
vxedit rename old_vol_name new_vol_nameSee vxedit(1M).
Applications that reference the volume will print error messages to the console.