Total Pageviews

Sunday, 22 October 2017

How To Install VMware Player On Ubuntu

This tutorial provides step-by-step instructions on how to install VMware Player on an Ubuntu 11.04 or Linux Mint 11 desktop system. With VMware Player you can create and run guest operating systems (“virtual machines”) such as Linux, Windows, FreeBSD, etc. on your desktop, i.e., you can run multiple operating systems on the same hardware which saves a lot of money.
Also, with VMware Player you can let your old Windows desktop (that you previously converted into a VMware virtual machine with VMware Converter, as described in this tutorial: http://www.howtoforge.com/vmware_converter_windows_linux) run under your Ubuntu/Linux Mint desktop. This can be useful if you depend on some applications that exist for Windows only, or if you want to switch to Linux slowly.
I do not issue any guarantee that this will work for you!

1 Preliminary Note

I’m using the user name falko with the home directory /home/falko here – please adjust this appropriately.

2 VMware Player

To download VMware Player, go to http://www.vmware.com/go/downloadplayer/ and click on Download.

On the next page, log in with your existing VMware account or create a new one.


Follow the on-screen instructions. At the end, you should receive an email with a link to your download page. On the download page, select the right VMware Player for your architecture (32-bit or 64-bit) and click on the Download button


Select Save File in the Firefox download dialogue.


Then open a terminal and run the following command to install some packages needed by the VMware Player installer:
sudo apt-get install build-essential linux-headers-`uname -r`
Then go to the location where you saved the VMware Player file, e.g. /home/falko/Downloads (replace falko with your own username!):
cd /home/falko/Downloads
Take a look at the contents of the directory:
ls -l
falko@falko-virtual-machine ~/Downloads $ ls -l
total 101136
-rw-r–r– 1 falko falko 103561067 2011-08-16 13:49 VMware-Player-3.1.4-385536.x86_64.bundle
falko@falko-virtual-machine ~/Downloads $
We can start the VMware Player installation as follows:
gksudo bash ./VMware-Player-3.1.4-385536.x86_64.bundle
This will start the graphical VMware Player installation wizard. Just click your way through it:



Click on Install to start the installation


VMware Player is now being installed.


Click on the Close button afterwards to leave the installation wizard.

Afterwards you can start VMware Player by going to System Tools > VMware Player:


If you launch VMware Player for the first time, you have to accept its license.

This is how VMware Player looks. You can now build your own virtual machines with it or start existing virtual machines.


If you encounter problems starting an existing virtual machine (i.e., the virtual machine crashes soon after you start it), open /usr/bin/vmplayer…
sudo gedit /usr/bin/vmplayer
… and add the line export LD_PRELOAD=/usr/lib/vmware/lib/libglib-2.0.so.0/libglib-2.0.so.0 before the set -e line:
#!/usr/bin/env bash
#
# Copyright 2005-2008 VMware, Inc.  All rights reserved.
#
# Wrapper for the real 'vmplayer' binary. Ensure that the
# binary will find all the shared libraries it needs. If a shared
# library is not available from any of the standard system-wide
# locations, we provide it from the location where the VMware software
# is installed.
#
export LD_PRELOAD=/usr/lib/vmware/lib/libglib-2.0.so.0/libglib-2.0.so.0
set -e

ETCDIR=/etc/vmware
. $ETCDIR/bootstrap

export PRODUCT_NAME="VMware Player"
libdir="$LIBDIR"/vmware

# If there are command line arguments like -version, launch the binary without
# checking configuration state or running the module updater.
if echo "$1" | grep -q "^-"; then
   exec "$libdir"/bin/"vmplayer" "$@"
fi

# Only run the GUI if DISPLAY is set.
if [ -z "$DISPLAY" ]; then
   echo "DISPLAY is not set, unable to open the $PRODUCT_NAME user interface."
   exit 1
fi

if "$BINDIR"/vmware-modconfig --appname="VMware Player" --icon="vmware-player" &&
   /sbin/modinfo vmmon; then
   exec "$libdir"/bin/"vmplayer" "$@"
fi

exit 
---------
 

Linux下VMware-server的安装及使用

一、相关软件版本:
·OSRed Hat Enterprise Linux Server release 5.3 (Tikanga)  x86_64  2.6.18-131.el5.custom
·VMware-server-1.0.10-203137.tar.gz
·VMware-console-3.1.0-9089.exe

二、安装及使用:
1,安装VMware-server服务器
1.1,解压tar
# tar  zxf  VMware-server-1.0.10-203137.tar.gz
#cd vmware-server-distrib/

1.2,执行安装命令
#./vmware-install.pl                 //接下来基本上都是回车,按默认安装即可
Creating a new installer database using the tar3 format.
Installing the content of the package.
In which directory do you want to install the binary files?
[/usr/bin]

What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc/rc.d]

