/
Configuring Oracle Coherence, Version 5.2

Configuring Oracle Coherence, Version 5.2

This solution package is not included in the “RTView Configuration Application” and must be configured using properties files as described below. 

UPDATE THIS ENTIRE SECTION

Configuring Properties Files

  • Locate rtvapm/ocmon/conf/sample.properties, copy it to RTViewEnterpriseMonitor/emsample/servers/<ServerDirectory> and give it a name that is meaningful to you. For example, you might name the file myPackageName.properties.

To add properties to the myPackageName.properties file you just created, follow the instructions in the “Configure Data Collection” section below, then return here.

Navigate to the RTViewEntepriseMonitor/emsample/servers directory and open the rtvservers.dat file in a text editor. Locate the section for your ServerDirectory. For example, the WebLogic Data Server entry, by default, is the following:

### OCMON
#
#ocmon ./ocmon dataserver rundata -propfilter:maincollector -propfilter:receiver
#ocmon ./ocmon historian runhist -ds

Make the following entry to point RTView Enterprise Monitor to the .properties file you just created: -properties:myPackageName For example, for the WebLogic Data Server we enter:

### OCMON
#
#ocmon ./ocmon dataserver rundata -propfilter:maincollector -propfilter:receiver -properties:myPackageName 
#ocmon ./ocmon historian runhist -ds

Save the file.