解決無法安裝VMWARE Tools的問題
在此次解決解決無法安裝VMWARE Tools的問題的例子中,筆者采用的環(huán)境如下:
主機:win xp sp2 虛擬平臺:VMWARE 4.5.2 在其上安裝RedHat9.0。
無法安裝VMWARE Tools的問題現(xiàn)象:能夠進入圖形界面,但是總是提示沒有安裝VMWARE Tools。具體如下:
A previous installation of VMware software has been detected.
The previous installation was made by the tar installer (version 3).
Keeping the tar3 installer database format.
Uninstalling the tar installation of VMware Tools.
Stopping VMware Tools services in the virtual machine:
Guest operating system daemon: [ 確定 ]
The removal of VMware Tools 4.5.2 build-8848 for Linux completed successfully.
Thank you for having tried this software.
Installing the 未命名 1content of the package.
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 goingto create it, including needed parent directories. Is this what you want?
[yes]
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 isgoing to create it, including needed parent directories. Is this what you want?
[yes]
Unmounting the Tools ISO image mnt/cdrom .
The installation of VMware Tools 4.5.2 build-8848 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]
This configuration program is to be executed out of an XFree86 session. Please
shut down all instances of XFree86.
Execution aborted.
無法安裝VMWARE Tools的問題原因:沒有配置該工具。vmware-config-tools.pl需要根據(jù)你的顯示器分辨率進行配置,然后才能加強鼠標功能。
解決:需要進行如下操作:
#init 3(保證在超級用戶模式下,進入文字界面)
然后輸入
login:root
password:
#cd /usr/bin
#vmware-config-tools.pl
然后根據(jù)提示設(shè)置,完成后reboot一下,這個無法安裝VMWARE Tools的問題就可以解決了。
【編輯推薦】