1. 程式人生 > >win8 中vmware10 ubuntu14.04安裝vmware tool

win8 中vmware10 ubuntu14.04安裝vmware tool

VMware Tools is a group of utilities and drivers that enhances the performance of the virtual machine’s guest operating system and improves interaction between the guest and the host when running on a VMware Esx/Esxi, VMware Player, VMware Server or VMware Workstation. This post will show you how to install VMware Tools on Ubuntu 14.04. There are multiple way to install VMware Tools into an Ubuntu VM. This post will describe how you can install VMware Tools from vSphere client installer.

1. Install required packages:

[email protected]:~$ sudo-get install build-essential linux-header-$(uname -r)

2. Login to vCenter using vsphere client, right clicking on the Ubuntu 14.04 VM, selecting “Guest”, and then choosing “Install VMware Tools”.

3. Mount the VMware Tools CD image to /media/cdrom

[email protected]:~$ sudo mount /dev/cdrom /media/cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only

4. Copy the compressed VMware Tools installer files to /tmp in the local directory :

[email protected]:~$ cd /media/cdrom
[email protected]:/media/cdrom$ ls
manifest.txt  VMwareTools-8.3.7-341836.tar.gz
[email protected]
:/media/cdrom$ cp VMwareTools-8.3.7-341836.tar.gz /tmp

5. Unmount the VMware Tools CD image :

[email protected]:/media/cdrom$ cd
[email protected]:~$ sudo umount /media/cdrom

6. Extract the compressed VMware Tools installer :

[email protected]:~$ cd /tmp
[email protected]:/tmp$ tar xzvf VMwareTools-8.3.7-341836.tar.gz

7. Change directories into the VMware Tools distribution by running the command:

[email protected]:~$ cd /tmp/vmware-tools-distrib/
[email protected]:/tmp/vmware-tools-distrib$

8. Install VMware Tools by running the command:

[email protected]:/tmp/vmware-tools-distrib$ sudo ./vmware-install.pl -d
Creating a new VMware Tools installer database using the tar4 format.

Installing VMware Tools.

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]

What is the directory that contains the init scripts?
[/etc/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-tools]

The path "/usr/lib/vmware-tools" 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 documentation files?
[/usr/share/doc/vmware-tools]

The path "/usr/share/doc/vmware-tools" 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 Tools 8.3.7 build-341836 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-tools.pl".

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

Initializing...

WARNING: A module identified as vsock has been found at
/lib/modules/3.13.0-24-generic/kernel/net/vmw_vsock/vsock.ko and at
/lib/modules/3.13.0-24-generic/kernel/net/vmw_vsock/vmw_vsock_vmci_transport.ko.
Leaving both modules in there could potentially cause a race condition when a
device is added.  We reccomend you remove one of them, run 'depmod -a' and then
re-run this configurator.


Stopping VMware Tools services in the virtual machine:
   Guest operating system daemon:                                      done
   Virtual Printing daemon:                                            done
   Unmounting HGFS shares:                                             done
   Guest filesystem driver:                                            done


update-rc.d: warning:  start runlevel arguments (S) do not match vmware-tools Default-Start values (2 3 5)
 Adding system startup for /etc/init.d/vmware-tools ...
   /etc/rc0.d/S36vmware-tools -> ../init.d/vmware-tools
   /etc/rc6.d/S36vmware-tools -> ../init.d/vmware-tools
   /etc/rcS.d/S38vmware-tools -> ../init.d/vmware-tools
The module vmmemctl has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vmmemctl to override.


WARNING: This program cannot compile any modules for the following reason(s)...

- This program could not find a valid path to the kernel headers of the running
kernel.  Please ensure that the header files for the running kernel are
installed on this sytem.

[ Press Enter key to continue ]


The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.

If you wish to have the shared folders feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution's installation CD.
[ Press Enter key to continue ]


