トラブルシュート
Last-modified: Thu, 20 Dec 2018 22:08:40 JST (2321d)
Top > トラブルシュート
VMware ESXi(VMware vSphere Hypervisor 6)をセットアップ中に発生したトラブルシュートです。
インストール後、Operating System Not Foundで起動しない。
CDからインストール後、マシンを再起動したらOSがないと起動しないことがあります。
これは、ESXiがUEFIブートでないと起動しないためです。
マシンのBIOS設定でUEFIブートを有効化しましょう。
パッチ適用時、依存関係エラーがでて動かない。
パッチ適用時、アップデートパッチを適用しようとすると以下のようなエラーが出ました。
[DependencyError] VIB VMware_bootbank_esx-base_6.7.0-1.28.10302608 requires esx-update >= 6.7.0-1.28, but the requirement cannot be satisfied within the ImageProfile. VIB VMware_bootbank_esx-base_6.7.0-1.28.10302608 requires esx-update << 6.7.0-1.29, but the requirement cannot be satisfied within the ImageProfile. Please refer to the log file for more details.
ググると、プロファイルの更新が必要だそうです。プロファイル名はこの辺りかな?
esxcli software profile update -p ESXi-6.7.0-20181002001-standard -d /vmfs/volumes/datastore1/update/update-from-esxi6.7-6.7_update01.zip
どうもアップデート適用時にはプロファイルの更新が必要なようです。
Small Footprint CIM Broker Daemon (SFCBD) が実行されていません。とエラーが出る。
ストレージの監視で上記エラーが出ることがあります。
この場合、以下の手順で有効化します。
- サーバにSSH接続するために、SSHを有効化します。
- SSH接続します。TeraTermのばあい、以下のようにして接続します。(チェレンジレスポンス認証)
- 以下のコマンドを順番に入力します。
[root@vmware:~] esxcli system wbem set --enable false [root@vmware:~] esxcli system wbem set --enable true [root@vmware:~] chkconfig sfcbd-watchdog on [root@vmware:~] /etc/init.d/sfcbd-watchdog restart
- 最後の出力が"sfcbd-init: Program started normally."だったらOKです。
再度確認すると、エラーが消えています。 - SSH接続を無効化します。
Counter: 1473,
today: 1,
yesterday: 1
このページの参照回数は、1473です。