Articles in this section

‭How to change the main IP address on a Compute Resource in SolusVM 2

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

  1. Change the IP address on the host where Compute Resource resides for br-ext bridge using native Linux tools
  2. Restart the network and verify that access to the node is possible.
  3. Create a backup of the current state of SolusVM 2 database.
  4. Access the database and update IP address in 'host' field of compute_resources table:

    # update compute_resources set host='NEW_IP' where id = NODE_ID;

  5. Restart solus-agent service on CR node:

    # systemctl restart solus-agent

  1. Verify the connection to the CR node is restored. 
Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.