NetQueue は、デフォルトで有効になっています。

前提条件

NIC ドライバの構成については、「Getting Started with ESXCLI」を参照すると理解が深まります。

手順

  1. ESXCLI では、ホストのバージョンに応じて次のコマンドを使用します。
    esxcli system settings kernel set --setting="netNetqueueEnabled" --value="FALSE"
  2. NIC ドライバの NetQueue を無効にするには、esxcli module parameters set コマンドを使用します。
    1 つの受信キューを持つドライバを構成するには、デュアルポート Emulex NIC で ESXCLI コマンドを実行します。
    esxcli system module parameters set -m tg3 -p force_netq=1,1
  3. ホストを再起動します。