- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Synchronizing 2 unix servers
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
08-30-2001 01:31 PM
08-30-2001 01:31 PM
Synchronizing 2 unix servers
HP-UX 11.0, Trusted systems, N4000
I'm researching several options (NIS+ and LDAP). I don't think I'll go thru NIS+ because of the overhead that it will create, specially for only 2 servers. LDAP looks more feasible but...
Is there a simpler way? Here's the scenario, one of the boxes is my production box, in the event of a failure of this box I want to be able to switch to the development box (by changing its IP address). I already took care of the synchronization of the databases, what I'm trying to figure out is how to keep the passwd, host, etc in the development box up to date.
Any ideas will be deeply appreciated.
I thought of using incremental fbackups and send them thru the network, Is this feasible for a trusted system?
Thanks in Advance,
Luis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:48 PM
08-30-2001 01:48 PM
Re: Synchronizing 2 unix servers
As far as syncing up the files are concerned,
you could probably write a script that ftps a few files over to the other machine and run this script through cron or you could use something like rdist. I am not sure if rdist works between trusted systems.
The source code for rdist can be obtained from
http://www.magnicomp.com/rdist
or from the HP's porting center
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rdist-6.1.5
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:52 PM
08-30-2001 01:52 PM
Re: Synchronizing 2 unix servers
Did you think of MC/Service Guard?.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 03:10 PM
08-30-2001 03:10 PM
Re: Synchronizing 2 unix servers
MC Service Guard will help you do that. This package is an extra cost though.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 10:08 PM
08-30-2001 10:08 PM
Re: Synchronizing 2 unix servers
Service Guard will not solve all problems. For sure it is the way you should go to build a high available database system, but it will not free you from the mentioned tasks of keeping /etc/passwd, /etc/groups /etc/hosts and others consistent on multiple hosts.
But you should not think of copying thgos files to different machines and hope to have a replicated evironement. You will fail.
As mentioned keep looking for a central repository for theese files and I really would recommend LDAP. You can install Netscape Directory Server and HP ldap-ux services (both available for free) and build the repository around this.
It is not so complex as you might think but it will save you a lot of problems for the future
Regards
Rainer
on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 09:48 AM
08-31-2001 09:48 AM
Re: Synchronizing 2 unix servers
You may want to look at the rdist command as well. You can build a list of files that rdist will automatically verify are the same from one server to the other. If they are not, it will update the out of date file. This not only works for files, but for directories as well (/home, /database, etc...).
Another more drastic alternative is to use a make_recovery tape of the production server on the standby server. ALL your hardware would have to be using the same SCSI ID's on each server, so you may even have to swing cables in the event of a production failure, but its doable.
My $.02
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 11:29 AM
08-31-2001 11:29 AM
Re: Synchronizing 2 unix servers
Your 7 points gave me my first hat! Thanks!
-Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 11:32 AM
08-31-2001 11:32 AM
Re: Synchronizing 2 unix servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 08:33 AM
09-13-2001 08:33 AM
Re: Synchronizing 2 unix servers
Hope this helps
Brian