Operating System - HP-UX
1833758 Members
3159 Online
110063 Solutions
New Discussion

delete volume group problem

 
yazidhani
Contributor

delete volume group problem

i want delete volume group vgapp
vgdisplay: "/dev/vgapp/group": not a character device.
vgdisplay: Cannot display volume group "/dev/vgapp".
i used vgexport
erp2 /#vgexport vgapp
vgexport: "/dev/vgapp/group": not a character device.
vgexport: Couldn't export volume group "vgapp".

help me who delete this volume group




5 REPLIES 5
Jestin John Chacko
Regular Advisor

Re: delete volume group problem

may be this document will help you please go through it
Ganesan R
Honored Contributor

Re: delete volume group problem

Hi,

Did someone manually removed the file /dev/vgapp/group ?

Provide these outputs

#ll /dev/vgapp/group
#file /dev/vgapp/group
Best wishes,

Ganesh.
Suraj K Sankari
Honored Contributor

Re: delete volume group problem

Hi,

Apart from this you can lvremove and vgremove can used for remove a vg.

Suraj
Jeeshan
Honored Contributor

Re: delete volume group problem

I guess you didn't able to create the vg, because of maxvgs limitations. for more chking you can verify using the command

#vgdisplay vgapp
a warrior never quits
Ramesh S
Esteemed Contributor

Re: delete volume group problem

Hi

Please check the group file in /dev/vgapp
#ll /dev/vgapp

I believe group file is available under /dev/vgapp. Create a group file under /dev/vgapp and try exporting it.
#mknod /dev/vgapp/group c 64 0xXXXXXX (minor shud be unique)

#vgexport vgapp

-Ram