1.0

Table Of Contents
You specify these attributes as a list of prop=value pairs on the agent command line, or in the agent property
le. For example, to connect to a SQLFire system that uses a locator:
mcast-port=0
locators=host1[12345]
To connect to a system that uses multicast:
mcast-address=239.192.81.1
mcast-port=10021
The agent registers an AdminDistributedSystem MBean with the SQLFire distributed system.
See Distributed System Properties for JMX Agent on page 284 for a list of additional properties. Additional
properties are available to congure the supported JMX connectors/adaptors (RMIConnectorServer and
HTTPAdaptor). For details, see the tables under Conguring JMX Connectors and Adapters on page 286.
Agent Properties File and Log Files
By default, the JMX Agent properties le is named agent.properties. You can specify a different properties le
on the command line when you launch the JMX Agent.
See Starting the JMX Agent on page 282 for more information.
Agent Properties File
The Agent looks for the properties le in the following locations and sequence:
1. A directory that you explicitly specify with the -dir argument when starting the Agent
2. The current directory
3. Your home directory (the default)
4. The CLASSPATH
You can modify the values in the properties le via the HttpAdaptor or any supported JMX interface.
Agent Log File
By default, the Agent log le is named agent.log. You can specify a different log le as a command-line
argument when you launch the JMX Agent.
Basic JMX Agent Properties
Specify values for these properties to congure the basic operation of the SQLFire JMX Agent.
Default ValueCommentsArgument
Name of the properties le to load when
starting the JMX Agent. See Agent Properties
File on page 283.
property-file
config
Minimum level of log messages to be written.
log-level
0Maximum disk space to allocate for logging,
in megabytes in the range 0..1000000.
log-disk-space-limit
0Maximum size of the JMX Agent log le, in
megabytes in the range 0..1000000.
log-file-size-limit
trueIf true, the JMX Agent automatically
connects to the distributed system specied
auto-connect
by the arguments mcast-port,
mcast-address, locators, and
remote-command. You specify these
283
Using Java Management Extensions (JMX)