SVRMGT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
3
Rows
3
Columns
38

svrThresholdTable

table mandatory
.1.3.6.1.4.1.36.2.18.22.2.2.3 · 1 row entry · 33 columns
Table of thresholds against which the agent should check
for exceptions.
          
This table describes conditions for setting and resetting alarms.
          
Alarms may be set on absolute values - i.e. the current integer
value of the sampled variable - or on delta values - i.e. the 
difference between the current or last value.
          
Alarms may be GreaterThan exception alarms, LessThan exception
alarms, EqualsTo alarms etc.  See svrThrAlarmType for differences.
          
Hysteresis is introduced by providing thresholds both for setting and
resetting of the alarm state, thereby limiting the number of traps
that will be sent on alarm triggering.
          
Alarms may be created to persist across agent reboots, but this
is not recommended for dynamic table variables.
          
The triggering of an alarm will change a state variable in the
conceptual row.  It may also trigger the sending of a trap, the
local logging of an event, or the triggering of a locally-
defined action.
svrThresholdEntry entry .1.3.6.1.4.1.36.2.18.22.2.2.3.1
One threshold alarm set on some particular integer-valued variable.

An alarm entry is created by the management console. It uses the
current value of svrAlarmNextThrIndex to name the instances of
the row …
Indexes
svrThrIndex
Column Syntax OID
svrThrIndex mandatory
A locally-unique index value. On creation, this should be set
to the value of svrAlarmNextThrIndex.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.1
svrThrStatus mandatory
This variable describes the status of the row. When the row
is created with the initial set, svrThrStatus must be set to
underCreation. When the management console has completed row
setup, it should set this variable …
Enumerationr/w
Enumerated Values:
1underCreation
2rowInvalid
3rowEnabled
4rowDisabled
5rowError
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.2
svrThrVariableName mandatory
The OID of an integer-valued variable to be tested against this
threshold. On row creation, this variable will equal the value 0.0,
and must be set to the OID of an integer-valued variable before
enabling the alarm. I…
ObjectIdentifierr/w .1.3.6.1.4.1.36.2.18.22.2.2.3.1.3
svrThrValueType mandatory
Is this an absolute value or a delta value. The deltaValue is
calculated by taking the current value and subtracting svtThrLastValue.
The difference may be negative - allows for thresholding on negative
changes.Defau…
Enumerationr/w
Enumerated Values:
1absoluteValue
2deltaValue
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.4
svrThrAlarmType mandatory
Is this a greater than, greater than or equal to, equal to, less than
or equal to, or less than alarm?

Greater Than or Greater Than or Equal To thresholds for absolute
values occur when the sample value…
Enumerationr/w
Enumerated Values:
1greaterThan
2greaterThanOrEqualTo
3equalTo
4lessThanOrEqualTo
5lessThan
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.5
svrThrSampleInterval mandatory
Interval in seconds between polls to check for threshold exceptions.
Minimum Value is 1. The default value on row creation is 30 seconds.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.6
svrThrPersistent mandatory
True if this threshold should persist across agent restarts.
Default value on row creation is false.
Booleanr/w
Textual Convention: Boolean Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.7
svrThrThresholdValue mandatory
This is the thresholding value which gets compared to the current or
delta value. Default value on row creation is 0.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.8
svrThrResetValue mandatory
This is the value that on all svrThrAlarmTypes except for equalTo, is
used to reset the threshold. Default value on row creation is 0
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.9
svrThrLastValue mandatory
Saved previous sample; needed to evaluate if alarm should be
triggered or to evaluate delta values for threshold checking.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.10
svrThrAlarmState mandatory
Whether this alarm is currently set or reset. This variable
is used by polling management applications to determine if
a threshold exception state has been detected based on this
alarm definition.

