List Liberty server clusters and cluster members
The collective controller provides a ClusterManager MBean used to list Liberty server clusters and cluster members.
- All of the members of the server cluster must have the clusterMember-1.0 feature enabled in their server.xml files.
- All of the members of the server cluster must be part of a Liberty collective.
See Configure a Liberty collective for more information.
See:
- To list all the server clusters in a Liberty collective, use...
-
ClusterManager MBean listClusterNames
- To list all the Liberty servers in a server cluster use...
-
ClusterManager MBean listMembers
Parent topic: Set up Liberty server clusters
See also: