#adsense(728x90)
ファイル名 | 用途 | 説明 |
vm-name.vmx | 構成ファイル | 構成やハードウェア情報が含まれる |
vm-name.vswp | スワップ ファイル | 仮想マシンが起動するとスワップ ファイルとして作成される 割り当てられたメモリ サイズ - 予約されたメモリ サイズのファイルが出来る |
vm-name.nvram | BIOS ファイル | |
vmware-n.log | ログ ファイル | 常に 6 つ保持される |
vm-name.vmdk | 仮想ディスクの管理ファイル | データストア ブラウザでは実体として見える |
vm-name-flat.vmdk | 仮想ディスクの実体 | データストア ブラウザでは見えない |
vm-name_n.vmdk | 仮想ディスクの管理ファイル | ディスクが複数ある場合 |
vm-name_n-flat.vmdk | 仮想ディスクの実体 | |
vm-name.vmsn | サスペンド状態ファイル | |
vm-name.vmtx | テンプレート構成ファイル | テンプレートに変換すると vmx と置き換わる |
vm-name-rdm.vmdk | RDM ファイル | RAW デバイスへのマッピング ファイル |
vm-name.vmsd | スナップショット データベース (テキスト ファイル) スナップショット マネージャが読み込む |
項目 | 標準 | カスタム | 説明 |
構成 | o | o | |
名前と場所 | o | o | 仮想マシンの名称 フォルダ名になる |
ストレージ | o | o | ファイルを保存するディスク |
仮想マシンのバージョン | - | o | 仮想マシンの HW バージョン 旧バージョンに移行する可能性がない場合は最新を使う |
ゲスト OS | o | o | 利用する OS |
CPU | - | o | 仮想 CPU のソケット数、コア数 |
メモリ | - | o | メモリサイズ |
ネットワーク | o | o | NIC の数、種類 |
SCSI コントローラ | - | o | |
ディスクの作成 | o | o | 仮想マシンのファイルを新規に作るか既存のものを使うか RDM を使うか |
終了準備の完了 | o | o | 最終確認 |
vmkfstools -K /Volume/path/filename.vmdk
C:\> sdelete -z c:
[root@host ~]# mount /dev/cdrom /mnt mount: block device /dev/sr0 is write-protected, mounting read-only [root@host ~]# cp /mnt/VMwareTools-9.4.0-1280544.tar.gz /usr/local/src [root@host ~]# cd /usr/local/src [root@host src]# tar xzf VMwareTools-9.4.0-1280544.tar.gz [root@host src]# cd vmware-tools-distrib/ [root@host 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] 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 going to 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 is going to create it, including needed parent directories. Is this what you want? [yes] The installation of VMware Tools 9.4.0 build-1280544 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 2014-10-03 (金) 17:37:46 [yes] Initializing... Making sure services for VMware Tools are stopped. Stopping VMware Tools services in the virtual machine: Guest operating system daemon: [ OK ] Unmounting HGFS shares: [ OK ] Guest filesystem driver: [ 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. Use the flag --clobber-kernel-modules=vmxnet3 to override. The module pvscsi has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=pvscsi to override. The module vmmemctl has already been installed on this system by another installer or package and will not be modified by this installer. Use the flag --clobber-kernel-modules=vmmemctl to override. 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] 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? [no] 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] No X install found. Creating a new initrd boot image for the kernel. 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 operating system daemon: [ OK ] The configuration of VMware Tools 9.4.0 build-1280544 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
#adsense(728x90)