Users Guide

Table Of Contents
Broadcom DRVVM-UG128-100
95
Emulex Drivers for VMware ESXi User Guide
A.2 esxcli Management Commands
The commands listed in this section are for local management only. You can add the remote management parameters to the
local commands for remote management.
The following table contains a list of esxcli management commands and their descriptions.
Table 11: esxcli Management Commands
Command Description
authconfig delete -w <initiator wwpn> Sets delete authentication for a specified HBA port.
authconfig get -w <initiator wwpn>
-d <target wwpn>
Shows the authentication configuration 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.
authconfig initiate -w <initiator wwpn>
-d <target wwpn>
Initiates authentication 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.
authconfig lst -w <wwpn> Shows the authentication configuration list.
authconfig remove -w <wwpn>
-e <entity pair>
Sets delete authentication from an entity pair for a specified HBA port.
e specifies the entity pair: (localEntity, remoteEntity)
localEntity: Source WWPN.
remoteEntity: Destination WWPN or all.
all deletes the entire authentication configuration.
NOTE: This command is not supported on LPe12000-series adapters.
authconfig secret set -w <initiator
wwpn> -d <target wwpn> -f <flag>
-t <new secret type>
-v <new secret value>
Sets the authentication configuration password 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.
f specifies the flag. Valid values are (1, 2).
1 = Local; the password is used when the HBA initiates authentication to
the switch and when using bidirectional authentication.
2 = Remote; the password is used when the switch initiates authentication
to the HBA and, when using bidirectional authentication, the remote
password must be set.
t specifies the new secret type. Valid values are (1, 2).
1 = ASCII.
2 = Hexadecimal (binary).
v specifies the new secret value.