Rate and give feedback:
Huawei uses machine translation combined with human proofreading to translate this document to different languages in order to help you better understand the content of this document.
Note: Even the most advanced machine translation cannot match the quality of professional translators.
Huawei shall not bear any responsibility for translation accuracy and it is recommended that you refer to the English document (a link for which has been provided).
bdm_efuseswitch.sh
Function
The bdm_efuseswitch.sh command is used to show or modify the efuse check function when disks are present.
Parameters
Parameter |
Description |
Value |
---|---|---|
-h | Shows help information. | - |
-a | Shows functions of each subcommand of the BDM module. | - |
-q | Shows whether the efuse check function is enabled when disks are present. | - |
0 | Disables the efuse check function when disks are present. | - |
1 | Enables the efuse check function when disks are present. | - |
Usage Guidelines
- The bdm_efuseswitch.sh 0 command is used to disable the efuse check function when disks are present.
- The bdm_efuseswitch.sh 1 command is used to enable the efuse check function when disks are present.
- The bdm_efuseswitch.sh -q command is used to show whether the efuse check function is enabled when disks are present.
- The bdm_efuseswitch.sh -h command is used to show help information.
- The bdm_efuseswitch.sh -a command is used to show functions of each subcommand.
Example
-
Disable the efuse check function when disks are present.
Storage: minisystem> bdm_efuseswitch.sh 0 admin:/diagnose>sddebug efusecheckswitch 0 [BDM SD]Success to set efuse check switch 0. admin:/diagnose>exit
-
Enable the efuse check function when disks are present.
Storage: minisystem> bdm_efuseswitch.sh 1 admin:/diagnose>sddebug efusecheckswitch 1 [BDM SD]Success to set efuse check switch 1. admin:/diagnose>exit
-
Show whether the efuse check function is enabled when disks are present.
Storage: minisystem> bdm_efuseswitch.sh -q admin:/diagnose>sddebug getefusecheckswitch [BDM SD]Success to get current efuse check switch 1. admin:/diagnose>exit