I have deleted all the ingredients of a volume group even access options, but it still says that the Volume Group is in use. I tried to close everything including the OpenFiler itself but when I open it, it still says the volume is in use.

How can I overcome this problem ?

Thanks

link|improve this question

33% accept rate
feedback

1 Answer

Go to the commandline on the Openfiler box or via Putty. With the following command you can disable the volume group”

vgchange –a n <volume group name>

After disableing of the volume group, you can delete the whole volume with the following command:

vgremove <volume group name>

If you’re sure about this, you press y to continue.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.