Deployment Example 1: Access Manager 7.1 Load Balancing, Distributed Authentication UI, and Session Failover

ProcedureTo Initialize the User Data Instance Replication Agreements

In this procedure, initialize the user data instance on Directory Server 1. The previously created agreements will replicate the data to Directory Server 2.


Note –

Initialization is not required on both instances when configuring for MMR.


  1. As a root user, log in to the DirectoryServer–1 host machine.

  2. Run dsconf show-repl-agmt-status to verify that the replication agreements are not yet initialized.


    # cd /var/opt/mps/serverroot/ds6/bin
    # ./dsconf show-repl-agmt-status -h DirectoryServer-1.example.com 
      -p 1489 dc=company,dc=com DirectoryServer-2.example.com:1489
    Enter "cn=Directory Manager" password: d1rm4n4ger
    
    Configuration Status 		: OK
    Authentication Status		: OK
    Initialization Status		: NOT OK
    
    Status:										: Dest. Not Initialized
  3. Run dsconf init-repl-dest to initialize the replication agreements.


    # ./dsconf init-repl-dest -h DirectoryServer-1.example.com 
      -p 1489 dc=company,dc=com DirectoryServer-2.example.com:1489
    Enter "cn=Directory Manager" password: d1rm4n4ger
    
    Sent 1 entries...
    Sent 2 entries...
    Completed initialization of "DirectoryServer-2.example.com:1489"; 
    May 15, 2007 1:53:32 PM
  4. Run dsconf show-repl-agmt-status again to verify that the replication agreements are now initialized.


    # cd /var/opt/mps/serverroot/ds6/bin
    # ./dsconf show-repl-agmt-status -h DirectoryServer-1.example.com 
      -p 1489 dc=company,dc=com DirectoryServer-2.example.com:1489
    Enter "cn=Directory Manager" password: d1rm4n4ger
    Configuration Status 		: OK
    Authentication Status		: OK
    Initialization Status		: OK
    
    Status:										: Enabled
    Last Update Date						: Jul 12, 2007 8:47:42 PM
  5. Log out of the DirectoryServer–1 host machine.