Built out a nested vCD 9.1 environment on vSphere 6.5 with NSX 6.4.0
Manually created my first organization and getting ready to create a powershell script to build the second one, but I get an error when using New-Org. I am able to connect to the cell with Connect-CiServer without error and I can run Get-Org successfully.
New-Org -Name 'MyOrg1' -FullName 'My Organization 1'
New-Org : 6/20/2018 9:37:45 AM New-Org The specified Href 'https://Cell01.lab.local/api/Internal errror: ComposeOperationHref() : serviceUrl is not prefix
of sourceHref' is not valid.
At line:1 char:1
+ New-Org -Name 'MyOrg1' -FullName 'My Organization 1'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [New-Org], VimException
+ FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.Cloud.Commands.Cmdlets.NewOrg
I've tried two different vCD installs (following the same process) and two different client machines. PowerCLI 10.0 and 10.1
Server is using a self-signed cert
Any ideas what it is hanging up on?