Operating System - HP-UX
1833059 Members
2661 Online
110049 Solutions
New Discussion

vgchange: Couldn't deactivate volume group Device busy

 
Bharat Katkar
Honored Contributor

Re: vgchange: Couldn't deactivate volume group Device busy

IS the VG part of the Cluster if you have any. If so you need to do:

# vgchange -c y /dev/vgxx
# vgchange -a n /dev/vgxx

And if it is not a part of any Cluster i suspect some of the FileSystems in that VG are not getting unmounted, may be they are in USE.
You need to know a lot to actually know how little you know
Suresh Patoria
Super Advisor

Re: vgchange: Couldn't deactivate volume group Device busy

Hello,

have u umount all the logical volume which belong to ur vgxx

Then try to vgchange

Thanx