Difference between revisions of "VMware"

From Blue-IT.org Wiki

(VMware-Player on Ubuntu)
(Ubuntu 17.10)
Line 19: Line 19:
 
  chmod 755 VMware-VIX*.bundle && sudo ./VMware-VIX*.bundle
 
  chmod 755 VMware-VIX*.bundle && sudo ./VMware-VIX*.bundle
  
* go into super user mode, change to the VIX-directory and alter the  file ''vixwrapper-config.txt'' according to your installed components (vmware-player version). Then rename the folder named ''"Workstation-xx.0.0" according to your vmware-player version: e.g. Workstation-14.0.0. You can therefore lookup the /usr/lib/vmware/
+
* go into super user mode, change to the VIX-directory and alter the  file ''vixwrapper-config.txt'' according to your installed components (vmware-player version).  
 +
 
 
  sudo su
 
  sudo su
 
  cd /usr/lib/vmware-vix
 
  cd /usr/lib/vmware-vix
Line 27: Line 28:
 
  > #ws          19  vmdb  12.1.1 Workstation-12.0.0
 
  > #ws          19  vmdb  12.1.1 Workstation-12.0.0
 
  > #player    19  vmdb  12.1.1 Workstation-12.0.0
 
  > #player    19  vmdb  12.1.1 Workstation-12.0.0
  > ws          19  vmdb  14.1.1 Workstation-14.0.0
+
  > ws          19  vmdb  14.1.1 Workstation-12.0.0
  > player    19  vmdb  14.1.1 Workstation-14.0.0
+
  > player    19  vmdb  14.1.1 Workstation-12.0.0
 
 
mv Workstation-12.0.0 Workstation-14.0.0
 
  
 
Voilá:  
 
Voilá:  

Revision as of 11:08, 5 February 2018

VMware-Player on Ubuntu

Ubuntu 17.10

Due to a update bug vmware-player won't compile. But I got can confirm, that version 14.1.1 ist working fine.

If you like to use the cli interfaxe VIX with vmware-player (always use -T player !):

vmrun -T player ...

you will most likely get the error:

vmrun -T player list
> Unable to connect to host.
> Error: The specified version was not found

To get it running with vmware-player perform the following tasḱs:

chmod 755 VMware-VIX*.bundle && sudo ./VMware-VIX*.bundle
  • go into super user mode, change to the VIX-directory and alter the file vixwrapper-config.txt according to your installed components (vmware-player version).
sudo su
cd /usr/lib/vmware-vix
vim vixwrapper-config.txt

> # Workstation 12.0.0
> #ws          19  vmdb  12.1.1 Workstation-12.0.0
> #player    19  vmdb  12.1.1 Workstation-12.0.0
> ws          19  vmdb  14.1.1 Workstation-12.0.0
> player    19  vmdb  14.1.1 Workstation-12.0.0

Voilá:

vmrun -T player list
> Total running VMs: 1
> /virtualmachines/Vmware/myMachine

P.S.: remember: using vmrun with vmware-player always needs the parameter '-T player to work!!!