My little cloud in the virtual world of virtualisation – mainly VMWare and EMC SAN (CX, NS and VNX)
Show MenuHide Menu

Tag: VMWare

VMUG 2014 – UK User Conference #VendorSwag

26 November, 2014

 

My #VendorSwag from the VMUG 2014 event held on the 18h November 2014 at the Birmingham Motorcycle Museum.

Event details: http://www.vmug.com/p/cm/ld/fid=5161

 

swag

Auto-Harden ESXi 5.x Hosts – softwareab

20 March, 2014

A good guide to hardening the security on ESXi 5.x hosts – although the standards defined are from the USA – there are a good best practices that anyone can use.

Auto-Harden ESXi 5.x Hosts – softwareab.

Setting time on ESXi hosts through PowerCLI | Geaux Virtual

4 November, 2013

Excellent powershell to set the correct time on a number of hosts…

I expanded the code to:

Get-Cluster -Name “Cluster” | Get-VMHost | Where-Object {

$t = Get-Date
$dst = $_ | %{ Get-View $_.ExtensionData.ConfigManager.DateTimeSystem }
$dst.UpdateDateTime((Get-Date($t.ToUniversalTime()) -format u))
}

via Setting time on ESXi hosts through PowerCLI | Geaux Virtual.

vSphere ESXi Maintenance Mode with PowerCLI | Virtual Drive

4 November, 2013

Good code snippets for vmware host maintenance mode.

 

vSphere ESXi Maintenance Mode with PowerCLI | Virtual Drive.

URL: Virtual Consultant for you Datacenter: Unlocking and resetting vCenter SSO admin account

13 August, 2013

Handy step by step guide – was looking in case I needed it.  Luckily account auto unlocks after 15 mins. 🙂

Virtual Consultant for you Datacenter: Unlocking and resetting vCenter SSO admin account.

VMware KB: ESXi/ESX hosts with visibility to RDM LUNs being used by MSCS nodes with RDMs may take a long time to boot or during LUN rescan

29 July, 2013

This was a great find – fixed the 45 minute boot time due to the large number of RDMs in use:

VMware KB: ESXi/ESX hosts with visibility to RDM LUNs being used by MSCS nodes with RDMs may take a long time to boot or during LUN rescan.

VMware KB: Network port diagram for vSphere 5.x

10 July, 2013

For a excellent guide to IP ports used.

 

VMware KB: Network port diagram for vSphere 5.x.

VMware KB: Correlating vCenter Server and ESXi/ESX host build numbers to update levels

25 June, 2013

A great knowledge base article outlining vmware products and there build number to version numbers.

VMware KB: Correlating vCenter Server and ESXi/ESX host build numbers to update levels.

FREE kindle books. For limited time.

6 June, 2013

Don’t forget folks to grab the excellent and free ebooks on VMware. See:
http://t.co/zLNZjPw4L1

VMware KB: Unmounting a LUN or Detaching a Datastore/Storage Device from multiple ESXi 5.x hosts

29 May, 2013

VMware KB: Unmounting a LUN or Detaching a Datastore/Storage Device from multiple ESXi 5.x hosts.