cluster member delete
Delete an unrecoverable member from the cluster. This command can be run on any member of the cluster. After running this command, you must factory reset the cluster service on the deleted member before attempting to rejoin the cluster (see sysconf config factoryReset).
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: DELETE /api/clusters/{clusterID}/members/{memberID}
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster member delete -memberid <UUID> [-copassword <password>] [-force]
Argument(s) | Shortcut | Description |
---|---|---|
-copassword | -c | The local member's partition Crypto Officer 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 and the partition is not activated, it is ignored. |
-force | -f | Delete the specified member without asking for confirmation. |
-memberid | -m | Specifies the member ID to be deleted. See cluster member list. |
Example
lunash:>cluster member delete -memberid ecb8f151-8184-412d-840a-6cd15e8ffb36 -copassword IamtheCO -f Success Command Result : 0 (Success)