Home >

Utilities Reference Guide > VTL > vtl backup token factoryreset

vtl backup token factoryreset

Name

vtl backup token factoryreset - factory reset a backup HSM.

Syntax

vtl backup token factoryreset -target <slot# or label>

Description

This command factory-resets a backup HSM connected to the SafeNet Luna Network HSM appliance.

Options

Option Description
-target  <token>   (mandatory) label or slot number for the target token/HSM

Example

If the Backup HSM has not been initialized since the last factory reset:

bash # ./vtl backup token factoryreset -target 1      
*** Are you sure you wish to reset this HSM to factory default settings? [yes/no]: yes  
Token is already zeroized  
Error (RC_GENERAL_ERROR)  
bash #
 

If the Backup HSM has been initialized since the last factory reset:

bash # ./vtl backup token factoryreset -target 1      
*** Are you sure you wish to reset this HSM to factory default settings? [yes/no]: yes  
'factory reset' successful.
bash #