[geekville.wordpress.com]

All things geeky!!

Archive for the ‘vm’ Category

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 – 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 »