Enables or disables the AMX monitoring subsystem.
Synopsis
asadmin [asadmin-options] set-amx-enabled
[--help]
[--target target]
[--enabled={false|true}]
[--dynamic={false|true}]Description
This command can be used to configure the boot AMX at startup or independently of the JMX Monitoring service.
Options
- asadmin-options
- 
Options for the asadminutility. For information about these options, see theasadminhelp page.
- --help
- -?
- 
Displays the help text for the subcommand. 
- --target
- 
This option helps specify the target on which you are configuring AMX boot. Valid values are: - server
- 
Applies to the default server instance. This is the default value. 
- cluster_name
- 
Applies to every server instance in the cluster. 
- instance_name
- 
Applies to a specified server instance. 
 
- --enabled
- 
Defaults to false. Enables or disables the monitoring service
- --dynamic
- 
Defaults to false. When set totrue, applies the changes without a server restart.
Examples
Example 1 Enables the AMX subsystem immediately for the DAS
asadmin set-amx-enabled --enabled=true --dynamic=true --target=server