Board logo

标题: [求助] vmware tools的安装问题 [打印本页]

作者: lanfeng0000    时间: 2011-7-5 15:42     标题: vmware tools的安装问题

之前做项目装了一个虚拟机vmware6.5,然后又装了最新的ubuntu11.04,但是在装vmware tools时总是提示出错,而且也无法实现虚拟机和物理机的文件自由拖拽,有没有这方面的高手帮忙给解决下?谢谢啦
作者: ultraly2010    时间: 2011-7-5 16:10

可能是你安装系统有问题了,用最新的vmware吧
作者: 碘化钾    时间: 2011-7-5 16:10

具体是什么错误,提示什么? 另外尝试一下7.x的vmware
作者: longguo951    时间: 2011-7-6 15:03

重新下个最新的吧   可能文件有问题   最好 截个图传来看看 出现问题的原因很多可能
作者: yingood    时间: 2011-7-6 15:51

最简单就是下载一个绿色版的  
作者: sis_hdw    时间: 2011-7-6 16:49

很简单,你的ubuntu没装上wmware tool的相关rpm包,请看下vmware的详细使用说明
作者: 555xihe3    时间: 2011-7-6 17:04

这问题描述得太模糊了,如果重装组新版VMWARE不行的话上个图再来吧
作者: feihongtia    时间: 2011-7-6 20:19

如果使用的精简版的vm,那基本都没有对应的vm tools。
作者: wshgm    时间: 2011-7-7 08:41

无法实现虚拟机和物理机的文件自由拖拽就是因为vmware tools没安装的缘故
仔细看安装的出错信息,或者把出错信息贴出来看看,光说出错别人也没办法给你很具体的帮助的。
作者: jkry    时间: 2011-7-7 23:17

拖拽文件没试过,我都是插U盘,在VM里边复制的
作者: liujuan    时间: 2011-7-7 23:27

问题不确定,重做系统,然后装新版本虚拟机试试.
作者: huanyinni    时间: 2011-7-8 02:21

你重装软件,不行再重装系统,重装软件要卸载干净
作者: godsons    时间: 2011-7-9 07:26

UBUNTU 不能装RPM包,楼上误导大家。把VMWARE TOOLS 里面的压缩包解压到虚拟机的一个可写的文件夹里,编译安装就行。正常都是先./configure,然后make,再 make install
作者: tanlf    时间: 2011-7-9 11:14

建议纯净的系统安装虚拟机否则容易出错啊。
作者: kgdwbf    时间: 2011-7-9 23:27

vmware tools 就包含物理机和虚拟机的文件拖拽功能 所以  试试重新下载安装对应vmware tools  吧
作者: a51257554    时间: 2011-7-10 09:18

以下是VMware官方的安装方法:
VMware Tools for Linux Guests
On a Linux guest, you can install VMware Tools within X or from the command line

Installing VMware Tools within X
Installing VMware Tools from the Command Line with the Tar Installer
Installing VMware Tools from the Command Line with the RPM Installer
Installing VMware Tools within X
You can install VMware Tools within X using the .tar installer in a terminal window. See Installing VMware Tools from the Command Line with the Tar Installer.

To install VMware Tools from X with the RPM installer:

1. Choose VM > Install VMware Tools.

The guest operating system mounts the VMware Tools installation virtual CD.

2. Double-click the VMware Tools CD icon on the desktop.

Note: In some Linux distributions, the VMware Tools CD icon may fail to appear when you install VMware Tools within an X windows session on a guest. In this case, you should continue installing VMware Tools as described in Installing VMware Tools from the Command Line with the Tar Installer, beginning with step 3.

3. Double-click the RPM installer in the root of the CD-ROM.

4. Enter the root password.

5. Click Continue.

The installer prepares the packages.

6. Click Continue when the installer presents a dialog box saying Completed System Preparation.

A dialog appears for Updating system, with a progress bar. When the installer is done, VMware Tools are installed. There is no confirmation or finish button.

7. In an X terminal, as root (su -), configure VMware Tools.

vmware-config-tools.pl

Respond to the questions the installer displays on the screen. Press Enter to accept the default value.

Note: Be sure to respond yes when the installer offers to run the configuration program.

8. Launch the VMware Tools background application:

vmware-toolbox &

Note: Some guest operating systems require a reboot for full functionality.

Installing VMware Tools from the Command Line with the Tar Installer
The first steps are performed on the host, within Workstation menus:

1. Power on the virtual machine.

2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.

Choose VM > Install VMware Tools.

The remaining steps take place inside the virtual machine.

3. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.

Note: Some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.

Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, you must modify the following commands to reflect the conventions used by your distribution.

mount /dev/cdrom /mnt/cdrom

cd /tmp

Note: If you have a previous installation, delete the previous vmware-distrib directory before installing. The default location of this directory is
/tmp/vmware-tools-distrib.

