Category Archives: Virtual Center

Listing DRS VMotion info from VC database

By | June 25, 2008

Ever wanted to see how many DRS VMotion your ESX enviroment is generating? Using the following query you can extract the requried information from the VC database. SELECT vpx_event.event_type, vpx_event.vm_name, vpx_event.create_time from vpx_event where event_type like ‘%migrate%’ (Thanks to: Dave.Mishchenko http://communities.vmware.com/message/969563) Also see http://www.gabesvirtualworld.com/?p=69 for an idear to what you can do with the information… Read More »

Troubleshooting VMware snapshots

By | May 21, 2008

Eric Siebert has writen a very good and explaining guide on how to troubleshoot snapshots on ESX 3.x. Virtualization administrators can use snapshots on VMware ESX to travel back in time and figure out what went wrong with their virtual machines (VMs). But what do you do when your snapshots start acting funny? In this… Read More »

Quick rename of VM

By | April 11, 2008

Duncan over at YelloBricks.com posted a nice easy howto on renaming a VM from within VC and from the service console. There are a couple of ways to rename a Virtual Machine, but there are two in my opinion that stand out: Shutdown the VM Rename the VM in VirtualCenter Migrate the VM and move… Read More »

The power of VIPerlToolkit

By | June 26, 2008

Over the past 2 weeks i have been playing around with the VIperlToolkit and discovered hwo easy and powerfull it is. Some of the scripts i have created is avaiable for download in the Download section of this site. I first came accross the VIPerlToolkit about 8 months ago when looking through www.run-virtual.com. I got… Read More »

Cool add-on to Virtual Center 2.x from Run-virtual.com

By | June 21, 2007

Someone informed me on this very usefull add-on for Virtual Center 2.x. VCplus           – http://www.run-virtual.com/?page_id=184 Haven’t tried it myself yet, but i will during next week. I think that this add-on is a step in the right direction. Mayby VMware should implement this add-on in VC. Nice job Richard …. Keep it up…. A. Mikkelsen