hsm fm recover
Erase the SMFS, all currently-loaded FMs, or both from the HSM firmware. This command is intended for cases where the HSM has become unresponsive due to a buggy or incorrectly configured FM. If this is not the case, use hsm fm delete to remove an FM (hsm fm delete). You must be logged in as HSM SO to use this command.
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
hsm fm recover [-erase <options>] [-force]
Argument(s) |
Shortcut |
Description |
---|---|---|
-erase <option> | -e |
Erase the SMFS, all currently-loaded FMs, or both. Valid Values: >smfs: Erase the SFMS. >fm: Erase the FMs. >both: Erase both the SMFS and FMs. |
-force | -f | Force the action without prompting. |
Examples
lunash:>hsm fm recover -erase smfs WARNING !! This command will erase SMFS. If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit' > proceed Proceeding... HSM recover in progress. Please wait... Command Result : 0 (Success) lunash:>hsm fm recover -erase fm WARNING !! This command will erase all loaded FMs. If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit' > proceed Proceeding... HSM recover in progress. Please wait... Command Result : 0 (Success) lunash:>hsm fm recover -erase both WARNING !! This command will erase SMFS and all FMs. If you are sure that you wish to proceed, then type 'proceed', otherwise type 'quit' > proceed Proceeding... HSM recover in progress. Please wait... Command Result : 0 (Success)