- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recover vs. make_net_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
08-09-2006 04:20 AM
08-09-2006 04:20 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:38 AM
08-09-2006 04:38 AM
Re: make_tape_recover vs. make_net_recover
http://docs.hp.com/en/IUX/
And of course, this forum. ;-)
You can still backup your servers, but you need one tape for each system. You need to load it manually to the lib, because DP can't handle ignite backups. If you backup to a SAN based tape, you need to boot from an install media (DVD) prior to restore from SAN. But backup/restore are very, very fast.
A ignite server is basically the same, but archives are stored on disk instead of tape now. You should setup the server and connect all clients together to a single subnet using their built-in interfaces for easier restoring.
A lot of pros and cons for both methods.
For all options see man make_net_recovery
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
08-09-2006 05:03 AM
08-09-2006 05:03 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:42 AM
08-09-2006 05:42 AM
Re: make_tape_recover vs. make_net_recover
on the forumn someone metioned using a DVD which I did not think of before by doing a make_sys_image command. Does anyone have a preference on which is better? Like I had mentioned I have been taking make_tape_recovers monthly for years, but luckily have never needed to restore. Since I have never restored, changing backup methods does not matter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:45 AM
08-09-2006 05:45 AM
Re: make_tape_recover vs. make_net_recover
/opt/ignite/bin/make_net_recovery -A -v -d
which will take vg00 to be backedup with default tape drive or if you know you can specify /dev/rmt/cxtyd0BESTn for tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:50 AM
08-09-2006 05:50 AM
Re: make_tape_recover vs. make_net_recover
This is what I do - then from cron on the individual servers:
/opt/ignite/bin/make_net_recovery -v -x exclude=/var/opt/perf/datafiles -x inc_entire=vg00 -s IGNITESERVER >/usr/local/logs/net_ignite_log.`date +%y%m%d` 2>&1
where IGNITESERVER is the hostname of your ignite server.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:00 AM
08-09-2006 06:00 AM
Re: make_tape_recover vs. make_net_recover
I am going to try the command out and will let you know how it goes.
Geoff,
I used to only always have 1 server so doing it on a tape is not big deal. Now I have 3 servers (2 w/out DDS drive). Would you still suggest that I back up to disk instead of tape? Also, I have always used tape, so I am a little confused on doing it to disk. Except for my local 18 gig or 36 gig internals (vg00) rest of disks are on a SAN. Is it harder are easier to restore from disk if I ever need to? You mentioned ignite server. Does this have to be a seperate UNIX server? or can it be one of these 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 07:34 AM
08-09-2006 07:34 AM
Re: make_tape_recover vs. make_net_recover
You will have to use make_net_recovery.
I suggest you do it to an NFS mount point so the LTO tape library can access it to back up the archives to tape.
You will not, even with an HP Storage works array be able to boot your servers off the tape device on the SAN. Deep in the information on the drive, you will find confirmation that it does not comply with Ignite guidelines. This is what I found out a few years ago when I wanted to do the same thing.
At the time my company invested in a SCSI Ultrium drive per server to continue with make_tape_recovery.
Things may have changed with newer Ignite versions, but I have my doubts and no means to test it now.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 07:37 AM
08-09-2006 07:37 AM
Re: make_tape_recover vs. make_net_recover
You will have to use make_net_recovery.
I suggest you do it to an NFS mount point so the LTO tape library can access it to back up the archives to tape.
You will not, even with an HP Storage works array be able to boot your servers off the tape device on the SAN. Deep in the information on the drive, you will find confirmation that it does not comply with Ignite guidelines. This is what I found out a few years ago when I wanted to do the same thing.
At the time my company invested in a SCSI Ultrium drive per server to continue with make_tape_recovery.
Things may have changed with newer Ignite versions, but I have my doubts and no means to test it now.
make_net_recovery works almost exactly the same as make_tape_recovery except instead of a tape, it mounts a writeble nfs mount point and writes its archives there. The archives will fit nicely on allocated space of a EMC or EVA disk array, though the NFS mount point may need to be managed and re-exported by an Ignite server to permit boots. Not sure about this last part.
The recovery process is similar, though the client machine must be booted off built in NIC cards, not an add in. In the USA, I set up a private server network on the built in cards with an old cisco switch to make keep this network traffic which can be huge off he regular Corporate LAN.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:01 AM
08-09-2006 08:01 AM
Re: make_tape_recover vs. make_net_recover
make_net_recovery requires a lot more steps to get started, and because of network considerations, it's imperative to test your setup. You'll need an Ignite server plus a test system to make sure the process steps work. You don't want any surprises when you actually need the net recovery image.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:21 AM
08-09-2006 08:21 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 09:52 AM
08-09-2006 09:52 AM
Re: make_tape_recover vs. make_net_recover
make_tape_recovery -x inc_entire=vg00 -a /dev/rmt/0mn
Like I had mentioned I have never had to restore from a make_tape_recovery. is doing it this way accepted? Will I be able to restore from this if I need to?
Thanks again for all your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 10:14 AM
08-09-2006 10:14 AM
Solutionregarding the restore over SAN:
The firmware of the server is not clever enough to find the tape device inside the SAN and boot from it.
For this reason you need to boot from the install media (DVD) and select the tape device inside the SAN, because the install utility from the media *is* clever enough:
-> Install HP-UX -> select Advanced Installation -> Recovery tape -> GO!
You can also install a current version of ignite on one of your servers and set it up (see the link I gave you earlier). Ignite is able to handle both, 11.11 and 11.23.
http://www.docs.hp.com/en/IUX/download.html
The manual (Ignite-UX Administration Guide: for HP-UX 11.00 and 11i - Edition 23, June 2006):
http://docs.hp.com/en/B2355-90970/index.html
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
08-09-2006 01:49 PM
08-09-2006 01:49 PM
Re: make_tape_recover vs. make_net_recover
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 02:21 PM
08-09-2006 02:21 PM
Re: make_tape_recover vs. make_net_recover
Maybe I'm old fashioned but I personally like have a tape on my desk and one in the vault.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:31 AM
08-10-2006 03:31 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:39 AM
08-10-2006 03:39 AM
Re: make_tape_recover vs. make_net_recover
The manual (Ignite-UX Administration Guide: for HP-UX 11.00 and 11i - Edition 23, June 2006):
http://docs.hp.com/en/B2355-90970/index.html
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
08-10-2006 05:00 AM
08-10-2006 05:00 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 06:45 AM
08-10-2006 06:45 AM
Re: make_tape_recover vs. make_net_recover
Also you can verify the make_tape_recovery tape with tar and you should include this after every creatation.
mt -t /dev/rmt/0m rew (* verify the tape is rewound
mt -t /dev/rmt/0mn fsf 1 (* move the tape ahead one record and past the boot lif
tar -tvf /dev/rmt/0mn (* list the table of contents
and selective restore of only one file
cd /dir
tar -xvf /dev/rmt/0mn dir/file_to_restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 07:47 AM
08-10-2006 07:47 AM
Re: make_tape_recover vs. make_net_recover
Thanks for pointing me in the right direction. This really helps!!
The D.R. system at the Warehouse is my test system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 08:00 AM
08-10-2006 08:00 AM
Re: make_tape_recover vs. make_net_recover
Those machines are so different that your K380 will probably not come up. It might, but I kind of doubt it.
There is a setting in the Ignite interface, when booting from the tape, somewhere that tells Ignite that you are recovering to different hardware. Make sure you find that and set it. Hopefully it will help.
But still, the K series machines and the rp74x0 machines are very different architecturally, so don't be too surprised if the make_tape_recovery tape doesn't work on the K380.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 08:06 AM
08-10-2006 08:06 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 04:59 AM
08-11-2006 04:59 AM
Re: make_tape_recover vs. make_net_recover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 06:04 AM
08-11-2006 06:04 AM