虚拟机centos6.0怎么安装虚拟机中vmware toolss

在vmware虚拟机的VM中有settings , 选中;
在弹出框中选择CD/DVD ,& 选择Use ISO image file , browe浏览到vmware安装目录 ;
在安装目录下有一些 iso文件, 选择 linux.iso ;
在虚拟机中会有VMware Tools 弹出 ;
将VMwareTools-8.8.2-590212.tar.gz拷贝到/tmp目录下 ;
gunzip VMwareTools-8.8.2-590212.tar.gz
tar -xvf VMwareTools-8.8.2-590212.tar
解压缩文件 生成 vmware-tools-distrib 目录 ;
cd 到 vmware-tools-distrib 目录 , 执行 ./vmware-install.pl ;
下面一步一步都按enter 选默认即可 ;
全部显示信息如下:
[root@dx_lx_3528_0 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]
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?
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.8.2 build-590212 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...
Making sure services for VMware Tools are stopped.
[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that
creates backups of virtual machines. Please refer to the VMware Knowledge Base
for more details on this capability. Do you wish to enable this feature?
Found a compatible pre-built module for vmci.& Installing it...
Found a compatible pre-built module for vsock.& Installing it...
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.
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.
The VMware Host-Guest Filesystem allows for shared folders between the host OS
and the guest OS in a Fusion or Workstation virtual environment.& Do you wish
to enable this feature? [yes]
Found a compatible pre-built module for vmhgfs.& Installing it...
Found a compatible pre-built module for vmxnet.& Installing it...
!!! [EXPERIMENTAL] !!!
VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot they are not already present.& By selecting yes,
you will be enabling this experimental feature.& You can always disable this
feature by re-running vmware-config-tools.pl.
Would you like to enable VMware automatic kernel modules?
Disabling timer-based audio scheduling in pulseaudio.
Detected X server version 1.10.4
Distribution provided drivers for Xorg X server are used.
Skipping X configuration because X drivers are not included.
Creating a new initrd boot image for the kernel.
vmware-tools start/running
The configuration of VMware Tools 8.8.2 build-590212 for Linux for this running
kernel completed successfully.
You must restart your X session before any mouse or graphics changes take
You can now run VMware Tools by invoking &/usr/bin/vmware-toolbox-cmd& from the
command line or by invoking &/usr/bin/vmware-toolbox& from the command line
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
3. Restart your X session.
--the VMware team
ok , 安装完成 , reboot 重启 ;
好了& 现在你就可以使用虚拟机工具的特性了 ;
鼠标可以自由的切换 , 还可以设置shared folders ;
good, 就到这吧 !
相关文章列表:温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!&&|&&
LOFTER精选
网易考拉推荐
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
mkdir /mnt/cdrom挂载光驱mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;使用光驱中的文件,进行安装[root@CentOS6 /]# cd /mnt/cdrom[root@CentOS6 /]# ls -a[root@CentOS6 /]# cp VMwareTools-8.6.1-19175.tar.gz /tmp[root@CentOS6 /]# cd /tmp[root@CentOS6 /]# tar zxpf VMwareTools-8.6.1-19175.tar.gz[root@CentOS6 /]# cd vmware-tools-distrib[root@CentOS6 vmware-tools-distrib]# ./vmware-install.plCreating a new installer database using the tar3 format.Installing the content of the package.&# 安装过程的画面,全部使用默认值,一直按 Enter 就对了一直到出现:To use the vmxnet driver, restart networking using the following commands:/etc/init.d/network stoprmmod pcnet32rmmod vmxnetdepmod -amodprobe vmxnet/etc/init.d/network startEnjoy,--the VMware team出现以上,则基本安装完!5 shutdown -r now 重启6 重新启动计算机再次登入之后,我们就会发觉到,当我们要离开 Guest OS 的时候,不再需要按「Ctrl + Alt」了,现在我们来分享 Host OS 的数据夹给 Guest OS 使用,〔VM〕→〔Settings〕注:左下角原本都会显示「You do not have VMware Tools installed」,现在我们装了 VMware Tools,就不再显示;問題排除:1. 需要 perl2. 需要 gcc3. 如果不是用指令解壓縮, 要注意解出來的檔案script是否執行的權限. 用 tar -zxvf 比較保險.
阅读(16622)|
用微信&&“扫一扫”
将文章分享到朋友圈。
用易信&&“扫一扫”
将文章分享到朋友圈。
历史上的今天
loftPermalink:'',
id:'fks_',
blogTitle:'CentOS安装VMware Tools',
blogAbstract:'新建cdrom挂载目录mkdir /mnt/cdrom挂载光驱mount -t auto /dev/cdrom /mnt/cdrom这命令就是把CentOS CDROM挂载在/mnt/cdrom目录中,就可以访问里面的内容了;使用光驱中的文件,进行安装',
blogTag:'',
blogUrl:'blog/static/',
isPublished:1,
istop:false,
modifyTime:6,
publishTime:4,
permalink:'blog/static/',
commentCount:0,
mainCommentCount:0,
recommendCount:1,
bsrk:-100,
publisherId:0,
recomBlogHome:false,
currentRecomBlog:false,
attachmentsFileIds:[],
groupInfo:{},
friendstatus:'none',
followstatus:'unFollow',
pubSucc:'',
visitorProvince:'',
visitorCity:'',
visitorNewUser:false,
postAddInfo:{},
mset:'000',
remindgoodnightblog:false,
isBlackVisitor:false,
isShowYodaoAd:false,
hostIntro:'',
hmcon:'0',
selfRecomBlogCount:'0',
lofter_single:''
{list a as x}
{if x.moveFrom=='wap'}
{elseif x.moveFrom=='iphone'}
{elseif x.moveFrom=='android'}
{elseif x.moveFrom=='mobile'}
${a.selfIntro|escape}{if great260}${suplement}{/if}
{list a as x}
推荐过这篇日志的人:
{list a as x}
{if !!b&&b.length>0}
他们还推荐了:
{list b as y}
转载记录:
{list d as x}
{list a as x}
{list a as x}
{list a as x}
{list a as x}
{if x_index>4}{break}{/if}
${fn2(x.publishTime,'yyyy-MM-dd HH:mm:ss')}
{list a as x}
{if !!(blogDetail.preBlogPermalink)}
{if !!(blogDetail.nextBlogPermalink)}
{list a as x}
{if defined('newslist')&&newslist.length>0}
{list newslist as x}
{if x_index>7}{break}{/if}
{list a as x}
{var first_option =}
{list x.voteDetailList as voteToOption}
{if voteToOption==1}
{if first_option==false},{/if}&&“${b[voteToOption_index]}”&&
{if (x.role!="-1") },“我是${c[x.role]}”&&{/if}
&&&&&&&&${fn1(x.voteTime)}
{if x.userName==''}{/if}
网易公司版权所有&&
{list x.l as y}
{if defined('wl')}
{list wl as x}{/list}CenTOS6.0 Linux瀹夎?VMware Tools鏂规硶 – 娴峰崡浠欏矝
CenTOS6.0 Linux瀹夎?VMware Tools鏂规硶

我要回帖

更多关于 虚拟机 vmware tools 的文章

 

随机推荐