Category Archives: ESXi

Recreating a missing VMDK descripter file

By | December 1, 2008

A few weeks ago we were conducting a vRanger DR test of a VM (new host and new LUN). The VM was restored succesfull, but when we powered it on we discovered that it for some unexplaned reason had lost the SCSI0:1 (100GB) and SCSI0:2(300GB) VMDK’s. It had created two new 20GB VMDK’s instead. We… Read More »

Converting vcinfo from Perl to PowerShell

By | October 1, 2008

The past few days I have been trying to learn the basic of PowerShell and the VIToolkit for Windows. And after playing around with it, I thought that the best way to learn PowerShell was to have a goal. And what better goal than converting the vcinfo script I created with VIPerlToolkit. A beta version… Read More »

VirtualCenter Passthrough Authentication

By | July 28, 2008

Dominic Rivera has documented a undocumented feature of VirtualCenter. A very useful, yet very undocumented feature of the Virtual Infrastructure Client is that it can be configured to automatically pass your Active Directory credentials without you typing them in. To use: create a shortcut to the Virtual Infrastructure Client, then right-click on it and edit… Read More »

Quick guide to tweak a VM for better performance

By | July 9, 2008

Today i came accoss this handy little guide to boost performance of a VM. Disable the pre-logon screensaver: Open Regedit HKEY_USERS\.DEFAULT\Control Panel\Desktop Change the value of “ScreenSaveActive” to 0. Disable updates of the last access time attribute for your NTFS filesystem, especially for i/o intensive vm’s this is a real boost: Open CMD fsutil behavior… Read More »

Need to check your ESX 3.5 enviroment security?

By | July 9, 2008

TripWire is here…. Came accross this cool free tool to check your ESX 3.5 enviroment security against VMware hardening guide. ——————————– Tripwire® ConfigCheckTM is a free utility that rapidly assesses the security of VMware ESX 3.5 hypervisor configurations compared to the VMware Infrastructure 3 Security Hardening guidelines. Developed by Tripwire in cooperation with VMware, Tripwire… Read More »

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 »