What is the directory that contains the init scripts?
[/etc/rc.d/init.d]

In which directory do you want to install the daemon files?
[/usr/sbin]

In which directory do you want to install the library files?
[/usr/lib/vmware]

The path “/usr/lib/vmware” does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want?
[yes]

In which directory do you want to install the manual files?
[/usr/share/man]

In which directory do you want to install the documentation files?
[/usr/share/doc/vmware]

The path “/usr/share/doc/vmware” does not exist currently. This program is
going to create it, including needed parent directories. Is this what you want?
[yes]

The installation of VMware Server 1.0.10 build-203137 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: “/usr/bin/vmware-uninstall.pl”.

Before running VMware Server for the first time, you need to configure it by
invoking the following command: “/usr/bin/vmware-config.pl”. Do you want this
program to invoke the command for you now? [yes]

Making sure services for VMware Server are stopped.

Stopping VMware services:
   Virtual machine monitor                                 [  OK  ]

Do you accept? (yes/no) yes                            //接受协议

Thank you.

Configuring fallback GTK+ 2.4 libraries.

省略部分文字……
The default port : 902 is not free. We have selected a suitable alternative
port for VMware Server use. You may override this value now.
Remember to use this port when connecting to this server.
Please specify a port for remote console connections to use [904]    //远程连接的端口默认为904

WARNING: VMware Server has been configured to run on a port different from the
default port. Remember to use this port when connecting to this server.
Stopping xinetd:                                           [FAILED]
Starting xinetd:                                           [  OK  ]
Configuring the VMware VmPerl Scripting API.

Building the VMware VmPerl Scripting API.

Using compiler “/usr/bin/gcc”. Use environment variable CC to override.

Installing the VMware VmPerl Scripting API.

The installation of the VMware VmPerl Scripting API succeeded.

Generating SSL Server Certificate

In which directory do you want to keep your virtual machine files?
In which directory do you want to keep your virtual machine files?
[/var/lib/vmware/Virtual Machines] /home/vm-xp             //存放虚拟机的目录,我改到/home/vm-xp下了

Please enter your 20-character serial number.

Type XXXXX-XXXXX-XXXXX-XXXXX or ‘Enter’ to cancel:  XXXXX-XXXXX-XXXXX-4XXXX         //输入产品序列号

Starting VMware services:
   Virtual machine monitor                                 [  OK  ]
   Virtual ethernet                                        [  OK  ]
   Bridged networking on /dev/vmnet0                       [  OK  ]
   Host-only networking on /dev/vmnet1 (background)        [  OK  ]
   Host-only networking on /dev/vmnet8 (background)        [  OK  ]
   NAT service on /dev/vmnet8                              [  OK  ]

The configuration of VMware Server 1.0.10 build-203137 for Linux for this
running kernel completed successfully.

1.3,确认一下服务有没有起来
#netstat -natp |grep 904
tcp        0      0 0.0.0.0:904                 0.0.0.0:*                   LISTEN      7914/xinetd

1.4,看一下服务器端的网络参数
#ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:26:b9:4b:89:ff brd ff:ff:ff:ff:ff:ff
    inet 10.20.188.188/24 brd 10.20.147.255 scope global eth0
    inet6 fe80::226:b9ff:fe4b:89ff/64 scope link
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:26:b9:4b:8a:01 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:26:b9:4b:8a:03 brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:26:b9:4b:8a:05 brd ff:ff:ff:ff:ff:ff
6: sit0: <NOARP> mtu 1480 qdisc noop
    link/sit 0.0.0.0 brd 0.0.0.0
7: vmnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:50:56:c0:00:01 brd ff:ff:ff:ff:ff:ff
    inet 172.16.244.1/24 brd 172.16.244.255 scope global vmnet1
    inet6 fe80::250:56ff:fec0:1/64 scope link
       valid_lft forever preferred_lft forever
