asadmin [asadmin-options] list-system-properties [--help]
[target]
list-system-properties |
Previous | Next | Contents |
lists the system properties of the domain, configuration, cluster, or server instance
Synopsis
asadmin [asadmin-options] list-system-properties [--help]
[target]
Description
Shared or clustered server instances will often need to override attributes defined in their referenced configuration. Any configuration attribute in a server instance can be overridden through a system property of the corresponding name. This list-system-properties subcommand lists the system properties of a domain, configuration, cluster, or server instance.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
Operands
This restricts the listing to system properties for a specific target.
Valid values are:
Lists the system properties defined for the domain.
Lists the system properties for the named configuration as well as those the cluster inherits from the domain.
Lists the system properties defined for the named cluster as well as those the cluster. inherits from its configuration and the domain.
Lists the system properties defined for the named server instance as well as those the server inherits from its cluster (if the instance is clustered), its configuration, and the domain.
Examples
Example 1 Listing System Properties
This example lists the system properties on localhost
.
asadmin> list-system-properties
http-listener-port=1088
Command list-system-properties executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |