vSphere Webclient Not Redirecting After SSO Repoint

Problem: After repointing to a new SSO server (see http://www.jordansphere.co.uk/split-sso-server-in-vsphere-5-5/ ) the webclient was stil re-directing to the old login screen (for the old SSO server).   Resolution: Edit the following file: C:\ProgramData\VMware\VMware VirtualCenter\proxy.xml and change the hostName value from old to new – as shown in the example below: <e id="21"> <_type>vim.ProxyService.RedirectSpec</_type> <accessMode>httpAndHttps</accessMode> <hostName> sso02.jordansphere.co.uk </hostName> <port>9443</port> <redirectType>permanent</redirectType> <serverNamespace>/vsphere-client</serverNamespace> </e> Read More…

Find Location of SSO Server

Issue I needed to find the location of an SSO server in vCenter 5.5   Resolution In the web client go to : {VCENTER} -> Manage -> Settings –> Advacned Settings -> config.vpxd.sso.sts.url

vMotion Failing : Error 195887167

Problem New install of vSphere 6.5. When trying to vMotion a VM from one host svesx01 (192.168.131.111) to another host svesx02 (192.168.131.112) the process failed with the following error:   Failed waiting for data. Error 195887167. Connection closed by remote host, possibly due to timeout. Migration [175211275:8050715817357496887] failed to connect to remote host <192.168.131.112> from Read More…

vCloud Director 8.20 – API to Grant Privileges to Advanced Gateway

Problem: After upgrading to Advanced Gateway Edge in VCD 8.20 the user is unable to access the new tenant portal due to a permissions issue Example of error message: You need some or all of the following rights [ORG_VDC_GATEWAY_CONFIGURE_SSH, ORG_VDC_GATEWAY_VIEW_SSH] to perform operations [GATEWAY_VIEW_SSH] for (com.vmware.vcloud.entity.gateway:c2c63647-82e7-4a40-8167-xxxxxxxxxx) Solution: To fix the issue a vCloud Director administrator will Read More…

Failed to Delete Interface of Edge Gateway

Problem: In vCloud Director 8.20 I was trying to remove an org network when the following error appeared : Cannot delete organization VDC network Failed to delete interace of edge gateway Resolution Re-deploy the Edge gateway then remove the org newtork once again.  

PowerCLI – Script to Output Usage from vCloud Director

The following PowerCLI command will output all the Organization VDCS with status, CPU, memory and storage usage & provider VDC which it belongs to   1) Connect to the vCloud Director instance Connect-CIServer myuatcloud.jordansphere.co.uk -user administrator -password {password}     2) Run the following query Get-OrgVdc | Select Name,Enabled,CpuUsedGhz,CpuLimitGhz,MemoryUsedGB,MemoryLimitGB,StorageUsedGB,StorageLimitGB, ProviderVdc