- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery / make_tape_recovery on Itanium
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
04-10-2008 08:55 AM
04-10-2008 08:55 AM
I'd like to create a make_tape_recovery tape to use for DR. Can I somehow use the make_net_recovery image?
Just creaing one with make_tape_recovery isn't an option -- the machine doesn't have a tape drive attached.
Restoring the ignite server first and then the target machine isn't an option.
I know there were references on older ignite manuals about doing this. It seemed to PA_RISC specific. Any ideas?
Answers will be generously rewarded!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 09:54 AM
04-10-2008 09:54 AM
Solutionbackup the server to the ignite server. From the stored image, create a bootable DVD.
See the ignite guide for how-to.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 10:42 AM
04-10-2008 10:42 AM
Re: make_net_recovery / make_tape_recovery on Itanium
But you can take a 'make_net_recovery' image and covert it other media formats. The handy command is /opt/ignite/data/scripts/examples/make_media_install.
See this section of the admin guide:
http://docs.hp.com/en/5992-3336/ch12s03.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 10:57 AM
04-10-2008 10:57 AM
Re: make_net_recovery / make_tape_recovery on Itanium
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2008 06:10 PM
04-13-2008 06:10 PM
Re: make_net_recovery / make_tape_recovery on Itanium
make_media_install doesn't support Itanium tapes, but I was able to get some hints there ...
There aren't drives attached locally to every machine at my shop ...
obviously there are drives at the DR site ...
I don't have free SCSI cards to move the available drives around in my home shop ...
make_ipf_tape may help some, plus some lines from make_sys_image ...
this should not be so hard !
I assigned everyone points ... I appreciate the responses very much ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2008 06:30 PM
04-13-2008 06:30 PM
Re: make_net_recovery / make_tape_recovery on Itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 02:04 PM
02-20-2009 02:04 PM
Re: make_net_recovery / make_tape_recovery on Itanium
I was wondering if your test succeeded? I have a similar situation where I do not want to get a tape for every server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 02:31 PM
02-20-2009 02:31 PM
Re: make_net_recovery / make_tape_recovery on Itanium
my network Ignite archives!
Network archives are gzipped, tape archives aren't. So I had to gunzip the network archive into a temporary file.
I had to modify the archive_cfg file in 2 places:
s/archive_type = gzip tar/archive_type = tar
s/archive_path = "1"/archive_path = "22"
I used the /opt/ignite/bin/make_ipf_tape script provided with Ignite to put the boot and install components on the tape.
Then I used dd to add an ANSI user tape label to the tape, and then dd'ed the archive to the tape.
I worked this out by examining a tape created
with make_tape_recovery.
We have used tapes created this way for DR testing successfully.
I attached a script I used to make my tapes. It's specific to my environment, but it might help.