Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
lists existing clusters in a domain
list-clusters [--help] [target]
The list-clusters
subcommand lists existing clusters in a domain. The list can be filtered by cluster, instance, node, or configuration. For each cluster that is listed, the subcommand indicates whether the cluster is running.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
Filters the list of clusters by specifying the target for which the clusters are to be listed. Valid values are as follows:
domain
Lists all clusters in the domain (default).
Lists only the specified cluster.
Lists the cluster of which the specified instance is a member.
Lists the clusters that contain an instance that resides on the specified node. For example, if instance pmdi1
in cluster pmdc
and instance ymli1
in cluster ymlc
reside on node n1
, pmdc
and ymlc
are listed.
Lists all clusters that contain instances whose configuration is defined by the named configuration.
This example lists all clusters in the current domain.
asadmin> list-clusters
pmdclust not running
ymlclust not running
Command list-clusters executed successfully.
This example displays status of the cluster ymlclust
, which is not running.
asadmin> list-clusters ymlclust
ymlclust not running
Command list-clusters executed successfully.
This example lists the clusters that contain an instance that resides on the node sj02
.
asadmin> list-clusters sj02
ymlclust not running
Command list-clusters executed successfully.
command executed successfully
error in executing the command
create-cluster(1), delete-cluster(1), start-cluster(1), stop-cluster(1)