Importing the entries - 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

Import the userRoot data based on data defined in the userRoot.ldif file into one server.

Choose a server for each of the entry-balancing data sets, both stored in the dataset backend.

Note:

The userRoot.ldif file doesn't contain entries at or within the entry-balancing point, ou=people,dc=example,dc=com.

  1. Import the userRoot data using the import-ldif command.
    root@austin1# ./bin/import-ldif --backendID userRoot \ 
    --ldifFile /data/userRoot.ldif \
    --includeBranch dc=example,dc=com \ 
    --rejectFile /data/austin1-import-rejects \
    --port 389
    --hostname austin1.example.com    
    
  2. Import the dataSet1 data that is assigned the replication-set-name on one server into the dataset backend.
    root@austin1# ./bin/import-ldif --backendID dataset \ 
    --ldifFile /data/dataset1.ldif \
    --includeBranch ou=people,dc=example,dc=com \ 
    --rejectFile /data/austin1-dataset-import-rejects \ 
    --hostname austin1.example.com --port 389
    
  3. Import the dataSet2 data that is assigned the replication-set-name on one server into the dataset backend.
    root@austin2# ./bin/import-ldif --backendID dataset \ 
    --ldifFile /data/dataset2.ldif \
    --includeBranch ou=people,dc=example,dc=com \ 
    --rejectFile /data/austin2-dataset-import-rejects \ 
    --hostname austin2.example.com --port 389