cluster member list
Display a list of members on the cluster and their member IDs. The following flags indicate each member's status in the cluster:
>*: The local member, where you have logged in to LunaSH
>P: The primary member of the cluster (see The Primary Member)
>R: The cluster service on this member has been flagged for automatic recovery and will soon restart.
>x: This member is not visible to the local member. There may be a network disruption or another issue.
>A: This member is authorized (lnh_cluster-1.0.4 or newer).
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: GET /api/clusters/{clusterID}/members
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
>Monitor
Syntax
cluster member list -clusterid <UUID>
Argument(s) | Shortcut | Description |
---|---|---|
-clusterid <UUID> | -c | Specifies the UUID of the cluster to display members for. |
Example -- lnh_cluster 1.0.4 or Newer
lunash:>cluster member list -clusterid c41d1483-c4a4-4b20-9f5c-0867871641af State Name ID Group ------------------------------------------------------------------------------------------------------------ *P A LNH-599477 18de8f48-1c5e-4e3f-a899-a0e48c5d2ccb local A LNH-532018 91ae1281-8cc6-489e-97a5-8b2885057a72 local
Example -- lnh_cluster 1.0.3 or Older
lunash:>cluster member list -clusterid ac2a0f56-626e-4c91-a379-489b789a47e7 Name Authorized Group ID ---------------------------------------------------------------------------------------------- * LNH-532018 Yes local 91ae1281-8cc6-489e-97a5-8b2885057a72 P LNH-66331 Yes local 7d5b53d9-57fb-41de-b97c-95cc6ab41a3c Command Result : 0 (Success)