Emulex LP1150-F4 Power Screwdriver User Manual


 
Solaris SFS Driver User Manual Page 28
Parameters:
WWPN - The World Wide Port Name of the port. This port can be either local or remote.
Download
Syntax: HBACMD Download <wwpn> <filename>
Description: Loads the specified firmware image to the HBA with the specified WWPN. To load the
firmware image located in hdc190a4.dwc to an HBA with WWPN 10:00:00:00:c9:2e:51:2e, type:
hbacmd download 10:00:00:00:c9:2e:51:2e hdc190a4.dwc
Sample response for a successful download:
Downloading hdc190a4.dwc to hba 10:00:00:00:c9:2e:51:2e
Download Complete.
Parameters:
WWPN - The World Wide Port Name of the HBA that is the target of the firmware download. This HBA
can be either local or remote.
FileName - The file name of the firmware image you want to load. This can be any file accessible to the
CLI client application.
AllNodeInfo
Syntax: HBACMD AllNodeInfo <wwpn>
Description: Shows target node information for each target accessible from the specified HBA. To view
the target node data for 10:00:00:00:c9:20:0d:36, type:
Hbacmd allnodeinfo 10:00:00:00:c9:20:0d:36
Sample response:
All Node Info for 10:00:00:00:c9:4a:c5:90
Node Type : EXIST
FCP ID : 115E2
SCSI Bus Number: 0
SCSI Target Num: 0
Node WWN : 50:00:60:E8:02:78:6E:03
Port WWN : 50:00:60:E8:02:78:6E:03
OS Device Name : /sys/class/scsi_host/host10/device/target10:0:0
Parameters:
WWPN - The World Wide Port Name of the HBA whose target node information you want to query. This
HBA can be either local or remote.
DriverConfig
Syntax: HBACMD driverconfig <wwpn> elxconfig.dpv <ctrlword>
Description: Sets all driver parameters for the HBA specified by WWPN to the driver parameter values
contained in the driver parameter file (elxconfig.dpv in the above example). These files can be easily
generated via the HBAnyware Driver Parameter tab. Driver types must match between .dpv file type and
host platform HBA.
For example, type:
hbacmd driverconfig 10:00:00:00:c9:2e:51:2e elxconfig G
Below is a sample response:
hbacmd: Success setting driver configuration parameters to values in .dpv file.