Dell Emulex Family of Adapters User Manual
Page 1012

Emulex Drivers Version 10.2 for VMware ESXi User Manual
P010087-01A Rev. A
3. Configuration
FC and FCoE Driver Configuration
1012
Examples of Permanent Per-Adapter Configuration
The following example sets lun_queue_depth to 20 (default is 30) for adapter #1.
1. Set the adapter-specific value using one of the following commands:
For ESXi 5.5 systems, type
esxcli system module parameters set -p lpfc1_lun_queue_depth=20
-m lpfc
For ESXi 5.0 and 5.1 systems, type
esxcfg-module -s “lpfc1_lun_queue_depth=20” lpfc820
2. To reboot the server, type
reboot
The new setting is used when the driver is reloaded.
To verify the setting, use one of the following commands:
For ESXi 5.5 systems, type
esxcli system module parameters list -m lpfc
For ESXi 5.0 and 5.1 systems, type
esxcfg-module -g lpfc820
The following example sets lun_queue_depth to 20 (default is 30) for adapter #1 and
lun_queue_depth to 10 (default is 30) for adapter #2 on an ESXi 5.0 or 5.1 server.
1. Set the adapter-specific value using one of the following commands:
For ESXi 5.5 systems, type
esxcli system module parameters set -p lpfc1_lun_queue_depth=20
-m lpfc
For ESXi 5.0 and 5.1 systems, type
esxcfg-module -s “lpfc1_lun_queue_depth=20
lpfc2_lun_queue_depth=10” lpfc820
Note: Type the command all on one line without a carriage return.
2. To reboot the server, type
reboot
The new settings are used when the driver is reloaded.
To verify the settings, use one of the following commands:
For ESXi 5.5 systems, type
esxcli system module parameters list -m lpfc
For ESXi 5.0 and 5.1 systems, type
esxcfg-module -g lpfc820