touch /var/vmware/nsx/reset_cluster_credentials" but despite that, password is not synchronized./var/log/search/search-manager.log.<timestamp> WARN UfoIndexer-BatchExecutor-search_manager-2 UfoIndexingServiceImpl 5945 - [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] [Indexing: JsonDocumentGeneration] Data to index is null for UfoObject{operationType=INDEX, descriptor=IndexingTypeDescriptor{tableName='VmPropertiesMsg', streamTag=MANAGER}, identifier=uuid {
left: <left_decimal_ID>
right: <right_decimal_ID>
}, timestamp.sequence =897480125, timestamp.epoch=48}VMware NSX 4.2.x
The failure to synchronize passwords is caused by a service-level deadlock or indexing inconsistency within the nsx-mp-api-server and the Search Manager component. If the API server does not correctly register the credential reset trigger, the metadata synchronization service fails to propagate the change, leading to "null" data entries in the search index as seen in the logs.
Use below steps to reset the password of the NSX manager appliance:
/etc/init.d/nsx-mp-api-server stoppasswd admintouch /var/vmware/nsx/reset_cluster_credentials/etc/init.d/nsx-mp-api-server startNote: If unable to login with new password, then run Resync command from the Active NSX manager running the cluster VIP:
# su admin -c start search resync all