Emulex LP1150-F4 Power Screwdriver User Manual


 
Solaris SFS Driver User Manual Page 114
reset_hard_core
Forces the HBA to perform a core firmware reset.
Example:
emlxadm> reset_hard_core
Done.
diag <test [parameters]> or diag code <cmd_code (hex)>
Performs the specified diagnostics function or command code on the HBA port. This command provides
support for the Emulex-specific tests shown below, or generic support to issue an HBA-specific
diagnostic code (in hexadecimal) to any third party HBA.
Tests:
emlx_biu [pattern] - Performs the Bus Interface Unit test.
emlx_echo <did> [pattern] - Performs the ECHO test to a specified port id.
emlx_post - Performs the Power-On Self Tests.
Parameters:
pattern - 4 byte hex pattern to be used for test. (e.g. 0xA5A5A5A5)
Example:
emlxadm> diag emlx_biu
Result: EMLX_DIAG_BIU: Operation successful.
or
emlxadm> diag emlx_echo fffffc
Result: EMLX_DIAG_ECHO: Operation successful.
or
emlxadm> diag emlx_post
Result: EMLX_DIAG_POST: Operation successful.
Example:
emlxadm> diag code 0x4526
Result: CODE(0x4526): 16 (0x10)
Note: The return status from the HBA is displayed in decimal and hexadecimal if the
diagnostic code is valid for the HBA. No interpretation of the return status is provided.