Problem I attempted to log into VCSA 6.5 (with external PSC) with my domain credentials but was rejected. It soon became apparent that the VCSA was no longer connected to the AD domain. I tried to manually connect it via the GUI but received the following error: The name of the identity source does not match the existing Integrated Read More…
Category: VMware
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…
All Interfaces of the Edge Gateway are in use – vCloud Director
Problem A customer tried to create an Org VDC network which connected to an edge Gateway. The following error message appeared: All Interfaces of the edge gateway are in use Resolution: It appears the customer had hit the limit (10) of maximum number of interfaces allowed on the Edge as described in this KB2042799 Read More…
The Given Key was Not Present in the Dictionary – vsphere 6.0
Problem I tried to Storage vMotion a VM and noticed that the vCetner and ESXI hosts had suddenly became unlicensed in vsphere 6.0. Looking in the licensing section the following error appeared "the given key was not present in the dictionary" The manage vsphere licenses was also greyed out. Alternativey I tried to log in to Read More…
Converting Virtual Box OVF to VMware ESXi
Problem: I was attempting to deploy the Zabbix 3.4.x appliance consistiing of an OVF and singled VMDK to a UAT vCenter 5.5 deployment. The following error appeared: The OVF package requires unsupported hardware. Details: Line 25: Unsupported hardware family 'virtualbox-2.2' Solution Edit the OVF (in my case I used notepad++) Change 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
You must be logged in to post a comment.