Yes, I'm doing a cross synchronization.Originally Posted by To-M
How to solve this problem?
I want high availabilty, that's why I choose open-e.
Yes, I'm doing a cross synchronization.Originally Posted by To-M
How to solve this problem?
I want high availabilty, that's why I choose open-e.
Are you replicating to the same shares:
Example:
Source: {share name} Data to Destination: {share name} Data
Then >
Destination: {share name} Data to Source: {share name} Data
If so we do not recommend this. We recommend the following.
Example:
Source: {share name} Data to Destination: {share name} Data
Then >
Destination: {share name} Data to Source: {share name} Data01
In this case you will not overwrite the data if changes on Destination.
Originally Posted by To-M
I'll try this next monday!
Thank you for your quick reply!
I tried some different setups, but I can't get it two work.
Replication gives no errors, but synchronization doesn't work right.
nas1:
path : /lv0000/www
share name : /www
nas2:
path : /lv0000/www
share name : /www
enabled replication on both shares.
Files aren't replicated in the right way.
When I add some files tot nas1 and to nas2 at the same time, the synchronization goes wrong. Files are placed on the other server, but the files I placed orginally aren't there anymore.
Could you give me the right configuration for this setup?
I also tried the setup you recommended, but I think I'm doing something wrong.
Isn't there any documentation how to solve these problems?
Set the nas2: (Destination Server) first.
path : /lv0000/www
share name : /www
Enable the Data replication agent:
CONFIGURATION -> NAS settings -> Function: Data replication agent.
Then enable the Data replication agent for the share:
SETUP -> NAS resources -> Shares -> [share_name] -> Function: Data replication agent settings.
nas1: (Source Server)
path : /lv0000/www
share name : /www
Assign Snapshot to lv0000 (located in Volume Manager)
Go to Maintenance / Backup / Data Replication
Select Snapshot (lv0000)
Set Data Replication schedule (Now, Interval or scheduled)
This is one way synchronization...
Isn't it possible to setup a two synchronize both servers. So when I put some files on nas1 the files are synct to nas2, and when I add some on nas2 the files are put on nas1?...