Activating" state , cluster is in going online state and node status is "Waiting for Analytics"Aria Operations 8.18.x
Nodes FQDN was set incorrectly and also DNS was set incorrectly
If you have taken snapshots as per kb Snapshot Creation in VMware Aria Operations before you tried enabling HA the recommendation is to:
If you did not take snapshots before enabling HA:
$VMWARE_PYTHON_BIN $VCOPS_BASE/../vmware-vcopssuite/utilities/sliceConfiguration/bin/vcopsConfigureRoles.py --action bringSliceOffline --offline "Disable HA"
Offline" status using the following command for each node:service vmware-casa stop;sleep 10;cp --backup=t /storage/db/casa/webapp/hsqldb/casa.db.script /storage/db/casa/webapp/hsqldb/casa.db.script.backup;sed -ri 's/"onlineState":"\w+"/"onlineState":"OFFLINE"/g;s/"initialization_state":"\w+"/"initialization_state":"NONE"/g;s/"online_state":"\w+"/"online_state":"OFFLINE"/g;s/"online_state_reason":"\w+"/"online_state_reason":""/g;s/"remove_node_state":"\w+"/"remove_node_state":"NONE"/g;s/"installation_state":"\w+"/"installation_state":"DONE"/g' /storage/db/casa/webapp/hsqldb/casa.db.script;sleep 2;service vmware-casa start;echo -e "\e[1;35mCluster Status has been modified\e[0m";grep "onlineState" /storage/db/casa/webapp/hsqldb/casa.db.script;
If you continue to experience an issue after completing the steps above please generate a support bundle as per doc Create a VMware Aria Operations Support Bundle . Revert to snapshots and raise a technical SR as per kb Creating and managing Broadcom support cases then upload the logs you generated to the portal as per kb Uploading files to cases on the Broadcom Support Portal