`
pcajax
  • 浏览: 2121727 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

[转+总结]Linux虚拟系统安装VMware Tools总结

阅读更多
[转+总结]Linux虚拟系统安装VMware Tools总结 转自中国网络 一、VMware Tools安装手记(For Linux Guest OS) 为什么要装 VMware Tools? 因为它可以改善 Virtual Machine 的运行性能,而且可以让 Host OS 和 Guest OS 互通有无,这样我们就不用伤脑筋,要架设什么服务器,来沟通两个 OS,现在就让我们开始吧! VMware Tools所在位置:VMware 安装路径 \VMware\VMware Workstation\linux.iso [root@rd01 ~]# mount /cdrom # 有时可能加载不了,这时就要先将系统关闭,再手动指定 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. 关闭控制台鼠标服务: [ 确定 ] 启动控制台鼠标服务: [ 确定 ] Please choose one of the following display sizes (1 - 13): # 显示分辨率,这里是以 1024x768 为例 # VMware Tools 安装的时候,会自动修改 X server 的配置文件 [1] "640x480" [2] Install VMware Tools (2)From the VM: mount the virtual cd drive mount /dev/cdrom /mnt/ (3)Extract VMware Tools to /tmp/ tar -C /tmp -zxvf /mnt/VMwareTools-5.5.2-29772.tar.gz (4)Unmount the virtual cd drive umount /mnt (5)Now run the installer /tmp/vmware-tools-distrib/vmware-install.pl (6)When asked Do you want to run vmware-config-tools.pl?, answer "Yes". b) If you have VMware-workstation-5.5.2-29772.tar.gz on disk (1)Make sure VMware-workstation-5.5.2-29772.tar.gz is on disk inside the VM. (2)Extract the VMware Tools iso tar --strip-components=3 -zxvf VMware-workstation-5.5.2-29772.tar.gz \ vmware-distrib/lib/isoimages/linux.iso (3)Create a temporary mount point mkdir /mnt/vmtools-temp (4)Mount the iso image mount -o loop linux.iso /mnt/vmtools-temp (5)Copy VMware Tools from the mount cp /mnt/vmtools-temp/VMwareTools-5.5.2-29772.tar.gz /tmp/ (6)Extract VMware Tools to /tmp/ tar -C /tmp -zxvf /mnt/vmtools-temp/VMwareTools-5.5.2-29772.tar.gz (7)Tidy up umount /mnt/vmtools-temp rmdir /mnt/vmtools-temp rm linux.iso (8)Now run the installer /tmp/vmware-tools-distrib/vmware-install.pl (9)When asked Do you want to run vmware-config-tools.pl?, answer "Yes". c) If you have VMwareTools-5.5.2-29772.tar.gz on disk (1)Extract VMware Tools to /tmp/ tar -C /tmp -zxvf VMwareTools-5.5.2-29772.tar.gz (2)Now run the installer /tmp/vmware-tools-distrib/vmware-install.pl (3)When asked Do you want to run vmware-config-tools.pl?, answer "Yes".
分享到:
评论

相关推荐

    Linux虚拟系统安装VMwareTools总结.pdf

    Linux虚拟系统安装VMwareTools总结.pdf

    Linux虚拟系统安装VMwareTools总结收集.pdf

    Linux虚拟系统安装VMwareTools总结收集.pdf

    linux系统下通过VMwareTools修改系统分辨率

    linux系统下通过VMwareTools修改系统分辨率

    H3C_CAS_LINUX安装cas-tools

    下面,我们将详细介绍如何在 Linux 系统中安装 CAS Tools。 虚拟化技术 虚拟化技术是一种软件技术,能够将物理机器的硬件资源虚拟化成多个虚拟机, 每个虚拟机都可以运行自己的操作系统和应用程序。虚拟化技术可以...

    vmware tools安装步骤

    1. 打开 VMware,正常进入虚拟的 Windows 操作系统中,然后选择虚拟机菜单上的“虚拟机->安装 VMware Tools”菜单。 2. 当安装 VMware Tools 时,如果有弹窗提示,千万不要点击“是”,否则可能会导致虚拟机无法使用...

    VMwareTools-10.1.6 for Linux CSDN 下载

    VMware Tools是VMware虚拟机中自带的一种增强工具,相当于VirtualBox中的增强功能,是VMware提供的增强虚拟显卡和硬盘性能、...VMwareTools可实现真机与虚拟机直接拖放文件,实现无缝操作,让你的虚拟机更加流畅运行。

    vmware tools for linux 9.6 with workstation 10 ISO镜像

    vmware tools for linux 9.6 适用于vmware workstation 将其加载到虚拟光驱中,然后复制到文件夹,运行vmware install.pl进行安装

    VMware-tools-10.3.10-12406962-x86_64.exe

    不同的系统需要安装相应的VMware Tools,有vmware Tools for windows,vmware Tools for linux,还有vmware Tools for mac之分。 只有在VMware虚拟机中安装好了VMware Tools,才能实现主机与虚拟机之间的文件共享,...

    VMware Tools-Linux.tar

    VMware Tools专栏提供VMware Tools下载及安装方法(含VMware Tools在linux系统,如Ubuntu系统下的安装方法),以及VMware Tools安装出错的解决方法。作用解析 1. 更新虚拟机中的显卡驱动, 使虚拟机中的XWindows可以...

    VMware-Tools-core-10.3.10-12406962_win_linux.zip.zip

    VMware Tools是一款VMware Workstation 虚拟机软件的增强工具包,适用于VMware Player 和 workstation ,是VMware提供的增强虚拟显卡和硬盘性能、以及同步虚拟机与主机文件的驱动程序。设置网络共享,协调分辨率等。...

    Linux vmtools的Linux.iso下载

    首先启动虚拟机软件VM(虚拟Linux系统 rhel4 已经安装完毕) 1.设置VMware的cd-rom→ Use ISO image → 本文件(linux.iso) 2.启动虚拟机 3.用超级用户root登录 4.登录成功后,Ctrl+Alt ,取出鼠标,点选菜单栏,vm → ...

    vmware tools

    Open VM Tools (open-vm-tools) 是适用于 Linux 客户机操作系统的 VMware Tools 的开源实现。如需 Open VM Tools 源代码的最新副本,请参见 GitHub。 对于 vSphere 部署,VMware 提供了操作系统特定软件包 (OSP) ...

    VMware-Tools-core-10.3.10-12406962_linux.iso

    VMware Tools是一款VMware Workstation 虚拟机软件的增强工具包,适用于VMware Player 和 workstation ,是VMware提供的增强虚拟显卡和硬盘性能、以及同步虚拟机与主机文件的驱动程序。设置网络共享,协调分辨率等。...

    vmware tools 9.6.2 linux.iso for VM10.0.2.rar

    从vmware workstation 10.0.2 windows版本中提取出来的vmware tools 9.6.2 linux.iso镜像文件,可以用在最新的VM虚拟机上,能够增强虚拟机的性能。由于文件比较大有58M,有需要的请耐心下载。

    linux中在VM虚拟机中给centos 7安装tools

    linux中在VM虚拟机中给centos 7安装tools

    vmware 安装 fedora14

    本文将指导您如何在 VMware 中安装 Fedora14 操作系统,並配置 VMware Tools,以便更好地体验 Fedora 的功能。 一、安装 Fedora14 首先,需要下载 Fedora14 的镜像文件,然后在 VMware 中创建一个新的虚拟机。选择...

    VMware Workstation/Fusion 中安装 Fedora 23/24 及其他 Linux 系统时使用 Open VM Tools 代替 VMware Tools 增强工具的方法

    但随着 Linux 系统内核及周边环境的不断发展,目前 VMware 已经不再推荐在 Linux 虚拟机中安装 VMware 官方的增强工具了,转而推荐用户使用 Open VM Tools。 Open VM Tools 是 VMware 将自己原有的虚拟机

    VMware Tools.iso

    利用虚拟光驱加载进行安装VMware Tools(版本:8.4.5.14951)分解压缩包之一

    成功安装VM tools,设置的共享文件夹却不显示

    VM tools(VM tools的安装一路回车即可)顾名思义就是Vmware的一组工具。主要用于虚拟主机显示优化与调整,另外还可以方便虚拟主机与本机的交互,如允许共享文件夹,甚至可以直接从本机向虚拟主机拖放文件、鼠标无缝...

    Ubuntu下VMware Tools安装配置图文教程

    前一段时间博主在VMware虚拟机上安装了Ubuntu系统,如果还没有安装的同学可以参考博主上一篇文章:VMware Ubuntu安装详细过程。 猿友们都知道linux不太好用,如果你想将你主机Windows上的文件或安装包放到虚拟机上,...

Global site tag (gtag.js) - Google Analytics