Emulex OneCommand Manager Application User Manual (P006979-01A Version 5.2, August 2011)

The OneCommand Manager User Manual Page 234
Example:
hbacmd SetTPLoginProperties 00-11-22-33-44-55 10.192.1.1 5050 Auth=1
"TgtChapName" "TargetSecret1"
If you set the authentication method to "Mutual CHAP (value of 2)", you must specify all 4 values.
Example:
hbacmd SetTPLoginProperties 00-11-22-33-44-55 10.192.1.1 5050 Auth=2
"TgtChapName" "TargetSecret1" "InitCHAPName" "InitialSecret1"
Parameters:
MAC_Address - MAC address of the CNA port
Target_IP - IP address of the target portal
Port - Port number of the target portal (value: 1024-65535)
ImmediateData - 0 = No, 1= Yes (default: 1)
HeaderDigest - 0 = None, 1= CRC32C (default: 0)
DataDigest - 0 = None, 1= CRC32C (default: 0)
Auth - 0 = None, 1= One-Way CHAP, 2 = Mutual CHAP (default: 0)
TgtCHAPName - Target CHAP name enclosed in quotes (string length: 1-256)
TgtSecret - Target Secret enclosed in quotes (string length: 12-16)
InitCHAPName - Initiator CHAP name enclosed in quotes (string length: 1-256)
InitSecret - Initiator Secret enclosed in quotes (string length: 12-16)
ShowARPTable
Supported by: Windows, Solaris, Linux and VMware ESX
Syntax:
hbacmd [h=host_IP[:port] | hostname[:port]] ShowARPTable <MAC_Address>
Description: This command shows the current Address Resolution Protocol table for the specified port.
Parameters:
MAC_Address - MAC address of the CNA port
ShowiSNSServer
Supported by: Windows, Solaris, Linux and VMware ESX
Syntax:
hbacmd [h=host_IP[:port] | hostname[:port]] ShowiSNSServer <MAC_Address>
Description: This command shows the currently configured Internet Storage Name Server. This
command also indicates whether or not iSNS discovery is enabled.
Note: If you set Auth to 1, you must specify the TgtCHAPName and TgtSecret. If you
set Auth to a value of 2, you must specify the TgtCHAPName, TgtSecret,
InitCHAPName, and InitSecret.