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.
See Replace the primary node in a Aria Operations for Logs cluster.
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
Note: We recommend logging into the console for these steps to avoid SSH timeouts interrupting the running processes.
newnode_IP by the IP of the new node):scp -r /storage/core/loginsight/cidata/store root@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; doneservice loginsight startNote: 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.