cluster member config
Move the specified member to a different affinity group, or promote it to the primary cluster member.
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}/members/{memberID}
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster member config -memberid <string> {-group <name> | -primary}
Argument(s) | Shortcut | Description |
---|---|---|
-group <name> | -g | Move the specified member from its current affinity group to the specified group. If the group does not already exist, a new group is created with the specified name. |
-memberid <UUID> | -m | Specifies the member ID to be switched. See cluster member list. |
-primary | -p | Promote the specified member to be the primary cluster member. |
Example
lunash:>cluster member config -memberid ecb8f151-8184-412d-840a-6cd15e8ffb36 -primary Success Command Result : 0 (Success)