ESXi6.0Update2でIPoIB

ESXi6.0Update2が出たので、
IPoIBのドライバもインストールし直しです。。。

IPoIBでガンバリマス!!

使っているInfinibandカードはConnectX®-2なので
MLNX OFED ESX (RDMA) 5.1/5.5=1.8.2.4が対応しています。
6.0系のサポートはされていませんが、入れるだけ入れてみる。

日本サイトにしか置いてないっぽい。。。
http://jp.mellanox.com/page/products_dyn?product_family=36&mtag=vmware_drivers

現状確認してみる

[root@esxi:~] esxcli software vib list|grep mlx
net-mlx4-core                  1.9.7.0-1vmw.600.0.0.2494585         VMware           VMwareCertified     2016-02-07
net-mlx4-en                    1.9.7.0-1vmw.600.0.0.2494585         VMware           VMwareCertified     2016-02-07
nmlx4-core                     3.0.0.0-1vmw.600.0.0.2494585         VMware           VMwareCertified     2016-02-07
nmlx4-en                       3.0.0.0-1vmw.600.0.0.2494585         VMware           VMwareCertified     2016-02-07
nmlx4-rdma                     3.0.0.0-1vmw.600.0.0.2494585         VMware           VMwareCertified     2016-02-07

完全に置き換わってます

そのままドライバをインストールしてみる。

[root@esxi:~] esxcli software vib install -d /vmfs/volumes/datastore1/patch/MLNX-OFED-ESX-1.8.2.4-10EM-500.0.0.472560.zip
 [DependencyError]
 VIB VMware_bootbank_net-mlx4-en_1.9.7.0-1vmw.600.0.0.2494585 requires com.mellanox.mlx4_core-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 Please refer to the log file for more details.

はい、怒られました。

6.0U2で置き換わったドライバを丸々削除してあげます。

[root@esxi:~] esxcli software vib remove -n=net-mlx4-en -n=net-mlx4-core -n=nmlx4-core -n=nmlx4-en -n=nmlx4-rdma
Removal Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed:
   VIBs Removed: VMware_bootbank_net-mlx4-core_1.9.7.0-1vmw.600.0.0.2494585, VMware_bootbank_net-mlx4-en_1.9.7.0-1vmw.600.0.0.2494585, VMware_bootbank_nmlx4-core_3.0.0.0-1vmw.600.0.0.2494585, VMware_bootbank_nmlx4-en_3.0.0.0-1vmw.600.0.0.2494585, VMware_bootbank_nmlx4-rdma_3.0.0.0-1vmw.600.0.0.2494585
   VIBs Skipped:

再起動を要求されますが、
そのまま続行!!

改めてインストールする。

[root@esxi:~] esxcli software vib install -d /vmfs/volumes/datastore1/patch/MLNX-OFED-ESX-1.8.2.4-10EM-500.0.0.472560.zip
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: Mellanox_bootbank_net-ib-cm_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-ib-core_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-ib-ipoib_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-ib-mad_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-ib-sa_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-ib-umad_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-mlx4-core_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_net-mlx4-ib_1.8.2.4-1OEM.500.0.0.472560, Mellanox_bootbank_scsi-ib-srp_1.8.2.4-1OEM.500.0.0.472560
   VIBs Removed:
   VIBs Skipped:

無事に入りました。
再起動をかけてあげれば、認識します。
あとはVMKernelに紐づけてあげてiSCSIするなりNFSするなりw

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Enter code * Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.