Users Guide
Table Of Contents
- Table of Contents
- Chapter 1: Introduction
- Chapter 2: Installation
- Chapter 3: Configuration
- 3.1 ESXi Command Line Tool Transition
- 3.2 FC Driver Configuration
- 3.2.1 Configuration Methods for FC Driver Parameters
- 3.2.2 Emulex ExpressLane Support
- 3.2.3 FC-SP-2 Authentication (DH-CHAP) Support
- 3.2.4 Trunking Support
- 3.2.5 Dynamically Adding LUNs
- 3.2.6 Dynamically Adding Targets
- 3.2.7 FC Driver Module Parameters
- 3.2.8 Creating an FC Remote Boot Disk
- 3.2.9 Managing Devices through the CIM Interface
- 3.2.10 Installing the Emulex CIM Provider
- 3.2.11 Creating, Deleting, and Displaying vPorts
- 3.2.12 Configuring VVols
- 3.2.13 Adjusting the LUN Queue Depth
- 3.3 Configuring NVMe over FC on a NetApp Target
- 3.4 Configuring NVMe over FC on an Initiator System
- Chapter 4: Troubleshooting the FC Driver
- Chapter 5: Troubleshooting the NVMe Driver
- Appendix A: esxcli Management Tool
- Appendix B: lpfc Driver BlockGuard Functionality
- Appendix C: Using the VMID Feature on a Brocade Switch
- Appendix D: Using the VMID Feature on a Cisco Switch
- Appendix E: NPIV Configuration
- Appendix F: License Notices
Broadcom DRVVM-UG128-100
96
Emulex Drivers for VMware ESXi User Guide
authconfig set -w <initiator wwpn> -d
<target wwpn> -b <bi-directional>
-p <dh-priority> -s <hash-priority>
-m <mode> -r <re-authentication>
-a <re-authentication-interval>
-t <timeout>
Sets the authentication configuration parameters for a specified HBA port.
d specifies the destination WWPN. It must be ff:ff:ff:ff:ff:ff:ff:ff
for a switch or the actual WWPN for a target.
b specifies bidirectional. Valid values are (disabled, enabled).
p specifies dh-priority: (1, 2, 3, 4, 5), any combinations up to five digits.
(4321 specifies a priority of 1536:1280:1024:Null).
1 = Null
2 = 1024
3 = 1280
4 = 1536
5 = 2048
s specifies the hash-priority. Valid values are (md5, sha1).
md5 = First md5, then sha1.
sha1 = First sha1, then md5.
m specifies the mode. Valid values are (disabled, enabled, passive).
r specifies the re-authentication mode. Valid values are (disabled,
enabled).
a specifies the re-authentication time interval in minutes. Valid values are (0,
10 to 3,600).
0 = Disables re-authentication.
t specifies the timeout value in seconds.
authconfig status get -w <initiator
wwpn> -d <target wwpn>
Shows the authentication configuration status details.
d specifies the destination WWPN. It must be ff:ff:ff:ff:ff:ff:ff:ff
for a switch or the actual WWPN for a target.
beacon get -w <wwpn> Shows the beacon state of an Emulex FC HBA.
beacon set -w <wwpn> -s <state> [-d
<duration>]
Sets the beacon state of an Emulex FC HBA.
s specifies the state of the beacon. The default is 1. Valid values are:
– 1 = Beacon on (mandatory).
– 0 = Beacon off.
d specifies the duration of beaconing. The maximum duration is 65,535
seconds. The default is 0 for infinite beaconing. This is an optional parameter.
bootparams get -w <wwpn> -t <boot type> Shows the boot parameters for a given port and given boot type.
t specifies the boot type: (X86, EFI, OB).
Table 11: esxcli Management Commands (Continued)
Command Description