Reference Guide
Table Of Contents
- Dell EMC OpenManage SNMP Reference Guide Version 10.0.1
- Contents
- Introduction
- What’s New in this release
- Supported SNMP Versions
- Managed Object Used in This Document
- Server Administrator Instrumentation MIB
- Server Administrator Baseboard Management Controller, ASF MIB
- Server Administrator Storage Management MIB
- Server Administrator Field Replaceable Unit MIB
- Server Administrator Change Management MIB
- Basic Terminology
- Frequently Used Terms in Variable Names
- Tables
- Section Organization
- Other Documents You May Need
- Introduction to the Server Administrator SNMP Subagent
- Server Administrator Group
- Instrumentation MIB Version Group
- Systems Management Software Group
- System State Group
- Chassis Information Group
- Operating System Group
- System Resource Group
- Power Group
- Thermal Group
- Remote Flash BIOS Group
- Port Group
- Device Group
- Device Tables
- Pointing Device Table
- Keyboard Device Table
- Processor Device Table
- Processor Device Status Table
- Cache Device Table
- Memory Device Table
- Memory Device Mapped Address Table
- Generic Device Table
- PCI Device Table
- PCI Device Configuration Space Table
- Network Device Table
- Managed System Services Device Table
- SD Card Unit Table
- SD Card Device Table
- Device Group Variable Values
- Device Tables
- Slot Group
- Memory Group
- BIOS Setup Control Group
- Local Response Agent Group
- Cost of Ownership Group
- Cluster Group
- Baseboard Management Controller Group
- Field Replaceable Unit Group
- Storage Management Group
- Storage Management Group
- Storage Management Information Group
- Global Data Group
- Physical Devices Group
- Controller Table
- Channel Table
- Enclosure Table
- Array Disk Table
- Array Disk Enclosure Connection Table
- Array Disk Channel Connection Table
- Fan Table
- Fan Connection Table
- Power Supply Table
- Power Supply Connection Table
- Temperature Probe Table
- Temperature Probe Connection Table
- Enclosure Management Module Table
- Enclosure Management Module Connection Table
- Battery Table
- Battery Connection Table
- Tape Drive Table
- NVME adapter table
- Logical Devices Group
- Storage Management Event Group
- Change Management Group
- SNMP Traps
- Storage Management Alert Reference
- Standard Data Type Definitions
- SNMP Sample Output
Settings are the conditions of a manageable object that determine what happens when a certain value is detected in a
component. For example, a user can set the upper critical threshold of a temperature probe to 75 degrees Celsius. If the probe
reaches that temperature, the setting causes an alert to be sent to the management console. Some settings, when reached, can
trigger a system shutdown or other response to prevent damage to the system.
State refers to the condition of an object that has more than one condition. For example, an object may be in a not ready or in
an enabled state.
Status refers to the health of an object or how the object is functioning. For example, the status of a temperature probe that
is measuring acceptable temperatures would be reported as normal. When the probe begins reading temperatures that exceed
limits set by the user, it reports a critical status.
Tables
This reference guide contains two types of tables: tables that are used to organize and define variable values and tables that
define MIB objects. Readers must understand the difference between these two types of tables.
SNMP Tables
Most of the MIB objects defined in this reference guide are organized into SNMP tables. SNMP tables organize data into
two-dimensional structural arrays. In SNMP, objects that have a relationship to other objects are called columnar objects.
Columnar objects are objects used to form lists and tables. When a MIB group is divided into one or more discrete tables,
the word table has a technical meaning. An example is the section of this reference guide entitled Universal Unique Identifier
(UUID). The UUID object has a type and a value that uniquely identifies an object such as a chassis. The table defines all of the
variables that comprise the managed object UUID.
The following table is an example of an SNMP table. The table contains variables that must occur in a definite sequence. In the
example table the defined variables are UUID Chassis Index, UUID Index, UUID Type, and UUID Value.
These objects comprise the Server Administrator definitions for the UUID.
Table 7. UUID Table
Name
uUIDTable
Object ID 1.3.6.1.4.1.674.10892.1.300.20
Description Defines the UUID table.
Syntax SEQUENCE OF UUIDTableEntry
Access Not accessible
Table 8. UUID Table Entry
Name
uUIDTableEntry
Object ID 1.3.6.1.4.1.674.10892.1.300.20.1
Description Defines the UUID table entry.
Syntax UUIDTableEntry
Access Not accessible
Index
uUIDIndex
,
uUIDchassisIndex
Table 9. UUID Chassis Index
Name
uUIDchassisIndex
Object ID 1.3.6.1.4.1.674.10892.1.300.20.1.1
Introduction 11