各部の名称確認
ショートカットの確認
VMWareを使用している場合の、VMware Toolsのインストールです。
管理→VMware Toolsのインストールを選択します。
画面下部に実行方法が表示されています。
端末を起動します。
pu@CL-U14:~$ cd /media/hopu/VMware\ Tools/ #DVDのマウント場所まで移動します。
hopu@CL-U14:/media/hopu/VMware Tools$
hopu@CL-U14:/media/hopu/VMware Tools$ cp VMwareTools-9.2.3-1031360.tar.gz /home/hopu/ダウンロード/ #そのままでは実行できないのでHDDへコピーします。
hopu@CL-U14:/media/hopu/VMware Tools$
hopu@CL-U14:/media/hopu/VMware Tools$ cd /home/hopu/ダウンロード/
hopu@CL-U14:~/ダウンロード$
hopu@CL-U14:~/ダウンロード$ ls
VMwareTools-9.2.3-1031360.tar.gz
hopu@CL-U14:~/ダウンロード$
hopu@CL-U14:~/ダウンロード$ ls -l #読み取り専用では解凍ができないので書き込み権限を付与します。
合計 65400
-r--r--r-- 1 hopu hopu 66968637 7月 9 23:56 VMwareTools-9.2.3-1031360.tar.gz
hopu@CL-U14:~/ダウンロード$
hopu@CL-U14:~/ダウンロード$
hopu@CL-U14:~/ダウンロード$ chmod +w VMwareTools-9.2.3-1031360.tar.gz
#読み取り専用では解凍ができないので書き込み権限を付与します。
tar zxvf VMwareTools-9.2.3-1031360.tar.gz で解凍したものが赤枠内のディレクトリです。
そこへ移動します。
hopu@CL-U14:~/ダウンロード/vmware-tools-distrib$ sudo ./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] /home/hopu/vmware-tools #ツールのインストールディレクトリの場所を指定します。
The path "/homevmware-tools" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want?
[yes] yes #ディレトクリを作成していいか?
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
[/etc] /etc
What is the directory that contains the init scripts?
[/etc/init.d] /etc/init.d
In which directory do you want to install the daemon files?
[/sbin] /sbin
In which directory do you want to install the library files?
[/lib/vmware-tools] /lib/vmware-tools
The path "/lib/vmware-tools" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want?
[yes] yes
In which directory do you want to install the documentation files?
[/doc/vmware-tools] /doc/vmware-tools
The path "/doc/vmware-tools" does not exist currently. This program is going to
create it, including needed parent directories. Is this what you want?
[yes] yes
The installation of VMware Tools 9.2.3 build-1031360 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command:
"/homevmware-tools/vmware-uninstall-tools.pl".
Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/homevmware-tools/vmware-config-tools.pl". Do
you want this program to invoke the command for you now? [yes] yes
Initializing...
Making sure services for VMware Tools are stopped.
The VMware FileSystem Sync Driver (vmsync) allows external third-party backup
software that is integrated with vSphere to create backups of the virtual
machine. Do you wish to enable this feature? [no] yes
Before you can compile modules, you need to have the following installed...
make
gcc
kernel headers of the running kernel
Searching for GCC...
Detected GCC binary at "/usr/bin/gcc".
The path "/usr/bin/gcc" appears to be a valid path to the gcc binary.
Would you like to change it? [no] no
Searching for a valid kernel header path...
Detected the kernel headers at "/lib/modules/3.13.0-30-generic/build/include".
The path "/lib/modules/3.13.0-30-generic/build/include" appears to be a valid
path to the 3.13.0-30-generic kernel headers.
Would you like to change it? [no] yes
Enter the path to the kernel header files for the 3.13.0-30-generic kernel?
[/lib/modules/3.13.0-30-generic/build/include] /lib/modules/3.13.0-30-generic/build/include
The path "/lib/modules/3.13.0-30-generic/build/include" appears to be a valid
path to the 3.13.0-30-generic kernel headers.
Would you like to change it? [no] no
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] yes
!!! [EXPERIMENTAL] !!!
VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present. By selecting yes,
you will be enabling this experimental feature. You can always disable this
feature by re-running vmware-config-tools.pl.
Would you like to enable VMware automatic kernel modules?
[no] no
Thinprint provides driver-free printing. Do you wish to enable this feature?
[yes] yes
Disabling timer-based audio scheduling in pulseaudio.
stribution 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.
update-initramfs: Generating /boot/initrd.img-3.13.0-30-generic
vmware-tools-thinprint start/running
vmware-tools start/running
The configuration of VMware Tools 9.2.3 build-1031360 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 "/homevmware-tools/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 /homevmware-tools/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.
Enjoy,
--the VMware team
hopu@CL-U14:~/ダウンロード/vmware-tools-distrib$ #完了
完了して再起動すると、外観で解像度を変更しなくてもVMのウインドウの大きさに合わせて変化できるようになります。NWも一応?早くなるようです。
テーマ:UbuntuおよびUbuntu派生 - ジャンル:コンピュータ
★CentOS7 まとめ
★Ubuntu14 まとめ
★Ubuntu12用無線アダプタ紹介
★Ubuntu12 まとめ
★Server 2008R2 まとめ
★SCCM2012R2 まとめ
★Windows10 アップグレード
★Windows7 まとめ
★Windows7 SSD まとめ
★Windows8 まとめ
★EaseUS Todo Backup Server
★Linux Destbision まとめ
★Linuxコマンド関連Index
★Zorin8.1まとめ
★Fedora17まとめ
★Fedora15まとめ
☆VB Script まとめ
★USB3.0で快適バックアップ
★リンク集・メール
・はじめての自宅サーバ構築 - Fedora/CentOS -
SCCM Backup 遠隔操作 VirtualBox FeliCaポート/パソリ ESXi
<%plugin_third_description>
<%plugin_third_content><%plugin_third_description2>