VMware ESXi 6.x Embedded Host Client インストール
VMware ESXi 6.0U1 Embedded Host Client インストール
SSHにてrootでログイン
SSHでログイン出来るように事前に構成しておいてください。
login as: root Using keyboard-interactive authentication. Password: The time and date of this login have been sent to the system logs. VMware offers supported, powerful system administration tools. Please see www.vmware.com/go/sysadmintools for details. The ESXi Shell can be disabled by an administrative user. See the vSphere Security documentation for more information. [root@esxi6:~]
モジュールダウンロード
「cd /tmp」にてディレクトリ移動。
「wget http://download3.vmware.com/software/vmw-tools/esxui/esxui-offline-bundle.6.x.zip」にてダウンロード。
[root@esxi6:~] cd /tmp [root@esxi6:/tmp] wget http://download3.vmware.com/software/vmw-tools/esxui/esxui-offline-bundle.6.x.zip Connecting to download3.vmware.com (23.207.115.51:80) esxui-offline-bundle 100% |*******************************| 2764k 0:00:00 ETA
解凍
「unzip esxui-offline-bundle.6.x.zip」にて解凍。
[root@esxi6:/tmp] unzip esxui-offline-bundle.6.x.zip Archive: esxui-offline-bundle.6.x.zip inflating: index.xml inflating: vendor-index.xml inflating: metadata.zip inflating: vib20/esx-ui/VMware_bootbank_esx-ui_0.0.2-0.1.3357452.vib
インストール
「esxcli software vib install -v /tmp/vib20/esx-ui/VMware_bootbank_esx-ui_0.0.2-0.1.3357452.vib」にてインストール。
モジュールのパスを省略しないこと。
[root@esxi6:/tmp] esxcli software vib install -v /tmp/vib20/esx-ui/VMware_bootbank_esx-ui_0.0.2-0.1.3357452.vib Installation Result Message: Operation finished successfully. Reboot Required: false VIBs Installed: VMware_bootbank_esx-ui_0.0.2-0.1.3357452 VIBs Removed: VIBs Skipped: [root@esxi6:/tmp]
