Category Archives: vSphere (ESX)

My first ever PSOD

By | August 21, 2008

This morning we experienced major network problems and this resulted in one of the hosts generating a PSOD. After a restart of the host everything worked fine. GOOD OLD VMWARE ESX 🙂

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 »