1834022 Members
2312 Online
110063 Solutions
New Discussion

Re: make_recovery

 
nibble
Super Advisor

make_recovery

hi guys,
is it possible to do make_recovery via network? i wana make a recover tape using a another server's tape drive. both machines has hp ux 11.0 os.
4 REPLIES 4
T G Manikandan
Honored Contributor

Re: make_recovery

You have to use

make_net_recovery from ignite.
you can find the information from
makenetrec.txt located at
/opt/ignite/share/doc

Thanks
Ravi_8
Honored Contributor

Re: make_recovery

Hi,

you can use make_net_recovery

make_tape _recovery looks for default tape drive on the machine,
never give up
RAC_1
Honored Contributor

Re: make_recovery

make_net_recovery

make_net_recovery -s "serveronwhichtobedone" -a "sever:/location ofrecoveryarchive" -v -n 1 2>&1 | tee /tmp/recovery.log

check man page for details.
There is no substitute to HARDWORK
T G Manikandan
Honored Contributor