How to Sync two servers

Hi All,

want to sync. two servers , both are having solaris os.
If am updating any thing in one server , it will automatically sync. with the other server .
Is it possible , if so den how ?

Go to Sunfreeware - Free and Open Source Software (FOSS) for Sun Microsystem's Solaris

Download and install rsync. The primary purpose of rsynch is to sync to separate servers.

1) how to check whether rsycn is installed r not in my server.

2) any syntax for automatic sync with the other server .

If it was installed correctly
1.

which rsync

will show something like: /usr/sfw/bin/rsync or /opt/csw/bin/rsync

  1. You have to create a control file, running rsync every few minutes. The sync can be both ways: server1 changes sync to server2, and server2 changes sync to server1. It can be just one way: master server -> salve server

Try this for examples:
Everything Linux - A Tutorial on Using Rsync