1830057 Members
2184 Online
109998 Solutions
New Discussion

Remote backups to disk

 
Henry Weldon
Advisor

Remote backups to disk

I have apx. 100 HP-UX servers and I wish to backup the OS to disk onto a remote server so that we can eliminate local tape backups. We have implemented Ignite-UX backups remotely but are having problems trying to redirect the fbackups to a remote file system. Any suggestions on how best to accomplish this? Any non-fbackup solutions? Most of our servers are backed up by TSM, however it is very slow to restore. Our goal is reduce operator work load for backups, yet maintain quick restores. The large volumes of backups is performed just before and after we start our quarterly masive HP patching sessions.
Be Prepared
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: Remote backups to disk

You say you want to remotely backup the OS, and then you mix the words ignite and fbackup in there. Are you saying you are doing a make_net_recovery, and it works ok. And that you now want to backup your data to disk using fbackup? If you want to remotely backup, fbackup will write to disk. You can also get gnu's tar.

what are the options on fbackup that caused the failure?

live free or die
harry
Live Free or Die
James R. Ferguson
Acclaimed Contributor

Re: Remote backups to disk

Hi Henry:

Ignite is the only truly satisfactory way for making "disaster-recovery" backups of vg00, that is, should you need to rebuild vg00.

For using 'fbackup' with remote tape drives, the '-f server:device' construct is what is used, e.g. '-f pluto:/dev/rmt/0m'

Regards!

...JRF...
G. Vrijhoeven
Honored Contributor

Re: Remote backups to disk

Hi,

I guess you only want the root volume on backup.

1.The fastest way to get there is create an other mirror (lvextend -m1(2)) on all the logical volumes and
splits them of again.

2. create an golddisk (make recovery boot cdrom) and restore these disks in case of an emergency.

3. create a ignite ux installation server.


Hope this will help.

Gideon
Henry Weldon
Advisor

Re: Remote backups to disk

fbackup to remote tape drive works. fbackup to a local file works. fbackup to a file on a remote servers file system fails. Any ideas on how to accomplish this?
Be Prepared
Henry Weldon
Advisor

Re: Remote backups to disk

I found the answer. From a remote site enter remsh target-host "/usr/sbin/fbackup -f - -i /" | /usr/bin/cat > /outputdir/target-host

This will create backup of target-host on remote host file system.
Be Prepared
Sanjay_6
Honored Contributor

Re: Remote backups to disk