VMware Fustion7上のCentOS6.5にVMware Toolsを再インストール
VMware FusionをアップグレードしてからCentOSを起動していなかったのでVMware Toolsを再インストールしていなかった。そのため、ホストOSとゲストOS間でのコピペがうまくいかない(これが一番痛い)ので再インストールを実施。
1. メニューの[仮想マシン]の[VMware Toolsの再インストール]を選択。
2. ダイアログがでてくるので[インストール]をクリック。
3. メニューの[仮想マシン]では[VMware Toolsのインストールをキャンセル]となっている。
4. /media/VMware Toolsにマウントされるので、あとは解凍して実行する。質問はすべてデフォルト。
$ df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup-lv_root 18134344 6798704 10414452 40% / tmpfs 953272 232 953040 1% /dev/shm /dev/sda1 495844 126912 343332 27% /boot /dev/sr0 62490 62490 0 100% /media/VMware Tools $ pwd /media/VMware Tools $ ls -l 合計 62139 -r--r--r-- 1 kohchi kohchi 62183192 5月 23 06:44 2015 VMwareTools-9.9.3-2759765.tar.gz -r-xr-xr-x 1 kohchi kohchi 1959 5月 23 06:43 2015 manifest.txt -r--r--r-- 1 kohchi kohchi 1850 5月 23 06:41 2015 run_upgrader.sh -r-xr-xr-x 1 kohchi kohchi 683620 5月 23 06:42 2015 vmware-tools-upgrader-32 -r-xr-xr-x 1 kohchi kohchi 758168 5月 23 06:42 2015 vmware-tools-upgrader-64 $ cp -ip VMwareTools-9.9.3-2759765.tar.gz /tmp $ cd /tmp $ zcat VMwareTools-9.9.3-2759765.tar.gz | tar xvf - 解凍したファイルが表示 .... $ cd vmware-tools-distrib/ $ su # ./vmware-install.pl A previous installation of VMware Tools has been detected. The previous installation was made by the tar installer (version 4). Keeping the tar4 installer database format. You have a version of VMware Tools installed. Continuing this install will first uninstall the currently installed version. Do you wish to continue? (yes/no) [yes] Uninstalling the tar installation of VMware Tools. Stopping services for VMware Tools Stopping VMware Tools services in the virtual machine: Guest operating system daemon: [ OK ] VMware User Agent (vmware-user): [ OK ] Blocking file system: [ OK ] Unmounting HGFS shares: [ OK ] Guest filesystem driver: [ OK ] VM communication interface socket family: [ OK ] VM communication interface: [ OK ] Stopping Thinprint services in the virtual machine: Stopping Virtual Printing daemon: done File /etc/pulse/default.pa is backed up to /etc/pulse/default.pa.old.5. The removal of VMware Tools 9.9.3 build-2759765 for Linux completed successfully. 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] 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 9.9.3 build-2759765 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. Stopping Thinprint services in the virtual machine: Stopping Virtual Printing daemon: done Stopping VMware Tools services in the virtual machine: Guest operating system daemon: [ OK ] VMware User Agent (vmware-user): [ OK ] Blocking file system: [ OK ] Unmounting HGFS shares: [ OK ] Guest filesystem driver: [ OK ] VM communication interface socket family: [ OK ] VM communication interface: [ OK ] 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. The module pvscsi has already been installed on this system by another installer or package and will not be modified by this installer. The module vmmemctl has already been installed on this system by another installer or package and will not be modified by this installer. 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... The vmblock enables dragging or copying files between host and guest in a Fusion or Workstation virtual environment. Do you wish to enable this feature? [yes] VMware automatic kernel modules enables automatic building and installation of VMware kernel modules at boot that are not already present. This feature can be enabled/disabled by re-running vmware-config-tools.pl. Would you like to enable VMware automatic kernel modules? [no] Thinprint provides driver-free printing. Do you wish to enable this feature? [yes] Disabling timer-based audio scheduling in pulseaudio. Do you want to enable Guest Authentication (vgauth)? [yes] Detected X server version 1.13.0 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. Starting Virtual Printing daemon: done Checking acpi hot plug [ OK ] Starting VMware Tools services in the virtual machine: Switching to guest configuration: [ OK ] VM communication interface: [ OK ] VM communication interface socket family: [ OK ] Guest filesystem driver: [ OK ] Mounting HGFS shares: [失敗] Blocking file system: [ OK ] VMware User Agent: [ OK ] Guest operating system daemon: [ OK ] The configuration of VMware Tools 9.9.3 build-2759765 for Linux for this running kernel completed successfully. You must restart your X session before any mouse or graphics changes take effect. You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the command line. 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 your desktop session; and, 3. Restart your X session. Enjoy, --the VMware team # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup-lv_root 18134344 7047724 10165432 41% / tmpfs 953272 232 953040 1% /dev/shm /dev/sda1 495844 126913 343331 27% /boot #
HGFSが失敗しているけど元々エラーだったのでとりあえず終了。
元記事は以下。
http://mawatari.jp/archives/centos-6-2-vmware-tools-install-log