一:启动linux服务器,并用远程登录工具访问linux服务器

1:启动系统

2:用服务器控制台   :查看点ip地址

3:用客户端 连接服务器

二:挂起 vm虚拟机的 tools 安装光盘

三:开始进行tools工具的安装步骤

1:挂载 光盘

  1. [root@oracleServerFrist ~]# cd /mnt/cdrom
  2. -bash: cd: /mnt/cdrom: No such file or directory
  3. [root@oracleServerFrist ~]# mkdir /mnt/cdrom
  4. [root@oracleServerFrist ~]# mount /dev/cdrom /mnt/cdrom
  5. mount: block device /dev/cdrom is write-protected, mounting read-only
  6. [root@oracleServerFrist ~]#

2:进入光盘,并把安装包拷贝出来放到 /home/temp 目录下

1:进入光盘

  1. [root@oracleServerFrist ~]# cd /mnt/cdrom
  2. [root@oracleServerFrist cdrom]# pwd
  3. /mnt/cdrom
  4. [root@oracleServerFrist cdrom]# ls
  5. manifest.txt VMwareTools-10.1.6-5214329.tar.gz vmware-tools-upgrader-64
  6. run_upgrader.sh vmware-tools-upgrader-32
  7. [root@oracleServerFrist cdrom]#

2: 进行安装包的拷贝

  1. [root@oracleServerFrist home]# cd /home/
  2. [root@oracleServerFrist home]# ls
  3. oracle
  4. [root@oracleServerFrist home]# pwd
  5. /home
  6. [root@oracleServerFrist home]# mkdir /home/temp
  7. [root@oracleServerFrist home]# ls
  8. oracle temp
  9. [root@oracleServerFrist home]# cd temp
  10. [root@oracleServerFrist temp]# ls
  11. [root@oracleServerFrist temp]# cp /mnt/cdrom/VMwareTools-10.1.6-5214329.tar.gz /home/temp/
  12. [root@oracleServerFrist temp]# ls
  13. VMwareTools-10.1.6-5214329.tar.gz
  14. [root@oracleServerFrist temp]#

3:解压安装包,并进行安装

1:进行压缩包解压

  1. [root@localhost cdrom]# cd /tmp/
  2. [root@localhost tmp]# tar zxvf VMwareTools-6.5.0-118166.tar.gz //解压文件

2:进行安装文件的启动

  1. [root@oracleServerFrist temp]# ls
  2. VMwareTools-10.1.6-5214329.tar.gz vmware-tools-distrib
  3. [root@oracleServerFrist temp]# cd vmware-tools-distrib/
  4. [root@oracleServerFrist vmware-tools-distrib]# ls
  5. bin caf doc etc FILES INSTALL installer lib vgauth vmware-install.pl
  6. [root@oracleServerFrist vmware-tools-distrib]# ./vmware-install.pl

