ESXi が Intel 製 NIC を正常に認識しない場合の対処方法(例)

ESXi 5.5.0 メモ。

 富士通 PRIMERGY TX100 S3p の Secondary NIC である「 Intel 82579LM 」を利用可能にする tips

 1.フツーに 5.5.0( update 1 だっけ?)を突っ込む

 2.ESXi の IP を固定化

 3.ssh を有効にする

 4.sftp にて「 net-e1001e-1.0.0.x86_64.vib 」を転送

   最新は http://www.virten.net/2013/09/esxi-5-x-installation-on-intel-nuc-fails-with-no-network-adapters/ から

   突っ込む先は / 直下でも構わない(注)

 5.ESXi に ssh で入る

 6.「 esxcli software acceptance set --level=CommunitySupported 」を実行

 7.「 esxcli software vib install -v /net-e1001e-1.0.0.x86_64.vib 」 を実行

   vib は「 full path 」じゃないとアウトなんで注意。

 (6)を実行しないまま(7)へ進むと

              • -

# esxcli software vib install -v /net-e1001e-1.0.0.x86_64.vib

[DependencyError]

VIB Chilly_bootbank_net-e1001e_1.0.0's acceptance level is community, which is not compliant with the ImageProfile acceptance level partner

To change the host acceptance level, use the 'esxcli software acceptance set' command.

Please refer to the log file for more details.

              • -

   と怒られる。

 

(7)の実行結果が

              • -

Installation Result

Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.

Reboot Required: true

VIBs Installed: Chilly_bootbank_net-e1001e_1.0.0

VIBs Removed:

VIBs Skipped:

              • -

 と出たら大丈夫。

 おそらく、IntelNIC を積んだ NUC 等でも発生し易い事象ではあると思うが、NUC 等だと「活性化された NIC 」が無い状態である可能性が高いので要注意。