- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite Restore
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
03-18-2002 01:29 AM
03-18-2002 01:29 AM
Ignite Restore
I have taken the backup of an rp8400 Server with HPUX 11i through command
# make_tape_recovery -a /dev/rmt/2mn -Iv -x inc_entire=vg00
Root Disk of rp8400 is 36 GB.
Now I have a requirement to install this backup on rp5470 Server. Will it be successful?
Root Disk of rp5470 is 18 GB.
What all steps needs to be followed and precautions needs to be taken?
Thanks in advance.
Raje.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:34 AM
03-18-2002 01:34 AM
Re: Ignite Restore
How much is used out of 36 GB ?
do vgdisplay vg00
look for Alloc PE * 4= total in MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 03:52 AM
03-18-2002 03:52 AM
Re: Ignite Restore
You can stop the recovery process and interact with it in order to select the necesary part of the make recovery tape to a sucessfull recover.
This is because you don't have enoght disk to recover 36Gb into 18Gb.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 04:25 AM
03-18-2002 04:25 AM
Re: Ignite Restore
Well if you were restoring to another RP8400, then these rules usually apply: if you weren't using all 36GB and were using less than 12GB (not a typo - 50% of 18GB + 25% of 18GB), you can restore it, providing you MANUALLY adjust your filesystems, which means you have to interactively restore your system.
But, because you are restoring to an RP5410 from an RP8400, you are going to encounter a lot of issues, but you should be able to get through them. You will have to interactively modify your lan settings, file systems, and a few other things. You got a 80-20 chance of success.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 06:35 AM
03-18-2002 06:35 AM
Re: Ignite Restore
1. first of all check the used space
of /dev/vg00 in machine rp8400.
If it is less than 18 GB then you can definately restore the tape on new machine.
2. You can recreate the tape on 8400 with minimal OS components and you can restore the same tape to new machine.
3. During ignite restore you can specify the size of file systems if you want to adjust them. For that you need to select advance installation option.
4. You can unmount the file systems occupying more space in /dev/vg00 and then take make_recovery on machine rp8400. This will reduce the make_recovery tape size to significant level.
Hope this helps.
-Piyush.