gmathew
15 years agoLevel 3
Cannot remove last disk group configuration copy
Hi,
I have a diskgroup with 6 EMC SAN disks in it. I got 6 new SAN storage and added it to the same disk group and mirrored volume. This host is running on centos 4.8.
After mirroing I have removed the old plex. When I try to remove the last disk from the old SAN on the host using "vxdg -g dg rmdisk <disk_name> ", it throws an error as mentioned below.
# vxdg -g dg01 rmdisk disk06
VxVM vxdg ERROR V-5-1-10127 disassociating disk-media disk06:
Cannot remove last disk group configuration copy
I would like to remove this last disk from the Disk group, because the volume is running on the new disks. How can I remove this disk from the disk group?
Thanks for the help in advance.
- Thanks Everyone. I could resolve the issue. It was not the problem with the disk. There seems to be a bug or a issue with VxVM 4.1mp3 on Linux, wherein if we add the disk to a dg and not reboot the linux box, we cannot remove the unused disk because the config copies doesnt get created on the new disks after we add it to the diskgroup.
Rebooting the linux box solved the issue. The config copies are created on 5 of the new disks after the reboot.
Thanks again for all your valuable help!