Oracle SNMP Support Reference Guide
Release 8.1.5

A67822-01

Library

Product

Contents

Index

Prev Next

F
Interpreting Variables of the Enterprise Manager MIB

This appendix provides information to help you interpret the variables of the private Oracle Enterprise Manager MIB which are implemented in this release. Specifically, it includes sections covering SNMP variables in the following tables:

oraAgentEventTable

Table F-1 lists the variables of the oraAgentEventTable and their corresponding Object IDs.

Table F-1 oraAgentEventTable Variables and Corresponding Object IDs
Variable Name  Object ID 

oraAgentEventIndex  

1.3.6.1.4.1.111.12.1.1.1.1  

oraAgentEventName  

1.3.6.1.4.1.111.12.1.1.1.2  

oraAgentEventID  

1.3.6.1.4.1.111.12.1.1.1.3  

oraAgentEventService  

1.3.6.1.4.1.111.12.1.1.1.4  

oraAgentEventTime  

1.3.6.1.4.1.111.12.1.1.1.5  

oraAgentEventSeverity  

1.3.6.1.4.1.111.12.1.1.1.6  

oraAgentEventUser  

1.3.6.1.4.1.111.12.1.1.1.7  

oraAgentEventAppID  

1.3.6.1.4.1.111.12.1.1.1.8  

oraAgentEventMessage  

1.3.6.1.4.1.111.12.1.1.1.9  

oraAgentEventArguments  

1.3.6.1.4.1.111.12.1.1.1.10  

oraAgentEventResults  

1.3.6.1.4.1.111.12.1.1.1.11  

A description of each of these variables follows.

oraAgentEventIndex

Syntax

INTEGER

Max-Access

read-only

Explanation

Index for OraAgentEventTable.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventName

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

The name of the event that occurred.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventID

Syntax

INTEGER

Max-Access

read-only

Status

mandatory

Explanation

The ID of the registration that generated this event occurrence.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventService

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

The name of the service (database, SQL*Net listener, etc.) being monitored by this event.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventTime

Syntax

DateAndTime

Max-Access

read-only

Status

mandatory

Explanation

The time at which this event was detected.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventSeverity

Syntax

INTEGER {warning(1), alert(2)}

Max-Access

read-only

Status

mandatory

Explanation

A relative measure of the severity of the event.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventUser

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

The name of the user who registered for this event.

Typical Range

not applicable

Significance

Very important

Related Variables

Suggested Presentation

Alarm

oraAgentEventAppID

Syntax

Integer

Max-Access

read-only

Status

mandatory

Explanation

The ID of the Enterprise Manager console application through which this event was registered.

Typical Range

not applicable

Significance

Very important

Related Variables

Suggested Presentation

Alarm

oraAgentEventMessage

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

Message associated with the event.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventArguments

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

The arguments that were passed to the script that detected this event.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentEventResults

Syntax

DisplayString

Max-Access

read-only

Status

mandatory

Explanation

The results generated by the script that detected this event.

Typical Range

not applicable

Significance

very important

Related Variables

none

Suggested Presentation

alarm

oraAgentTraps

Unlike other SNMP variables, a trap variable is not an agent's response to a management station's request for information. Rather, it is a unsolicited message that an agent can send to a management station when that agent notices that some condition has occurred (a threshold has been reached, for example).

All events discovered by the Oracle Enterprise Manager agent can be configured to send an SNMP trap when the event occurs.

Traps sent out by the Oracle Enterprise Manager agent can be received by any tool that is listening on the standard UDP port 162 and is able to perform the required ASN.1 decoding. There is a wide variety of such products, ranging from free software available over the Internet to sophisticated network management platforms including HP's OpenView, Sun's Solstice, and IBM's NetView/6000.

This feature of the Oracle Enterprise Manager agent is available on platforms that support SNMP and only if the extensible SNMP master agent is started. The agent attempts to connect to the SNMP master agent at startup time. If this fails, either because the platform does not support SNMP or the master agent is not started, then no traps are sent. The destination of all traps is determined by the configuration matter of the SNMP master agent. See your operating system-specific documentation for details.

Table F-2 lists each oraAgentTraps variable and its corresponding object ID.

Table F-2 oraAgentTraps Variables and Corresponding Object IDs
Variable Name  Object ID 

oraAgentEventOcc  

1.3.6.1.4.1.111.12.2.2  

oraAgentEventOcc

Objects

{oraAgentEventName, oraAgentEventID, oraAgentEventService, oraAgentEventTime, oraAgentEventSeverity, oraAgentEventUser, oraAgentEventAppID, oraAgentEventMessage, oraAgentEventArguments, oraAgentEventResults}

Explanation

The Enterprise Manager agent has detected an occurrence of an event for which it has no specific trap.

Typical Range

not applicable

Significance

very important

Related Variables

oraAgentEventName, oraAgentEventID, oraAgentEventService, oraAgentEventTime, oraAgentEventSeverity, oraAgentEventUser, oraAgentEventAppID, oraAgentEventMessage, oraAgentEventArguments, oraAgentEventResults

Suggested Presentation

alarm




Prev

Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index