1834136 Members
2485 Online
110064 Solutions
New Discussion

make_recovery

 
SOLVED
Go to solution
Kevin.Wang
Frequent Advisor

make_recovery

I have no DDS tape driver, but have one MSL5030 tape library(LTO-1 Tape), Can I use ignite (make_recovery) to make a bootable tape?
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: make_recovery

If the tape works, and is claimed by the os and shows up on an sea when you interupt the boot at the 10 second prompt, you should be able to read and right ignite backups with this device.

However, make_recovery is quite obsolete, please use make_tape_recovery.

Here is a script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Michael Tully
Honored Contributor
Solution

Re: make_recovery

make_recovery is not used anymore, use make_tape_recovery

# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn
(Make sure you use the no rewind device, or the backup is useless.

As long as the tape drive can be seen from the output of 'SEA' when the system boots, it should be able to be bootable and used. 'SEA' is part of the options menu that can be seen once the system is interrupted.
Anyone for a Mutiny ?
Kevin.Wang
Frequent Advisor

Re: make_recovery

My MSL5030 Tape library and RP5405 are connected to 8-port fibre channal switch. I don't know if I can see the device from the output of 'sea'?
Steven E. Protter
Exalted Contributor

Re: make_recovery

You boot the box:

interupt at console 10 second prompt.

sea


Tape drives show up as sequential devices. Everything else will be random access.

Lets say you see P4 Sequential Device

boot P4
N To the interact prompt.

You're done.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com