Reference Guide
Table Of Contents
- Dell EMC OpenManage SNMP Reference Guide Version 10.1.0.0
- Contents
- Introduction
- What is 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
- System Battery Table
- Amperage Probe Table
- Power Unit Group
- Power Supply Table
- Power Usage Table
- Voltage Probe Table
- System Information Group
- 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
Standard Data Type Definitions
This appendix contains definitions for data types that are standard in most contexts across the information technology industry.
These are the most common data types for describing variable values defined in the 10892.mib , dcs3rmt.mib and
dcs3fru.mib files. Server Administrator-specific variable values are defined in the last section of the section in which they are
introduced.
Topics:
• Common Data Types
• Variables with Data Types of State Capabilities and State Capabilities Unique
• Dell Status Data Types
• Dell Date
Common Data Types
Common data types include several types of strings, the object range, signed and unsigned bit ranges, and the familiar Boolean
(true or false) data type.
Table 1967. Common Data Types
Variable Name: Definition
DellString
DisplayString (SIZE (0..64))
DellSecurityString
DisplayString (SIZE (0..255))
DellCostofOwnershipString
DisplayString (SIZE (0..64))
DellObjectRange
INTEGER (1..128)
DellUnsigned8BitRange
INTEGER (1..256)
DellUnsigned16BitRange
INTEGER (1..65535)
DellUnsigned32BitRange
Gauge (0..4294967295)
DellSigned32BitRange
INTEGER (-2147483647..2147483647)
DellBoolean
INTEGER (0..1 (FALSE = 0, TRUE = 1))
Variables with Data Types of State Capabilities and
State Capabilities Unique
Variables with definitions of <variable name>StateCapabilities or <variable
name>StateCapabilitiesUnique are integers representing a series of bit definitions. They are NOT enumerations and
should be treated as bit fields. The value is passed as a decimal value. The decimal value should be converted to hex and the
appropriate bits should be parsed from hex. Some of the more common bit combinations are defined in some variables, but not
all combinations are or will be defined.
Table 1968. Dell State Capabilities
Variable Name: DellStateCapabilities
Data Type: Integer
Possible Data Values Meaning of Data Value
7
442 Standard Data Type Definitions