asadmin [asadmin-options] get-active-module-config [--help]
[--target target]
[--all={false|true}]
[service_name]
get-active-module-config |
Previous | Next | Contents |
displays the current active configuration of a service or instance
Synopsis
asadmin [asadmin-options] get-active-module-config [--help]
[--target target]
[--all={false|true}]
[service_name]
Description
The get-active-module-config
subcommand displays the current active
configuration of a service or 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.
--target
Specifies the target for which you want to view the current active
configuration of a specific service or an entire instance.
Possible values are as follows:
server
Displays the current active configuration for the default server instance. This is the default value.
domain
Displays the current active configuration for the default domain.
Displays the current active configuration for every server instance in the specified cluster.
Displays the current active configuration for the specified instance.
--all
Displays all current active configurations.
The default value is false
.
Operands
The name of the module for which you want to display the current active configuration.
Examples
Example 1 Displaying the Current Active Configuration
This example displays the current active configuration for the JMS
service in server-config
(the default configuration).
asadmin> get-active-module-config jms-service
At location: domain/configs/config[server-config]
<jms-service default-jms-host="default_JMS_host" type="EMBEDDED"
<jms-host port="7676" host="localhost" name="default_JMS_host"/>
</jms-service>
Command get-active-module-config executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |