Operating System - HP-UX
1760237 Members
3507 Online
108893 Solutions
New Discussion юеВ

Moving from make_recovery to make_tape_recovery

 
SOLVED
Go to solution
John Demeny
Advisor

Moving from make_recovery to make_tape_recovery

I have been using make_recovery, and am trying to change over to using make_tape_recovery. The script I currently use has the process pause so that I can add the commands to create boot drives in the config.recover. make_tape_recovery does not have a config.recover, but three *_cfg files. Which one do I add my changes to, or do I need to?
HP-UX 11.11
2 REPLIES 2
Eric Hess
Advisor
Solution

Re: Moving from make_recovery to make_tape_recovery

The /var/opt/ignite/config.local is for local customizations.
I didn't do it. He did!
Bill Hassell
Honored Contributor

Re: Moving from make_recovery to make_tape_recovery

And very important: make_recovery options are *NOT* the same in make_tape_recovery. You need to either map each option in the old MR to the equivalent in MTR, or just use these as a starting point:

make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/0mn

Note that the old MR -A option does not exist in MTR. Instead, use: -x inc_entire=vg00


Bill Hassell, sysadmin