Creating the database backends and defining the replication set name - PingDirectory - PingDirectoryProxy - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

To store the entry-balancing data set, create a new backend.

  1. On each server, create a dataset backend named dataset.
    ./bin/dsconfig --no-prompt create-backend \
    --backend-name dataset --type local-db --set enabled:true \ 
    --set base-dn:ou=people,dc=example,dc=com   
    
  2. Set the replication-set-name for austin1.example.com and newyork1.example.com to dataset1.
    ./bin/dsconfig --no-prompt \
    set-global-configuration-prop \
    --set replication-set-name:dataset1
  3. Set the replication-set-name for austin2.example.com and newyork1.example.com to dataset2.
    ./bin/dsconfig --no-prompt \
    set-global-configuration-prop \
    --set replication-set-name:dataset2