8: vmnet8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000
    link/ether 00:50:56:c0:00:08 brd ff:ff:ff:ff:ff:ff
    inet 172.16.245.1/24 brd 172.16.245.255 scope global vmnet8
    inet6 fe80::250:56ff:fec0:8/64 scope link
       valid_lft forever preferred_lft forever

2,安装VMware-console-3.1.0-9089.exe 客户端
windows下的,点击nextnext就装好了

3,通过VMware-console连接远端服务器来安装系统(界面和VMware Workstation基本一样,就不多说了)
--------------

CentOS 5.5上安装VMware Server 1.0.10虚拟机

VMware Server目前的最高版本是2.0.2,那为什么要安装1.0.10呢?是因为1.x版本有软件客户端,而2.0都是web客户端,没有软件客户端稳定。另外就是下载VMware1.x的不用登录就可以下载,省事。
安装前准备:
纯净的CentOS系统
VMware安装包或者安装地址
CentOS 5.5上面安装虚拟机VMware的办法很简单:
1、首先用root登录CentOS系统,更新一下一系统。
yum update
2、然后安装gcc,g++工具,编译内核的时候会用到。
yum -y install gcc gcc-c++
3、下载VMware
wget http://download3.vmware.com/software/vmserver/VMware-server-1.0.10-203137.tar.gz
4、解压并进入目录
tar -xzvf VMware-server-1.0.10-203137.tar.gz
然后会看到一个vmware-server-distrib目录
cd vmware-server-distrib
5、安装VMware
./vmware-install.pl
中间有很多设置,没什么特别的要求的话,可以一路回车下去,在选择网卡和IP的时候,适当观察一下,看IP对不对,如果不对的话,需要改一下,否则安装上之后会连不上的。
如果没有什么问题的话,安装完之后会有安装成功的提示
6、重启VMware
service vmware restart
到这里就可以正常使用了。在本地安装上VMware Console,然后用root账号登陆就可以建立虚拟机了
----------------

install Vmware Server 1.0.10 on CentOS-5.7

Solution This post is to remind me how to install Vmware Server 1.0.x on a Linux Box.
Downloaded CentOS-5.7 DVD (Or Net Installer). We need only the base install of CentOS. Burn the DVD/CD and install base CentOS system.
I then updated the newly installed CentOS server.
#yum update
Downloaded Vmware Server 1.0.x (I installed 1.0.10 recently) from Vmware Website. I registered for free serial numbers. It made sense to download and install Vmware Management Interface too, as it provides some remote features that I could use from remote location.
Installed Vmware Server that I just downloaded:
#rpm -ivh VMware-server-1.0.10-203137.i386.rpm
Before running Vmware Configuration script, I had to install some necessary packages and libraries. Since I installed CentOS-5.7 x86_64 (64 bit OS), I needed to install some 32-bit libraries as well, since Vmware Server 1.0.x is available only in 32 bit version.
#yum install libXtst gcc kernel-devel xinetd glibc-devel xorg-x11-libs
#yum install glib2 pam compat-db libXt
Run the Vmware Configuration Script:
#vmware-config.pl
I had to answer all the questions carefully. Configure the networking, location of my virtual machines and such. Importantly, the default port number for Vmware Console was 904, which did not allow connection from my desktop client. I had to run the script vmware-config.pl again and change the port to 902.
Next, I installed Vmware Management Interface. First expand it and went to the directory that it expanded the files into:
#tar zxvf VMware-mui-1.0.10-203137.tar.gz
#cd vmware-mui-distrib/
And run the installation script:
#./vmware-install.pl
Once this was done, I ran setup and configured firewall
Next, I executed command chkconfig –list | grep vmware to make sure that “vmware”, “vmware-authd” and “httpd.vmware” are set to start with boot.
This worked for me

 ------------

Centos5.4_x64下安装Vmware Server1.10虚拟机

