Not all users and groups are present in VMware Identity manager 3.3.7 UI from an already configured Directory. When an administrator attempts to perform a manual Inventory sync on the directory, the process completes but zero new users and groups are added.
In the Integrated Components section of the System diagnostic dashboard we can see that OpenSearch Service has Unknown status.
Upon restarting the Opensearch service manually in the /opt/vmware/opensearch/logs/horizon.log we see:Exception: Unable to upgrade the mappings for the index <index_id>
VMware Identity Manager 3.3.7
OpenSearch service is not running
Prerequisite: Before proceeding, take snapshots of all vIDM nodes in the vCenter Server environment.
/etc/init.d/opensearch restart /etc/init.d/opensearch status
/opt/vmware/opensearch/logs/horizon.log.rm -rf /db/opensearch/horizon/<index-id>
rm -rf /db/opensearch/horizon
/etc/init.d/opensearch start /etc/init.d/opensearch status
service horizon-workspace restart