4. Untar the VMware Tools tar file:

tar zxf /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.tar.gz

umount /dev/cdrom

Where <xxxx> is the build/revision number of the VMware Workstation release.

Note: If you attempt to install a tar installation over an rpm installation — or the reverse — the installer detects the previous installation and must convert the installer database format before continuing.

5. Run the .tar VMware Tools installer:

cd vmware-tools-distrib

./vmware-install.pl

Respond to the configuration questions on the screen. Press Enter to accept the default value.

6. Log off of the root account.

exit

7. Start X and your graphical environment.

8. In an X terminal, launch the VMware Tools background application.

vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).

Installing VMware Tools from the Command Line with the RPM Installer
The first steps are performed on the host, within Workstation menus:

1. Power on the virtual machine.

2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.

Choose VM > Install VMware Tools.

The remaining steps take place inside the virtual machine.

3. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.

Note: Some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.

Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, you must modify the following commands to reflect the conventions used by your distribution.

mount /dev/cdrom /mnt/cdrom

cd /tmp

Note: If you have a previous installation, delete the previous vmware-distrib directory before installing. The default location of this directory is
/tmp/vmware-tools-distrib.

4. At the command prompt, enter:

rpm -Uhv /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.i386.rpm

umount /dev/cdrom

Where <xxxx> is the build/revision number of the VMware Workstation release.

Note: If you attempt to install an rpm installation over a tar installation — or the reverse — the installer detects the previous installation and must convert the installer database format before continuing.

5. Configure VMware Tools:

vmware-config-tools.pl

Respond to the questions the installer displays on the screen. Press Enter to accept the default value.

6. Log off of the root account.

exit

7. Start X and your graphical environment.

8. In an X terminal, launch the VMware Tools background application.

vmware-toolbox &

Note: You may run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).

Starting VMware Tools Automatically
You may find it helpful to configure your guest operating system so VMware Tools starts when you start your X server. The steps for doing so vary depending on your Linux distribution and your desktop environment. Check your operating system documentation for the appropriate steps to take.

For example, in a Red Hat Linux 7.1 guest using GNOME, follow these steps.

1. Open the Startup Programs panel in the GNOME Control Center.

Main Menu (click the foot icon in the lower left corner of the screen) > Programs > Settings > Session > Startup Programs

2. Click Add.

3. In the Startup Command field, enter vmware-toolbox.

4. Click OK, click OK again, then close the GNOME Control Center.

The next time you start X, VMware Tools starts automatically.

Uninstalling VMware Tools
To remove VMware Tools from your Linux guest operating system, log on as root (su -) and enter the following command:

From a tar install
vmware-uninstall-tools.pl


From an RPM install
rpm -e VMwareTools参考资料:http://www.vmware.com/support/ws ... st_tools_linux.html
作者: zclydl    时间: 2011-7-10 09:44

重新装下系统试试,实在不行就拿去修吧~~
作者: zn3051644    时间: 2011-7-10 22:36

没装完整,重新安装下,或者你的虚拟机软件有问题重新下载一个后在安装吧
作者: hades174    时间: 2011-7-10 22:41

先看下版本跟你的VM是不是对应的,linux下是要执行.pl文件的,跟windows下不一样,在网上搜下详细的教程吧,很多的
作者: ten200    时间: 2011-7-10 23:42

有没有具休的图片说明一下,或者重新下一个VM Tools的工具包。现在已经升到7或VMsharp了,更新一下试试也可以。
作者: walkman168    时间: 2011-7-11 14:51

网络设置问题,需要把网络设置成透明网桥方式
作者: PyrosX    时间: 2011-7-12 12:47

楼主可以用最新版的vmware,最新版的不需要装tools,她自动会安装。
作者: liyuandanshane    时间: 2011-7-12 13:24

小弟是来学习的,三人行必有我师嘛!多多学习,多多学习!
作者: lincongqq007    时间: 2011-7-12 14:43

大概6.5这个版本的tool太老了,而且ubantu10.4版的tool好像要自己安装的
作者: tom820424    时间: 2011-7-12 15:12

楼主的问题太模糊了
就这么看楼主在下一个新版本的试试看吧
作者: yangming001    时间: 2011-7-12 15:45

我安装就没有问题,你这样提问题让很摸不着头脑啊
作者: kobe5539832    时间: 2011-7-13 09:40

本来就不能自由拖拽的啊  设置个共享文件夹 就可以了  你软件就到官网下个就可以了  现在是7.1.4了
作者: moneygrc    时间: 2011-7-14 16:58

虚拟机和物理机之间可以用ftp的方式来交换文件,这样也很方便。




欢迎光临 SiS001! Board - [第一会所 关闭注册] (http://67.220.92.21/bbs/) Powered by Discuz! 7.2