VMware vSphere – How to Import and Export OVF and OVA Files
Sep17

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...

Read More
VMware Horizon: ‘VM With Unsupported Guest OS’
Sep05

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...

Read More
VMware ESXi Syslog Errors – ‘System logs  on host {host-name} are stored on non-persistent storage.’
Sep01

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...

Read More
PowerCLI: vMotion Multiple VMs
Aug23

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...

Read More
VMware Converter Slow!
Aug23

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...

Read More
VMware Converter ‘Unable to Connect to the Network Share’
Aug22

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...

Read More
Virtualising Hyper-V ‘Validation Fails’
Aug13

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...

Read More
vSphere: Migrating vSwitch PortGroups and VLANS
Jul30

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...

Read More
VMware: Upgrade Errors
Jul29

VMware: Upgrade Errors

KB ID 0001576 Problem This weekend I had to upgrade some servers from VMware 5.5 to version 6U3, (that’s the latest supported version, on the hardware I was using: HP BL460c). As the VC was at version 6.5 I couldn’t use the built in update manager, so I had to use the ‘offline bundle’ method.  TWO THINGS then jumped up and bit me; Problem 1 [DependencyError] File path of ‘etc/init.d/hp-mst.init’ is...

Read More
vCenter ‘Root’ Account Expired
Jun12

vCenter ‘Root’ Account Expired

KB ID 0001568 Problem Today I found I could no longer log in to the VCSA vCenter appliance; Exception in invoking authentication handler User password expired Solution Just because I can’t log into the web console, I could still log into the the appliance via SSH. Then invoke the shell command, and reset the root password with the passwd command; Now if you wish, you can Disable VCSA Password Expiration: Administration > Edit...

Read More