您可以更改 vRealize Automation节点或集群的 IP 地址。

例如,您可能希望将部署的 vRealize Automation环境迁移到更方便的 vCenter 或支持 vRealize Automation 故障切换。

作为 vRealize Automation管理员,您可以使用以下过程为 vRealize Automation 节点或集群设置新的 IP 地址,然后将服务重新部署到新的 IP 地址。

注: 在继续更改 vRealize Automation节点或集群的 IP 之前,必须先确认该节点或集群处于正常状态。尝试在处于不正常状态的节点或集群上运行此过程可能会导致非常难以解决的问题。

在此过程中,您将以特定顺序重新启动vRealize Automation。有关关闭和重新启动 vRealize Automation的相关信息,请参见启动和停止 vRealize Automation

  1. 使用以下命令验证 vRealize Automation节点或集群是否处于正常状态。
    vracli service status
  2. vRealize Automation处于正常状态时,请使用以下命令设置节点或集群设备的备用 IP。
    vracli network alternative-ip set --dns DNSIPaddress1,DNSIPaddress2 IPV4_address Gateway_IPV4_address

    如果使用的是集群,请设置集群中每个适用节点的备用 IP。

  3. 使用以下命令关闭 服务。
    /opt/scripts/deploy.sh –shutdown
  4. 如果需要,请执行vRealize Automation故障切换或迁移操作。请参见有关 VMware Site Recovery Manager 的信息以及您自己的内部过程和实践。
  5. 使用以下命令更改 vRealize Automation的 IP。
    vracli network alternative-ip swap

    如果使用的是 vRealize Automation集群,则必须更改集群中每个节点的 IP 地址。

  6. 使用以下命令重新引导 vRealize Automation
    shutdown -r now

    如果使用的是 vRealize Automation集群,则必须重新引导集群中的每个节点。

  7. 使用以下命令重新部署 vRealize Automation服务。
    /opt/scripts/deploy.sh

重新引导 vRealize Automation且重新部署的服务正在运行后,vRealize Automation 应在新的 IP 地址上可用。