cluster join
Join an existing cluster created on another Luna Network HSM 7.
NOTE Thales requires minimum Luna Appliance Software 7.8.5 with the lnh_cluster-1.0.4 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.7.2 to use clusters in production environments.
REST API: PUT /api/clusters/{clusterID}
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster join -clusterid <string> -clusteripaddress <ipaddress> -remotepassword <password> -partition <label> [-copassword <password>] [-force]
Argument(s) | Shortcut | Description |
---|---|---|
-clusterid | Specifies the ID of the cluster to join. | |
-clusteripaddress | -clusterip | Specifies the IP address of the appliance whose cluster will be joined. |
-copassword | -co | Specifies the Crypto Officer password for the local partition that will be used to authorize this member. If this option is omitted on a password-authenticated HSM, LunaSH prompts for the password. If this option is included on a multifactor quorum-authenticated HSM and the partition is not activated, it is ignored. |
-force | -f | Join the cluster without asking for confirmation. |
-partition | -p | Specifies the label of the local partition that will be used to authorize this member. |
-remotepassword | -r | Specifies the admin user password for the appliance whose cluster will be joined. |
Example
lunash:>cluster join -clusterid ac2a0f56-626e-4c91-a379-489b789a47e7 -clusterip 1.2.3.4 -remotepassword IamtheAdmin -partition localpar -co IamtheCO -force Step 1/2: Executing initial 'join Cluster' request... Step 2/2: Setting cluster data and restarting service Command Result : 0 (Success)