Koozali.org: home of the SME Server
Contribs.org Forums => General Discussion => Topic started by: veebr0 on November 12, 2009, 10:14:26 PM
-
Sorry for my question, but some one know if I need to do an additional step to configure guest OS in order to autostart when the host start up after power outage.
Need to execute a command line in order to be able to configure it?
Thank in advance,
Eviny
-
AFAIK you can set up in guest machine properties in Vmware console
anyway, you should find many answers to your question with google
-
Yes, I did all that the forum located in google say but the problem still persist, any other sugestion?
Thanks
Eviny
-
Did you install vmware tools in the guest? This will be an option in the console (command menu for the guest as I recall). Depending on the OS, you may need to execute some installed scripts that vmware puts into the guest. However this should be explained to you when you choose "Install VMWare Tools" from the command menu for the guest.
Normally you will need vmware tools installed so that it can get start and stop signals from the host.
-
Many Thanks Cristian for your advice, however I foud a way to ensure that always the virtual guest o.s. start when the host power on, an this it modifying the file rc.local o /etc folder example bellow:
1.- pico /etc/rc.local and add the following line:
vmrun -u password -p password /patch/file.vmx start
keep it simple
Thanks a lot for your help
Eviny
-
But will you not then have to manually shutdown the guest before you shutdown your server or have you created a script to intercept that too?