Aria Operations 8.18.x
This is due to the way the node was deployed and its parameters entered.
You can modify the Node Address by amending the casa.db.script file.
NOTE: Before attempting the steps below, ensure that you have taken snapshots of each node in the cluster as per Snapshot Creation in VMware Aria Operations. You can delete the snapshots when you have verified that Aria Operations is working as expected after the procedure.
Follow these steps on each node (Primary, Replica, Data):
Log in to all the nodes as the root user via SSH or console.
You can notice the difference of ip_address format by running this command on each node (casa.db.script in readable view):sed -nre "/clusterMembership/ s/^[^']+'([^']+)','([^']+)'.*/\2/p" /storage/db/casa/webapp/hsqldb/casa.db.script | python -m json.tool
Back up the existing file:
Stop the CASA service:
Edit the script file:
Open /storage/db/casa/webapp/hsqldb/casa.db.script in a text editor.
Search for "ip_address" inside INSERT INTO CASA_DOCS VALUES and look for the occurrence you would like to change.
Replace it with the new node format.
Save and exit the file.
Start the CASA service again: