Operating System - HP-UX
1825775 Members
2475 Online
109687 Solutions
New Discussion

ignite support Autoloader?

 
SOLVED
Go to solution
terry123
Regular Advisor

ignite support Autoloader?

hi All,

may i know can i create an HP-UX image to a tape which is inside a Autoloader?

thx a lot
11 REPLIES 11
Fabian Briseño
Esteemed Contributor

Re: ignite support Autoloader?

Hello terry.

Yes you can, you just have to load manually the tape in the drive.


remember to assing points to any helpfull answers.
Knowledge is power.
terry123
Regular Advisor

Re: ignite support Autoloader?

thx all,

but are there any document i can refer to ?
whiteknight
Honored Contributor

Re: ignite support Autoloader?

Terry,

please share your server model and OS platform and your autoloader model

WK
Problem never ends, you must know how to fix it
terry123
Regular Advisor

Re: ignite support Autoloader?

hi WK,

Server = HP Rx2660
OS version = HP-UX 11.21
AutoLoad = HP 1x8 G2 AutoLoader
terry123
Regular Advisor

Re: ignite support Autoloader?

sorry the OS version should be 11.23

Server = HP Rx2660
OS version = HP-UX 11.23
AutoLoad = HP 1x8 G2 AutoLoader
Torsten.
Acclaimed Contributor

Re: ignite support Autoloader?

Find out the device file, load a tape into the drive and start the backup - that's it.

Example:

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

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Bill Hassell
Honored Contributor

Re: ignite support Autoloader?

Autoloaders are 2 separate devices. One is the tape drive (or drives) and the other is the robotic arm that changes tapes. You Ignite backup must fit on one tape -- there is no provision at all for changing tapes in Ignite. But once you have loaded the tape into an available tape drive, just run make_tape_recovery using that tape's device file.

To load a specific tape from HP-UX, use the mc command (man mc).


Bill Hassell, sysadmin
terry123
Regular Advisor

Re: ignite support Autoloader?

in sum, i can use Ignite with Autoloader to make a tape backup.

but how about restore? still manually load the tape to the drive, then can do the restore?

thx
Torsten.
Acclaimed Contributor
Solution

Re: ignite support Autoloader?

Yes, more or less.

If the rx2660 already supports direct tape boot, loading the tape is all you need to do.

Otherwise use the "two step recovery".

Boot from an install DVD and select

-> Install HP-UX -> select Advanced Installation -> Recovery tape -> GO!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
terry123
Regular Advisor

Re: ignite support Autoloader?

thx all