I’ve had a requirement recently to create a small XenServer 6.2 test/demo environment. I decided to use a Windows 2008 R2 host as an NFS server to provide shared storage…
I’ve recently gone through an exercise to configure the scratch partition on a number of boot from san hosts, which got me thinking about partition layout in general on ESXi…
To export a list of virtual machine attributes, using a text file for input, we can use the following PowerCli code: Get-VM -Name (Get-Content c:\vmnames.txt) | Select Name,NumCpu,MemoryMB | Export-Csv…
VMFSTOOLS is something I perhaps don’t use as regularly as I’d like and as a result find myself having to refer to the documentation pretty much anytime I do anything…
If you have used esxcfg-info before you’ll know it was a convenient way to gather detailed information on a ESXi(i) host, but did you know you can also access the…