- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server to server backup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 11:28 AM
04-23-2008 11:28 AM
Server to server backup
Does anybody have any suggestions on the best way to get the data from the production sever to the backup server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 01:34 PM
04-23-2008 01:34 PM
Re: Server to server backup
Why are you breaking the mirror?
Why not just use a "dd" command on the primary server and copy it to tape right there?
Or, use tar?
Or, use ignite?
Please explain the issues you're trying to overcome - from what i can see - breaking the mirror and putting the drive in the chain on the destination server "gets the data to the other server". From there you could put it on tape, or you could just put it on tape from the primary server - without breaking the mirror... same thing, much less work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 01:58 PM
04-23-2008 01:58 PM
Re: Server to server backup
I think the real question is: after breaking the mirrors, I was wondering which soultion would provide the fastest server to server data transfer: "dd", "tar", "fpt","nfs" or any other solution. I sort of wanted to stay with a sloution/process that is scriptable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:05 PM
04-23-2008 02:05 PM
Re: Server to server backup
I'd consider making JFS snapshots and using 'fbackup' for the backups. In this way you don't need to break mirrors and thus leave ample protection for you production server.
The use of 'fbackup' means that you have the ability to intrinsically handle both sparse and large files.
The use of the JFS snapshot provides the time to do a quiet backup on a static filesystem.
A nice guide to JFS snapshots can be found here:
http://www.docs.hp.com/en/5992-3385/ch03s05.html#bajcggcd
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2008 02:50 PM
04-23-2008 02:50 PM
Re: Server to server backup
But if you need to restore all the data, you've got a very long recoverfy process. First, you have to install HP-UX on the server. This absolutely requires accurate knowledge of the volume groups and logical volumes as well as a copy of fstab, bdf and any other special features such as striping and mirroring. Once you build the new system and get everything mounted, now you can restore the fbackup data using frecover over the network. Figure at least a day or two for recovery.
Or you setup an Ignite network server and use Ignite to backup vg00. Then use fbackup to create full and incremental backup tapes. The network backup server can then provide a bootable image in case there is catastrophic damage to the boot disks, or you need to resize /stand, / or swap.
Or you could buy a tape drive...
Bill Hassell, sysadmin