Changing the IP Address of Aria Automation 8.x Node

Changing the IP address of a Aria Automation node requires careful planning to avoid service disruption. Here’s a step-by-step guide:

1. Verify Health of vRealize Automation

Run:

vracli service status

Ensure the cluster or node is healthy before proceeding.

2. Set Alternative IP Address

vracli network alternative-ip set --dns <DNS_IP1>,<DNS_IP2> <New_IP>/<subnet> <Gateway_IP>

3. Shutdown Services

/opt/scripts/deploy.sh --shutdown

4. Change IP Address

For swapping the IP:

vracli network alternative-ip swap

5. Reboot vRA

shutdown -r now

6. Redeploy Services

Finally, redeploy services:

/opt/scripts/deploy.sh

For detailed instructions, refer to the official documentation.

Leave a Reply

Your email address will not be published. Required fields are marked *

Proudly powered by Cos
RSS