3:以下是安装执行过程。基本是一路回车键按到北

  1. [root@oracleServerFrist vmware-tools-distrib]# ./vmware-install.pl
  2. A previous installation of VMware Tools has been detected.
  3.  
  4. The previous installation was made by the tar installer (version 4).
  5.  
  6. Keeping the tar4 installer database format.
  7.  
  8. You have a version of VMware Tools installed. Continuing this install will
  9. first uninstall the currently installed version. Do you wish to continue?
  10. (yes/no) [yes]
  11.  
  12. Uninstalling the tar installation of VMware Tools.
  13.  
  14. Stopping services for VMware Tools
  15.  
  16. Skipping VMware Tools services shutdown on the host:[ OK ]
  17.  
  18. The removal of VMware Tools 10.1.6 build-5214329 for Linux completed
  19. successfully.
  20.  
  21. Installing VMware Tools.
  22.  
  23. In which directory do you want to install the binary files?
  24. [/usr/bin]
  25.  
  26. What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
  27. [/etc/rc.d]
  28.  
  29. What is the directory that contains the init scripts?
  30. [/etc/rc.d/init.d]
  31.  
  32. In which directory do you want to install the daemon files?
  33. [/usr/sbin]
  34.  
  35. In which directory do you want to install the library files?
  36. [/usr/lib/vmware-tools]
  37.  
  38. The path "/usr/lib/vmware-tools" does not exist currently. This program is
  39. going to create it, including needed parent directories. Is this what you want?
  40. [yes]
  41.  
  42. In which directory do you want to install the common agent library files?
  43. [/usr/lib]
  44. In which directory do you want to install the common agent transient files?
  45. [/var/lib]
  46.  
  47. In which directory do you want to install the documentation files?
  48. [/usr/share/doc/vmware-tools]
  49.  
  50. The path "/usr/share/doc/vmware-tools" does not exist currently. This program
  51. is going to create it, including needed parent directories. Is this what you
  52. want? [yes]
  53.  
  54. The installation of VMware Tools 10.1.6 build-5214329 for Linux completed
  55. successfully. You can decide to remove this software from your system at any
  56. time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
  57.  
  58. Before running VMware Tools for the first time, you need to configure it by
  59. invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
  60. this program to invoke the command for you now? [yes]
  61.  
  62. Initializing...
  63.  
  64. Making sure services for VMware Tools are stopped.
  65.  
  66. Stopping Thinprint services in the virtual machine:
  67. Stopping Virtual Printing daemon: done
  68. Stopping VMware Tools services in the virtual machine:
  69. Guest operating system daemon:[ OK ]
  70. VGAuthService:[ OK ]
  71. VMware User Agent (vmware-user):[ OK ]
  72. Blocking file system:[ OK ]
  73. Unmounting HGFS shares:[ OK ]
  74. Guest filesystem driver:[ OK ]
  75. Guest memory manager:[ OK ]
  76. VM communication interface socket family:[ OK ]
  77. VM communication interface:[ OK ]
  78. File system sync driver:[ OK ]
  79.  
  80. The VMware FileSystem Sync Driver (vmsync) allows external third-party backup
  81. software that is integrated with vSphere to create backups of the virtual
  82. machine. Do you wish to enable this feature? [yes]
  83.  
  84. Found a compatible pre-built module for vmsync. Installing it...
  85.  
  86. Found a compatible pre-built module for vmci. Installing it...
  87.  
  88. Found a compatible pre-built module for vsock. Installing it...
  89.  
  90. Found a compatible pre-built module for vmxnet3. Installing it...
  91.  
  92. Found a compatible pre-built module for pvscsi. Installing it...
  93.  
  94. Found a compatible pre-built module for vmmemctl. Installing it...
  95.  
  96. The VMware Host-Guest Filesystem allows for shared folders between the host OS
  97. and the guest OS in a Fusion or Workstation virtual environment. Do you wish
  98. to enable this feature? [yes]
  99.  
  100. Found a compatible pre-built module for vmhgfs. Installing it...
  101.  
  102. Found a compatible pre-built module for vmxnet. Installing it...
  103.  
  104. The vmblock enables dragging or copying files between host and guest in a
  105. Fusion or Workstation virtual environment. Do you wish to enable this feature?
  106. [yes]
  107.  
  108. Found a compatible pre-built module for vmblock. Installing it...
  109.  
  110. VMware automatic kernel modules enables automatic building and installation of
  111. VMware kernel modules at boot that are not already present. This feature can
  112. be enabled/disabled by re-running vmware-config-tools.pl.
  113.  
  114. Would you like to enable VMware automatic kernel modules?
  115. [yes]
  116.  
  117. Thinprint provides driver-free printing. Do you wish to enable this feature?
  118. [yes]
  119.  
  120. Do you want to enable Guest Authentication (vgauth)? Enabling vgauth is needed
  121. if you want to enable Common Agent (caf). [yes]
  122.  
  123. Detected X version 7.1
  124.  
  125. Do you want to change the starting screen display size? (yes/no) [no] yes
  126.  
  127. Unable to detect guest resolution.
  128.  
  129. Please choose one of the following display sizes that X will start with:
  130.  
  131. [1]< 640x480
  132. [2] 800x600
  133. [3] 1024x768
  134. [4] 1280x800
  135. Please enter a number between 1 and 4:
  136.  
  137. [1] 3
  138.  
  139. X is running fine with the new config file.
  140.  
  141. Creating a new initrd boot image for the kernel.
  142.  
  143. NOTE: both /etc/vmware-tools/GuestProxyData/server/key.pem and
  144. /etc/vmware-tools/GuestProxyData/server/cert.pem already exist.
  145. They are not generated again. To regenerate them by force,
  146. use the "vmware-guestproxycerttool -g -f" command.
  147.  
  148. Starting Virtual Printing daemon: done
  149. Checking acpi hot plug[ OK ]
  150. Starting VMware Tools services in the virtual machine:
  151. Switching to guest configuration:[ OK ]
  152. VMware Automatic Kmods:[ OK ]
  153. Paravirtual SCSI module:[ OK ]
  154. Guest memory manager:[ OK ]
  155. VM communication interface:[ OK ]
  156. VM communication interface socket family:[ OK ]
  157. Guest filesystem driver:[ OK ]
  158. Mounting HGFS shares:[FAILED]
  159. Blocking file system:[ OK ]
  160. VMware User Agent:[ OK ]
  161. File system sync driver:[ OK ]
  162. Guest operating system daemon:[ OK ]
  163. VGAuthService:[ OK ]
  164. The configuration of VMware Tools 10.1.6 build-5214329 for Linux for this
  165. running kernel completed successfully.
  166.  
  167. You must restart your X session before any mouse or graphics changes take
  168. effect.
  169.  
  170. You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
  171. command line.
  172.  
  173. To enable advanced X features (e.g., guest resolution fit, drag and drop, and
  174. file and text copy/paste), you will need to do one (or more) of the following:
  175. 1. Manually start /usr/bin/vmware-user
  176. 2. Log out and log back into your desktop session
  177. 3. Restart your X session.
  178.  
  179. Enjoy,
  180.  
  181. --the VMware team
  182.  
  183. Found VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device
  184. /dev/scd0 ...
  185. Found VMware Tools CDROM mounted at /mnt/cdrom. Ejecting device /dev/cdrom ...
  186. [root@oracleServerFrist vmware-tools-distrib]#

