| Note: Please take snapshots of all nodes of Aria Operations for Logs prior to running through this process. Snapshots promptly needs to be removed after the change is confirmed to be successful. |
Important: Before applying the Resolution steps below, ensure that you update the IP address of the appliance if one has been specified in the vSphere Client under the vRealize Log Insight VM's Configure > Settings > vApp Options > Properties page. Please note the vApp options cannot be edited while the node is powered on.
Configure tab and choose vApp Options from Settings drop downvami.ip0 that describes Network 1 IP AddressSET VALUE, enter the new IP address and click OK.Actions > Power > Power On.service loginsight stop /etc/systemd/network/10-eth0.networksystemctl restart systemd-networkdservice loginsight status
Note: If the status output returned indicates that the service is running, stop it with service loginsight stop
loginsight-config.xml# file (with the highest index number value) located in /storage/core/loginsight/config/, and increment the index numberExample: cp /storage/core/loginsight/config/loginsight-config.xml#11 /storage/core/loginsight/config/loginsight-config.xml#12
systemctl stop loginsightls /storage/core/loginsight/config/Example: cp /storage/core/loginsight/config/loginsight-config.xml#11 /storage/core/loginsight/config/loginsight-config.xml#12
Note: Replace loginsight-config.xml#11 in the above command with the filename of the highest index number you observed in step 3, and replace loginsight-config.xml#12 in the above command with the incremented index number (+1) of the number observed in step 3.
/etc/systemd/network/10-eth0.networkActions > Power > Shut Down Guest OS to shut down the guest OS gracefullyConfigure tab and choose vApp Options from Settings drop downvami.ip0 that describes Network 1 IP AddressSET VALUE, enter the new IP address and click OK.Actions > Power > Power On.rootsystemctl stop loginsightloginsight-config.xml# file (with the incremented index number) from the node with the changed IP address to /storage/core/loginsight/config directory on the current node Example: scp root@nodeWithNewIP:/storage/core/loginsight/config/loginsight-config.xml#latest_number /storage/core/loginsight/config/
Note: Replace nodeWithNewIP in the above command with the IP address of the node which you have changed earlier in this article
systemctl start loginsightloginsight-config.xml# file contains the updated hostsgrep "daemon host=" "$(ls -1v /storage/core/loginsight/config/loginsight-config.xml* | tail -n 1)"grep "seeds" /storage/core/loginsight/cidata/cassandra/config/cassandra.yaml