1832489 Members
4384 Online
110043 Solutions
New Discussion

Re: rebuilding tape

 
kacou
Regular Advisor

rebuilding tape

how can i make a rebuilding tape on hp-ux server? it's permit me to restaure all my system.
2 REPLIES 2
Torsten.
Acclaimed Contributor

Re: rebuilding tape

Create a backup tape first.

# man make_tape_recovery

http://docs.hp.com/en/IUX

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!   
James R. Ferguson
Acclaimed Contributor

Re: rebuilding tape

Hi:

Use a current verion of Ignite:

http://docs.hp.com/en/IUX/

You can make a recovery tape to boot your server from in the event of a catastrophe (or to reinstall the operating system and resize your vg00 logical volume) with:

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

Regards!

...JRF...