How to run virtual machine as windows services

September 7, 2009

If you are a user of VM workstation, you can run virtual machine as windows service. So that log out from host machine does not impact on running guest OS. Even if you reboot host, it will automatically restart guest machine. So there will be no manual intervention. How to do that?

Step1 download windows resource tool kit and install in host 

Step2 go to start menu>All Program>windows resource kit tool and open windows resource kit

instsrv.exe TEST “c:\Program
Files (x86)\Windows Resource Kits\Tools\srvany.exe”

image

For this Article, I will add a “TEST” service.

Step3 start menu>run>regedit.exe>ok

HKLM>system>CurrentControlSet>Services>Test

right click on to TEST>New>Key and name it as parameters

image

right click on parameters>string value and name it as Application

image

right click application>modify and type

“C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe” –X “D:\WINVM\test.vmx”

Here, D:\winvm\test.vmx is the location and .vmx file of guest machine.

image

Apply and start the service.

Start menu>All program>VMware>VMware Workstation>Edit>Preferences>Check Keep VMs running after workstation closes.

image


Security Banners on the ESX Host Local Console

August 10, 2009

1. Login into the Vi Client
2. Select the Configuration Tab, and in the Software pane choose
Advanced Settings
3. Select the Annotations option, in the corresponding edit field type in
your banner such as:

WARNING: Do not attempt to login unless you are a delegated user or system admin.

4. To force this text to be updated
5. Login to the Initial Setup screen and then logout. This will force the
ESX3i host to reparse the Advanced Settings


Follow

Get every new post delivered to your Inbox.

Join 339 other followers