3.1 Oracle Two-sided Configuration

Before the JES target instance can receive job statistics, do the following steps:

  1. Set the environment variable JESMONITOR=yes before starting the Tuxedo domain.
  2. Configure UBBCONFIG file TMSYSEVT and TMUSREVT parameters.
  3. Configure beamgr.conf TRAP_HOST and TMAGENT parameters. For more information, Oracle SNMP Agent Configuration File: beamgr.conf

    For 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 public

    SNMP_ENABLE_AUTH_TRAP 1

    TMAGENT tuxedo_agent_1 /home/oracle/tuxedo12c /home/oracle/test/jmx/fakemp/master/tuxconfig

  4. Set the BEA_SM_SNMP_MIBFILE and BEA_SM_BEAMGR_CONF environment variables.

    Following is an example:

    • BEA_SM_SNMP_MIBFILE=${TUXDIR}/udataobj/snmp/etc/mib.txt
    • BEA_SM_BEAMGR_CONF=<the directory for beamgr.conf>
  5. 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 -s

    Note:

    If your Enterprise Manager agent located at the same machine as your Tuxedo domain, make sure the port number followed by -p option is not equal to the trap port configured in beamgr.conf.