20120427 vmware player and vmrun on linux - plembo/onemoretech GitHub Wiki
title: vmware-player and vmrun on linux link: https://onemoretech.wordpress.com/2012/04/27/vmware-player-and-vmrun-on-linux/ author: lembobro description: post_id: 2625 created: 2012/04/27 01:48:51 created_gmt: 2012/04/27 05:48:51 comment_status: closed post_name: vmware-player-and-vmrun-on-linux status: publish post_type: post
vmware-player and vmrun on linux
Wanted to try my hand at controlling VMware Player guests at the console. The tool for this is vmrun, part of the VIX API SDK utilities free download. Some basic commands:
vmrun -T player start /path/to/guest/guest.vmx
This will power on a guest.
vmrun -T player stop /path/to/guest/guest.vmx
This will power off a guest.
vmrun -T player reset /path/to/guest/guest.vmx
This will reboot a guest. Unfortunately you need an X session to do this with Player (or Workstation). There's no true "console mode" with that product as there is with the old Server and current ESX line of products. One can think of some vnc-enabled possibilities though...
Copyright 2004-2019 Phil Lembo