====== vmware tips ======
===== starting vmware on slackware =====
On slackware, sometimes vmware-hostd doesn't start properly. You must:
- stop apache: # /etc/rc.d/rc.httpd stop
- stop vmware and httpd.vmware, and make sure they are stopped: # /etc/init.d/vmware stop
# /etc/init.d/http.vmware stop
# ps ax |grep vmware
- then run: # vmware-hostd -a -d -u /etc/vmware/hostd/config.xml
- start just vmware (not the web interface): # /etc/init.d/vmware start
- start apache: # /etc/rc.d/rc.httpd start
- you now should [[# start VMs from the cli]] start the vms from the cli
===== start VMs from the cli =====
To start VMs from the commandline, do the following:
- get a list of all the VMs: # vmware-vim-cmd vmsvc/getallvms
- power on a VM: # vmware-vim-cmd vmsvc/power.on 16
- some other commands:# vmware-vim-cmd vmsvc/get.summary
# vmware-vim-cmd help vms
==
{{tag>:linux:server :linux}}