OpenSearch service will not start.
/var/log/vrlcm/vmware_vrlcm.log):Error Code: LCMVIDM71095com.vmware.vrealize.lcm.vidm.common.exception.VidmCommandExecutionException: Failed to restart the vIDM opensearch service Not runningat com.vmware.vrealize.lcm.vidm.core.task.VidmClusterRestartElasticSearchTask.restartOpenSearchService(VidmClusterRestartElasticSearchTask.java:188)at com.vmware.vrealize.lcm.vidm.core.task.VidmClusterRestartElasticSearchTask.checkAndReStartElasticOrOpenSearchService(VidmClusterRestartElasticSearchTask.java:211)
/etc/init.d/opensearch status
Not running
/etc/init.d/horizon-workspace status
RUNNING as PID=_____
/etc/init.d/opensearch status/etc/init.d/horizon-workspace status/etc/init.d/opensearch restart* If it spends minutes Waiting for IDM then you can kill it with Ctrl+C
Step 2 only needs to be executed once for the cluster. The remaining steps
/etc/init.d/opensearch stop/usr/sbin/hznAdminTool liquibaseOperations -forceReleaseLocks/etc/init.d/horizon-workspace restart/etc/init.d/opensearch start
forceReleaseLocks failshznAdminTool command above hangs and does not complete, there may be another lock which must be manually removed:
hznAdminTool gives error "The connection attempt failed", this can indicate that the delegateIP needs to be assigned to the psql primary node on eth0:0. /etc/init.d/opensearch stopcat /usr/local/horizon/conf/db.pwd sudo -u postgres psql -h localhost -U horizon saast, with some date & IP address), remove it like so:update saas.DATABASECHANGELOGLOCK SET LOCKED=false, LOCKGRANTED=null, LOCKEDBY=null where ID=1; \q and issue steps 2,3,4 above: release Liquibase locks, restart horizon-workspace and then start OpenSearch.
(Note: for versions of vIDM earlier than 3.3.7, replace OpenSearch with elasticsearch wherever mentioned. These older versions are now EOL.)
Brief service restart. If the vIDM is serving users in terms of login, there may be a momentary disconnect.
curl http://localhost:9200/_cluster/health?pretty=true