- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restoring Tape Created with 'make_tape_recover...
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-17-2006 05:52 AM
03-17-2006 05:52 AM
Unfortunately, I've limited exposure to HP-UX, I've been told to use the 'make_tape_recovery' to create an image. I've done that, but am not sure what the procedures I'd need to use to restore the server once it's been fixed.
Is there any documentation that I can peruse to draw up an 'action plan' in the event a restore is required?
Thanks for your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 05:57 AM
03-17-2006 05:57 AM
Re: Restoring Tape Created with 'make_tape_recovery' to Original Server
/opt/ignite/bin/make_tape_recover -A -a /dev/rmt0mn
takes the image
and to restore You'd insert the tape, and interrupt the system boot process while searching for devices.
then boot from the tapes hardware identifier, say 'n' when asked if You want to interact with ISL (initial system loader) and it'll run right into restoring the image.
upon completion there's only a reboot needed.
unfortunately I can't point You to actual documentation.
There's an "Ignite UX Administrators Guide" at http://docs.hp.com but it's been some time since I read it.
florian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 06:05 AM
03-17-2006 06:05 AM
Re: Restoring Tape Created with 'make_tape_recovery' to Original Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 06:25 AM
03-17-2006 06:25 AM
Re: Restoring Tape Created with 'make_tape_recovery' to Original Server
1. So this tape would restore the server to it's original state of when the tape was created, including the system configuration, devices, and filesystems?
2. I read in the HP9000, Series 700 documentation about Making a Recovery System. Is this something else that is required and I need to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 06:43 AM
03-17-2006 06:43 AM
SolutionA 'make_recovery_tape' will restore a server's vg00 to the same state as was represented by the tape's contents when the tape created.
That is, the essential system configuration, including all device files, will be reestablished.
Mirrored logical volumes may have to be re-mirrored and in some cases you may have to 'vgimport' non-vg00 volume groups.
I suggest you use something like:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
This captures all of vg00. The "-v" means that you see details about the Ignite session as the recovery tape is being created.
The '-I' cauese the Ignite recovery session to be interactive when you boot from the recovery tape. This allows you to interact with Ignite, as for example to do an "advanced mode" installation where you can alter the sizes of your vg00 logical volumes. Without this option, you will have only 10-seconds to interrupt the automatic recovery to enter this mode.
Regards!
...JRF...