Forum Discussion
Replication Priority Boost.
Anyone managed to work out Replication Priority Boost?
Not managed to find much on this as to where this is managed.
I've found the following
user interface to boost the priority of a replication partner.
"rootdse modifiy: setpriortyBoost :<naming context>:partnerdc>:<boost factor>"
"rootdse attribute msds-priorutyBoost:<naming context>:<partner DC>"
I've looked via ADSIEDIT edit to see if I could find this attribute but no joy.
The note suggest "user interface to boost the priorty of a replication partner"
Can't see anything in any GUI tools either.
Anyone managed to find this and if so , where is it?
- Jiajing_ZhuMicrosoft
replication priority boost is set by rootDSE modify. Like other rootDSE modifications, it is invoked by a normal LDAP modify request with its baseDN to be NULL. You can use any client tool that can construct a LDAP modify request, set the baseDN field to be NULL, attribute field to be "setpriortyBoost" and value field to be <naming context>:<partnerdc>:<boost factor>, to invoke the replication priority boost rootDSE modify.
replication priority boost value can be queried by rootDSE attribute. Like other rootDSE attributes, it is a normal LDAP search request with its baseDN to be NULL. Construct a LDAP search request with NULL baseDN, and in attributes field, put the value of "msds-priorutyBoost:<naming context>:<partner DC>", it will return the current replication priority boost set on the naming context of the partner DC specified in the parameters.
- Peaceful50Copper ContributorYes I seen it
- Peaceful50Copper ContributorYes of course