cluster client deregister
Remove a client's registration on the 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, or minimum Luna Appliance Software 7.9.0 with the lnh_cluster-1.0.5 package, Luna HSM Firmware 7.8.4, and Luna HSM Client 10.8.0 to migrate keys from Luna application partitions.
REST API: DELETE /api/clusters/{clusterID}/clients/{clientID}
User Privileges
Users with the following privileges can perform this command:
>Admin
Syntax
cluster client deregister -clientid <string>
| Argument(s) | Shortcut | Description |
|---|---|---|
| -clientid | -c | Specifies the ID of the client to de-register. |
| -force | -f | De-register the client without asking for confirmation. |
Example
lunash:>cluster client deregister -clientid 7ba8124c-05d3-412b-ac6b-fd2cbae6324a WARNING: This operation will deregister Client from the Cluster!!! Type 'proceed' to continue, or 'quit' to quit now. proceed Proceeding... Client 7ba8124c-05d3-412b-ac6b-fd2cbae6324a was successfully deleted. Command Result : 0 (Success)