仮想マシンを設定変更する

VMware Toolsをインストールする

仮想マシンにVMware Toolsをインストールする方法を説明します。
VMware Toolsのアップグレードについても本手順を参考に対応可能です。

check
重要
  • VMware Toolsは必ずインストールしてご利用ください。ゲストOSにVMware Toolsがインストールされていない場合は、運用サポート上の制限が生じる可能性があります。
  • 当社が提供するテンプレートには、VMware Toolsが含まれています。
  • 2022年6月時点での当社環境における推奨バージョンは、以下のとおりです。
    11.1.1以降
  • VMware Toolsのインストール・アップグレード方法の詳細は、以下のWebサイトより対象ゲストOSのリンクを参照してください。
    VMwaere Tools のインストール VMware Tools のアップグレード

仮想マシンがLinuxの場合、以下の2種類のいずれかのVMware Toolsをインストールします。

  • ヴイエムウェア社提供のVMware Tools
  • 各Linuxディストリビューションからリリースされているopen-vm-tools
edit
補足

OSのバージョンにより推奨されるVMware Toolsが異なります。open-vm-toolsの対象OSは、以下のWebサイトを参照してください。
https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2074713

WindowsにVMware Toolsをインストールする

Windowsの仮想マシンにVMware Toolsをインストールする方法を説明します。

  1. 「仮想マシン」タブをクリックします。

  2. インストール対象の仮想マシンを右クリックし、「VMware Toolsのインストール」をクリックします。

    メディアがマウントされます。

  3. マウントされた仮想マシンを右クリックし、「コンソールを開く」をクリックします。

    コンソール画面が表示されます。

  4. マウントされたメディアから「setup.exeの実行」を実行します。

    インストールウィザードが起動します。

  5. 「次へ」ボタンをクリックします。

  6. 「セットアップタイプ」で「標準」が選択されていることを確認し、「次へ」ボタンをクリックします。

  7. 「インストール」ボタンをクリックします。

    インストールが開始されます。

  8. 完了画面が表示されたら、「完了」ボタンをクリックします。

    確認画面が表示されます。

  9. 表示された内容を確認し、「はい」ボタンをクリックします。

    OSが再起動します。

  10. タスクトレイに アイコンが表示されていることを確認します。

    VMware Toolsのインストールが完了します。

LinuxにVMware Toolsをインストールする

Linuxの仮想マシンにVMware Toolsをインストールする方法を説明します。

  1. 「仮想マシン」タブをクリックします。

  2. インストール対象の仮想マシンを右クリックし、「VMware Toolsのインストール」をクリックします。

    メディアがマウントされます。

  3. マウントされた仮想マシンを右クリックし、「コンソールを開く」をクリックします。

    コンソール画面が表示されます。

  4. ゲストOSに、root権限を持つユーザでログインします。

    この後の手順はCLI(Command Line Interface)で行います。

  5. 以下のコマンドを実行します。

    コマンド
    # mkdir /mnt/cdrom
    # mount /dev/cdrom /mnt/cdrom(イメージのマウント)
    mount: block device /dev/sr0 is write-protected, mounting read-only
    # cd /tmp
    # ls /mnt/cdrom
    mainifest.txt VMwareTools-8.3.17-784891.tar.gz(ファイル名を控えてください)
    # tar zxpf /mnt/cdrom/VMwareTools-8.3.17-784891.tar.gz(パッケージの解凍)
    # umount /dev/cdrom(イメージのアンマウント)
    # cd vmware-tools-distrib
    # ./vmware-install.pl(インストールスクリプトの実行)
    Creating a new VMware Tools installer database using the tar4 format.

    Installing VMware Tools.

    In which directory do you want to install the binary files?
    [/usr/bin](「Enter」キー)

    What is the directory that contains the init directories (rc0.d/ to rc6.d)?
    [/etc/rc.d](「Enter」キー)

    What is the directory that contains the init scripts?
    [/etc/rc.d/initd](「Enter」キー)

    In which directory do you want to install the damon files?
    [/usr/sbin](「Enter」キー)

    In which directory do you want to install the library files?
    [/usr/lib/vmware-tools](「Enter」キー)

    The path [/usr/lib/vmware-tools] does not exist currently. This program is going to create it, including needed parent directories. Is this what you want? [yes](「Enter」キー)

    In which directory do you want to install the documentation files?
    [/usr/share/doc/vmware-tools](「Enter」キー)

    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](「Enter」キー)

    The installation of VMware Tools 8.3.17 build-784891 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](「Enter」キー)

    Initializing...

    <snip>

    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? [no](「Enter」キー)

    The vmblock enables dragging of copying files between host and guest in a Fusion or Workstation virtual environment. Do you wish to enable this feature? [no](「Enter」キー)

    <snip>

    Please enter a number between 1 and 29:

    [3](「Enter」キー)
    <snip>
    The configuration of VMware Tools 8.3.17 build-784891 for Linux for this running kernel completed successfully.

    <snip>

    Found VMware Tools CDROM mounted at /media/VMware Tools. Ejecting device /dev/hda ... (インストール、セットアップの完了)

    # exit (ログオフ)

    以上でインストールは完了です。

Linuxにopen-vm-toolsをインストールする

Linuxの仮想マシンに各Linuxディストリビューションからリリースされているopen-vm-toolsをインストールする方法を説明します。ここでは、例としてCentOS 7にインストールする手順で説明します。

  1. 「仮想マシン」タブをクリックします。

  2. インストール対象の仮想マシンを右クリックし、「コンソールを開く」をクリックします。

    コンソール画面が表示されます。

  3. ゲストOSに、root権限を持つユーザでログインします。

    この後の手順はCLI(Command Line Interface)で行います。

  4. 以下のコマンドを実行します。

    コマンド
    # yum install open-vm-tools (open-vm-toolsのインストールを実行する)
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    * base: ftp.iij.ad.jp
    * extras: ftp.iij.ad.jp
    * updates: ftp.iij.ad.jp
    Resolving Dependencies
    --> Running transaction check
    ---> Package open-vm-tools.x86_64 0:10.1.5-3.el7 will be installed
    (中略)
    Transaction Summary
    ====================================================== ====================================================== ==========================================
    Install 1 Package (+11 Dependent packages) Upgrade ( 1 Dependent package)
    Total download size: 8.7 M
    Is this ok [y/d/N]: y (必要なパッケージのダウンロードを許可する)
    Downloading packages:
    (中略)

    Total
    18 MB/s | 8.7 MB 00:00:00
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    Importing GPG key 0xF4A80EB5:
    Userid : "CentOS-7 Key (CentOS 7 Official Signing Key)<security@centos.org>"
    Fingerprint : ****
    Package : centos-release-7-2.1511.el7.centos.2.10.x86_64 (@anaconda)
    From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
    Is this ok [y/N]: y (必要なパッケージのインストールを許可する)
    Running transaction check
    Running transaction test
    Transaction test succeeded
    Running transaction
    (中略)
    Installed:
    open-vm-tools.x86_64 0:10.1.5-3.el7
    (中略)
    Complete! (インストールの完了)

    # exit (ログオフ)

    以上でインストールは完了です。