It wil…
Enumeration
Enumerated Values:
1set
2reset
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.11
svrThrLogEvent mandatory
If yes, log to the system event log. Default value on row creation is
false.
Booleanr/w
Textual Convention: Boolean Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.12
svrThrInvokeLocalHandler mandatory
If true, invoke a local alarm handler, passing the concatenated local
handler argument strings starting with argument 1.
Default value on row creation is false.
Booleanr/w
Textual Convention: Boolean Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.13
svrThrLocalHandlerPath mandatory
Pathname of local alarm handler. This can be any pathname as long as
it can be recognized by the particular operating system.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.14
svrThrDescr mandatory
This attribute is used to describe the type of threshold. This is set
by the management console not by the agent.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.15
svrThrErrorValue mandatory
This is the SNMP defined error status which caused the svrThrStatus
value to become equal to rowError. Only valid at that time. Default
value on row creation is noError.
SnmpErrors
Textual Convention: SnmpErrors Enumeration
Type Values:
1noError
2tooBig
3readonly
4genericError
5noSuchName
6badValue
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.16
svrThrComparisonName mandatory
An OID to a descriptor attribute which can be used with persistent to
verify that the svrThrVariableName instance is correct. On agent
restarts the value for this oid will be retrieved and compared to the
svrThrCompar…
ObjectIdentifierr/w .1.3.6.1.4.1.36.2.18.22.2.2.3.1.17
svrThrComparisonValue mandatory
Data value of svrThrComparisonName - used when persistent is set.
This value is compared to the current value on agent restarts.

This attribute is optional. The default value on row creation is NULL.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.18
svrThrSeverity mandatory
Indicates the severity of the threshold. Default value on row creation
is informational.
Severityr/w
Textual Convention: Severity Enumeration
Type Values:
1high
2medium
3low
4informational
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.19
svrThrTrapEnabler mandatory
Determines if a trap should be sent out if the threshold event does
occur. If true, a trap will be sent out. If false, a trap will not be
sent out. Default value on row creation is true.
Booleanr/w
Textual Convention: Boolean Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.20
svrThrLocalHandlerArguments1 mandatory
This is the first part of the argument line if the
svrThrInvokeLocalHandler is used. This argument line is passed
directly to the application pointed to by the svrThrLocalHandlerPath.
A parameter(s) could be substitut…
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.21
svrThrLocalHandlerArguments2 mandatory
Same semantics as svrThrLocalHandlerArguments1.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.22
svrThrLocalHandlerArguments3 mandatory
Same semantics as svrThrLocalHandlerArguments1.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.23
svrThrLocalHandlerArguments4 mandatory
Same semantics as svrThrLocalHandlerArguments1.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.24
svrThrTrapsSendingInterval mandatory
Represents how often a trap should be sent if dealing with sending
multiple traps per event. The units is minutes. Default value on row
creation is 0 minutes. When set to 0, only 1 trap will be sent out per
event.
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.25
svrThrManagerDefinedTrapData mandatory
This is a string provided by a management console to be sent out with
every trap. Default value on row creation is null.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.26
svrThrUserDefinedTrapData mandatory
This is a string provided by a user via a management console to be
sent out with every trap. Default value on row creation is null.
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.27
svrThrRetryCount mandatory
Allows for a trap to be sent n number of sampling intervals after the
threshold event occurred rather than right after the event occurred.
This allows for cases when an event is just a momentary event and
should not …
Integer32r/w
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.28
svrThrResetType mandatory
Is this a greater than, greater than or equal to, equal to, less than
or equal to, or less than the reset value?
This variable works just like the svrThrAlarmType. It is a relational
operator used to compare the oid's…
ResetRelationalOperatorsr/w
Textual Convention: ResetRelationalOperators Enumeration
Type Values:
1greaterThan
2greaterThanOrEqualTo
3equalTo
4lessThanOrEqualTo
5lessThan
6notEqualTo
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.29
svrThrAlarmCategory mandatory
A management station provided variable to allow for
classification/grouping of thresholds.
AlarmCategoryr/w
Textual Convention: AlarmCategory Enumeration
Type Values:
1unknown
2other
3processorStatus
4diskStatus
5fanStatus
6voltageStatus
7powerSupplyStatus
8temperatureStatus
9memoryStatus
10fileUsage
11temperatureReading
12cpuUsage
13networkInboundErrors
14networkOutboundErrors
15networkInboundPackets
16networkOutboundPackets
17networkInboundDiscards
18networkOutboundDiscards
19networkInboundUnicastPackets
20networkOutboundUnicastPackets
21networkInboundNonUnicastPackets
22networkOutboundNonUnicastPackets
23networkInboundOctets
24networkOutboundOctets
25networkUnknownProtocol
26voltageReading
27clusterGroupStatus
28secureBoxStatus
29secureBoxBreakInCount
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.30
svrThrTrapOid mandatory
A fully defined OID of a svrmgt trap (other than reset and modify)
that will be sent out when an event occurs. This OID will override
the usage of the svrThrSeverity value when choosing the appropriate
trap.
ObjectIdentifierr/w .1.3.6.1.4.1.36.2.18.22.2.2.3.1.31
svrThrCreatedBy mandatory
Represents the creator of this threshold. This variable can be
modified only during threshold creation. The default value on row
creation is the unknown value.
ThresholdOwnerr/w
Textual Convention: ThresholdOwner Enumeration
Type Values:
1unknown
2other
3serverWorks
4serverWorksMinimalHealth
5netView
6openView
7uniCenter
8distributedMonitor
9bmcPatrol
10eminate
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.32
svrThrModifiable mandatory
Determines whether modification of the threshold record is allowed
after creation. If false, modification is allowed only during row
creation. This variable can be modified only during threshold creation.
The default …
Booleanr/w
Textual Convention: Boolean Enumeration
Type Values:
1true
2false
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.33

