Getting User Challenge

Command to get user challenge.

The getChallenge command gets the random challenge and the signature from a partition. This challenge requires you to unlock CO user.

Note

Before running the getChallenge command, you must create the <ChallengeDirPath> and <SignatureDirPath> directories.

In the User Management utility, open a command prompt and run getChallengecommand to get random challenge and the signature from a partition. The challenge is required to unlock CO user.

Syntax

getChallenge <CO name> <ChallengeDirPath> <SignatureDirPath>
Parameter Description
CO name Name of the CO user to be unlocked.
ChallengeDirPath Directory to store the challenge returned by partition(s).
SignatureDirPath Directory to store the partition certificate signed challenge returned by partition(s).

Example

cloudmgmt>getChallenge co_test /home/user/unlockCO/ /home/user/unlockCO/
getChallenge on 2 nodes
getChallenge success on server 0(10.144.154.22)
getChallenge success on server 1(10.144.154.22)
$ ls -lah
total 48K
drwxr-xr-x.  2 root root 4.0K Jun  7 16:59 .
drwx------. 12 opc  user 4.0K Jun 11 04:27 ..
-rw-r--r--.  1 root root  176 Jun  7 02:37 challenge_node_0
-rw-r--r--.  1 root root  176 Jun  7 02:37 challenge_node_1
-rw-r--r--.  1 root root  256 Jun  7 02:37 signature_node_0
`-rw-r--r--.  1 root root  256 Jun  7 02:37 signature_node_1