执行完毕后 系统会自动重启的。

解决Linux安装 VMware tools 工具的方法的更多相关文章

  1. Linux下 安装VMware Tools工具

    Linux下需要安装VMware Tools工具 Linux下需要安装VMware Tools工具来实现主机和虚拟机直接文件复制粘贴功能,安装方法如下: ①点击虚拟机VM菜单栏--虚拟机--安装VMw ...

  2. 【申嵌视频】5-1 ubuntu下安装VMWare Tools工具

    [申嵌视频]5-1 ubuntu下安装VMWare Tools工具 适合搭建mini2440, Tiny6410, smart210,Tiny4412, NanoPC-T2, NanoPC-T3, N ...

  3. 虚拟机中的Linux安装VMware Tools的方法

    先检查虚拟机是否能上网 一:安装VMware Tools的之前必装的工具套件方法如下: Centos安装VMware Tools: [root@piaoyun-vm vmware-tools-dist ...

  4. 【Linux】VMware安装VMware Tools工具

    VMware Tools是VMware虚拟机中自带的一种增强工具,相当于VirtualBox中的增强功能(Sun VirtualBox Guest Additions),是VMware提供的增强虚拟显 ...

  5. Vmware linux 安装 Vmware Tools 提示只读

    在Vmware 虚拟机里安装完linux ,安装Vmware Tools,的时候会提示只读问题,是因为在安装 Vmware Tools 使用的是光盘挂在,光盘为只读文件,所以没有办法再光盘上直接的解压 ...

  6. Kali Linux安装VMWare Tools

    操作环境: 虚拟机操作系统: Kali Linux 2017.2 虚拟化软件: VMWare workstation 14 pro 加载光盘 在VMWare上依次点击"虚拟机->安装V ...

  7. linux安装vmware tools 步骤

    虚拟机 -- 安装 VMware Tools 会自动挂载光驱. 1.  cd /misc/cd 2.  copy 文件到临时文件夹cp VMwareTools-9.6.2-1688356.tar.gz ...

  8. linux虚拟机与winodows共享文件夹----linux安装VMware tools

    虚拟机里面想要获取原来本机 系统的文件,十分麻烦.为了实现原系统与虚拟机的共享文件夹,可以通过安装vmware tools达到共享目的.   1 安装vmware tools (1)检查虚拟机上是否挂 ...

  9. 28. Red Hat Linux安装Vmware Tools

    在VMware虚拟机中安装好了VMware Tools,才能实现主机与虚拟机之间的文件共享,同时可支持自由拖拽的功能,鼠标也可在虚拟机与主机之前自由移动(而不再用按ctrl+alT释放),而且还可以令 ...

随机推荐

  1. 基于Spring Cloud的微服务入门教程

    (本教程的原地址发布在本人的简书上:http://www.jianshu.com/p/947d57d042e7,若各位看官有什么问题或不同看法请在这里或简书留言,谢谢!) 本人也是前段时间才开始接触S ...

  2. mac burp suite https证书安装

    1. 下载burp suite 2.安装,设置并代理上 3. 打开http://burp并且下载证书 4. 点击打开选择始终信任并且导出桌面 5. 火狐打开设置至证书一栏[证书机构]导入切信任 6.大 ...

  3. linux tail -f messages查看控制台失败

    [root@localhost log]# tail -f /var/log/messages ......................... tail: cannot watch `/var/l ...

  4. Bandicam录制视频

    我已经录制了一个视频,关于怎么录制视频的,原画画质的嘻嘻.视频地址  http://www.tudou.com/programs/view/T7xzG1CgsD4 ------------------ ...

  5. SQL记录-小表join大表查询例子

  6. jcaptcha和kaptcha验证码使用入门【转】

    jcaptcha和kaptcha验证码使用入门 一.jcaptcha验证码使用 jcaptcha使用默认样式生成的验证码比较难以识别,所以需要自定义验证码的样式,包括,背景色.背景大小.字体.字体大小 ...

  7. python -- 算法

    给定四个数字,找出不重复的排列组合可能 # 黑魔法方法,还纳闷 lambda 不能 yield 其实把 [] 改为小括号即是生成器啦 func = lambda num_tuple:((i,j,k,n ...

  8. python 小爬虫爬取博客文章初体验

    最近学习 python 走火入魔,趁着热情继续初级体验一下下爬虫,以前用 java也写过,这里还是最初级的爬取html,都没有用html解析器,正则等...而且一直在循环效率肯定### 很低下 imp ...

  9. ;(function ($, undefined){ })(jQuery); 的使用及说明

    对于很多初学者来说很难明白这表示什么,下边我将为大家介绍其相应的作用. 1.代码最前面的分号,可以防止多个文件压缩合并以为其他文件最后一行语句没加分号,而引起合并后的语法错误. 2.匿名函数(func ...

  10. 搭建Linux下Android程序开发环境

    从AndroidStudio中文社区下载SDK压缩包,http://dl.google.com/android/android-sdk_r24.2-linux.tgz. 解压到某个目录,比如我的~/p ...