1827587 Members
3052 Online
109965 Solutions
New Discussion

HP-UX 11.0 system backup

 
SOLVED
Go to solution
Nagarathinam
Advisor

HP-UX 11.0 system backup

Hi all,
I am at present working with HP R380 servers with HP-UX 11.0. Two servers have been clustered with autoraid box in between. My systems are configured recently and I want to take a system backup of my latest configuration on tape and which is to be bootable.
Can anybody help me in this regard?


Thanks in advance.

naga
4 REPLIES 4
Bill McNAMARA_1
Honored Contributor
Solution

Re: HP-UX 11.0 system backup

download ignite:

http://www.software.hp.com/products/IUX/

install and launch the gui:

/opt/ignite/bin/ignite

add your system and right click make recovery tape.

Later,
Bill

Post up in the hp-ux ignite section for faster replies if you run into trouble..
http://forums.itrc.hp.com/cm/FamilyHome/1,,117,00.html
It works for me (tm)
Sanjay_6
Honored Contributor

Re: HP-UX 11.0 system backup

Hi Naga,

Try ignite, You can download ignite package from this link,

http://www.software.hp.com/products/IUX/download.html

Here is the ignite faq,

http://www.software.hp.com/products/IUX/faq.html

Hope this helps.

Regds

Patrick Wallek
Honored Contributor

Re: HP-UX 11.0 system backup

Ignite/UX is the way to go. It will create a bootable tape of your system. But be aware that Ignite/UX is designed to only back up the OS (VG00) on your system and NOT the whole system.

The command you want to use after you have installed Ignite/UX is:

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

This command will make a bootable tape backup of your VG00 on your system. I would also make sure that any non-VG00 data is backed up somehow as well.
Marcin Wicinski
Trusted Contributor

Re: HP-UX 11.0 system backup

Hi,

make Ignite abckup of both machines:

# make_recovery -Avi -d /
Marcin Wicinski