Purging obsolete replicas
About this task
By default, the PingDirectory server retains replicas for every server that has been part of a given topology. Over time, this can lead to an accumulation of obsolete replicas in your topology, which can increase the complexity of replication and negatively impact reliability.
To purge these obsolete replicas by default, you can set the replication-purge-obsolete-replicas
global configuration property to true
.
If you set |
Steps
-
To set
replication-purge-obsolete-replicas
totrue
, rundsconfig set-global-configuration-prop
, as in the following example:Example:
bin/dsconfig set-global-configuration-prop \ --set replication-purge-obsolete-replicas:true