Validation fails during validate the specified NSX enabled VDS uplinks are prepared for Edge over
search cancel

Validation fails during validate the specified NSX enabled VDS uplinks are prepared for Edge over

book

Article ID: 386682

calendar_today

Updated On:

Products

VMware SDDC Manager

Issue/Introduction

During cluster expansion or while adding an edge cluster you see the following error:

In the /var/log/vmware/vcf/domainmanager/domainmanager.log file you see something similar to this:

[c.v.v.n.c.v.v.NsxTEdgeClusterValidator,dm-exec-7] Exception during cluster resources check for expanding edge cluster > com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: example.examplecompany.com > at com.vmware.vcf.common.fsm.plugins.nsxt.action.FetchCvdsUplinksForOverlay.execute(FetchCvdsUplinksForOverlay.java:141)

Environment

SDDC Manager 5.1.1

Cause

This is caused by a missing "host_switch_spec" property on one or more transport nodes where the SDDC manager requires one

Resolution

  1. SSH into one of the NSX Manager nodes and run the following API call
    1. curl -l -k -u 'admin' -H 'Content-Type:application/json' -X GET https://localhost/api/v1/transport-nodes
  2. Remove the host-transport-node-profiles ("PolicyHostTransportNodeProfile") from NSX where there is no entry for "host_switch_spec" referencing this document. Transport Node Profiles