SUN-CLUSTER-EVENTS-MIB

File: SUN-CLUSTER-EVENTS-MIB.mib (14938 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter64 DisplayString
TEXTUAL-CONVENTION

Defined Types

ScEventTableCount  
Maximum number of event instances maintained in this MIB. When escEventsTable has this many entries and a new entry is added, the earliest entry will be retired
TEXTUAL-CONVENTION    
  INTEGER 20..32767  

ScEventIndex  
An index into the tables to refer to a specific event instance
TEXTUAL-CONVENTION    
  INTEGER  

ScClusterId  
The unique cluster ID of the cluster sending this event
TEXTUAL-CONVENTION    
  DisplayString  

ScClusterName  
The name of the cluster sending this event
TEXTUAL-CONVENTION    
  DisplayString  

ScNodeName  
The name of the cluster node sending this event
TEXTUAL-CONVENTION    
  DisplayString  

ScEventVersion  
The version number of this event
TEXTUAL-CONVENTION    
  INTEGER  

ScEventClassName  
Event Class Name, currently always the string EC_Cluster
TEXTUAL-CONVENTION    
  DisplayString  

ScEventSubclassName  
Event Subclass Name could be : ESC_cluster_generic_event, ESC_cluster_config_change, ESC_cluster_state_change, ESC_cluster_node_config_change, ESC_cluster_node_state_change, ESC_cluster_cmm_reconfig, ESC_cluster_ucmm_reconfig, ESC_cluster_ucmm_reconfig_substep, ESC_cluster_quorum_config_change, ESC_cluster_quorum_state_change, ESC_cluster_membership,ESC_cluster_rg_state, ESC_cluster_rg_primaries_changing, ESC_cluster_rg_remaining_offlin, ESC_cluster_rg_giveover_deferred, ESC_cluster_rg_node_rebooted, ESC_cluster_rg_config_change, ESC_cluster_r_state ESC_cluster_r_method_completed, ESC_cluster_r_config_chang, ESC_cluster_fm_r_status_change, ESC_cluster_fm_r_restarting, ESC_cluster_scha_api_invalid, ESC_cluster_pmf_proc_restart, ESC_cluster_pmf_proc_not_restarted, ESC_cluster_tp_path_config_change, ESC_cluster_tp_path_config_change, ESC_cluster_tp_path_state_change, ESC_cluster_tp_if_state_change, ESC_cluster_ipmp_group_state, ESC_cluster_ipmp_group_change, ESC_cluster_ipmp_group_member_change, ESC_cluster_ipmp_if_change
TEXTUAL-CONVENTION    
  DisplayString  

ScEventSeverity  
Event severity : CL_EVENT_SEV_INFO = 0 CL_EVENT_SEV_WARNING = 1 CL_EVENT_SEV_ERROR = 2 CL_EVENT_SEV_CRITICAL = 3 CL_EVENT_SEV_FATAL = 4
TEXTUAL-CONVENTION    
  INTEGER clEventSevInfo(0), clEventSevWarning(1), clEventSevError(2), clEventSevCritical(3), clEventSevFatal(4)  

ScEventInitiator  
Event severity : CL_EVENT_INIT_UNKNOWN = 0, CL_EVENT_INIT_SYSTEM = 1, CL_EVENT_INIT_OPERATOR = 2, CL_EVENT_INIT_AGENT = 3,
TEXTUAL-CONVENTION    
  INTEGER clEventInitUnknown(0), clEventInitSystem(1), clEventInitOperator(2), clEventInitAgent(3)  

ScEventPublisher  
Publisher name could be : rgm pmf cmm net dcs dpm tp ucmm
TEXTUAL-CONVENTION    
  DisplayString  

ScEventPid  
The process PID issuing the event
TEXTUAL-CONVENTION    
  Counter64  

ScTimeStamp  
The difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
TEXTUAL-CONVENTION    
  Counter64  

ScEventData  
More detail data of the event, concate attribute name/value
TEXTUAL-CONVENTION    
  DisplayString  

ScEventAttributeName  
Name of the attributes could be rt_name, rg_name, r_name, quorum_name, method_name tp_path_name, tp_if_name, affinity_rg_name, node_list state_list, from_node_list, to_node_list, old_state new_state, old_status, new_status, status_msg step_name, substep_name, start_time, duration, method_duration method_path, scha_api_optag, scha_api_func, pmf_name_tag, pmf_cmd_path total_attempts, attempt_number, cmd_path, retry_number retry_count, vote_count, desired_primaries
TEXTUAL-CONVENTION    
  DisplayString  

ScEventAttributeValue  
All attributes value are DisplayString
TEXTUAL-CONVENTION    
  DisplayString  

EscEventsEntry  
SEQUENCE    
  eventIndex ScEventIndex
  eventClusterId ScClusterId
  eventClusterName ScClusterName
  eventNodeName ScNodeName
  eventVersion ScEventVersion
  eventClassName ScEventClassName
  eventSubclassName ScEventSubclassName
  eventSeverity ScEventSeverity
  eventInitiator ScEventInitiator
  eventPublisher ScEventPublisher
  eventSeqNo Counter64
  eventPid ScEventPid
  eventTimeStamp ScTimeStamp
  eventData ScEventData

EscEventsAttributesEntry  
SEQUENCE    
  attributeName ScEventAttributeName
  attributeValue ScEventAttributeValue

Defined Values

sunClusterEventsMIB 1.3.6.1.4.1.42.2.80.2
Oracle Solaris Cluster Event MIB monitors the event framework
MODULE-IDENTITY    

sun 1.3.6.1.4.1.42
OBJECT IDENTIFIER    

prod 1.3.6.1.4.1.42.2
OBJECT IDENTIFIER    

suncluster 1.3.6.1.4.1.42.2.80
OBJECT IDENTIFIER    

scEventsMIBObjects 1.3.6.1.4.1.42.2.80.2.1
OBJECT IDENTIFIER    

scEventsMIBNotifications 1.3.6.1.4.1.42.2.80.2.2
OBJECT IDENTIFIER    

escEventTableCount 1.3.6.1.4.1.42.2.80.2.1.1
Maximum number of event instances maintained in this MIB. When escEventsTable has this many entries and a new entry is added, the earliest entry will be retired
Status: current Access: read-write
OBJECT-TYPE    
  ScEventTableCount  

escEventsTable 1.3.6.1.4.1.42.2.80.2.1.2
The table contains one entry per CMM Events
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EscEventsEntry

escEventsEntry 1.3.6.1.4.1.42.2.80.2.1.2.1
The entry describes an event
Status: current Access: not-accessible
OBJECT-TYPE    
  EscEventsEntry  

eventIndex 1.3.6.1.4.1.42.2.80.2.1.2.1.1
An index to refer to a cluster event. The index numbers increase monotonically as events are added to the MIB, and the oldest events are deleted from the MIB. If the MIB is restarted, the index number restarts from 1. Different instances of this MIB may have different index numbers for the same event instance
Status: current Access: read-only
OBJECT-TYPE    
  ScEventIndex  

eventClusterId 1.3.6.1.4.1.42.2.80.2.1.2.1.2
The unique cluster ID of the cluster sending this event
Status: current Access: read-only
OBJECT-TYPE    
  ScClusterId  

eventClusterName 1.3.6.1.4.1.42.2.80.2.1.2.1.3
The name of the cluster sending this event
Status: current Access: read-only
OBJECT-TYPE    
  ScClusterName  

eventNodeName 1.3.6.1.4.1.42.2.80.2.1.2.1.4
The name of the cluster node sending this event
Status: current Access: read-only
OBJECT-TYPE    
  ScNodeName  

eventVersion 1.3.6.1.4.1.42.2.80.2.1.2.1.5
The version number of this event
Status: current Access: read-only
OBJECT-TYPE    
  ScEventVersion  

eventClassName 1.3.6.1.4.1.42.2.80.2.1.2.1.6
The name of the event class
Status: current Access: read-only
OBJECT-TYPE    
  ScEventClassName  

eventSubclassName 1.3.6.1.4.1.42.2.80.2.1.2.1.7
The name of the event subclass
Status: current Access: read-only
OBJECT-TYPE    
  ScEventSubclassName  

eventSeverity 1.3.6.1.4.1.42.2.80.2.1.2.1.8
The severity of this event
Status: current Access: read-only
OBJECT-TYPE    
  ScEventSeverity  

eventInitiator 1.3.6.1.4.1.42.2.80.2.1.2.1.9
The initiator of this event
Status: current Access: read-only
OBJECT-TYPE    
  ScEventInitiator  

eventPublisher 1.3.6.1.4.1.42.2.80.2.1.2.1.10
the event publisher
Status: current Access: read-only
OBJECT-TYPE    
  ScEventPublisher  

eventSeqNo 1.3.6.1.4.1.42.2.80.2.1.2.1.11
the subclass-unique sequence number for this event
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

eventPid 1.3.6.1.4.1.42.2.80.2.1.2.1.12
the process ID of the event issuer
Status: current Access: read-only
OBJECT-TYPE    
  ScEventPid  

eventTimeStamp 1.3.6.1.4.1.42.2.80.2.1.2.1.13
the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC
Status: current Access: read-only
OBJECT-TYPE    
  ScTimeStamp  

eventData 1.3.6.1.4.1.42.2.80.2.1.2.1.14
the detail data of the event
Status: current Access: read-only
OBJECT-TYPE    
  ScEventData  

escEventsAttributesTable 1.3.6.1.4.1.42.2.80.2.1.3
A table containing additional attributes specific to a given event subclass. By keying in on the eventIndex and the name of the attribute, its value may be found.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EscEventsAttributesEntry

escEventsAttributesEntry 1.3.6.1.4.1.42.2.80.2.1.3.1
Each entry corresponds to an associated MBean. The index of the entry is composed of the eventSubclassName.
Status: current Access: not-accessible
OBJECT-TYPE    
  EscEventsAttributesEntry  

attributeName 1.3.6.1.4.1.42.2.80.2.1.3.1.1
Name of this attribute, used as key in table
Status: current Access: not-accessible
OBJECT-TYPE    
  ScEventAttributeName  

attributeValue 1.3.6.1.4.1.42.2.80.2.1.3.1.2
String value of this attribute
Status: current Access: read-only
OBJECT-TYPE    
  ScEventAttributeValue  

escNewEvents 1.3.6.1.4.1.42.2.80.2.2.1
This notification is sent when a new Event is received from the Event framework and the corresponding entry is created/modified.
Status: current Access: read-only
NOTIFICATION-TYPE