VMware Horizon Machines Stuck ‘Customizing’
KB ID 0001595 Problem In all honesty there’s lots of reasons for this. I’ll cover the ones that have tripped me up, if you find some new ones feel free to post them below. Solutions Before continuing, the image needs to have the Horizon Agent installing within it, and it has to be the SAME version that your Composer and Connection servers are running, (or newer). Also your Horizon servers are connecting to VMware vCenter...
Horizon Client ‘Install Failed’
KB ID 0001594 Problem When attempting to install the VMware Horizon client you see ‘Install Failed’; Well that’s very descriptive and helpful? Horizon Client ‘Install Failed’ Firstly make sure you are NOT trying to install the client software on a Horizon Connection Server, or a Horizon Security Server! If you are not, then the easiest way to get it to install, is to ‘extract’ the .msi...
VMware vSphere – How to Import and Export OVF and OVA Files
KB ID 0000562 Problem I prefer to think of OVF Templates as “Zip” files for Virtual Machines and Virtual Appliances. Where as the OVA file is the complete appliance pre packaged. There are two things you will want to do with an OVF Template; 1. Export a VM to an OVF Template 2. Import an OVF Template (Note: VMware call this “Deploy an OVF Template”) Note: There are tools for OVF templates for other VMware...
VMware Horizon: ‘VM With Unsupported Guest OS’
KB ID 0001592 Problem Seen when attempting to deploy Window Server 2016, as an ‘Image’ (Parent VM,) with VMware Horizon View. ‘VM With Unsupported Guest OS’ I double checked, and Server 2016 (Standard and DataCenter) were supported, as was Server 2019 (Standard and DataCenter.) The image also had a new version of the VMware Horizon View agent installed in it? Solution In my case this was an embarrassingly easy...
VMware ESXi Syslog Errors – ‘System logs on host {host-name} are stored on non-persistent storage.’
KB ID 0000456 Problem Syslog Error Seen on ESXi 6.0 and 6.5 System logs on host {host-name} are stored on non-persistent storage. Syslog Error Seen on ESXi 5.1 Error Configuration Issues System logs on host {host-name} are stored on non-persistent storage. Syslog Error Seen on ESXi 5 Error Configuration Issues System logging is not configured on host {host-name}. Syslog Error Seen on ESXi 4 Error Configuration Issues Issue detected...
PowerCLI: vMotion Multiple VMs
KB ID 0001585 Problem vMotioning one VM is pretty simple to do; Get-VM VM1 | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) And moving ALL the VMs on one host, to another is pretty straight forward also; Get-VMHost ESX-01.pnl.com | Get-VM | Move-VM -Destination (Get-VMHost ESX-02.pnl.com) But what if you have a list of VMs you want to move, and you are too lazy, (sorry too skilled), do do them manually or one at a time? Solution...
VMware Converter Slow!
KB ID 0001584 Problem I was P2Ving a server for a client this week. I did a ‘trial run’ just to make sure everything would be OK, and got this; Yes, that says 13 days and 29 minutes! Suddenly doing this at 1700hrs on a Friday became a moot point! (Note: I was using VMware vCenter Converter Standalone version 6.2) Solution At first I assumed this was a network problem, so I moved everything onto the same Gigabit switch, and...
VMware Converter ‘Unable to Connect to the Network Share’
KB ID 0001583 Problem I don’t think, Ive ever run the VMware Standalone Converter, without at least one error message or popup complaining about something! Today I was trying to convert a clients old Windows Server 2003 document management server, when trying to deploy the agent this happened; Unable to connect to the network share ‘{Sever-name-or-IP} \ADMIN$’. Solution It’s a pretty descriptive error, can you...
Virtualising Hyper-V ‘Validation Fails’
KB ID 0001580 Problem Normally if you saw this error, it would mean that you didn’t have the advanced virtual extensions turned on, in the physical machine’s BIOS. But here I’m installing on Hyper-V in a vSphere/ESX environment; Validation Results The validation process found problems on the server which you want to install features. The selected features are not compatible with the current configuration of your...
vSphere: Migrating vSwitch PortGroups and VLANS
KB ID 0001578 Problem Over the past few weeks I’ve been doing some work for a client that involves me adding some new ESX hosts. These will be setup the same as their existing ESX hosts. That’s fine, but they use standard vSwitches and have A LOT of port groups and VLANs. I could sit and create them all manually, and tag them onto the the correct VLANs, but something that’s boring and repetitive is better solved with...