您可以更改 VMware Aria Automation节点或集群的 IP 地址。
例如,您可能希望将部署的 VMware Aria Automation环境迁移到更方便的 vCenter 或支持 VMware Aria Automation 故障切换。
作为 VMware Aria Automation管理员,您可以使用以下过程为 VMware Aria Automation 节点或集群设置新的 IP 地址,然后将服务重新部署到新的 IP 地址。
注: 在继续更改
VMware Aria Automation节点或集群的 IP 之前,必须先确认该节点或集群处于正常状态。尝试在处于不正常状态的节点或集群上运行此过程可能会导致非常难以解决的问题。
在此过程中,您将以特定顺序重新启动VMware Aria Automation。有关关闭和重新启动 VMware Aria Automation的相关信息,请参见启动和停止 VMware Aria Automation。
- 使用以下命令验证 VMware Aria Automation节点或集群是否处于正常状态。
vracli service status
- VMware Aria Automation处于正常状态时,请使用以下命令设置节点或集群设备的备用 IP。
vracli network alternative-ip set --dns DNSIPaddress1,DNSIPaddress2 IPV4_address Gateway_IPV4_address
如果使用的是集群,请设置集群中每个适用节点的备用 IP。
- 使用以下命令关闭 服务。
/opt/scripts/deploy.sh –shutdown
- 如果需要,请执行VMware Aria Automation故障切换或迁移操作。请参见有关 VMware Site Recovery Manager 的信息以及您自己的内部过程和实践。
- 使用以下命令更改 VMware Aria Automation的 IP。
vracli network alternative-ip swap
如果使用的是 VMware Aria Automation集群,则必须更改集群中每个节点的 IP 地址。
- 使用以下命令重新引导 VMware Aria Automation。
shutdown -r now
如果使用的是 VMware Aria Automation集群,则必须重新引导集群中的每个节点。
- 使用以下命令重新部署 VMware Aria Automation服务。
/opt/scripts/deploy.sh
重新引导 VMware Aria Automation且重新部署的服务正在运行后,VMware Aria Automation 应在新的 IP 地址上可用。