Operating System - HP-UX
1833451 Members
3080 Online
110052 Solutions
New Discussion

Re: How to create a backup dat tape using Ignite

 
SOLVED
Go to solution
Dave Walley
Frequent Advisor

How to create a backup dat tape using Ignite

I have installed the ignite tar file and I want to create a recovery dat tape. How should I go about it.

Dave
why do i do this to myself
4 REPLIES 4
Rick Garland
Honored Contributor

Re: How to create a backup dat tape using Ignite

If the Ignite SW was installed, there should be a /var/opt/ignite directory. Going down further (into the bin directory of Ignite) you will find an executable called make_recovery. This is the file.

Look for the docs that discuss ignite. Can do a search for ignite on the ITRC
Cheryl Griffin
Honored Contributor

Re: How to create a backup dat tape using Ignite

Dave,

make_recovery will create a bootable backup image of your root volume group.

For more information, see Ignite's website:
http://www.software.hp.com/products/IUX/

There have been many threads here in the HPUX Forum that you may want to go re-read that has more make_recovery/Ignite information.

Best wishes,
Cheryl
"Downtime is a Crime."
Stefan Farrelly
Honored Contributor
Solution

Re: How to create a backup dat tape using Ignite


The only command you need is;

/opt/ignite/bin/make_recovery -A -C -d /dev/rmt/0m

(or 1m or 2m etc.whatever your DAT device is - use ioscan -fknCtape to find it)
The -C is important so it keeps track of when you did your last make_recovery and you can later regularly run the command check_recovery to see how much has changed and if you should now create another recovery tape or not.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Andrew Brain or Yong Ji
Occasional Advisor

Re: How to create a backup dat tape using Ignite

Making a recovery tape takes about 30mins, it doesn't effect the system as no re-boot is required.

Use the following commands:

# make_recovery ?ApvC ?d /dev/rmt/0m ?b /users/uxinstlf.recovery

This shows if there are any errors and creates all the files required for a recovery tape to be created.

# make_recovery ?ArvC ?d /dev/rmt/0m ?b /users/uxinstlf.recovery

This tapes about 30 minutes creating the tape.
I'm spinning around