Once a node is under the control of InCenter, the management IP address can be changed through the InCenter CLI. This is done by changing both of the following two IP address values:
The IP property of the StandaloneNode object.
The IP of the node's address book object assigned to the management interface.
For example, assume the node called my-node1 has the address book object if1_ip assigned to the management interface. To change the management IP, first change the IP property of my-node1:
admin@InCenter:/> set StandaloneNode my-node1 IP=192.0.2.1
Next, change the IP of the if1_ip address book object on the node:
admin@InCenter:/> cc StandaloneNode my-node1 admin@InCenter:/my-node1> set IPAddress if1_ip=192.0.2.1
Additionally, the node configuration's RemoteMgmtSSH object may also need to be changed if access from a different IP address is required.
To save these changes, they should be followed by the activate and commit commands.