No unassigned hosts available with storage type FC. Commission hosts with physical NICs 0 &1 to Add Host from UI.
ERROR [vcf_dm,fe###########a9,e49d] [c.v.v.h.a.h.AddHostClusterCompatibilityValidationAction,dm-exec-1] Vmnic/vds/uplink association in the cluster is not same across all hosts. Please provide associations for vmnics to vds and uplinks explicitly in the input spec.
ERROR [vcf_dm,fe###########a9,e49d] [c.v.e.s.o.model.error.ErrorFactory,dm-exec-1] [U####9] CLUSTER_HOSTS_CONTAIN_NON_HOMOGENEOUS_CONFIG Vmnic/vds/uplink association in the cluster is not same across all hosts.
com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: Vmnic/vds/uplink association in the cluster is not same across all hosts.
at com.vmware.vcf.hostmanager.action.header.AddHostClusterCompatibilityValidationAction.validateHostCompatibility(AddHostClusterCompatibilityValidationAction.java:111)
at com.vmware.vcf.hostmanager.action.header.AddHostClusterCompatibilityValidationAction.execute(AddHostClusterCompatibilityValidationAction.java:57)
at com.vmware.vcf.hostmanager.action.header.AddHostClusterCompatibilityValidationAction.execute(AddHostClusterCompatibilityValidationAction.java:39)
VMware Cloud Foundation
Add host to cluster in SDDC Manager with cluster expansion workflow from the API.
Follow the below steps
curl -X POST -H "Content-Type: application/json" -d '{"username": "<SSO_USERNAME>","password": "<SSO_PASSWORD>"}' https://<sddcmanagerIp>/v1/tokens | json_pp
Sample
curl -X POST -H "Content-Type: application/json" -d '{"username": "[email protected]","password": "****"}' https://198.51.100.1/v1/tokens | json_pp
curl 'https://<SDDC_MANAGER_FQDN>/v1/clusters/<CLUSTER_ID>/validations' -i -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer <BEARER_TOKEN from above command>' -d @clusterExpansionSpec.json