Back to top
 
 
 

This DC is already part of other CloudStack zone(s). Cannot add this DC to more zones.

Problem

This DC is already part of other CloudStack zone(s). Cannot add this DC to more zones.

Prerequisites

Powershell with vmware module

Steps

This may happen due to VCenter holds cloud.zone value which was provided by ACP.

To change cloud.zone value:

Step 1: Install Powershell vmware module in Windows machine

Install-Module -Name VMware.PowerCLI -Scope CurrentUser

Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false (it will ignore certificate warning)


Step 2:  Login to vcenter from powershell vmware module

connect-viserver

Get-CustomAttribute (notice cloud.zone value)

 

Step 3: Change value for specific datacenter.

Get-Datacenter <DATACENTER_NAME> | Set-Annotation -CustomAttribute "cloud.zone" -Value false

Once ACP allow to add Datacenter then, make following change again.

Get-Datacenter <DATACENTER_NAME> | Set-Annotation -CustomAttribute "cloud.zone" -Value true

 

Document ID:
360030933432

Product:
RoviusCP

Version:
4.11.0,4.7.1

Operating System:
Linux

Zendesk Ticket ID:
68962

 
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています

コメント