Operating System - HP-UX
1754991 Members
3364 Online
108828 Solutions
New Discussion юеВ

how to backup a whole HP-UX system.

 
SOLVED
Go to solution
twtandigi.com.my
Frequent Advisor

how to backup a whole HP-UX system.

hi,

I would like to find out on what is the best thing to do a back-up for with the whole system.
can you help me with the steps.

thank you in advance.
4 REPLIES 4
Naveej.K.A
Honored Contributor

Re: how to backup a whole HP-UX system.

Hi,

With the free tools available with HPUX

Ignite UX for your root backup

fbackup to backup up your database...


check whether you have installed ignite ux
swlist -l fileset|grep -i ignite

if its installed, use the make_tape_recovery or the make_recovery command to back up the root volume group

make_tape_recovery -a /dev/rmt/0mn -x inc_entire=vg00
will backup the whole of your root volume group.

you can use SAM ---> Backup and Recovery --> to backup up the other filesystems.(SAM inturn uses fbackup) Be sure to shutdown the database before backing it up.

With best wishes
Naveej
practice makes a man perfect!!!
Shaikh Imran
Honored Contributor
Solution

Re: how to backup a whole HP-UX system.

Hi,
If ignite is installed Use
make_tape_recovery command and also see
man pages of make_tape_recovery for further details.

If ignite Ux is installed
assuming you have a DAT Drive connected and the device file for it created as /dev/rmt/0m.
Then Simply use:
#make_tape_recovery -Av

This will take the complete system backup.

I'll sleep when i am dead.
V. Nyga
Honored Contributor

Re: how to backup a whole HP-UX system.

Hi Calvin,

without ignite you also can use SAM.

'sam' - 'Backup and Recovery' - 'Interactive Backup and Recovery'.
It will show you avialable backup hardware, or if not, you can choose under 'Action' a remote device.


The advantage can be: you don't need to write back the whole tape if you need a file.

I don't know if you can do that with ignite, but I believe: no.

On the other side - you need a running system to recover the files.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
Camel_1
Valued Contributor

Re: how to backup a whole HP-UX system.

Are you using any enterprise backup software like Veritas Netbackup, HP Omniback? If no, I think ignite and fbackup is your only solution.

Simon