- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM question
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
05-03-2005 07:03 AM
05-03-2005 07:03 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:09 AM
05-03-2005 07:09 AM
Re: LVM question
This ignite tape will restore your lvm,kernel,filesystem etc., information as at Basically the entire vg00 (depend on how you create ignite tape) only thing then you need to take care is restore production data
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:15 AM
05-03-2005 07:15 AM
Re: LVM question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:18 AM
05-03-2005 07:18 AM
Re: LVM question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 07:22 AM
05-03-2005 07:22 AM
Re: LVM question
At the HP DR sites, let them know what you have and the specs and they will do the config. All that remains for you is to ignite the server and start restoring your data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:30 AM
05-03-2005 09:30 AM
Re: LVM question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:50 AM
05-03-2005 09:50 AM
Re: LVM question
You're /etc/lvmtab file just tells the OS which disks are part of which VG. You've then got your /dev/vg* directories which tells the OS which LVs are on which VGs. Your disk device files will more than likely be different on your DR units anyway. If they did happen to match up, I would be really impressed.
The biggest thing you won't have, though, is the VGRA and LVRA that is on each and every disk/LUN. Those are what hold that majority of your VG and LV information.
Your best bet is to just have a script that you configure at the DR site and it will then build all of your VGs and LVs for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 06:01 AM
05-04-2005 06:01 AM
Re: LVM question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 06:12 AM
05-04-2005 06:12 AM
SolutionThe easiest way to do it would be to create all of your VGs and LVs and then vgexport them with the -s option and create your map files (vgexport -m vg??.map -p -v -s vg??).
Then when your DR server(s) arrive, you copy the appropriate map files to those servers, create the /dev/vg?? structure and group file(s) and then vgimport those VGs.
# mkdir /dev/vg??
# mknod /dev/vg??/group c 64 0x0?0000
# vgimport -m vg??.map -v -s vg??
Just do that for all VGs on each server and you're then ready to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 06:13 AM
05-04-2005 06:13 AM
Re: LVM question
If you're looking at it in reverse then I think it's exactly as Patrick mentioned before. You can setup your tempory server with the disk attached you can restore all of your non root volume groups to the external disk.
Once the drop ship arrives you should then install a copy of your OS on it with a make_recovery tape.
Then when you're ready you can do a vgexport on the temporary server and export all of the volume groups on the external disk. You should create a map file when you do this and then copy it across to the dropship server. You can then detacth from the temp server and attach it to the DR server. Then run a vgimport with your map file and all of the volume groups should then be seen.
Cheers,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2005 06:19 AM
05-04-2005 06:19 AM