The fast network device driver (vmxnet module) is used only for our fast
networking interface. The rest of the software provided by VMware Tools is
designed to work independently of this feature.
If you wish to have the fast network driver enabled, you can install the driver
by running vmware-config-tools.pl again after making sure that gcc, binutils,
make and the kernel sources for your running kernel are installed on your
machine. These packages are available on your distribution's installation CD.
[ Press Enter key to continue ]


The vmblock module enables dragging or copying files from within a host and
dropping or pasting them onto your guest (host to guest drag and drop and file
copy/paste).  The rest of the software provided by VMware Tools is designed to
work independently of this feature (including guest to host drag and drop and
file copy/paste).

If you would like the host to guest drag and drop and file copy/paste features,
you can install the driver by running vmware-config-tools.pl again after making
sure that gcc, binutils, make and the kernel sources for your running kernel
are installed on your machine. These packages are available on your
distribution's installation CD.
[ Press Enter key to continue ]

The module vmci has already been installed on this system by another installer
or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vmci to override.

The module vsock has already been installed on this system by another installer
or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vsock to override.

The module vmxnet3 has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=vmxnet3 to override.

The module pvscsi has already been installed on this system by another
installer or package and will not be modified by this installer.  Use the flag
--clobber-kernel-modules=pvscsi to override.

No X install found.

Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Starting VMware Tools services in the virtual machine:
   Switching to guest configuration:                                   done
   Guest operating system daemon:                                      done
   Virtual Printing daemon:                                            done

The configuration of VMware Tools 8.3.7 build-341836 for Linux for this running
kernel completed successfully.

You must restart your X session before any mouse or graphics changes take
effect.

You can now run VMware Tools by invoking the following command:
"/usr/bin/vmware-toolbox" during an X server session.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.

Enjoy,

--the VMware team

相關推薦

win8 vmware10 ubuntu14.04安裝vmware tool

VMware Tools is a group of utilities and drivers that enhances the performance of the virtual machine’s guest operating system and impro

VMVare9.2, Ubuntu14.04安裝VMWare Tools找不到頭文件

generated baidu include change files VMVare9.2, Ubuntu14.04安裝VMWare Tools遇到一點問題,提示找不到內核頭文件,於是baidu之,作如下總結。首先執行:sudo apt-get install build-essenti

VMwareubuntu客戶機安裝vmware tool vmhgfs 共享資料夾失敗處理

VMware中ubuntu客戶機共享資料夾失敗處理 參考資料: $ git clone https://github.com/rasa/vmware-tools-patches.git $ cd vm

Ubuntu14.04安裝VMware Tools卻沒有共享資料夾(史上最坎坷的道路)

Win7中VM10 安裝的Ubuntu14.04中,安裝完自帶的VMware Tools之後,/mnt/hgfs 中沒有前面已經設定好的共享資料夾,網上很多種方法,我總結了下經驗,以後如果再碰到的時候可以解決。 解決方法: 因為我自己錯誤了很多次,所以我每次都重新來,每次都執行了 sud

Linux 安裝VMware Tool時,斷後無法安裝

虛擬機安裝 linux 安裝 無法安裝 lin 技術分享 中斷 inux http nbsp   在虛擬機安裝VMware Tool的時候,按了Ctrl+C,中斷後,在此安裝報錯如下:   這時選擇將 etc下的vmware-tools刪除,再重新安裝即可。   提

VMWareubuntu14.04 安裝pangolin

從下載https://github.com/zzx2GH/Pangolin,解壓複製到ubuntu某個資料夾中 1. 安裝依賴 (mainly the OpenGL):  sudo apt-get install libglew-dev sudo apt-get install c

VMVare9.0, Ubuntu12.04安裝VMWare Tools找不到內核頭文件解決方案

generated 解決方案 include baidu change VMVare9.2, Ubuntu14.04安裝VMWare Tools遇到一點問題,提示找不到內核頭文件,於是baidu之,作如下總結。首先執行:sudo apt-get install build-essentia

ubuntu14.04 安裝LNMP

