vpostgres' service continuously stops itself./etc/init.d/vpostgres status pgService' is reported down on all nodes, and the 'poolnodes' command fails to execute successfully./etc/init.d/pgService status
poolnodes /etc/init.d/opensearch status eth0:0' interface configured.ifconfigThe cluster failure is caused by the absence of the delegate IP address on the primary node preventing cluster communication, which subsequently results in Liquibase database locks that prevent the OpenSearch service from starting.
Reassign the delegate IP to the primary node, as listed in VMware Aria Suite Lifecycle, using the following command:
ifconfig eth0:0 inet delegateIP netmask <NetMask_IP>Restart the horizon-workspace service:
service horizon-workspace restartForce release the Liquibase database locks using the hznAdminTool:
/usr/sbin/hznAdminTool liquibaseOperations -forceReleaseLocksStart the OpenSearch service:
/etc/init.d/opensearch startMonitor the cluster health API until the status transitions from red to yellow to green:
http://localhost:9200/_cluster/health?pretty=true