Hitachi

Hitachi Application Server V10 Command Reference Guide (For Windows® Systems)


2.5.6 list-nodes-config

Lists all Java EE Server nodes that do not support remote communication in a domain.

Synopsis

asadmin [asadmin-options] list-nodes-config [--help]
    [--long={false|true}]

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

The list-nodes-config subcommand of asadmin lists all Java EE Server nodes that do not support remote communication in a domain.

By default, the command displays the following information for each listed node:

This subcommand is supported in remote mode only.

Precondition

Domain Administration Server (DAS) is running.

Arguments

--help | -?

Displays the help text for the subcommand.

--long={false|true} | -l={false|true}

Specifies whether the nodes are listed in long format.

Type: Boolean

The following values can be specified:

  • true

    The nodes are listed in long format.

  • false

    The nodes are listed in short format. This is the default value.

Default value: false

Examples

The following example lists Java EE Server nodes that do not support remote communication in the domain domain1 in long format.

asadmin list-nodes-config --long=true

Exit Status

Exit Status

Explanation

0

subcommand executed successfully.

1

error in executing the subcommand.