免费注册 查看新帖 |

Chinaunix

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

vmware安装rh8后VMtools的安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-04-14 20:46 |只看该作者 |倒序浏览
配置:XEon2.4 * 2   mem: 1G   RAid5  60G  OS:win2k ser

在vmware中顺利安装rh8但是无法启动X提示致命错误
查查了资料说是不安装vmware tools分辨率只能640*480 16位色,看了一帮助说是:

Installing VMware Tools in a Linux Guest Operating System
Power on the virtual machine.

Note: If you have an older version of VMware Tools installed, terminate the running version before installing the new one.

When the guest operating system starts, prepare your virtual machine to install VMware Tools.

Choose Settings >; VMware Tools Install.

Note: If you decide not to proceed with the installation of VMware Tools, you may cancel the operation by selecting Settings >; Cancel VMware Tools Install.

In a terminal, become root.
su

Mount the VMware Tools virtual CD-ROM image, copy its contents to /tmp, then unmount it.

Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware Workstation software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system. When you finish installing VMware Tools, this image file no longer appears in your CD-ROM drive.


cd /
mount -t iso9660 /dev/cdrom /mnt
cp /mnt/vmware-linux-tools.tar.gz /tmp
umount /dev/cdrom

Untar the VMware Tools tar file in /tmp and install it.
cd /tmp
tar zxf vmware-linux-tools.tar.gz
cd vmware-linux-tools
./install.pl

Start X and your graphical environment if they are not started yet.

In an X terminal, launch the VMware Tools background application.
vmware-toolbox &

You may run the VMware Tools background application as root or as a normal user. The application has additional capabilities if you run it as root.

Note: The ./install.pl installation script included with the VMware Tools package for Linux guest operating systems does not recognize Linux-Mandrake installations. To install VMware Tools on top of Linux-Mandrake installations, add redhat as a command line parameter when you run the installation script. For example, run the following command:
./install.pl redhat

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 the desktop environment you are running. 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.

Open the Startup Programs panel in the GNOME Control Center.
Main Menu (the foot icon in the lower left corner of the screen) >; Programs >; Settings >; Session >; Startup Programs
Click Add?
In the Startup Command field, enter vmware-toolbox.
Click OK, click OK again, then close the GNOME Control Center.
The next time you start X, VMware Tools starts automatically.

Related Topics:
Components of VMware Tools
Setting preferences for VMware Tools
Setting up virtual machines for dual-boot systems

vmware-linux-tools.tar.gz这个文件下载不到
哪位能成功的在vmware下虚拟机中能启动起来,
麻烦跟个贴 谢谢!!!!

论坛徽章:
0
2 [报告]
发表于 2003-04-14 21:05 |只看该作者

vmware安装rh8后VMtools的安装

偶!

论坛徽章:
0
3 [报告]
发表于 2003-04-14 21:10 |只看该作者

vmware安装rh8后VMtools的安装

tiansgx老大是如何设置的呢??

论坛徽章:
0
4 [报告]
发表于 2003-04-14 21:35 |只看该作者

vmware安装rh8后VMtools的安装

vmware-linux-tools.tar.gz不需要下载
在工具条第二个菜单里(好久没用记不清了 )vmware增强工具吧,点上
你的cdrom里面就有一个vmware*****.iso

论坛徽章:
0
5 [报告]
发表于 2003-04-14 22:01 |只看该作者

vmware安装rh8后VMtools的安装

先装好 vmware,也装好了 linux,vmware 的窗体上有一个 setting 选项卡,此卡里面有一个按钮是 VMware Tools
        Install,点击它,会问你是否看帮助,按否跳过,然后就跳出一个窗体,点 ok就可以了。然后在你装好的 linux 虚拟机上成为 root,进行如下操作:                cd /
                              mount -t vfat /dev/fd0 /mnt
                              cp /mnt/vmware-linux-tools.tar.gz /tmp
                              umount /dev/fd0

                              Untar the VMware Tools tar file in /tmp and
                              install it.
                              cd /tmp
                              tar zxf vmware-linux-tools.tar.gz
                              cd vmware-linux-tools
                  ./install.pl 在你的虚拟机中有一个缺省的 VMware Tools
Floppy,你可以把这个 floppy 挂接到你的文件系统上,然后把里面的东西考下来就可以了,那 VMware Tools for Linux 就在那里,呵呵(记住,那个 floppy 可不是真的软盘啊,呵呵,不需要你插入软盘的。)安装完毕后 startx,哇!好酷啊!1024x768      32bits 啊!

只找到这么一个东东明天再试了!!  虚拟的设备号也不知道是哪一个明天再说了!

论坛徽章:
0
6 [报告]
发表于 2003-04-15 08:31 |只看该作者

vmware安装rh8后VMtools的安装

up谁有自己尝试的具体过程,贴一下吧!!

论坛徽章:
0
7 [报告]
发表于 2003-04-15 08:55 |只看该作者

vmware安装rh8后VMtools的安装

奇怪你不是会安装么!
1、启动vmware,进入vmware里的linux系统里,su成root
2、然后选"setting"-"vmware tools install"的那个选项,会弹出个对话框,按"确定"就行(选这个选项其实是虚拟一张光盘在/dev/cdrom里,这张虚拟光盘里有虚拟驱动)
3、mount /dev/cdrom /mnt/cdrom (将虚拟光盘挂上)
cd /mnt/cdrom
ls
应该会看见一个vmtoolsxxx.tgz,将它拷贝到/tmp目录下,然后
tar zvxf xxx.tgz得到一个名字类似vmtools的目录
4、进入这个目录下,运行./install.pl,一般来说,这个脚本会自动检测出你的linux版本,自动安装相应的驱动,一路确认就可以

论坛徽章:
0
8 [报告]
发表于 2003-04-15 20:44 |只看该作者

vmware安装rh8后VMtools的安装

谢谢已经好了。
在服务器使用是没什么问题鼠标比较流畅
但是如果在工作站使用终端服务连到服务器上再打开里的rh8,启动x就惨不忍睹了鼠标异常缓慢显示的分辩率很惨!!!

论坛徽章:
0
9 [报告]
发表于 2003-04-16 09:13 |只看该作者

vmware安装rh8后VMtools的安装

赶快升级你的机器吧

论坛徽章:
0
10 [报告]
发表于 2003-04-16 13:55 |只看该作者

vmware安装rh8后VMtools的安装

工作站:
PIII 800  256 SDROM   TNT2   20G os:en win2k pro+.net3718

server:
XEon2.4 * 2 mem: 1G RAid5 60G OS:win2k svr

不应该是配置的问题,要说是网络的事儿,那2K server的屏幕怎麽没显示的问题???
:(
平常还是用字符届面吧!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP