- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- re: failure to vgexport
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
07-04-2005 11:54 PM
07-04-2005 11:54 PM
but keep getting the following message - how do I get around this?
vgexport -v -f outfile /dev/vg01
Beginning the export process on Volume group "/dev/vg01".
vgexport: Volume group "/dev/vg01" is still active.
vgexport: Couldn't export volume group "/dev/vg01".
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:01 AM
07-05-2005 12:01 AM
Solution# vgdisplay /dev/vg01 | grep 'VG Status'
We have to deactive it
# vgchange -a n /dev/vg01
# unmount
# vgexport -v -f outfile /dev/vg01
It will work now.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:04 AM
07-05-2005 12:04 AM
Re: re: failure to vgexport
If the first option, then deactivate the VG before running the command.
If the second option, then use the -p option. It will still warn you that the VG is active, but will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:06 AM
07-05-2005 12:06 AM
Re: re: failure to vgexport
now get the following message.
# vgchange -a n /dev/vg01
vgchange: Couldn't deactivate volume group "/dev/vg01":
Device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:14 AM
07-05-2005 12:14 AM
Re: re: failure to vgexport
Then vgchange operation.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:15 AM
07-05-2005 12:15 AM
Re: re: failure to vgexport
The logical volumes in that VG is mounted.
Execute bdf|grep vg01
It will show all the mounted LVs
First unmount it and then execute vgchange.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 12:15 AM
07-05-2005 12:15 AM
Re: re: failure to vgexport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 01:16 AM
07-05-2005 01:16 AM
Re: re: failure to vgexport
I needed to umount all the filesystems first, then I was able to run the vgchange, followed by the vgexport.
Is anyone familiar with the mediainit command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 01:37 AM
07-05-2005 01:37 AM
Re: re: failure to vgexport
I think your initial problem is solved..Pls start a new thread for the new question and assign points to whoever helped you to solve the initial problem.
Regards
CS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 01:50 AM
07-05-2005 01:50 AM