在linux下使用Vmware Server的好处是只要启动几个系统必要的服务就可正常运行大大的节省了硬件资源,节省的硬件资源可以给虚拟机使用,当然此方法非常适合IT Pro做测试,生产环境请慎用。
1、安装Centos5.4,只装系统,其它组件均不安装;
2、安装下面两个vmware server1.10所需要的程序包;
yum install –y      libXtst  kernel  kernel-devel  make  gcc  kernel-headers  libXt  xinetd  samba  xinetd
3、安装linux的smaba服务,用于和windows 机器交换数据文件
yum install –y samba
4、下载VMware-server-1.0.10-203137.tar.gz安装程序到系统进行安装;
tar xzvf VMware-server-1.0.10-203137.tar.gz
cd vmware-server-distrib
./vmware-install.pl
最后按照提示进行安装;
5、为节省硬件资源只开启下面7个必要的服务,其它服务全部关闭;如果要和windows交换文件可以启动samba服务。
2
6、服务器配置好以后,在windows客户端安装vmware server1.10的客户端连接到服务器即可使用。

出处http://zhcxl.blog.51cto.com/2112
------------

Installing VMware 1.0.8 on Ubuntu server

Cause i got stuck configuring virtual LTSP network with VirtualBox, so i installing a vmware server 1.0.8 (latest when i writing this tuts) on my Linux Ubuntu Hardy (but will work on the other distro well)
Here is my steps :
1. Download the vmware server 1.0.8
$ wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.8-126538.tar.gz
2. Get the serial-number for your vmware, go to here
3. Before install the vmware, we’ve to install some dev tools
$ sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd
4. Extract the tarball, change to its directory and install it
$ tar xf VMware-server-1.0.8-126538.tar.gz
$ cd vmware-server-distrib

$ sudo ./vmware-install.pl

5. Answer the questions. Most question i’ve answer the default answer :p
6. Its installation will end with some error occured, causes some library link unavailable.
to fix it just :
$ sudo ln -sf /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1
sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0

7. To test run
$ vmware

from https://abz89.wordpress.com/2009/02/25/installing-vmware-server-108-on-ubuntu/
------------

VMware Workstation 17 Pro的许可证密钥 官方版本下载

VMware Workstation 产品允许用户将 Linux、Windows 等多个操作系统作为虚拟机在单台 PC 上运行。用户可以在虚拟机上重现服务器、桌面和平板电脑环境,无需重新启动即可跨不同操作系统同时运行应用,而最近也发布了新的版本,A姐也收集到最新版的VMware Workstation 17 Pro 和VMware Fusion 13.0 Pro for Mac许可证密钥和官方下载链接,感兴趣的可以进行下载使用。
VMware Workstation 17 Pro截图

VMware Workstation 17 Pro 许可证密钥 官方版本下载 Win/Mac
VMware Workstation 17 Pro许可证密钥(Linux/Mac通用)

4A4RR-813DK-M81A9-4U35H-06KND

NZ4RR-FTK5H-H81C1-Q30QH-1V2LA

4C21U-2KK9Q-M8130-4V2QH-CF810

MC60H-DWHD5-H80U9-6V85M-8280D

JU090-6039P-08409-8J0QH-2YR7F

4Y09U-AJK97-089Z0-A3054-83KLA
VMware Fusion 13.0 Pro许可证密钥

4A4RR-813DK-M81A9-4U35H-06KND

NZ4RR-FTK5H-H81C1-Q30QH-1V2LA

4C21U-2KK9Q-M8130-4V2QH-CF810

MC60H-DWHD5-H80U9-6V85M-8280D

JU090-6039P-08409-8J0QH-2YR7F

4Y09U-AJK97-089Z0-A3054-83KLA

VMware Workstation最新版下载地址:

Workstation 17 Pro for Windows

Workstation 17 Pro for Linux

VMware Fusion 13.0 Pro for Mac

其他VMware Workstation许可证密钥:

VMware Workstation Pro 16 永久激活密钥(序列号)

VMware Workstation Pro 16 永久激活密钥(vmware workstation Pro 16 序列号),需要的可以按版本号拿去试试哈。

各版本序列号(使用的时候对应版本号哈)

16.x

ZF3R0-FHED2-M80TY-8QYGC-NPKYF

Z1ZPR-EDGQN-M1JE9-HYFGX-YPGEX

15.x

FC7D0-D1YDL-M8DXZ-CYPZE-P2AY6

14.x

AU108-FLF9P-H8EJZ-7XMQ9-XG0U8

12.x

ZC3TK-63GE6-481JY-WWW5T-Z7ATA

11.x

YG74R-86G1M-M8DLP-XEQNT-XAHW2

10.x

1Z0G9-67285-FZG78-ZL3Q2-234JG

 

 


 

No comments:

Post a Comment