Wednesday, March 26, 2008

How to disable VxVM on a system?

1. Remove mirror from each file system
# vxassist -g rootdg remove mirror swapvol
# vxassist -g rootdg remove mirror export
# vxassist -g rootdg remove mirror rootvol

2. Comment out Vxvm load module entries from /etc/system

3. go to /etc/vx/reconfig.d/state.d
# rm root-done
# touch install-db

4. Copy pre VM vfstab file to /etc/vfstab.
5. Reboot the system.

No comments:

Post a Comment