asadmin [asadmin-options] list-configs [--help]
[target]
list-configs |
Previous | Next | Contents |
lists named configurations
Synopsis
asadmin [asadmin-options] list-configs [--help]
[target]
Description
The list—configs
subcommand lists named configurations in the
configuration of the domain administration server (DAS). The list can be
filtered by cluster, instance, or named configuration.
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
Filters the list of configurations. Valid values are as follows:
domain
Lists all named configurations in the current domain.
Lists the named configuration that defines the configuration of instances in the specified cluster.
Lists the named configuration that defines the configuration of the specified instance.
Lists the specified named configuration. Use this option to determine whether a named configuration exits.
Examples
Example 1 Listing All Named Configurations in a Domain
This example lists all named configurations in the current domain.
asadmin> list-configs
server-config
default-config
pmdclust-config
pmdsharedconfig
pmdcpinst-config
ymlclust-config
il1-config
il2-config
Command list-configs executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |