[geekville.wordpress.com]

All things geeky!!

Archive for the ‘ESX Server’ Category

VMware – Restarting Virtual Center management agent on ESX Host console

Posted by technonerd on February 26, 2008

service mgmt-vmware restart

Posted in ESX Server | Leave a Comment »

VMware – Installing MS Sysprep tools to customise cloned VM

Posted by technonerd on February 25, 2008

Posted in ESX Server, vm | Leave a Comment »

Device Manager doesn’t display non-connected devices

Posted by technonerd on February 25, 2008

Check this out:  http://support.microsoft.com/kb/315539

Handy for to tweak an OS that has been converted to virtual.

Posted in ESX Server, vm | Leave a Comment »

VMware – Resetting root password for ESX host console

Posted by technonerd on February 25, 2008

Posted in ESX Server | Leave a Comment »

VMware – Security

Posted by technonerd on February 25, 2008

Posted in ESX Server, vm | Leave a Comment »

VMware – Installing XP on ESX

Posted by technonerd on February 25, 2008

Posted in ESX Server, vm | Leave a Comment »

VMware – Stopping a VM via the console

Posted by technonerd on February 25, 2008

Best not to do this unless the VM won’t stop via the VIClient:

  1. Logon to ESX host console
  2. vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop

If that doesn’t work:

  1. vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop hard

If that doesn’t work, then:

  1. ps auxfww | grep <vmname>
  2. Find PID of running vm
  3. kill -9 <PID>

Posted in ESX Server, vm | Leave a Comment »

Running Linux apps in Windows

Posted by technonerd on February 21, 2008

Posted in ESX Server, vm | Leave a Comment »

ESX Server – Expanding VM boot partition

Posted by technonerd on February 21, 2008

Good article here.  Basically:

  1. Shut down vm
  2. Log onto ESX host via putty
  3. Navigate to folder that vm files are in (/vmfs/volumes//
  4. vmkfstools -X g .vmdk  (this will increase the size of the boot partition)
  5. Boot vm
  6. Shutdown vm cleanly
  7. Attach gparted.iso to CD rom of VM
  8. Boot vm
  9. Resize boot partition (this will resize NTFS volume to fill expanded partition)
  10. Save
  11. Shutdown
  12. Remove gparted.iso from CD
  13. Reboot vm

Posted in ESX Server, vm | Leave a Comment »

ESX 3.x – Virtual Machine templates

Posted by technonerd on February 20, 2008

If you’re getting the “windows customization resources were not found” error when trying to clone a vm from a template, then check this article out:

http://www.cdh.com/newsResources/articles/LetsGoDeep/

Basically, you have to extract the correct sysprep files for each OS into the following folder on the Virtual Center server:

c:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep\

For example:

Windows 2003

  1. Download sysprep tools from here.
  2. Extract to c:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep\svr2003
  3. Restart the Virtual Infrastructure Client

Posted in ESX Server | Tagged: , , | Leave a Comment »