免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2748 | 回复: 0
打印 上一主题 下一主题

[网络管理] Installing VMware Tools in CentOS 5 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-04-14 19:47 |只看该作者 |倒序浏览
Tested with VMware Tools v.5.5.3 (VMwareTools-5.5.3-34685.tar.gz).

1. Install software needed by VMware Tools
Note: you need to boot the 1-1 kernel from grub for this to work.

Install packages to build the kernel modules

yum install gcc kernel-develCheck the running kernel matches the kernel headers

uname -r             # running kernel
rpm -q kernel-devel  # installed kernel headers
If the two versions do not match, run

yum -y upgrade kernel kernel-devel
rebootFind out where the kernel headers are (you may need this later)

ls -d /usr/src/kernels/$(uname -r)*/include2. Prepare and install VMware Tools
Choose one of a), b), c) or d).

a) If you are running the VM inside VMware Workstation 5.5 Show answer
From VMware Workstation: go to VM> Install VMware Tools
From the VM: mount the virtual cd drive

mount /dev/cdrom /mnt/Extract VMware Tools to /tmp/

tar -C /tmp -zxvf /mnt/VMwareTools-5.5.3-34685.tar.gzUnmount the virtual cd drive

umount /mntNow run the installer

cd /tmp/vmware-tools-distrib
./vmware-install.plWhen asked Do you want to run vmware-config-tools.pl?, answer "Yes".
b) If you have VMware-workstation-5.5.3-34685.tar.gz on disk Show answer
Make sure VMware-workstation-5.5.3-34685.tar.gz is on disk inside the VM.
Extract the VMware Tools iso

tar --strip-components=3 -zxvf VMware-workstation-5.5.3-34685.tar.gz \
vmware-distrib/lib/isoimages/linux.isoCreate a temporary mount point

mkdir /mnt/vmtools-tempMount the iso image

mount -o loop linux.iso /mnt/vmtools-tempCopy VMware Tools from the mount

cp /mnt/vmtools-temp/VMwareTools-5.5.3-34685.tar.gz /tmp/Extract VMware Tools to /tmp/

tar -C /tmp -zxvf /mnt/vmtools-temp/VMwareTools-5.5.3-34685.tar.gzTidy up

umount /mnt/vmtools-temp
rmdir /mnt/vmtools-temp
rm linux.isoNow run the installer

cd /tmp/vmware-tools-distrib
./vmware-install.plWhen asked Do you want to run vmware-config-tools.pl?, answer "Yes".
c) If you have VMwareTools-5.5.3-34685.tar.gz on disk Show answer
Extract VMware Tools to /tmp/

tar -C /tmp -zxvf VMwareTools-5.5.3-34685.tar.gzNow run the installer

cd /tmp/vmware-tools-distrib
./vmware-install.plWhen asked Do you want to run vmware-config-tools.pl?, answer "Yes".
d) If you cannot do any of these Show answer
Download VMware Workstation Trial (free) from
http://www.vmware.com/download/ws/
Go to If you have VMwareTools-5.5.3-34685.tar.gz on disk, above.
Comments? Feedback? e-mail me
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP