Similar Posts
Thank you VMware Community!
So far, 2014 has been a very rewarding year for a number of reasons, two of which has happened in just a week or two span. First, Eric Siebert (@ericsiebert) announced on March 27th, this years results of the 2014 Top VMware & Virtualization Blog voting. My first year entered into voting and made it to 71st place! A huge thanks goes out to not only Eric but just as much so to everyone who voted for me!
To top it off, yesterday VMware announced 2014’s first quarter VMware vExpert list. While vExpert isn’t a technical certification or even a general measure of VMware expertise. The VMware judges selected people who were engaged with their community and who had developed a substantial personal platform of influence in those communities. There were a lot of very smart, very accomplished people, even VCDXs, that weren’t named as vExpert this year. VMware awarded this title to 754 people this year and on that list of many impressive names you’ll find yours truly, Michael Tabor!
I’m both honored and humbled by both lists. It’s a great feeling to be recognized by not only my peers through the voting in the Top vBlog but also by VMware themselves through the vExpert title.
So again THANK YOU very much to the entire VMware community, a spectacular community indeed, and congratulations to everyone else that made the Top vBlog and vExpert lists!
Easy ESXi 6.0 upgrade via command line
VMware has released ESXi 6.0 back in March and I recently posted a guide on how to upgrade your vCenter Server Appliance from 5.x to 6.0 – Now we’re going to look at two ways to upgrade a VMware ESXi 5.x host to ESXi 6.0 via command line.
The first method will show you how to have each ESXi host download the update directly from VMware and then upgrade itself while the second method shows how to download the update, place it on a datastore accessible to the host, then upgrade the host.
Clone VMware ESXi USB boot drive to another USB flash drive
A few days ago one of my hosts in my home lab was displaying an alarm message:
Lost connectivity to the device mpx.vmhbaXX:XX:XX:XX backing the boot filesystem /vmfs/devices/disks/mpx.vmhbaXX:XX:XX:XX. As a result, host configuration changes will not be saved to persistent storage.
The last part of the message (“persistent storage”) made me think it might have something to do with the USB drive due to the fact that a similar message appeared when setting up the home lab on the Intel NUC’s. After some research it appears my assumption was correct and that the USB flash drive I was using to boot from was indeed starting to fail.
Read More “Clone VMware ESXi USB boot drive to another USB flash drive”
Set default printer for View floating desktop and Persona Management
Sometime ago I asked a question over at the VMware forum about how to set default network printers on a VMware View 5.0 floating pool that used Persona Management as Persona Management wasn’t keeping this user setting on it’s own. The printers would be added to the VM just not remember the default printer setting. I’ll admit I forgot to update the thread, but a work around was devised which I’ll share below.
Read More “Set default printer for View floating desktop and Persona Management”
How to update VMware Windows VM’s DNS using PowerCLI
This post will show you how to update a VMware Windows virtual machine’s DNS IP addresses using PowerCLI.
You’ll also see how I went from a starting point to a fully working script – all thanks to the awesome #vCommunity!
Here at work we’ve been doing a number of networking, AD, and DNS changes. In doing so, our DNS IP address have changed. Changing the DNS settings for our workstations was easy, simply edit the DHCP scope.
The servers on the other hand all had static IP’s and static DNS IP’s entered, each of which needed to be updated.
Read More “How to update VMware Windows VM’s DNS using PowerCLI”
How to convert VMDK to OVF file format
Here is a quick and easy way to convert a VMDK to OVF file format using the OVF Tool from VMware.
- First download and install the VMware OVF Tool for your operating system.
- Open a command prompt as Administrator and navigate to the OVF Tool install directory:
cd C:\Program Files\VMware\VMware OVF Tool
- Next, type in the following command to convert VMDK to OVF:
ovftool.exe
\virtualmachine.vmx \virtualmachine.ovf
After a few minutes time you should you should see a “Transfer Completed, Completed successfully” message and your VMDK to OVF file conversion is complete and ready for use.