cluster create
Create a new cluster on the appliance. Do not create more than one cluster.
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: POST /api/clusters
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster create -label <label> [-password <password>]
Argument(s) | Shortcut | Description |
---|---|---|
-label | -l | Specifies the label to assign to the cluster. |
-password | -p | The HSM SO password. 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, it is ignored. |
Example
lunash:>cluster create -label cluster01 -password iamtheHSMSO Cluster was created with UUID: ac2a0f56-626e-4c91-a379-489b789a47e7 Command Result : 0 (Success)