service mgmt-vmware restart
Archive for the ‘ESX Server’ Category
VMware – Restarting Virtual Center management agent on ESX Host console
Posted by technonerd on February 26, 2008
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:
- 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 »
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
- Download sysprep tools from here.
- Extract to c:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\sysprep\svr2003
- Restart the Virtual Infrastructure Client
Posted in ESX Server | Tagged: ESX Server, virtual machine, VMware | Leave a Comment »