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

The OneCommand Manager User Manual Page 213
GetDriverParamsGlobal
Supported by: Windows, Solaris, Linux and VMware ESX 4.0.
Syntax:
hbacmd GetDriverParamsGlobal <WWPN>
Description: This command shows the name and the global value of each driver parameter.
Parameters:
WWPN - Adapter’s WWPN
SaveConfig
Supported by: Windows, Solaris, Linux and VMware ESX
Syntax:
hbacmd SaveConfig <WWPN> <FileName> <Flag>
Description: This command saves the specified adapter’s driver parameters to a file. The resulting file
contains a list of driver parameter definitions in ASCII file format with definitions delimited by a comma.
Each definition is of the form:
<parameter-name>=<parameter-value>.
The command saves either the values of the global set, or those specific to the adapter in the Emulex
Repository directory.
Parameters:
WWPN - Adapter’s WWPN
FileName - Name of the file that contains the driver parameters list
Flag -
G = Save the global parameter set
N = Save the local (adapter-specific) parameter set
Note: For managing ESX/ESXi hosts from a Windows client, add the m=cim option to
the command. The default CIM credentials must be set using the SetCimCred
command. See “SetCimCred” on page 244.
Note: Driver parameters that are set temporarily and globally (using the "G" and "T"
flags) must be read using the "GetDriverParams" hbacmd command to view the
current value of the parameter. The "GetDriverParamsGlobal" hbacmd command
returns only permanently set driver parameter values. Additionally, if temporary,
global values have been set for one or more driver parameters, the "SaveConfig"
hbacmd command must be run with the "N" flag (using the "N" flag is analogous to the
hbacmd command "GetDriverParams") to force the driver parameter values for the
specified adapter to be saved. Inaccurate values may be saved if the "G" flag is used
for this command.