- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcfgrestore does not work
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
08-03-2004 11:35 PM
08-03-2004 11:35 PM
After that I am trying to restore LVM configuration using
# vgcfgrestore -n vg02 /dev/rdsk/c0t3d0
But I get 'Couldn't query physical volume...The specified path does not correspond to physical volume attached to this volume group'.
If I use the -R flag I get the same error but vgcfgrestore exists saying the the volume group information has been successfully restored. However it doesn't seem so because I cannot mirror the LV's again - I get 'Couldn't query physical volume...'
The disk is configured into lvmtab and vg02.conf (checked using -l flag in vgcfgrestore).
I've run into this problem once before and then I solved it by deactivating the VG but this time it's a live system that cannot be shutdown easily.
How do I restore the LVM configuration to this new disk correctly? The system is a K380 running HP-UX 11.00.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:11 AM
08-04-2004 12:11 AM
SolutionHave you done the required re-activation afterwards? (vgchange -a [ye] VG)
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:25 AM
08-04-2004 12:25 AM
Re: vgcfgrestore does not work
Thanks a lot!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 12:40 AM
08-04-2004 12:40 AM
Re: vgcfgrestore does not work
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 05:26 PM
03-05-2006 05:26 PM
Re: vgcfgrestore does not work
Did you try vgcfgrestore before or after you reduced all the LVs with the bad disk?
Also did you vgreduce the PV from the VG?
If you did, then according to LVM, the replaced disl (pv) is not part of the VG. Which is why you got the error.
To do this all online without deactivating the VG, I'll lvreduce the LV, then pvreduce the PV and start the mirroing process for VG02.
Jov