0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MarvellのNICでSR-IOVを有効にするまで

Posted at

手順

ファイルを転送するところは省いてます。/tmp/に送って下さい。

  1. まずQLogic_FastLinq_Esxcli_Pluginをインストールする
    esxcli software vib install -v /tmp/QLG_bootbank_qlogic-fastlinq-esxcli-plugin_3.1.68-01.vib
  2. 最新のファームウェアにする
    esxcli qlfastlinq qcc adapter update -i Adapter_0_2_0 -f /tmp/ql_bb_mbi_8.50.76.bin
  3. 最新のドライバにする
    esxcli software vib update -v /tmp/QLC_bootbank_qedentv_3.11.16.0-1OEM.670.0.0.8169922.vib
  4. ESXiにSSHで入って次のコマンド
[root@esxi2:~]esxcli qlfastlinq qcc adapter list
Adapters
-------------
Adapter_0_2_0

[root@esxi2:~]esxcli qlfastlinq qcc adapter sriov setFile -i=Adapter_0_2_0 -o=Enabled
SRIOV Configuration:
   Message: Success
   Mode: Single-Function
   SRIOV: Enabled
   Sriov Config:
         Pf Number: 0
         VFs Per PF: 16

         Pf Number: 1
         VFs Per PF: 16
[root@esxi2:~]esxcli qlfastlinq qcc adapter sriov set -i=Adapter_0_2_0
SRIOV Configuration:
   Message: Success
   Mode: Single-Function
   Reboot Required: true
   SRIOV: Enabled
   Sriov Config:
         Pf Number: 0
         VFs Per PF: 16

         Pf Number: 1
         VFs Per PF: 16
[root@esxi2:~]reboot

再起動をまって再ログインして

[root@esxi2:~]esxcli system module parameters set -m qedentv -p "max_vfs=10,10"
[root@esxi2:~]esxcli system module parameters list -m qedentv | grep vfs
ax_vfs             array of int   10,10  Number of VFs to be enabled for each pci function. Default:0, Valid values: 0:disable, 1 upto 120. Actual number is adapter specific.

ダウンロード

ダウンロードはここから
http://driverdownloads.qlogic.com/QLogicDriverDownloads_UI/Defaultnewsearch.aspx

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?