全部評論(3條)
-
- 1192230731 2017-09-04 00:00:00
- 有個文件,先復(fù)制到root/temp目錄下。然后解壓安裝就行了。詳細的安裝步驟如下: 先以root身份登入。 VMware Tools所在位置:VMware 安裝路徑 \VMware\VMware Workstation\linux.iso [root@rd01 ~]# mount /cdrom # 有時可能加載不了,這時就要先將系統(tǒng)關(guān)閉,再手動指定 ISO 映像,看下圖 [root@rd01 ~]# cd /cdrom [root@rd01 ~]# ls -a [root@rd01 ~]# cp VMwareTools-5.5.1-19175.tar.gz /tmp [root@rd01 ~]# cd /tmp [root@rd01 ~]# tar zxpf VMwareTools-5.5.1-19175.tar.gz [root@rd01 ~]# cd vmware-tools-distrib [root@rd01 vmware-tools-distrib]# ./vmware-install.pl Creating a new installer database using the tar3 format. Installing the content of the package. # 安裝過程的畫面,全部使用默認值,一直按 Enter 就對了 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-tools] Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want? [yes] In which directory do you want to install the documentation files? [/usr/share/doc/vmware-tools] Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want? [yes] The installation of VMware Tools 5.5.1 build-19175 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] Stopping VMware Tools services in the virtual machine: Guest operating system daemon: [ 確定 ] Trying to find a suitable vmhgfs module for your running kernel. The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel. pcnet32 30153 0 Unloading pcnet32 module Trying to find a suitable vmxnet module for your running kernel. The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel. Detected X.org version 6.8. 關(guān)閉控制臺鼠標服務(wù): [ 確定 ] 啟動控制臺鼠標服務(wù): [ 確定 ] Please choose one of the following display sizes (1 - 13): # 顯示分辨率,這里是以 1024x768 為例 # VMware Tools 安裝的時候,會自動修改 X server 的配置文件 [1] "640x480" [2]< "800x600" [3] "1024x768" [4] "1152x864" [5] "1280x800" [6] "1152x900" [7] "1280x1024" [8] "1376x1032" [9] "1400x1050" [10] "1680x1050" [11] "1600x1200" [12] "1920x1200" [13] "2364x1773" Please enter a number between 1 and 13: [2] 3 X Window System Version 6.8.2 Release Date: 9 February 2005 X Protocol Version 11, Revision 0, Release 6.8.2 Build Operating System: Linux 2.6.9-34.EL i686 [ELF] Current Operating System: Linux rd01.domain 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686 Build Date: 04 May 2006 Build Host: x8664-build.centos.org Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present OSKernel: Linux version 2.6.9-34.EL (buildcentos@build-i386) (gccversion3.4.5 20051201 (Red Hat 3.4.5-2)) #1 Wed Mar 8 00:07:35 CST 2006P Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (++) Log file: "/tmp/vmware-config0/XF86ConfigLog.3131", Time: Mon Jun 12 20:57:34 2006 (++) Using config file: "/tmp/vmware-config0/XF86Config.3131" (WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000) X is running fine with the new config file. Starting VMware Tools services in the virtual machine: Switching to guest configuration: [ 確定 ] Guest filesystem driver: [ 確定 ] DMA setup: [ 確定 ] Guest operating system daemon: [ 確定 ] The configuration of VMware Tools 5.5.1 build-19175 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 XFree86 session. To use the vmxnet driver, restart networking using the following commands: /etc/init.d/network stop rmmod pcnet32 rmmod vmxnet depmod -a modprobe vmxnet /etc/init.d/network start Enjoy, --the VMware team [root@rd01 vmware-tools-distrib]# shutdown -r now # 修改完成之后,重新啟動計算機,讓 VMware Tools 生效
-
贊(11)
回復(fù)(0)
-
- 小十叔angel 2017-09-09 00:00:00
- Linux下需要安裝VMware Tools工具來實現(xiàn)主機和虛擬機直接文件復(fù)制粘貼功能,安裝方法如下:①點擊虛擬機VM菜單欄--虛擬機--安裝VMware Tools。②然后RedHat系統(tǒng)中彈出的安裝包,找到VMwareTools-9.2.3-1031360.tar.gz 然后右鍵解壓到/media目錄下。③進入/media用終端命令進行安裝。[root@station90 VMware Tools]# cd /media/VMware Tools [root@station90 VMware Tools]# ls manifest.txt VMwareTools-9.2.3-1031360.tar.gz [root@station90 VMware Tools]# tar -zxvf VMwareTools-9.2.3-1031360.tar.gz [root@station90 VMware Tools]# ls lost+found VMwareTools-9.2.3-1031360.tar.gz vmware-tools-distrib [root@station90 VMware Tools]# cd vmware-tools-distrib/ [root@station90 vmware-tools-distrib]# ls bin doc etc FILES INSTALL installer lib vmware-install.pl [root@station90 vmware-tools-distrib]# ./vmware-install.pl #如果出現(xiàn)[Y/N]的提示,直接按下回車鍵即可。④步驟3完成后,Linux下VMware Tools工具就安裝成功了。
-
贊(8)
回復(fù)(0)
-
- tearla6 2018-07-31 00:00:00
- 1、打開虛擬機VMware Workstation,啟動Ubuntu系統(tǒng),菜單欄 - 虛擬機 - 安裝VMware Tools,不啟動Ubuntu系統(tǒng)是無法點擊“安裝VMware Tools”選項的,如下圖:2、如果彈出如下框,點擊是即可: 3、此時,會發(fā)現(xiàn)虛擬機設(shè)備下多了VMware Tools這一項,點擊它,其里面有一個VMwareTools…tar.gz文件:4、接下來我們把VMwareTools…tar.gz文件提取到某個目錄下,如下圖,博主的是提取到桌面剛剛新建的myfile目錄下:5、提取完成后會發(fā)現(xiàn)桌面的myfile里面多了一個vmware-tools-distrib文件夾,這個正是我們待會安裝需要用到的: 6、下面我們快捷鍵Ctrl+Alt+T,啟動命令框,然后切換到root用戶(切換命令為:sudo su,回車然后會提示你輸入當前登錄用戶的密碼,輸入成功后即可進入root用戶):7、然后我們以root用戶進入到剛剛提取到的vmware-tools-distrib文件夾下,然后輸入命令:./vmware-install.pl,然后回車,如下圖:8、上面的操作后就開始安裝VMware Tools了,根據(jù)其提示輸入yes/no,直到出現(xiàn)Enjoy, –the VMware team如下圖,就表示安裝成功了,然后手動重啟虛擬機:9、重啟虛擬機后我們發(fā)現(xiàn)菜單欄 - 虛擬機 - 安裝VMware Tools變成了“重新安裝”字眼,這也表明VMware Tools已經(jīng)安裝成功了:10、安裝了VMware Tools后,虛擬機與主機可以通過“拖拽”來對傳文件:
-
贊(6)
回復(fù)(0)
熱門問答
- 怎樣在linux的虛擬機上安裝vmware tools
2017-09-03 08:42:34
431
3
- 虛擬機無法安裝VMware Tools
- 我的虛擬系統(tǒng)是ubuntu的,想從win7的主機里面直接拖拽復(fù)制文件到虛擬機,但前提是要安裝vmwaretools但當我點擊InstallVMwareTools的時候,出現(xiàn)如下錯誤:在網(wǎng)上查了不少解決方法,但還... 我的虛擬系統(tǒng)是ubuntu的,想從win7的主機里面直接拖拽復(fù)制文件到虛擬機,但前提是要安裝vmware tools 但當我點擊Install VMware Tools的時候,出現(xiàn)如下錯誤: 在網(wǎng)上查了不少解決方法,但還是無法安裝,求大神指點,今天在線等,多謝了! 展開
2013-10-14 03:24:19
385
5
- vmware tools linux 工具包壞了,怎么進行修復(fù)
- vmware tools linux 工具包壞了,怎么進行修復(fù)
2011-01-03 00:30:59
472
3
- 在Linux下虛擬域名怎樣實現(xiàn)
2017-04-24 03:12:00
443
1
- 怎么在VMware虛擬機內(nèi)系統(tǒng)中安裝軟件???
- 我是新手。 今天用“VMware虛擬機”安裝了個XP系統(tǒng),因為我想學封裝。 我現(xiàn)在知道怎么用“VMware虛擬機”安裝系統(tǒng)了??墒前惭b完系統(tǒng)之后怎么讓虛擬機中的windows XP 能安裝到我電腦中已經(jīng)有過的軟件???? 因為我想學封裝系統(tǒng),所以現(xiàn)在還不想把虛擬... 我是新手。 今天用“VMware虛擬機”安裝了個XP系統(tǒng),因為我想學封裝。 我現(xiàn)在知道怎么用“VMware虛擬機”安裝系統(tǒng)了??墒前惭b完系統(tǒng)之后怎么讓虛擬機中的windows XP 能安裝到我電腦中已經(jīng)有過的軟件???? 因為我想學封裝系統(tǒng),所以現(xiàn)在還不想把虛擬機中的系統(tǒng)連網(wǎng)。所以我想把需要的系統(tǒng)通過本機下載然后讓虛擬機使用。只是我不知道怎么操作,在網(wǎng)上找了教程都沒有。 所以請高手告訴我怎么做。Z好能詳細點的。 在這先謝大家了。 展開
2010-06-08 06:11:06
469
4
- 如何使用vmware將本地文件傳到虛擬機上
2017-09-21 00:34:46
330
1
- 如何在Linux上安裝libvirt虛擬化工具
2016-07-24 05:48:35
380
2
- 怎么開啟linux內(nèi)的虛擬網(wǎng)橋
2017-03-20 21:33:56
553
1
- 如何安裝VMware增強工具包
2017-10-01 21:52:26
392
1
- 如何把主機上的軟件考到虛擬機上
2012-04-15 21:08:02
432
2
- 汽輪機上測振傳感器怎樣安裝
2012-03-17 00:45:00
584
4
- VBOX怎么把物理機上的文件傳到虛擬機上
- 物理win7系統(tǒng).虛擬機也是win7系統(tǒng)要求詳細的.... 物理win7系統(tǒng).虛擬機也是win7系統(tǒng)要求詳細的. 展開
2013-11-24 06:30:02
425
3
- 模具在壓鑄機上是怎么安裝的
2010-12-20 01:49:45
251
4
- 如何將虛擬機上ubuntu全屏顯示
- 我知道有兩種方法:一種:和兩種:快捷鍵ctrl+alt+enter但我覺得全屏顯示不夠,不到800*600,周圍有黑黑的。我來找兄弟姐妹求助,要求全屏顯示到1280*800,也周圍沒有黑黑的。高手知道... 我知道有兩種方法:一種:和兩種:快捷鍵ctrl+alt+enter但我覺得全屏顯示不夠,不到800*600,周圍有黑黑的。我來找兄弟姐妹求助,要求全屏顯示到1280*800,也周圍沒有黑黑的。高手知道不?謝謝 展開
2013-08-24 03:19:42
460
7
- vmware中在標準交換機上配置不同時,遷移vm會出現(xiàn)什么
2016-10-15 23:08:14
481
1
- linux怎么卸載掉安裝的jdk
2016-07-10 05:13:00
398
1
- linux的virtualbox怎么安裝win7
2017-02-18 05:44:41
480
2
- Linux 下如何安裝軟件?
2017-10-08 16:21:04
495
1
- 怎么在VMware虛擬機創(chuàng)建網(wǎng)橋
- 點擊本地連接的網(wǎng)橋就出現(xiàn)“要創(chuàng)建網(wǎng)橋,您必須至少選擇兩個未被Internet連接共享使用的局域網(wǎng)或高速Internet接連”是什么意思。求高手MCMC下如何創(chuàng)建的步驟... 點擊本地連接的網(wǎng)橋就出現(xiàn)“要創(chuàng)建網(wǎng)橋,您必須至少選擇兩個未被Internet連接共享使用的局域網(wǎng)或高速Internet接連”是什么意思。求高手MCMC 下如何創(chuàng)建的步驟 展開
2011-10-16 20:59:07
756
5
- vmware vsphere client怎么給虛擬機安裝系統(tǒng)
2017-09-20 12:48:27
326
2
4月突出貢獻榜
推薦主頁
最新話題





參與評論
登錄后參與評論