You are here: Reference Manual > Client-side Commands (lunacm) > lunacm partition Commands > lunacm partition recoverylogin Command

lunacm partition recoverylogin Command

NAME

partition recoverylogin  - High Availability login

SYNOPSIS

lunacm:> partition recoveryinit  -plabel <rsa-public-key-label> -rlabel <rsa-private-key-label> [-keyhandle <handleofprivatekey>]

DESCRIPTION

Performs a Recovery Login on the target slot.
This lunacm command is provided as a demonstration of an operation that you would actually perform within your own application. Consider this command along with lunacm partition -recoveryinit command, and the material in the SDK "High Availability Indirect Login Functions".

OPTIONS

 

Command (short) Description
-user -u User type
-slot -s Target slot
-keyhandle -kh RSA Private Key handle to use for recovery login

 

-user  <type>   numeric; specifies one of
                   Security Officer 0
                   User 1
                   Crypto Officer 1.

-slot  <slot number>   numeric; specifies the slot number assigned to the token/HSM Partition.

-keyhandle   numeric; HAInit RSA Private Key handle to use on the current token (as specified by the slot number).

SAMPLE OUTPUT

lunacm:> partition recoverylogin -user 1 -slot 1 -keyhandle 11  

This command will perform a Recovery Login
on the specified target slot.

Command Result : No Error
lunacm:>