JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Hardware Management Connector for IBM Tivoli Netcool/OMNIbus User's Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Introduction

Installing Oracle HMC for Netcool/OMNIbus

Getting the Software

Download Firmware and Software Using My Oracle Support

Installing Oracle HMC for Netcool/OMNIbus

Install Oracle HMC for Netcool/OMNIbus

Configuring Oracle HMC for Netcool/OMNIbus

Configure the MTTrapd Probe File

Uninstalling Oracle HMC for Netcool/OMNIbus

Configuring Oracle Servers for IBM Netcool OMNIbus Monitoring

Monitoring Oracle Servers in IBM Netcool/OMNIbus

Release Notes

Index

Configure the MTTrapd Probe File

  1. Open the MTTrapd Probe rules file in a text editor.

    The default name for this rules file is mttrapd.rules.

  2. Add the following statement at the beginning of the file, before any processing statements:

    array pet;

    This array gets used by the following rules file:

    wiredformgmt-SUN-ILOM-PET-MIB.include.snmptrap.rule


    Note -  Array statements must be defined at the beginning of rules files, preceding any processing statements.
  3. Add the following include statements to the beginning of the file, where most lookup file references are located:
    ####################################################
    # Added for Sun-Netcool Integration Pack - Beginning
    ####################################################
    include "$NC_RULES_HOME/include-snmptrap/common-lookup/sun-hextoascii.include.snmptrap.lookup"
  4. Add the following lines toward the end of the section of the file where most rules file references are located:
    ####################################################
    # Added for Sun-Netcool Integration Pack - Beginning
    ####################################################
    include "$NC_RULES_HOME/include-snmptrap/sun/wiredformgmt-SUN-ILOM-PET-MIB.include.snmptrap.rules"
    include "$NC_RULES_HOME/include-snmptrap/sun/sun-SUN-HW-TRAP-MIB.include.snmptrap.rules"
    include "$NC_RULES_HOME/include-snmptrap/sun/sun-SUN-PLATFORM-MIB.include.snmptrap.rules"
    include "$NC_RULES_HOME/include-snmptrap/sun/sun-SUN-ASR-NOTIFICATION-MIB.include.snmptrap.rules"
    include "$NC_RULES_HOME/include-snmptrap/sun/sun-SUN-ILOM-SYSTEM-MIB.include.snmptrap.rules"
    ####################################################
  5. Save the mttrapd.rules file.

    The MTTrapd Probe software is configured to receive and interpret SNMP traps from supported servers.