Addition, deletion or modification of the same object represented by the same DN(Distinguished Name) in VMDir within the same replication cycle, can lead to replication issues ultimately resulting the VMDir in failure/unrecoverable state. Operations leading to such behaviour have to be avoided. These issues typically occur when a change made on the same DN ldap object on one vCenter Server is repeated on a partner vCenter before the initial replication cycle completes across the environment. . VMDir replication cycle is a duration of 30 seconds. When a change happens in VMDir(add/modify/delete), it gets propagated to its partners’ in the next pull request of the consecutive replication cycle.Now when even before this change is propagated, if some ldap operation is carried out on the same DN ldap object , it results in replication conflicts especially when the ldap entry is a part of hierarchal data in VMDir. Such replication conflicts get piled up over time, which lead VMDir to a state wherein it cannot pull anymore replication changes from it’s partners and getting into failure state.
Example log snippets
/var/log/vmware/vmdird/vmdird.
2026-02-08T05:05:02.521Z WARNING vmdir ########### [vc@4413] ReplAddEntryVmDirInternalAddEn
2026-02-08T05:05:02.579Z ERROR vmdir ############### [vc@####] _VmDirProcessReplicationPage: sync_state = (1) dn = (cn=AssetEntity_host-##################,cn=
2026-02-08T05:05:02.579Z ERROR vmdir ############ [vc@####] _VmDirConsumePartner: Did not succesfully perform any updates after full pull. Moving vmdir to an unrecoverable state
2026-02-08T05:05:02.581Z INFO vmdir ############ [vc@####] VmDir State (5)
2026-02-08T05:05:02.581Z INFO vmdir ############ [vc@####] VmDir read-only reason (0)
2026-02-08T05:05:02.581Z ERROR vmdir ############# [vc@####] vdirReplicationThrFun: Replication has failed with unrecoverable error.
2026-02-08T05:05:02.754Z ERROR vmdir ############# [vc@####] _VmDirSearchPreCondition: Server in not in normal mode, not allowing outward replication.
2026-02-08T05:05:02.754Z ERROR vmdir ############# [vc@####] VmDirSendLdapResult: Request (Search), Error (LDAP_UNWILLING_TO_PERFORM(53)
VMware vCenter Server 8.x
VMware vCenter Server 9.x
Addition, deletion or modification of the same object represented by the same DN(Distinguished Name) in VMDir within the same replication cycle, can lead to replication issues ultimately resulting the VMDir in failure/unrecoverable state
1. Set VMDir to Normal mode
/usr/lib/vmware-vmafd/bin/dir-
2. Remove tombstone entries by following the steps in Troubleshooting and addressing accumulation of tombstones in a Platform Services Controller(embedded or external)
3. Check the replication status using Determining replication agreements and status with the Platform Services Controller (PSC)
Display the current replication status of the PSC and its partner nodes.
./vdcrepadmin -f showpartnerstatus -h localhost -u administrator -w Administrator_Password
4. Refrain from simultaneous operations, on the same DN ldap object. Keep the change(modification/addition/