1752786 Members
6132 Online
108789 Solutions
New Discussion юеВ

ignite backup on server

 
SOLVED
Go to solution
DJEFEL DJILALI
Occasional Advisor

ignite backup on server

Hello everybody,
I am looking for the instructions on use of ignite backup on server. We are currently doing this on tape.
Thanks on adavnce.
5 REPLIES 5
Berd
Trusted Contributor
Solution

Re: ignite backup on server

Djefel,

Take a look at the below link. The admin guide will assist in creating an ignite server and generating ignite archives over the network.

http://docs.hp.com/en/B2355-91049/B2355-91049.pdf

Berd
Calandrello
Trusted Contributor

Re: ignite backup on server

friend
make_tape_recovery -A -a /dev/rmt/xxxmn
Sheriff Andy
Trusted Contributor

Re: ignite backup on server

If you plan on scheduling this thru cron, we use something like this;

/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/1mn

from the man page.
-I makes this an interactive when booting from tape.
-v will display verbose messages
-x inc_entire this will include specified volume group or disk
-a specifies what tape drive to use (in case it isn't /dev/rmt/0mn.
Yarek
Regular Advisor

Re: ignite backup on server

make_net_recovery





good luck!
Yarek
Regular Advisor

Re: ignite backup on server

for example:

make_net_recovery -v -s -x inc_entire=vg00