Applicable to:
- SolusVM 2
Question
How to change the main IP address on a Compute Resource in SolusVM 2
Answer
Note: it is recommended to have an alternate option to access nodes like IPMI in case a remote connection gets lost
- Change the IP address on the host where Compute Resource resides for br-ext bridge using native Linux tools
- Restart the network and verify that access to the node is possible.
- Create a backup of the current state of SolusVM 2 database:
How to create SolusVM 2 database backup? - Access the database:
How to access SolusVM 2 database? - Update IP address in 'host' field of compute_resources table:
MYSQL_LIN: # update compute_resources set host='NEW_IP' where id = NODE_ID;
Replace NEW_IP and NODE_ID with your values.
UPDATE 1 - Restart solus-agent service on CR node:
# systemctl restart solus-agent
- Verify the connection to the CR node is restored.
Comments
0 commentsPlease sign in to leave a comment.