This article provides steps to replace a Worker node with a new node. This can be used as a workaround if a node is experiencing issues.
Note: If the Primary node needs to be replaced, engage Broadcom support to assist as the procedure is different.
Aria Operations for Logs 8.x and later
It is possible to deploy a new node, and copy the data buckets from the Old node to the New node. Follow this procedure:
service loginsight stop
newnode_IP
by the IP of the new node):scp -r /storage/core/loginsight/cidata/store newnode_IP:/storage/core/loginsight/cidata
for bucket in $(ls /storage/core/loginsight/cidata/store | grep -v 'generation\|buckets\|strata_write.lock'); do echo y | /usr/lib/loginsight/application/sbin/bucket-index add $bucket --statuses archived; done
service loginsight start
Note: It is possible to keep the same IP/FQDN for the new node. The historical data would need to be copied to a different temporary location, and the Old node powered off before deploying the New node.