Hitachi

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


2.11.9 list-system-properties

Lists the system properties of the domain, configuration, cluster, or a server instance.

Synopsis

asadmin [asadmin-options] list-system-properties [--help]
    [target]

Storage location

Application Server installation directory/javaee/glassfish/bin

Function

The list-system-properties subcommand of asadmin lists the system properties of a domain, configuration, cluster, or server instance. This subcommand is supported in remote mode only.

Precondition

Domain Administration Server (DAS) is running.

Arguments

--help | -?

Displays the help text for the subcommand.

target

Limits the listing to system properties for a specific target.

Type: String

The following values can be specified:

  • domain

    Lists the system properties defined for the domain.

  • configuration_name

    Lists the system properties for the named configuration as well as for those which, the cluster inherits from the domain.

  • cluster_name

    Lists the system properties defined for the named cluster as well as for those which, the cluster inherits from its configuration and the domain.

  • instance_name

    Lists the system properties defined for the named server instance as well as for those which, the server inherits from its cluster (if the instance is clustered), its configuration, and the domain.

  • server

    Lists the system properties defined for the DAS. Server is the name of the DAS.

Default value: server

Examples

The following example lists the system properties on localhost.

asadmin list-system-properties

Exit Status

Exit Status

Explanation

0

subcommand executed successfully.

1

error in executing the subcommand.