![]() |
Enterprise
RTView®
User Guide |
Oracle Coherence Monitor System Requirements and Setup This page describes the system requirements and setup for the Oracle Coherence Monitor. Enterprise RTView for Oracle Coherence is a separately licensed product offering available directly from SL Corporation. Documentation for the Oracle Coherence Monitor is included in every download of Enterprise RTView however it is only available if you have specifically requested to receive the Enterprise RTView for Oracle Coherence product. There are two options for how the Oracle Coherence Monitor communicates with a Coherence cluster. The system requirements and setup are different depending on your selected option. See Oracle Coherence Monitor Communication Options for more information and select the communication mode you want to use before reviewing the system requirements and setup below. System Requirements Setup 1. Setup one of the
nodes in your cluster to run as a management node and an MBeanServer host. This
node must be running on Java version 1.5.0+. Enterprise RTView will
connect to the JMX port on this node to monitor all of the nodes in the cluster.
Pass the following Java system properties into this node:
Where COHERENCE_JMXPORT is the port you want to use for JMX. The tangosol.coherence.management property sets the node up as the management node and MBeanServerHost. See your Coherence documentation for more information on this property. The sun.management properties set up the connection settings for JMX. If you are using JMX authentication, set sun.management.jmxremote.authenticate to true. See the Sun Java documentation for more information on the sun.management properties. 2.
Setup all of the nodes in your cluster that you want to monitor (including the
MBeanServer host node) to allow JMX management. Pass the following Java system
property into each cluster node:
This property sets up the node to allow management by the node you setup in step 1. See your Coherence documentation for more information. 3. Include the
following .jar files in your CLASSPATH or RTV_USERPATH:
1. Setup all of the
nodes in your cluster that you want to monitor to allow JMX management. Pass the following Java system property into each
cluster node:
This property sets up the node to allow management by the Oracle Coherence Monitor when it runs as a node. See your Coherence documentation for more information. 2.
On the system where you will be running Enterprise RTView, setup the following
environment variable:
3. Additional environment variables may be needed on the system where you are running Enterprise RTView depending on how your Coherence grid is configured. Since Enterprise RTView will run as a cluster node, these properties are needed for the node to access your grid. The setup required will be different for each Coherence grid. Consult with your Coherence grid administrator for the values needed for your particular Coherence environment. These properties can either be set using a cluster configuration files, or by manually setting the following environment variables:
NOTE: Two scripts, myocm_setup.bat and myocm_setup, are provided in demos\ocmdemo to easily setup these environment variables. Modify the appropriate script for your platform to use the correct values for your system, then run it whenever you want to set these variables in a command or terminal window. |
|
|