ODM FINDING:
Beta: Oracle GoldenGate Monitoring Agent Quick Start GuideEnabling Monitor AgentAfter the OGG Monitor Server is running,the following steps will enable the OGG monitoring agent for each OGGinstallation:
1. Install JDK 1.6 and enable environment settings
2. Create Oracle wallet
3. Edit settings in cfg/Config.properties file
4. Add ENABLEMONITORAGENT parameter to file GLOBAL
5. Restart the manager process
6. View manger report file for validation
Ensuring you have the Java Development Kit• Make sure you have some releaseof 1.6 JDK installed on the system where Oracle GoldenGate is installed.
• Set your appropriate Java andpath environmental variables to point to the JDK. (See the MonitorAdministrator's Guide for details on what is needed for various platforms.)
Creating the Oracle Wallet• Run with the –create argument:
Windows> pw_agent_util.bat –create
UNIX> pw_agent_util.sh –create
• Enter the agent's password tocommunicate with the Monitor Server and confirm it.
• Enter the JMX server passwordthat you created for the Monitor Server. (This is entered during the Monitor installation.)
PropertiesSetting properties
The agent settings in the OGGHOME/cfg/Config.properties must have some values match the Monitor Serversettings: Parameter
(OGG_HOME/cfg/Config.properties)
| Description
| Monitor Server Equivalent (cfg/monitor.properties) | jagent.host
| Full hostname of OGG installation
| N/A
| monitor.host
| Full hostname of OGG Monitor server
| monitor.jmx.server.host
| monitor.jmx.port
| Listening port on server for JMX communication | monitor.jmx.server.port
| monitor.jmx.username
| Name of user to instantiate communication
| monitor.jmx.server.user
| jagent.username
| Used internally. No wrong value
| N/A
|
Where’s the password formonitor.jmx.username / monitor.jmx.server.user? It’s in the wallet. There is acwallet.sso file that lives on Monitor Server and on each agent installation indirwlt. The server wallet is created during Monitor Server installation. Theagent wallet is created (and both can be modified) locally via thepw_agent_util.sh utility. Things to watch for
• Make sure that the name youentered for the Monitor Server host during the installation is a fullyqualified name or IP address that can be used to connect to the system.
(Check the monitor.jmx.server.host inthe <Monitorinstall location>/cfg/monitor.properties file
(You should be able to ping it)
• Ensure that the name you willenter for monitor.host in the Config.properties file is the same name that you have for the monitor.jmx.server.host in the monitor properties file. If you use an IP address for one,use an IP address for the other.
• When you use a remote trail,match the RMTHOST parameter with what is entered for the jagent.host parameter in theConfig.properties file.
|