VCF Edge Cluster deployment fails with Error 503106 Only one instance of locale-services allowed
search cancel

VCF Edge Cluster deployment fails with Error 503106 Only one instance of locale-services allowed

book

Article ID: 444669

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

VMware Cloud Foundation (VCF) SDDC Manager Edge Cluster deployment fails at the "Create NSX Tier-0 Locale Services" task.

The /var/log/vmware/vcf/domainmanager/domainmanager.log on the SDDC Manager reports the following explicit error message:

com.vmware.vapi.std.errors.InvalidRequest with error code 503106 and message Only one instance of locale-services is allowed per tier-0/tier-1.


Environment

VMware Cloud Foundation (VCF) 5.2.2
VMware NSX-T Data Center 4.x

Resolution

The following steps needs to be performed only for new setup.

- Check if there are any active locale-services attached to the Tier-0 using the below API call. 

curl -k -u admin -X GET "https://<manager_ip>/policy/api/v1/infra/tier-0s/<Tier-0_id>/locale-services"

- Once the stale entry is seen, use the DELETE API call to delete the attached stale locale-services.

curl -k -u admin -X GET "https://<manager_ip>/policy/api/v1/infra/tier-0s/<Tier-0_id>/locale-services/<locale_service_id>"

- Re-run the workflow from SDDC manager.


For already existing setup, please contact Broadcom Support.