- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM Restoration
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
02-11-2003 03:58 PM
02-11-2003 03:58 PM
LVM Restoration
Thanx
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 04:02 PM
02-11-2003 04:02 PM
Re: LVM Restoration
Can you successfully do a vgdisplay -v vg01?. After vgcfgrestore, you would need to do a "vgchange -a y vg01".
The safeway to recover the image is to disconnect cables to the storage, recover only vg00 and then import the other volume groups. So if you can keep the map files on a network servers, then they will come handy. This may be slightly time consuming, but can assure that the data is safe.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 04:19 PM
02-11-2003 04:19 PM
Re: LVM Restoration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 06:49 PM
02-11-2003 06:49 PM
Re: LVM Restoration
Brian, the problem now is if you did vgcfgrestore on wrong disks, it could have updated incorrect LVM structures on those disks. However, vgcfgrestore does not overwrite the data extents. So, during the make_tape_recovery process, if these disks were not messed up, you may be able to recover your data provided you have good vgcfgbackup files and you used vgcfgrestore correctly on the correct set of disks.
You wouldn't have gotten into this situation, if you restored only vg00 by disconnecting the other disks. Rest is simple importing.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 09:44 PM
02-11-2003 09:44 PM
Re: LVM Restoration
You have to do vgchange -a y after vgcfgrestore. if this couldn't recognize vg01, then propably you might have used -x inc_entire=vg00 during make_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 06:36 AM
02-12-2003 06:36 AM
Re: LVM Restoration
Thanx For All Your Help
Brian Pyle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 11:47 AM
02-12-2003 11:47 AM
Re: LVM Restoration
As far as I remember make_recovery does not have inc_entire option and make_net_recovery which does have this option is only to include all filesystems for that particular vg and it should not cause VGs other than VG00 or the included VG get disturbed.
There must have been something else wrong and vgimport should be the right way to go.And extream care should be taken while restoring to use only the disks which were used earlier for vg00 or included VGs.