-
I came to deploy a Virtual Machine from a Content Library on vSphere 6.5 and discovered that the Content Library had disappeared. Cause The Content Library Service was stopped. Attempting to start the service caused an error- both through the GUI and command line. 1VMware vCenter Server Appliance 6.5.0.10000 2Type: …
Read More -
Tags were added to vSphere back in version 5.1 so they’re not a new feature but are still often overlooked. One or more tags can be applied to items (entities) in the inventory and then used as a search term or metadata not only in the GUI but also through tools such as PowerCLI. This post covers a few useful cmdlets …
Read More -
A quick PowerCLI one liner to locate VMs with thick-provisioned disks attached. 1Get-VM | 2 Select Name, @{Name="StorageFormat"; Expression={( Get-HardDisk -VM $_ ).StorageFormat}} | 3 Where-Object {$_.StorageFormat -Contains "Thick"}
Read More -
I was lucky enough to take delivery of some new ESXi hosts recently. After installing them in the datacentre, I wanted to test that the network had been patched correctly. This environment is going to have Distributed vSwitches configured, but I wanted to test the physical connectivity before joining them to vCenter- …
Read More -
I was introduced to SexiGraf by Eric Bussink during a roundtable at the April London VMUG meeting. The room was divided into those who said “Oh yeah, SexiGraf, it’s awesome” and those, like me, who hadn’t yet discovered it. SexiGraf is a free community tool that creates some great (you might even say sexy) graphs based …
Read More -
Some highlights from VMware ecosystem and Virtualisation in general from the past 7 days. Announcements, discoveries, and useful bits-and-bobs found on the internet. Week ending 2nd April 2017 VMworld 2017 Session Voting is now open. An chance for the VMware community to influence what appears on the agenda at the two …
Read More -
VMware vSphere 6.5 comes with a RESTful API implementation and there’s some great documentation out there- starting with the API Explorer (http://my.vcenter.name/apiexplorer ). Here’s a quick piece on how to use this API to create a VM from the PowerShell command line. This is intentionally not using PowerCLI, just the …
Read More -
Some highlights from VMware ecosystem and Virtualisation in general from the past 7 days. Announcements, discoveries, and useful bits-and-bobs found on the internet. Week ending 26 March 2017 vSphere 6.0 U3a has been released- this patches the Apache Struts vulnerability which was fixed in 6.5 last week. However- note …
Read More -
The deployment of High Availability in the vCenter Server Appliance 6.5 is very slick and there’s a great step-by-step walkthrough of how to implement it. However, sometimes things go wrong In my case a misconfiguration in the underlying network meant that the hosts I was trying to deploy to couldn’t reach each other …
Read More -
vHighlights #002
Mar 19, 2017 · 2 min read · vmware vcenter solidfire hpe nimble-storage simplivity microsoft windows ·Some highlights from VMware ecosystem and Virtualisation in general from the past 7 days. Announcements, discoveries, and useful bits-and-bobs found on the internet. Week ending 19 March 2017 vCenter Server 6.5.0b was released on 14 March bringing a number of bug fixes and also an update to Apache Struts to resolve …
Read More