If any of the node in the cluster is not working or is down, it is recommended to replace the node with a new node. The goal here is to replace the node while other nodes in the cluster are still processing the web-service requests and maintain the cluster along with keeping the same software stack.
PREREQUISITES
- Ability to switch traffic in Load Balancer if the node being replaced is actively processing web-service requests.
- Networking related files (IP address, FQDN, /etc/hosts) configured.
- Credentials for the strongkey user in the Node to be replaced.
- Credentials for the root and strongkey user in the new Node.
- Credentials for MariaDB users (such as “skfsdbuser”) with access to the “skfs” database in the new and old Node.
- Credentials for a pinguser to verify the functionality.
- Ability to transfer files between old and new servers (either using USB flash drive or scp/sftp).