- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Volume group not deactivating
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:41 PM
08-31-2009 08:41 PM
Volume group not deactivating
I have a volume group. I have unmounted all LV's and i am trying
vgchange -a n /dev/vgname
but the following error is coming.
[root@ggnbkp21:/tmp/jai]#vgchange -a n APPSVG3
vgchange: Couldn't deactivate volume group "APPSVG3":
Device busy
I have manually deactivated all lv's and pv's but still it is giving me same error.
This volume group have raw lv's, but i have deactivated them.
Please help.
See attachment for info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:48 PM
08-31-2009 08:48 PM
Re: Volume group not deactivating
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:48 PM
08-31-2009 08:48 PM
Re: Volume group not deactivating
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:51 PM
08-31-2009 08:51 PM
Re: Volume group not deactivating
Please guide me how to check the oracle ASM instances.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 08:58 PM
08-31-2009 08:58 PM
Re: Volume group not deactivating
How?
Maybe there are still I/Os pending, hence devices are busy.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2009 09:18 PM
08-31-2009 09:18 PM
Re: Volume group not deactivating
fuser -u /dev/APPSVG3/rWP_TRANI_IDX14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 12:36 AM
09-01-2009 12:36 AM
Re: Volume group not deactivating
if I understand well you "need to export" this vg, so you need to remove it.
If so just run
vgremove APPSVG3
which works with active vg, then remove /dev/APPSVG3 directory. In this way you don't need to deactivate the vg.
This gets the same result of vgexport which instead works with non-active vg (and which also remove /dev/
HTH.
Best regards,
Fabio