data- http n) libcurl libmysql nbsp tar medium without 新書上市《深入解析Android 5.0系統》 通常我們使用centos來組建LNMP,可是我們開發時多使用ubuntu的桌面版本號來調試,以下將具體介紹怎

沒有安裝vmware-tool,怎麽將Windows文件夾掛載到Linux?

會有 get win uid 沒有 ubun ubunt 新建 linu 使用samba sudo apt-get install samba ubuntu下建立掛載目錄:mkdir work Windows下新建文件夾work,設置屬性,共享 sudo mount -t

Ubuntu14.04安裝和配置ROS Indigo

lis des 運行 tps all href 使用 軟件源 sim Ubuntu安裝ROS教程 1、配置Ubuntu的軟件源 配置Ubuntu要求允許接受restricted、universe和multiverse的軟件源,可以根據下面的鏈接配置: https://h

Ubuntu14.04安裝PyMuPDF

找到 build amp imp ade git correct jpeg rec 最近寫的一個東西需要將pdf轉成圖片然後放在網頁上展示,找到了個非常好用的輪子叫做PyMuPDF,在windows上測試的時候跑的666,在ubuntu上安裝依賴的時候,簡直萬臉懵逼。git

Ubuntu14.04安裝opencv3.1和opencv3.3

-c user com hub http asp 文件重命名 參考 log 視覺SLAM十四講用到了opencv3.1,而opencv3.3增加了深度學習方面的應用,因此,編譯二者用於下一步的學習和研究。 1.安裝opencv3.1 安裝參考鏈接:https://docs.

ubuntu14.04安裝tun/tap網絡設備

margin 編譯 ges 完成 解決辦法 dir libssl rest ubun 14.04的系統默認是沒有tun設備的,所以需要通過在內核中編譯時勾選此設備。接下來分步來介紹如何安裝tun設備。 一、更新ubuntu桌面版源: sudo gedit /etc/apt

Ubuntu14.04安裝libusb

pro 依賴 找不到 not erro make cef 訪問 找到 libuvc是一個跨平臺的USB視頻設備庫,建立在libusb之上。 它能夠對導出標準USB視頻類(UVC)接口的USB視頻設備進行細化控制,使開發人員能夠為以前不支持的設備編寫驅動程序,或者以通用的方式

VMware安裝VMware tool是 遇到The path "" is not a valid path to the 3.10.0-693.el7.x86_64 kernel headers.

版本 ron not kernel nbsp valid header function install The path "" is not a valid path to the 3.10.0-693.el7.x86_64 kernel headers.問題是找不到內核

Linux掛載安裝VMware tool

tools1.點擊安裝VMware tool,之後選擇掛載進行掛載2.掛載Tools並解壓# mkdir /mnt/cdrom # mount -t auto /dev/cdrom /mnt/cdrom # cd /mnt/cdrom/ # cp VMwareTools-10.1.7-5541682.tar.

ubuntu14.04安裝python3.6和pip9.0.1

系統 efi 歐洲 clas 折騰 span 解壓縮 pytho col 前提: ubuntu14.04自帶python2.7和python3.4,如下: 要想安裝python3.6,建議不要動之前的2.7和3.6(血一般的教訓) 下面我們切入正題: 安裝python3

Ubuntu14.04安裝codeblocks 13.12 + wxwidgets 2.8

bsp ESS AD all size 程序 block 環境 idg 1. 安裝基本編譯環境 1 sudo apt-get install build-essential 2 sudo apt-get install gdb 2. 安裝cod

ubuntu14.04安裝gradle

export 下載 14.04 boot exp profile 添加 gradle ebo 一、下載gradle $ wget https:////services.gradle.org/distributions/gradle-3.5.1-all.zip $ sudo

ubuntu14.04安裝HI3518EV200的過程

c++ creat architect directory compile pil cto 文件 unp 1.海思SDK安裝編譯 Hi3518EV200_SDK是基於Hi3518EV200_DMEB的軟件開發包,包含了在Linux相關應用開發時使用的各種工具及其源代碼,是用