- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backing up server to server
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-12-2007 12:00 AM
04-12-2007 12:00 AM
Backing up server to server
The rx8640 is running 11.23. I will be upgrading to 11.31 in the next week.
The 8 servers are running 11.0 to 11.11.
I am looking for an easy way to do this. I cannot buy additional hardware/software.
I was thinking about doing cross mounts but i do not how to do it.
Any one have any thoughts or ideas what is the best way to do it??
I am kinda new to this and need all the help I can get.
Thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 12:15 AM
04-12-2007 12:15 AM
Re: Backing up server to server
But you cannot recreate the boot disk(s) with simple file copies. You need to setup an Ignite/UX network backup system. In this case, vg00 would be backed up with the make_net_recovery command to your backup server. To recover from a complete disaster (loss of all disks), you use Ignite to boot and re-install vg00, then if necessary, build your additional volume groups and rsync the data to those volumes. Ignite/UX is on your system. The manual is found at:
http://docs.hp.com/en/5991-6440/5991-6440.pdf
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 12:20 AM
04-12-2007 12:20 AM
Re: Backing up server to server
Only backing up non VG00 file systems.
I will take a look at rsync.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 01:43 AM
04-12-2007 01:43 AM
Re: Backing up server to server
I hope when you say upgrade you mean cold install.
upgrade-ux has a very poor track record. The more complex the system, the less chance it will work.
To restore the system to pre-installation state you need and Ignite backup. Ignite is free, available at http://software.hp.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 01:54 AM
04-12-2007 01:54 AM
Re: Backing up server to server
Just started reading up on it.
I see than rsync is for 11.23. Will it work on 11.31?
Still looking for ways to backup the 8 servers to the rx8640 server.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 02:58 AM
04-12-2007 02:58 AM
Re: Backing up server to server
The question would be:
Are the files being backed up fairly stagnant? Are the timestamps of almost all of largest files on the servers changed daily? Is this a datbase server, or something more like a web server?
If this is more like a web server wherein most of the files are stagnant, and few files actually change from day to day, then rsync is definitely the way to go.
If this is a database server wherein the bulk of the files on the server change daily - then I'd say that rsync may - or may not work for you, then it just gets down to how large a backup window you have, and how much data you have to move from each server.
If you have to shutdown databases for a long period of time to do cold backups, and the amount of data to be copied is large, a server to server backup solution may not be feasible at all.
Answer: Like most things, it depends.