3.1 Oracle Two-sided Configuration
Before the JES target instance can receive job statistics, do the following steps:
- Set the environment variable
JESMONITOR=yesbefore starting the Tuxedo domain. - Configure
UBBCONFIGfileTMSYSEVTandTMUSREVTparameters. - Configure
beamgr.conf TRAP_HOSTandTMAGENTparameters. For more information, Oracle SNMP Agent Configuration File: beamgr.confFor Enterprise monitoring, the Trap host is the Enterprise Manager agent host, and the port is the Enterprise Manager Agent SNMP listening port which will be configured at Enterprise Manager Agent side (see Monitoring Metrics).
Following is an example:TRAP_HOST 10.182.54.215 1061 publicSNMP_ENABLE_AUTH_TRAP 1TMAGENT tuxedo_agent_1 /home/oracle/tuxedo12c /home/oracle/test/jmx/fakemp/master/tuxconfig - Set the
BEA_SM_SNMP_MIBFILEandBEA_SM_BEAMGR_CONFenvironment variables.Following is an example:
BEA_SM_SNMP_MIBFILE=${TUXDIR}/udataobj/snmp/etc/mib.txtBEA_SM_BEAMGR_CONF=<the directory for beamgr.conf>
- Start Oracle SNMP Agent. For more information, refer to Starting Oracle SNMP Agent.
Following is an example:
tux_snmpd -l tuxedo_agent_1 -p 5400 -sNote:
If your Enterprise Manager agent located at the same machine as your Tuxedo domain, make sure the port number followed by-poption is not equal to the trap port configured inbeamgr.conf.
Parent topic: TuxJES Monitoring