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:
- Logon to ESX host console
- vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop
If that doesn’t work:
- vmware-cmd /vmfs/volumes/<datastorename>/<vmname>/<vmname> stop hard
If that doesn’t work, then:
- ps auxfww | grep <vmname>
- Find PID of running vm
- 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:
- Shut down vm
- Log onto ESX host via putty
- Navigate to folder that vm files are in (/vmfs/volumes//
- vmkfstools -X g .vmdk (this will increase the size of the boot partition)
- Boot vm
- Shutdown vm cleanly
- Attach gparted.iso to CD rom of VM
- Boot vm
- Resize boot partition (this will resize NTFS volume to fill expanded partition)
- Save
- Shutdown
- Remove gparted.iso from CD
- Reboot vm
Posted in ESX Server, vm | Leave a Comment »