NetQueue is enabled by default. To use NetQueue after it has been disabled, you must reenable it.
Prerequisites
Familiarize yourself with the information on configuring NIC drivers in
Getting Started with vSphere Command-Line Interfaces.
Procedure
1
|
In the VMware vSphere CLI, use the following command depending on the host version:
|
|
|
vicfg-advcfg --set true VMkernel.Boot.netNetQueueEnable
|
|
esxcli system settings kernel set --setting="netNetqueueEnabled" --value="TRUE"
|
|
2
|
Use the VMware vSphere CLI to configure the NIC driver to use NetQueue.
|
3
|
|
NetQueue is enabled by default.
Prerequisites
Familiarize yourself with the information on configuring NIC drivers in
Getting Started with vSphere Command-Line Interfaces.
Procedure
1
|
In the VMware vSphere CLI, use the following command depending on the host version:
|
|
|
vicfg-advcfg --set false VMkernel.Boot.netNetQueueEnable
|
|
esxcli system settings kernel set --setting="netNetqueueEnabled" --value="FALSE"
|
|
2
|
To disable NetQueue on the NIC driver, use the vicfg-module -s "" module name command.
For example, if you are using the s2io NIC driver, use vicfg-module -s "" s2io.
|
3
|
|
No comments:
Post a Comment