Difference between revisions of "How do I set up directory synchronization between two Scalix servers?"

From Scalix Wiki
Jump to: navigation, search
m (added naviagtion to top of page)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Assume the fully-qualified domain names of the two servers are scalixny.corp.com and scalixca.corp.com, and you want each server to share directory entries with the other as peers.
+
[[Scalix Wiki]] -> [[FAQ]] -> '''How do I set up directory synchronization between two Scalix servers?'''
  
The mailnodes used for internal routing between Scalix servers, are:
+
Please refer to [[HowTos/AddingAScalixServer#Create_the_dirsync_agreements|Create the dirsync agreements]].
 
+
· CA is the local mailnode for the scalixca server
+
 
+
· NY is the local mailnode for the scalixny server
+
 
+
1) On the server scalixny.corp.com, add the directory synchronization agreements for the server scalixca: (The date format is [CC]YYMMDD.)
+
 
+
  #omaddds -i –m +dirsync/CA –t “040510 16:00” –P 15 –s LOCAL
+
  #omaddds –e –m +dirsync/CA
+
 
+
2) On the server scalixca.corp.com, add the directory synchronization agreements for the server scalixny:
+
 
+
  #omaddds -i –m +dirsync/NY –t “040510 16:00” –P 15 –s LOCAL
+
  #omaddds –e –m +dirsync/NY
+
 
+
3) Recycle the servoce dirsync to reread the file general.cfg and kick off the synchronization.
+
+
  #omoff –d 0 –s dirsync
+
  #omon –s dirsync
+
 
+
4) To list the configured directory synchronizations agreements:
+
 
+
  #omlistds –i
+
  #omlistds -e
+
+
5) For debugging assistance (only when necessary), add the following to the file /var/opt/scalix/sys/general.cfg.
+
 
+
  DS_CUST_SEND_REQ_NOW=TRUE
+
 
+
This starts any dirsync requests as soon as you start the dirsync process.
+
 
+
6)Set auditing on dirsync to level 15
+
 
+
  #omconfaud dirsync 15
+
  #omoff -d 0 dirsync
+
  #omon dirsync
+

Latest revision as of 14:38, 30 June 2010

Scalix Wiki -> FAQ -> How do I set up directory synchronization between two Scalix servers?

Please refer to Create the dirsync agreements.