- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- replication 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
03-12-2007 07:46 AM
03-12-2007 07:46 AM
replication server
I have 2 L1000 servers that I would like to sinchronize the data and os once a day. What would be the best way of doing that.
Note that the primary server must not stop working.
For the moment the solution that is in place goes as follow (I do not fond it very nice)
The main server has 3 disks in mirror. Once a day a routine detaches one of the diks and start copying the data to the ohter machine (takes 2-3 hours). Once it is finished the disks re-attaches it self (takes for ever to re synch).
What is a good cheap way of doing that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:02 AM
03-12-2007 08:02 AM
Re: replication server
If this isn't a database server, then the easiest way is just to use "rsync". It's not included in HPUX, but can be obtained from the porting archives (search google for "HPUX porting archive"), and run through an ssh pipe easily enough.
If this is a database type of server, then the answer lives in the "it depends" world.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:05 AM
03-12-2007 08:05 AM
Re: replication server
I will lokk for the rsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:11 AM
03-12-2007 08:11 AM
Re: replication server
I would like to copy all disks OS disk included.
What would be the best way to figure out if the config of one server will work on the other. the 2 servers do not have the same harware version, processor, etc and other small diffrences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:18 AM
03-12-2007 08:18 AM
Re: replication server
But, that's if the procs are LEAST in the same family (that is PA-8800s, PA-8700s,etc). If they are not (for example the source machine is an HPUX box and destination is an Intel Linux box) of the same processor family, then this won't work. You'd have to rsync only the data areas, and leave the compiled code behind. Also, the data areas may or may not be compatible if going from 64 to 32 bit, big endian to little endian architecture... in other words, there are as many answers and non answers as there are combinations of source machines and destination machines,operating systems,etc.
The answer to this question: "it depends."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:28 AM
03-12-2007 08:28 AM
Re: replication server
As I dig a bit more into this I am now puzzeled to see that the script does a copy of 20 G every night since it copies all the data every night ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 08:32 AM
03-12-2007 08:32 AM