The VMware Identity Manager (vIDM) Load Balancer dashboard fails to reflect a specific vIDM node as active. Furthermore, direct access to the affected node's port 8443 GUI is unavailable, and the OpenSearch service fails to initialize.
VMware Identity Manager 3.3.x
This may occur when the idm-cacerts is corrupted on the affected VMware Identity Manager node.
Workaround:
/usr/local/horizon/conf and verify whether the idm-cacerts file is blank or not.On the non-working vIDM node, check if the idm-cacerts file is blank or corrupted.
If the file is blank or corrupted, take a backup of the current file by using the following command:
mv idm-cacerts idm-cacerts.backupCopy the idm-cacerts file from a working node to the non-working node using the command below:
scp idm-cacerts <root@non-working-vidm-node>:/usr/local/horizon/conf/Update the ownership and permissions of the file by running the following commands:
chown horizon:www idm-cacerts
chmod 777 idm-cacerts
Start the workspace service using the command:
service horizon-workspace start/etc/init.d/opensearch start