partition createChallenge
Create a challenge secret password for the Crypto Officer or Crypto User on a multifactor quorum-authenticated partition.
NOTE This command requires Luna Appliance Software 7.8.1 or newer. It cannot be used on STC partitions; the Partition SO must use LunaCM at the client for partition management.
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
Syntax
partition createChallenge -partition <name> -role <partition_role> [-challengesecret <password>]
Argument(s) | Shortcut | Description |
---|---|---|
-challengesecret <password> | -c | Specify the initial challenge secret in the command line. |
-partition <name> | -p | Specifies the partition name. Partition names are obtained with the partition list command. |
-role <role> | -r |
Specifies the role to set a challenge secret for. Valid Values: co, cu |
Example
lunash:>partition createChallenge -partition myPartition -role co Please enter a new challenge secret for the partition role: > ******** Please re-enter the challenge secret to confirm: > ******** Luna PED operation required to login as Partition Security Officer - use Partition Security Officer (blue) PED key. Partition challenge for co role was successfully created. Command Result : 0 (Success)