迁移使用外部 Platform Services Controller且适用于 Windows 的 vCenter Server 时,会将其转换为具有嵌入在设备中的这些服务部署的vCenter Server 实例。因此,必须在 JSON 迁移模板中指定复制合作伙伴参数。
- SSO 域中的单个 vCenter Server和单个 Platform Services Controller 实例。
- 包含多个 vCenter Server的 SSO 域中的第一个 vCenter Server 和 Platform Services Controller 实例。
- 复制 SSO 域中的 vCenter Server和 Platform Services Controller 实例,并且必须将这些实例指向作为复制合作伙伴的现有 vCenter Server 7.0 实例。
使用外部 Platform Services Controller的部署通常称为 MxN 部署,其中 M 表示 vCenter Server,N 表示外部Platform Services Controller。在表示域中的多个 vCenter Server和 Platform Services Controller 实例时,此部署表示为 MnxNn,其中 n 是实例的数量。例如,M2xN2表示同一域中的两个 vCenter Server 实例和两个Platform Services Controller 实例。迁移此类部署时,首先要将一个实例迁移到版本 7.0,然后将第二个实例迁移到 7.0,并将两个实例中的第一个实例指定为复制合作伙伴。
JSON 迁移模板中的复制参数为 first_instance
和 replication_partner_hostname
,位于模板的 sso
部分中。
参数名 | 描述 |
---|---|
first_instance |
first_instance 参数将 vCenter Server 标识为 vCenter Server SSO 域中的第一个实例,或者将其标识为复制合作伙伴。 如果它是第一个 vCenter Server实例,请将 |
replication_partner_hostname * |
如果将 |
-
在 ESXi上迁移时使用
win_vc_to_vCSA_on_ESXi.json
模板,或者在 vCenter Server 部署上迁移时使用win_vc_to_vCSA_on_VC.json
模板,迁移拓扑中的 vCenter Server。 -
对于包含单个 vCenter Server和 Platform Services Controller( M1xN1 部署)的部署拓扑,请编辑模板的
sso
部分,以便将first_instance
参数设置为true
,并移除replication_partner_hostname
参数。"sso": { "__comments": [ This is the first instance (M1) vCenter Server management node, with "first_instance" set to "true" and "replication_partner_hostname" removed. ], "first_instance": true }
- 在 JSON 模板中指定其余配置参数,并使用 CLI 将 vCenter Server迁移到版本7.0。请参见使用 CLI 将 vCenter Server从 Windows 迁移到设备。
- 成功迁移 vCenter Server后,取消配置Platform Services Controller。请参见取消配置 Platform Services Controller。
重要说明: 仅在迁移和融合拓扑中的所有 vCenter Server实例后,才取消配置 Platform Services Controller 实例。
-
在 ESXi上迁移时使用
win_vc_to_vCSA_on_ESXi.json
模板,或者在 vCenter Server 部署上迁移时使用win_vc_to_vCSA_on_VC.json
模板,迁移拓扑中的 vCenter Server。 -
对于第一个 vCenter Server实例 ( M1),编辑模板的
sso
部分,以便将first_instance
参数设置为true
,并移除replication_partner_hostname
参数。"sso": { "__comments": [ This is the first instance (M1) vCenter Server management node, with "first_instance" set to "true" and "replication_partner_hostname" removed. ], "first_instance": true }
-
对于其余 vCenter Server实例 ( M2),编辑模板的
sso
部分,以便将first_instance
参数设置为false
,并提供要将第二个节点复制到的 vCenter Server 实例的 FQDN 或 IP 地址。复制合作伙伴是您迁移到版本 7.0的第一个 vCenter Server 实例 ( M1),该实例已与其 Platform Services Controller 实例融合。"sso": { "__comments": [ This is the second instance (M2) vCenter Server management node, with "first_instance" set to "false" and "replication_partner_hostname" set to the hostname of the replication partner.], "first_instance": false, "replication_partner_hostname": "FQDN_or_IP_address"
- 在 JSON 模板中指定其余配置参数,并使用 CLI 将 vCenter Server迁移到版本7.0。请参见使用 CLI 将 vCenter Server从 Windows 迁移到设备。
- 成功迁移拓扑中的所有 vCenter Server实例后,取消配置Platform Services Controller 实例。请参见取消配置 Platform Services Controller。
重要说明: 仅在迁移和融合拓扑中的所有 vCenter Server实例后,才取消配置 Platform Services Controller 实例。