I have two PSC servers in one domain. I have connected 8 vCenter Servers to this domain.
4 VCs are conencted to one PSC and 4 to another. How to check which is connected where locally from PSC?
C:\Program Files\VMware\vCenter Server\python>python.exe "C:\Program Files\VMware\vCenter Server\VMware Identity Service
s\lstool\scripts\lstool.py" list55 --url http://bf-vm-sso01.acme.local:7080/lookupservice/sdk | findstr URL
URL: https://bf-vm-sso02.acme.local:443/ls/sdk
URL: https://bf-vm-sso02.acme.local:443/ls/healthstatus
URL: https://bf-vm-sso02.acme.local:443/ls/resourcebundle
URL: https://VCENTER01-MGMT.acme.local:443/sdk
URL: https://bf-vm-sso02.acme.local:443/cm/sdk
URL: https://bf-vm-sso01.acme.local:443/ls/sdk
URL: https://bf-vm-sso01.acme.local:443/ls/healthstatus
URL: https://bf-vm-sso01.acme.local:443/ls/resourcebundle
URL: https://VCENTER01-CU01.acme.local:443/sdk
URL: https://bf-vm-sso01.acme.local:7444/sts/STSService/vsphere.local
URL: https://bf-vm-sso02.acme.local:443/sca
URL: https://bf-vm-sso02.acme.local:7444/sso-adminserver/sdk/vsphere.local
URL: https://bf-vm-sso01.acme.local:7444/sso-adminserver/sdk/vsphere.local
URL: https://VCENTeR03-LAB2.acme.local:443/sdk
URL: https://bf-vm-sso02.acme.local:7444/sso-adminserver/sdk/vsphere.local
URL: https://VCENTER02-mgmt.acme.local:443/sdk
URL: https://bf-vm-sso01.acme.local:7444/sso-adminserver/sdk/vsphere.local
URL: https://VCENTER02-CU02.acme.local:443/sdk
URL: https://bf-vm-sso01.acme.local/sts/STSService/vsphere.local
URL: https://bf-vm-sso01.acme.local/sso-adminserver/sdk/vsphere.local
URL: https://bf-vm-sso01.acme.local/sso-adminserver/sdk/vsphere.local
URL: https://bf-vm-sso01.acme.local/websso/SAML2/Metadata/vsphere.local
URL: https://bf-vm-sso01.acme.local/websso/HealthStatus
URL: https://bf-vm-sso01.acme.local/sso-adminserver/idp
URL: https://bf-vm-sso02.acme.local/sts/STSService/vsphere.local
URL: https://bf-vm-sso02.acme.local/sso-adminserver/sdk/vsphere.local
URL: https://bf-vm-sso02.acme.local/sso-adminserver/sdk/vsphere.local
URL: https://bf-vm-sso02.acme.local/websso/SAML2/Metadata/vsphere.local
URL: https://bf-vm-sso02.acme.local/websso/HealthStatus
URL: https://bf-vm-sso02.acme.local/sso-adminserver/idp
URL: https://VCENTER-CU03.acme.local:443/sdk
URL: https://OPSVCENTER-MGMT.acme.local:443/sdk
URL: https://VCENTER02-LAB1.acme.local:443/sdk
URL: https://bf-vm-sso02.acme.local:7444/sts/STSService/vsphere.local
bf-vm-sso01 has
URL: https://VCENTER-CU03.acme.local:443/sdk
URL: https://OPSVCENTER-MGMT.acme.local:443/sdk
URL: https://VCENTER01-CU01.acme.local:443/sdk
URL: https://VCENTER02-mgmt.acme.local:443/sdk
bf-vm-sso02 has
URL: https://VCENTER01-MGMT.acme.local:443/sdk
URL: https://VCENTER02-LAB1.acme.local:443/sdk
URL: https://VCENTeR03-LAB2.acme.local:443/sdk
URL: https://VCENTER02-CU02.acme.local:443/sdk
When i remove the "findstr" i could compare SSL, but i can see one SSL is connected to vCenters that are on different PSC, so it's wrong way.
Here is entire output https://justpaste.it/kr9t
Any ideas?
Thx.