Customer is having cluster 1. using powercli script customer is able to create cluster 2. but as soon as he uses script to add host to cluster 2 he is unable to do that although the host gets added to cluster 1 instaed of cluster 2.
Command used to create cluster
New-VmcSddcCluster -Sddc uw2-sddc-1 -Hostcount 3 -HostCpuCoresCount 36 -Confirm:$false
Command to add host
Add-VmcSddcHost -Sddc uw2-sddc-1 -HostCount 1 -Confirm:$false