list-hazelcast-members

List the Data Grid (Hazelcast) current members.

Synopsis

asadmin [asadmin-options] list-hazelcast-members
[--help]
[--target target]
shell

Description

This command can be used to list all Data Grid members (including the DAS, server instances, Payara Micro instances, other nodes) that correspond to the selected target.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--help
-?

Displays the help text for the subcommand.

--target

This option helps specify the target on which you are executing this operation. Valid values are:

server

Applies to the default server instance. This is the default value.

instance_name

Applies to a specified server instance.

Examples

Example 1 List current Data Grid members

asadmin> list-hazelcast-members
{ instance1-MicroShoal-/172.18.64.1:2900 server-MicroShoal-/172.18.64.1:4900-this }
Command list-hazelcast-members executed successfully.
shell