View Full Version : VMWare automatically start at boot?
loopjeremyloop
February 5th, 2008, 10:27 AM
Can I get VMWare Server running automatically at bootup? Ideally, I'd like to power on a machine as soon as possible in case of a reboot and with no user intervention.
Any ideas here?
luisromangz
February 5th, 2008, 10:32 AM
You can set up the login manager to log a user automatically, and in this user session's start launch VMware. You should check if VMware is able to launch a given virtual machine at the program's launch.
loopjeremyloop
February 5th, 2008, 10:47 AM
You can set up the login manager to log a user automatically, and in this user session's start launch VMware. You should check if VMware is able to launch a given virtual machine at the program's launch.
eeek... for security purposes, I'm not too keen on doing the auto-login.
I'm still looking into the other.
darkkith
February 5th, 2008, 08:37 PM
You can start a vmware image onboot via crontab:
crontab -e
Then add the necessary entry:
@reboot /usr/bin/vmware-cmd "/path/to/my.vmx" start
loopjeremyloop
February 6th, 2008, 12:31 PM
AWESOME. I just added the line, and I'll be testing its function in a bit. Thank you!!
coolnezz
October 23rd, 2009, 07:26 AM
cool.
how can you start it in full screen mode?
tnx.
jatatar
February 4th, 2011, 02:09 AM
Seems like cheating, but all vmware workstations (7.1 included) come with CLI-interface installed.
test run with:
vmrun start [path to *.vmx] nogui
where "path to .vmx" is vm you want to run. If it works add it to Gnome startup applications.
Computer > Control Center > Startup Applications (in SUSE SLED Menu)
I use Gnome in openSUSE 11.3 (Ubuntu has similar route to startup applications)!!!
I prefer nogui, just loads and is put in system tray. Play around with it, the cli can even be called up from ssh too! Not sure how to start multiple files, suppose you could add multiple startup entries.
http://www.vmware.com/pdf/vix162_vmrun_command.pdf
CharlesA
February 4th, 2011, 05:05 PM
Old thread is old.
Closed.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.