Today I passed the VMware vSphere 4 exam with a score of 425!
Thanks to Vmware for extending the period (to the end of Jan 2010) to update VCP3 to VCP4 by just passing the exam.
1. ThinApp-Stencil- Objects for ThinApp
2. Build your Own-Stencil – Stand-alone objectsto create your own diagrams
3. VM-STencil – Objects that are related Virtual Machines
4. VMware-Stencil – General Objects for VMware
5. Products-Stencil – Diagrams and objects that are related to VMware products or technologies
Grab your own copy here: http://viops.vmware.com/home/docs/DOC-1346
Icomasoft provides you a simple VMware VI Client plugin (VirtualCenter and ESX Host support) for automating the Rescan/Refresh SAN Task of VMware ESX Hosts. Just right-click on a Host or Group object (Cluster, DataCenter) and choose rescan – done.
Don´t need to script a rescan process or even manually rescan all your hosts. That´s the best way for not getting into trouble with missing Datastore mappings because of a forgotten Rescan – and losing virtual machines because of a host downtime within a HA Cluster. Download the Rescan Plugin for VMware Client for free now and simplify your administration!
Earlier this year VMware released the VMware Infrastructure Toolkit (for Windows). This was a new PowerShell interface for VMware Infrastructure 3. I’m a big fan of the power and simplicity of PowerShell so I thought I’d try to create something with the script and show it off during my talk at VMworld on Deploying VMware in a Microsoft Shop. The question is what do I create? Well, there has been some great debate of Microsoft’s Quick Migration and VMware’s VMotion and are they equal or not, do they solve the same problems, etc. This post isn’t to go back into that debate. One of the things that was also brought up over and over again in the debate was the fact that Quick Migration was free and came with Hyper-V since it was based on Microsoft Clustering whereas VMware VMotion was only available in the most expensive Enterprise SKU of VMware Infrastructure. So there it was – I need to create Quick Migration for the lower priced and free VMware solutions. I went off, built my little script, and showed it off at VMworld. There was a GREAT response to it so I’m posting it here for others to use or improve upon however you see fit.
The script works just like Microsoft Quick Migration – the virtual disk is stored on shared storage, the VM is suspended to disk, and the VM is then resumed on the destination. Presto! Here’s a quick video:
To set this up in your environment you’ll need a few things:
Once you’ve got all of that you’re ready to go. Assuming you have Microsoft PowerShell installed and the VMware Toolkit installed on top of that you should be ready to run the script. PowerShell has some built-in security so you might have to either (a) answer yes when it prompts you to run unsigned scripts, (b) sign this script and make it yours, or (c) Set-ExecutionPolicy unrestricted. After you’ve got all of that sorted out just run the script by opening a new PowerShell window, changing to the path of the file, and running it using ./vmmigrator-1.0.ps1. The script will prompt you for the VirtualCenter address and an appropriate username and password to connect to it. You’ll next prompted for which VM you want to migrate and where you want to migrate it to. The script does some rudimentary checking for network, datastore, and connected devices before it will let you migrate.
Some last minute notes:
Some future things I’d like to do with this:
I hope you enjoy the script. Feel free to leave comments to let me know if this is useful or not.
Source: http://mikedatl.typepad.com/mikedvirtualization/2008/10/quick-migration.html