svrTrapCommunityTable

table mandatory
.1.3.6.1.4.1.36.2.18.22.2.4.6 · 1 row entry · 3 columns
Table of svrTrapCommunityEntry (community names) for which each can
have a list of IP addresses/TCPIP names/Netbios names/IPX addresses.
These address/names are trap destinations. A trap is sent out per 
community/address(name) pairing.
svrTrapCommunityEntry entry .1.3.6.1.4.1.36.2.18.22.2.4.6.1
In order to create a community entry, the svrTrapCommunityNextIndex
must be userd as the instance for that entry.
Indexes
svrTrapCommunityIndex
Column Syntax OID
svrTrapCommunityIndex mandatory
A locally-unique index value. On creation, this should be set to the
value of svrTrapCommunityNextIndex.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.4.6.1.1
svrTrapCommunityName mandatory
This is the community name that network addresses/names will be
associated with. When the trap is sent out, this community name is
sent out with it. A common community name is public. To create a
community name entry,…
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.4.6.1.2
svrTrapDestinationNextIndex mandatory
Next available index for creating a svrTrapDestinationEntry. If the
value is -1 then the maximum number of destination entries has been
reached. This means that a destination record can not be created
until another has…
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.4.6.1.3
.1.3.6.1.4.1.36.2.18.22.2.4.7 · 1 row entry · 2 columns
Table of IP addresses/TCPIP names/Netbios names/IPX addresses which
are the trap destinations. A trap is sent out per community name/
address(name) pairing.
svrTrapDestinationEntry entry .1.3.6.1.4.1.36.2.18.22.2.4.7.1
In order to create an address/name entry, the
svrTrapDestinationNextIndex must be used as the instance for that
entry.
Indexes
svrTrapCommunityIndex svrTrapDestinationIndex
Column Syntax OID
svrTrapDestinationIndex mandatory
A locally-unique index value. On creation, this must be set to the
value of svrTrapDestinationNextIndex.
Integer32
Textual Convention: COPS-PR-SPPIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.36.2.18.22.2.4.7.1.1
svrTrapDestination mandatory
This is the destination that the trap will be sent. It can either an
IP address, TCPIP name, Netbios name or IPX address.
To create a destination entry, just issue a SET command for
svrTrapDestination with an instance…
RFC1213-MIBDisplayStringr/w
Textual Convention: RFC1213-MIBDisplayString OctetString
.1.3.6.1.4.1.36.2.18.22.2.4.7.1.2