linux安装vm tools

Linux VMware Tools安装步骤简易版Linux VMware Tools安装估计有点困难,我也在网上看了好多版本的Linux安装VMware Tools,方法都同样。可是本身在安装过程当中,仍是遇到了点问题。可是最终仍是搞定。我运行的是VMware workstation 8.0.4 , OS: CentOS 6.0
1. 在CD-ROM虚拟光驱中选择使用ISO镜像,找到VMWARE TOOLS 安装文件,如C:\program\VMware\VMware Workstation\Programs\linux.iso    固然这个ISO是你安装VMware workstation 的目录下的Linux.iso,不是你的Linux OS 镜像文件。VMware Tools通常都在这个文件里。
2. 以管理员身份进入Linux,root帐号
3. 退出到windows,在虚拟机菜单栏中点击 虚拟机-> 安装 VMWARE TOOLS 子菜单,会弹出对话框,点击"确认" 安装4. 挂载光驱:Mount -t iso9660 /dev/cdrom /mnt
加载CDROM设备,这是若是进入/mnt 目录下,你会发现一个文件:
VMwareTools-8.8.4-743747.tar.gz
这个就死VMware Tools的Linux软件包,也是咱们刚才使用的WinISO打开的Liunx.ISO
有的虚拟机上估计执行mount /dev/cdrom /mnt/cdrom
若是提示以下错误,挂载点不存在。,[root@localhost /]#mount /dev/cdrom /mnt/cdrom                             mount: mount point /mnt/cdrom dose not exist
请直接执行此命令:
   mount /dev/cdrom /opt     cd /opt或者应该可使用自动挂载,直接进入     cd /misc/cd
5. copy 此文件到临时文件夹
  cp /mnt/mVMwareTools-8.8.4-743747.tar.gz /tmp
6. 卸载CDROM,执行 umount /dev/cdrom
7. 进入tmp文件目录并解压此文件包
  cd /tmp
  tar zxf vmware-linux-tools.tar.gz
