Veritas Volume Manager (VxVM) - DG (Disk Group) Rename
1. Umount all filesystems used
# umount /myfilesystem1 # umount /myfilesystem2
2. Stop all volumes of Disk Group (DG)
# vxdg -g DG_APPS stopall
3. Deport the Disk Group (DG)
# vxdg deport DG_APPS
4. Import Disk Group with new name
# vxdg -n DG_DB import DG_APPs
Comments !