1.1.1

Table Of Contents
Under JRE 1.5, RMIConnectorServer is provided by JRE 1.5. See
http://download.oracle.com/javase/1.5.0/docs/guide/jmx/tutorial/connectors.html for more information.
The following properties congure the SQLFire Agent RMIConnectorServer. You can specify the properties
either in the Agent properties le or as a list of prop=value pairs on the agent command line.
Default ValueCommentsArgument
""IP address that the JMX Agent uses to
communicate with the admin distributed
system.
rmi-bind-address
This is required on:
Multi-homed hosts (machines with multiple
network cards)
Windows systems when using IPv6
The rmi-bind-address argument must be
specied on the agent start command line if
jconsole or jmanage are running on a different
host.
If set to null - "" - all network addresses are
used.
true
To enable the RMIConnectorServer, this must
be true.
rmi-enabled
1099RMI registry port, a value in the range
0..65535.
rmi-port
true
If true, create an MX4J Naming MBean to
serve as the RMI registry, and register the
rmi-registry-enabled
RMIConnector under the JNDI path
/jmxconnector. More information is also
available in the
com.gemstone.gemfire.admin.jmx.Agent
Javadocs.
0
Port to use for the RMIConnectorServer. If
set to 0 (zero) the server socket uses a
rmi-server-port
dynamically allocated port. You might want
to specify the port to use when the JMX agent
is behind the rewall, for example. Valid
values are in the range 0..65535.
Example
Using the default settings, the SQLFire JMX Agent creates an RMI connector listening on available addresses
at port 1099. JMX clients can connect to the process by specifying the JMX URL:
service:jmx:rmi://address/jndi/rmi://address:1099/jmxconnector
For example, to access the SQLFire Agent using jconsole from the same machine on which the agent is running,
you would specify localhost as the address:
jconsole service:jmx:rmi://localhost/jndi/rmi://localhost:1099/jmxconnector
Related Topics
Starting the JMX Agent on page 299
vFabric SQLFire User's Guide304
Managing and Monitoring vFabric SQLFire