解压默认到vmware-tools-distrib目录下:此时你可使用ls -ll 查看文件夹下的文件
8. 进入vmware-tools-distrib,安装vmware tools.
./vmware-install.pl  执行安装,
安装过程当中他会一步一步的有问题回应,此过程当中,你遇到后面显示[yes],[no],[yes][no]的直接输入yes,而后回车。其余的问题无论[]里面是什么,直接回车就行了,不要输入。
9. 大约5分钟左右安装完成。 执行init 6重启ok。
Linux VMware Tools安装步骤图文版,你们能够参考下
操做过程以下:
[root@localhost ~]# cd /[root@localhost /]# lsbin   dev home lost+found misc net proc sbin     srv tftpboot usrboot etc lib   media       mnt   opt root selinux sys tmp       var[root@localhost /]# cd /media[root@localhost media]# lsVMware Tools[root@localhost media]# cd VMware\ Tools/[root@localhost VMware Tools]# lsmanifest.txt VMwareTools-8.1.3-203739.tar.gz[root@localhost VMware Tools]# cp VMwareTools-8.1.3-203739.tar.gz    /tmp[root@localhost VMware Tools]# cd /tmp[root@localhost tmp]# lsgconfd-root                                 scim-helper-manager-socket-rootkeyring-lbbFvv                              scim-panel-socket:0-rootmapping-root                                scim-socket-frontend-rootorbit-root                                  ssh-FmnVlj2751scim-bridge-0.3.0.lockfile-0@localhost:0.0 virtual-root.ZxmHUVscim-bridge-0.3.0.socket-0@localhost:0.0    VMwareTools-8.1.3-203739.tar.gz[root@localhost tmp]# tar -zxf VMwareTools-8.1.3-203739.tar.gz [root@localhost tmp]# lsgconfd-root                                 scim-panel-socket:0-rootkeyring-lbbFvv                              scim-socket-frontend-rootmapping-root                                ssh-FmnVlj2751orbit-root                                  virtual-root.ZxmHUVscim-bridge-0.3.0.lockfile-0@localhost:0.0 VMwareTools-8.1.3-203739.tar.gzscim-bridge-0.3.0.socket-0@localhost:0.0    vmware-tools-distribscim-helper-manager-socket-root[root@localhost tmp]# cd vmware-tools-distrib/[root@localhost vmware-tools-distrib]# lsbin doc etc FILES INSTALL installer lib vmware-install.pl[root@localhost vmware-tools-distrib]# ./vmware-install.pl 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] yes  
The path "yes" is a relative path. Please enter an absolute path.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] 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] yes   In which directory do you want to install the documentation files? [/usr/share/doc/vmware-tools] The path "yes" is a relative path. Please enter an absolute path.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.1.3 build-203739 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:                          [肯定]Virtual Printing daemon:                                [肯定]Unmounting HGFS shares:                                 [肯定]Guest filesystem driver:                                [肯定]Found a compatible pre-built module for vmmemctl. Installing it...Found a compatible pre-built module for vmhgfs. Installing it...Found a compatible pre-built module for vmxnet. Installing it...Found a compatible pre-built module for vmblock. Installing it...[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature thatcreates backups of virtual machines. Please refer to the VMware Knowledge Base for more details on this capability. Do you wish to enable this feature? [no] Found a compatible pre-built module for vmci. Installing it...Found a compatible pre-built module for vsock. Installing it...Found a compatible pre-built module for vmxnet3. Installing it...Found a compatible pre-built module for pvscsi. Installing it...Detected X.org version 7.1.Host resolution detected as "1440 x 900".Please choose one of the following display sizes that X will start with:[1] "320x200"[2] "320x240"[3] "400x300"[4] "512x384"[5] "640x400"[6] "640x480"[7] "720x480"[8] "800x480"[9] "854x480"[10] "720x576"[11] "800x600"[12] "1024x768"[13] "1280x720"[14] "1280x768"[15] "1152x864"[16] "1280x800"[17]< "1366x768"Please enter a number between 1 and 17:[17] 12   X Window System Version 7.1.1Release Date: 12 May 2006X Protocol Version 11, Revision 0, Release 7.1.1Build Operating System: Linux 2.6.18-128.1.16.el5 i686 Red Hat, Inc.Current Operating System: Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:54 EDT 2009 i686Build Date: 22 July 2009Build ID: xorg-x11-server 1.1.1-48.67.el5 Before reporting problems, check http://wiki.x.orgto make sure that you have the latest version.Module Loader presentMarkers: (--) 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.16172", Time: Thu Apr 1 02:40:28 2010(++) Using config file: "/tmp/vmware-config0/XF86Config.16172"The XKEYBOARD keymap compiler (xkbcomp) reports:> Warning:          Multiple symbols for level 1/group 1 on key <I5F>>                   Using XF86Sleep, ignoring XF86Standby> Warning:          Symbol map for key <I5F> redefined>                   Using last definition for conflicting fieldsErrors from xkbcomp are not fatal to the X serverX is running fine with the new config file.FreeFontPath: FPE "unix/:7100" refcount is 2, should be 1; fixing.Creating a new initrd boot image for the kernel.Starting VMware Tools services in the virtual machine:Switching to guest configuration:                       [肯定]Paravirtual SCSI module:                                [肯定]Guest filesystem driver:                                [肯定]Mounting HGFS shares:                                   [失败]Guest memory manager:                                   [肯定]Guest vmxnet fast network device:                       [肯定]VM communication interface:                             [肯定]VM communication interface socket family:               [肯定]Blocking file system:                                   [肯定]File system sync driver:                                [肯定]Guest operating system daemon:                          [肯定]Virtual Printing daemon:                                [肯定]The configuration of VMware Tools 8.1.3 build-203739 for Linux for this runningkernel 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-user2. Log out and log back into your desktop session; and,3. Restart your X session.To use the vmxnet driver, restart networking using the following commands: /etc/init.d/network stoprmmod pcnet32rmmod vmxnetmodprobe vmxnet/etc/init.d/network startEnjoy,--the VMware teamFound VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device /dev/hdc ...[root@localhost vmware-tools-distrib]# 



  1、安装VMtoolslinux

点击VMware菜单的——虚拟机——安装VMwareTools,在弹出的对话框中选择“安装”。这时,在Ubuntu下会自动加载Linux版的VMwareTools的安装光盘镜像。你会看到虚拟机的桌面上出现了一个名为VMwareTools的光盘图标,而且被自动打开。其中包括VMwareTools-5.3.3-34685-i386.rpm和VMwareTools-5.3.3-34685.tar.gz两个文件。windows

 

.rpm文件是给Red Hat准备的,咱们只须要.tar.gz的那个,并把它拷贝到一个文件夹中(由于光驱是不可写的)。session

 

$ tar zxf VMwareTools-5.3.3-34685.tar.gz(回车后系统会把那个.tar.gz文件解压缩) 

$ cd vmware-tools-distrib(回车后目录将转换到解压缩后的那个文件夹) 

$ sudo ./vmware-install.pl(回车后会提示输入你的密码,代表你将以更高级权限执行一个动做——安装软件;再次回车后安装开始) 

通过一番确认回车后(至关于在Windows里安装软件时所填答的诸多对话框,咱们这里均采用缺省设置),直到最后出现“Enjoy——the VMware team”的字样后,VMwareTools终于安装完成了。 

若是你使用的是VMware Workstation 6.0.0,如今你应该已经能看到VMwareTools安装后的效果了:鼠标不再须要用Ctrl+Alt切换于虚拟与现实之间,一切过渡得那么天然;虚拟机的分辨率也能依窗口的大小来自动适应,一切显得那样和谐。但咱们这里使用的是VMware Workstation 5.5.3,因此暂时你还看不到什么,让咱们来作一下最后的设置吧。 

在VMware Workstation 5.5.3里,Ubuntu下的VMware Tools安装以后是要靠手动执行/usr/bin/vmware-toolbox才能显示出效果的。你能够经过在终端中输入以下命令来运行它: 

$ /usr/bin/vmware-toolbox 

但若是你嫌麻烦,咱们就须要让vmware-toolbox实现开机自动运行。点击Ubuntu菜单:System——首选项——会话——StartupPrograms,Add一个Name叫“vmware-toolbox”,Command是“/usr/bin/vmware-toolbox”的启动程序。这样每次开机后就能自动运行VMwareTools了。重启Ubuntu看看效果吧!(注意:vmware-toolbox并非在后台隐藏运行的,启动后不要关闭) 

25.PNG 

VMware Tools当然是个好东西,但也有反作用,好比说:虚拟机中的鼠标的滚轮很差使了。咱们这样解决这个问题,仍是打开终端,输入: 

$ sudo gedit /etc/X11/xorg.conf 

这个命令使系统以root权限打开鼠标配置文件/etc/X11/xorg.conf。把文件中的 

Option “Protocol” “ps/2” 

改为 

Option “Protocol” “IMPS/2”app

重启Ubuntu搞定。frontend

 

 

 2、设置分辨率:dom

        一、cd /usr/binssh

        使用此命令,进入/usr/bin目录;socket

        二、ls *.plide

        使用此命令,查找vmware-config-tools.pl文件;ui

        三、./vmware-config-tools.pl

        运行vmware-config-tools.pl文件;

        四、设置分辨率

        输入相应的数字回车便可,感受设置的与原系统同样就能够了;

        五、重启虚拟机。

 

 

3、压缩虚拟机空间

 

虚拟机随着使用,空间会愈来愈大,并且就算删掉了其中的文件,空间也不会减小,能够用vmware tools 的shrink, 执行 vmware-toolbox,而后用shrink进行压缩就能够了,效果挺不错的,不过期间有点长。