Reproduction in any manner whatsoever without the written permission of Dell Inc. is strictly forbidden.
Trademarks used in this text: Dell, the DELL logo, PowerEdge, PowerVault, and OpenManage are trademarks of Dell Inc.; Micr osoft, Windows,
and Windows NT are registered trademarks of Microsoft Corporation; Intel, Itanium, Pentium, and Celeron are registered trademarks, and MMX, Xeon, Core and Intel386 are trademarks of Intel Corporation; UNIX is a registered trademark of The Open Group in the United States and in
other countries; VESA is a registered trademark of the Video Electronics Standards Association; AMD, AMD Athlon, AMD Opteron, AMD Sempron, AMD Turion, and AMD Duron are trademarks of Advanced Micro Devices, Inc.
Other trademarks and trade names may be used in this document to refer to either the entities claiming the marks and names or their products.
Dell Inc. disclaims any proprietary interest in trademarks and trade names other than its own.
What's New in the Instrumentation MIB
What's New in the Remote Access MIB
What's New in the Field Replaceable Unit MIB
What's New in the Storage Management Group MIB
What's New in the Change Management MIB
Introduction to the SNMP Reference Guide
General Content
Server Administrator Instrumentation MIB
Server Administrator Remote Access MIB
Server Administrator Baseboard Management Controller, ASF MIB
Server Administrator Field Replaceable Unit MIB
Server Administrator Storage Management MIB
Server Administrator Change Management MIB
How This Guide Defines Technical Terms
SNMP Basic Terminology
Systems Management Software Name
Systems Management Software Version Number Name
Systems Management Software Build Number
Systems Management Software Description Name
Systems Management Software Supported Protocol
Systems Management Software Preferred Protocol
Systems Management Software Update Level Name
Systems Management Software URL Name
Systems Management Software Language Name
Systems Management Software Global Version Name
Systems Management Software Feature Flags
Systems Management Software SNMP Agent Feature Flags
Systems Management Software Manufacturer Name
System Resource Map Table
System Resource Owner Table
System Resource Input/Output (I/O) Port Table
System Resource Memory Table
System Resource Interrupt Table
System Resource Direct Memory Access (DMA) Table
Pointing Port Table
Keyboard Port Table
Processor Port Table
Memory Device Port Table
Monitor Port Table
Small Computer System Interface (SCSI) Port Table
Parallel Port Table
Serial Port Table
Universal Serial Bus (USB) Port Table
BIOS Setup Control Table
SCSI Control Table
Parallel Port Control Table
Serial Port Control Table
USB Control Table
IDE Control Table
Diskette Control Table
Network Interface Control Table
This introduction is divided into two sections. The first section, "Introduction to the SNMP
Reference Guide," explains the SNMP Reference Guide design. All essential Simple Network
Management Protocol (SNMP) terms are defined in this section. Some of the vocabulary may seem
complex and unfamiliar to system administrators who are using SNMP for the first time.
SNMP experts can skim this section, and beginners can read the section more carefully.
The second section, "Introduction to the Server Administrator SNMP Subagent," is a more technical
introduction to the management information base (MIB) that underlies Server Administrator services.
Audience
This guide is intended for system administrators, network administrators, and anyone who wants to
write SNMP MIB applications to monitor systems.
What’s New in this Release
This section lists changes to the Server Administrator MIBs in this release of Server Administrator.
What's New in the Instrumentation MIB
•Updated the Processor Device Family with the new
value.
•Increased the size of the following MIB string attributes:
–
systemManagementSoftwareURLName
–
operatingSystemOperatingSystemName
–
operatingSystemOperatingSystemVersionName
deviceFamilyIsIntelCore2(190)
What's New in the Remote Access MIB
No changes.
What's New in the Field Replaceable Unit MIB
No changes.
Introduction13
What's New in the Storage Management Group MIB
•Added the new
•Changed the syntax of the following objects from octet strings to display strings:
controllerPCISlot
–
–
enclosureSCSIRate
–
arrayDiskSASAddress
enclosureSASAddress
attribute to the Enclosure Table.
What's New in the Change Management MIB
No changes.
Introduction to the SNMP Reference Guide
This reference guide provides a formatted version of the Server Administrator Instrumentation MIB
(filename 10892.mib), the Server Administrator Remote Access MIB (filename dcs3rmt.mib), the Server
Administrator Field Replaceable Unit MIB (filename dcs3fru.mib), the Server Administrator Storage
Management MIB (filename dcstorag.mib), and the Server Administrator Change Management MIB
(filename dellcm.mib) that are released with the current version of Dell™ OpenManage™ Server
Administrator.
Sections in this guide follow MIB groups and provide explanations and definitions for the terms used to
define MIB objects. Content in this reference guide is organized as documented in the following subsections.
General Content
Table 1-1 describes the sections that provide general information about the MIBs documented in this guide.
Table 1-1. General Content Sections in This Guide
SectionTopicsMIB Group
Number
1Introduction to SNMP basics and to the MIBs that support Server Administrator services NA
25Traps — describes in-band traps defined in the Server Administrator Instrumentation
MIB and out-of-band traps sent by the Remote Access Controller (RAC) and Baseboard
Management Controller (BMC).
Appendix A Standard Data Type Definitions — defines standard data types used in this
reference guide.
Appendix B SNMP Sample Output — provides a sample SNMP output.NA
GlossaryDefines acronyms, abbreviations, and technical terms used in this reference guide.NA
5000
NA
14Introduction
Server Administrator Instrumentation MIB
The Server Administrator Instrumentation MIB (filename 10892.mib) provides instrumentation data that
allows you to monitor the health of a system with SNMP management applications. It provides:
•Information about the status of temperatures, power supplies, voltages, currents, fans, and memory at
key points in the system
•Rapid access to detailed fault and performance information gathered by industry standard systems
management agents
•Version information for Basic Input/Output System (BIOS), firmware, and operating system
•A detailed account of every cost of ownership (COO) detail about your system
In addition, traps are sent to report a change in status of the health of critical components.
The Server Administrator Instrumentation MIB structures its MIB objects into groups of scalar objects
or MIB tables that provide related information. Table 1-2 describes each Server Administrator
Instrumentation MIB group and lists the MIB group number assigned to the MIB group.
The Server Administrator Instrumentation MIB groups are identified by the SNMP OID
1.3.6.1.4.1.674.10892.1.<MIB group number>, where <MIB group number> is the MIB group number
assigned to the MIB group. See the relevant section for more information about the MIB objects defined
in a MIB group.
Table 1-2. Server Administrator Instrumentation MIB Sections in This Guide
SectionTopicsMIB Group
Numbers
2Instrumentation MIB Version Group — defines version numbers of the Instrumentation MIB 1
3Systems Management Software Group — defines information about the systems
management software and the supported systems management standards
4System State Group — defines status, state, and redundancy for a system and its components200
5Chassis Information Group — defines chassis types, events, and indicators300
6Operating System Group — defines variables for name, version, service pack, and other
information about a system’s operating system
7System Resource Group — defines variables for input/output ports, memory, interrupts, and
direct memory access
8Power Group — defines variables for power units, power supplies, and their current and
voltage probes
9Thermal Group — defines variables for temperature probes and cooling devices700
10User Security Group — defines variables for creating and modifying user accounts800
11Remote Flash BIOS Group — defines variables for updating the system’s BIOS remotely900
12Port Group — defines variables for major port types such as keyboard, monitor, small computer
system interface (SCSI), Universal Serial Bus (USB), and parallel and serial ports
100
400
500
600
1000
Introduction15
Table 1-2. Server Administrator Instrumentation MIB Sections in This Guide (continued)
SectionTopicsMIB Group
Numbers
13Device Group — defines variables for pointing, keyboard, processor, cache, memory,
and personal computer interface devices
14Slot Group — defines variables for the system’s slots1200
15Memory Group — defines variables for the system’s physical memory1300
16BIOS Setup Control Group — defines variables for BIOS functions such as boot sequence,
speakers, Wake on the local area network (LAN), diskettes, ports, and
network interface controllers (NIC)
17Local Response Agent Group — defines variables for global settings and actions. These variables
allow users to predetermine how the system responds to a particular type of event
18Cost of Ownership Group — defines variables for tracking data on the system’s service
contract, lease, repair records, trouble tickets, and so on
20Cluster Group — defines variables for systems that operate as a cluster1800
21Baseboard Management Controller Group — provides information about the Baseboard
Management Controller (BMC) that may be present in your system. In addition to
providing general information about the BMC, this group provides information about the
serial and local area network (LAN) interfaces of the BMC
25Traps — defines the types of alerts that can be sent to report the status of critical components 5000
1100
1400
1500
1600
1900
Server Administrator Remote Access MIB
The Server Administrator Remote Access MIB (filename dcs3rmt.mib) provides in-band information
about remote access hardware that may be present in your system.
The Server Administrator Remote Access MIB structures its MIB objects into groups of scalar objects or
MIB tables that provide related information. Table 1-3 describes each Server Administrator Remote
Access MIB group and lists the MIB group number assigned to the MIB group. The Server Administrator
Remote Access MIB groups are identified by the SNMP OID 1.3.6.1.4.1.674.10892.1.<MIB group number>
where <MIB group number> is the MIB group number assigned to the MIB group. See the relevant
section for more information about the MIB objects defined in a MIB group.
Table 1-3. Server Administrator Remote Access MIB Sections in This Guide
SectionTopicMIB Group
Numbers
19Remote Access Group — provides information about remote access hardware that may be
present in your system and defines variables for administrative users, SNMP trap
destinations, modem configuration for dial-up networking, dial-in configuration, and
dial-out destinations
1700
16Introduction
Server Administrator Baseboard Management Controller, ASF MIB
The Server Administrator BMC MIB (filename DcAsfSrv.mib) provides information about the traps sent
by BMC. The Server Administrator BMC MIB structures its MIB objects that provide related information.
The BMC MIB groups are identified by the SNMP OID 1.3.6.1.4.1.3183.1.1.<MIB group number>
The BMC MIB is adheres to ASF 2.0 standard and hence the enterprise ID is wired for
management (3183).
Server Administrator Field Replaceable Unit MIB
The Server Administrator Field Replaceable Unit MIB (filename dcs3fru.mib) provides information
about field replaceable unit (FRU) hardware that may be present in your system.
The Server Administrator Field Replaceable Unit MIB structures its MIB objects into groups of scalar
objects or MIB tables that provide related information. Table 1-4 describes each Server Administrator
Field Replaceable Unit MIB group and lists the MIB group number assigned to the MIB group.
The Server Administrator Field Replaceable Unit MIB groups are identified by the SNMP OID
1.3.6.1.4.1.674.10892.1.<MIB group number> where <MIB group number> is the MIB group number
assigned to the MIB group. See the relevant section for more information about the MIB objects defined
in a MIB group.
Table 1-4. Server Administrator Field Replaceable Unit MIB Sections in This Guide
SectionTopicMIB Group
Numbers
22Field Replaceable Unit Group — provides information about field replaceable units that
may be present in your system
2000
Server Administrator Storage Management MIB
The Server Administrator Storage Management MIB (filename dcstorag.mib) provides storage management
data that allows you to monitor the health of storage resources with SNMP management applications.
Table 1-5 describes each Server Administrator Storage Management MIB group and lists the MIB group
number assigned to the MIB group. The Server Administrator Storage Management MIB groups are
identified by the SNMP OID 1.3.6.1.4.1.674.<MIB group number> where <MIB group number> is the
MIB group number assigned to the MIB group. See the relevant section for more information about the
MIB objects defined in a MIB group.
Introduction17
Table 1-5. Server Administrator Storage Management MIB Sections in This Guide
SectionTopicsMIB Group
Numbers
23Storage Management Group — consists of definitions for the following MIB groups:
• Storage Management Group
• Storage Management Information Group
• Global Data Group
• Physical Devices Group
• Logical Devices Group
• Storage Management Event Group
26Storage Management Alert Reference — lets you monitor the health of storage
resources such as controllers, connectors, array disks, and virtual disks
10893
NA
Server Administrator Change Management MIB
The Server Administrator Change Management MIB (filename dellcm.mib) provides management data
that allows you to monitor the inventory of devices and applications with SNMP management applications.
Table 1-6 describes each Server Administrator Change Management MIB group and lists the MIB group
number assigned to the MIB group. The Server Administrator Change Management MIB groups are
identified by the SNMP OID 1.3.6.1.4.1.674.<MIB group number> where <MIB group number> is the
MIB group number assigned to the MIB group. See the relevant section for more information about the
MIB objects defined in a MIB group.
Table 1-6. Server Administrator Change Management MIB Sections in This Guide
SectionTopicsMIB Group
Number
24Change Management Group - describes the inventory data provided by the
Change Management MIB that allows users to monitor devices and software
present on a particular managed computer chassis
10899
How This Guide Defines Technical Terms
The following table provides information about where to find definitions for technical terms in this
reference guide.
18Introduction
Table 1-7. Where to Find Definitions for Technical Terms
Type of DefinitionSee
Basic SNMP vocabulary.Introduction
MIB-group-specific variable values. MIB-group-specific MIB
variables contain links to the tables that define these values in the
last section of the section in which these variables are used.
Systems management terms, acronyms, and commonly managed
components referred to in this reference guide.
Server Administrator-standard data types that specify variable
values in this reference guide.
Sections 3, 5, 7, 8, 9, and 11 through 18.
Glossary
Appendix A, "Standard Data Type
Definitions."
SNMP Basic Terminology
It is important to have a good understanding of the key technical terms used in this guide. This guide
provides definitions for all essential terms used in describing the Server Administrator MIBs.
The Glossary contains definitions for all essential terms and acronyms.
SNMP Master Agent
Typically, the SNMP agent on a managed system consists of one SNMP master agent and zero or more SNMP
extension agents. This SNMP agent extendable structure facilitates the addition of new MIB modules
without having to rebuild the entire SNMP agent and is invisible to SNMP management applications.
The SNMP master agent is responsible for receiving SNMP request protocol messages from SNMP management
applications and sending SNMP response protocol messages. As part of processing SNMP request
protocol messages, the SNMP master agent typically communicates with one or more SNMP extension
agents. This communication does not involve standard SNMP protocol messages. The SNMP master
agent uses an extension protocol that shields the SNMP extension agent from the standard SNMP
protocol messages. The extension protocol also provides a way for SNMP extension agents to send SNMP
event notifications (called traps in SNMPv1). The SNMP master agent is also responsible for sending
SNMP event notification protocol messages to SNMP management applications.
On supported operating systems, the SNMP master agent is provided with the operating system.
For example, on supported Microsoft
SNMP master agent. For information on the versions of the SNMP protocol supported by the SNMP
master agent, see the operating system documentation.
®
Windows® operating systems, the Windows SNMP service is the
SNMP Extension Agent
The SNMP extension agent is responsible for registering the MIB objects that it supports with the
SNMP master agent and then processing requests from the SNMP master agent for those MIB objects.
The SNMP extension agent also initiates event notifications to the SNMP master agent. The SNMP
extension agent does not receive or send standard SNMP protocol messages. The SNMP extension agent
communicates with the SNMP master agent using an extension protocol defined by the SNMP master agent.
The Server Administrator SNMP subagent is an SNMP extension agent.
Introduction19
Managed Object
A managed object is any item in a computer system that can be singled out for discovery, monitoring,
or user intervention and correction.
NOTE: Not all managed objects described in this guide are supported by all systems.
MIB
A MIB acts as a structured road map for managed objects. As an Application Programming Interface
(API), a MIB allows systems management tools to retrieve data maintained by an agent. The server
administrator MIB is divided into several major groups of managed objects.
Variable
A variable is a component of a managed object. A temperature probe, for example, has a variable to
describe its capabilities, its health or status, and certain indexes that you can use to locate specific
temperature probes. One index for the probe would be the probe’s chassis number. Some systems may
have multiple chassis—one chassis for the central processing unit and another chassis for storage.
A chassis within a system can also have more than one temperature probe. Variables for a temperature
probe include its capabilities, status, chassis index, and index.
One-Based Index
When an index is one-based, counting starts at 1. One-based indexing counts the first instance as 1,
the second index as 2, and so on.
Zero-Based Index
When an index is zero-based, counting starts at 0. Zero-based indexing counts the first instance as 0,
the second index as 1, and so on.
Fields
Managed object variables contain fields. In this reference guide, managed object variables have the
following fields defined:
Name is the exact string by which the variable is known in the MIB. MIB variables are named according
to the following conventions:
•Variable names start with a lowercase letter.
•Spaces are not allowed between words in the variable name.
•Acronyms are in uppercase letters, except when an acronym is the first word in the variable name.
•With the exception of the first letter of the variable name and acronyms, all other words in the variable
name start with capital letters.
20Introduction
The following variable names illustrate these conventions:
Object Identifier (OID) is the unique number assigned to an object defined in a MIB. An OID is
written as a sequence of subidentifiers in decimal notation. Each OID in this reference guide has a prefix
that identifies the managed objects as belonging to Dell™: 1.3.6.1.4.1.674. The additional numbers
identify the MIB group and subgroup as well as the table entry number of any variables.
For example, the OID for the temperature probe managed object table is 700.20 and the variable for the
location of the temperature probe (temperatureProbeLocationName) has an OID of 700.20.1.8. The full
OIDs for these items are 1.3.6.1.4.1.674.10892.1.700.20 for the temperatureProbeTable and
1.3.6.1.4.1.674.10892.1.700.20.1.8 for the temperatureProbeLocation. For more information about the
structure of OIDs, see "SNMP MIB OIDs."
Description is a brief explanation of what a particular managed object does.
Syntax defines the data type in which the values of the variable must be expressed. Most variables in this
reference guide use standard data types such as string or boolean. All data types that are unique to server
administrator variables are defined at the end of the section in which they occur. Standard data types are
defined in "Standard Data Type Definitions."
Access specifies whether persons with administrative privileges can read but not modify the value of a
variable (read only) or can both read and modify the value of a variable (read-write).
Frequently Used Terms in Variable Names
The following terms are frequently used in the name of a MIB variable:
Capability refers to the actions an object can perform, or to actions that can be taken by the object.
Hot-pluggable is an example of a capability. If a card is hot-pluggable, it can be replaced while a system is
running. Capability settings refer to the capabilities of the object that the user can select from and
activate if desired. Capability settings allow users of the server administrator to predetermine how an
object will behave under specific conditions.
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.
Introduction21
Tabl es
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 differences 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 the type of object 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 identify 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.
Example SNMP Table
UUID Table
These objects comprise the Server Administrator definitions for the UUID.
NameuUIDTable
Object ID1.3.6.1.4.1.674.10892.1.300.20
DescriptionDefines the UUID table.
SyntaxSEQUENCE OF UUIDTableEntry
AccessNot accessible
UUID Table Entry
NameuUIDTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.20.1
DescriptionDefines the UUID table entry.
SyntaxUUIDTableEntry
AccessNot accessible
IndexuUIDIndex, uUIDchassisIndex
22Introduction
UUID Chassis Index
NameuUIDchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
UUID Index
NameuUIDIndex
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.2
DescriptionDefines the index of the UUID in a specified chassis.
SyntaxDellObjectRange
AccessRead-only
UUID Type
NameuUIDType
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.3
DescriptionDefines the type of the UUID for this chassis.
SyntaxDellUUIDType
AccessRead-only
UUID Value
NameuUIDValue
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.4
DescriptionDefines the value of the UUID for this chassis.
SyntaxOCTET STRING (SIZE[16])
AccessRead-only
Introduction23
Reference Guide Content Tables
NOTE: Variable values are defined for any variable that is Server Administrator-specific. Industry-standard
variable definitions are documented in "Standard Data Type Definitions."
Some of the tables in this guide have no technical significance in SNMP. These tables are designed to show
information in a readable form. The following table, for example, defines the Server Administrator-specific
variable, DellFanControlCapabilities. The table provides the name of the variable, its data type,
the values that are valid for the variable, and the meaning of each value.
Table 1-8. Example Variable Type Definition Table
Variable Name: DellFanControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The fan’s capabilities are unknown.
lowSpeedCapable(2)The fan can be set to low speed.
highSpeedCapable(4)The fan can be set to high speed.
lowOrHighSpeedCapable(6)The fan can be set to low or high speed.
This type of table is used throughout the reference guide to list and define variable values. Tables that
explain Server Administrator-specific variable values are located in the final section of sections that
define Server Administrator-specific variables. In the preceding example, the variable name is
DellFanControlCapabilities. This variable must be expressed as an integer and has four possible values:
unknown, lowSpeedCapable, highSpeedCapable, and lowOrHighSpeed Capable.
Section Organization
Sections in this reference guide are based on the Server Administrator MIBs, so the complexity of each
section depends on the complexity of each MIB group. The first section provides a high-level
introduction to the MIB group. If the group is defined by one or more tables, the second section lists
these tables. The third section documents the variables that comprise the group, and if applicable,
the variables that comprise the tables. The fourth section contains definitions for any Server
Administrator-specific variables that are used in the section. The following example shows the typical
content of these four sections.
1
BIOS Setup Control Group
This section explains the purpose of the MIB group and summarizes the major features of the
component groups.
2
BIOS Group Tables
If there is more than one SNMP table for a group, this section lists all of the tables. For this BIOS
group example, there are eight tables listed. In each section, double-clicking any table on the list takes
you to that table.
24Introduction
•BIOS Setup Control Table
•SCSI Control Table
•Parallel Port Control Table
•Serial Port Control Table
•USB Control Table
•IDE Control Table
•Diskette Control Table
•Network Interface Control Table
3
Variables that make up each table in the group
This section documents the variables for the eight tables that comprise the BIOS group.
4
BIOS Variable Values
This section explains any Server Administrator-specific variables and data types that are used in this
section. In the BIOS group example, there are 17 unique, Server Administrator-specific variable
meanings. Information on each Server Administrator-specific variable is presented in a formatted table.
Other Documents You May Need
In addition to this Server Administrator SNMP Reference Guide, you can find the following guides on
your documentation CD:
•The
•
Server Administrator Messages Reference Guide
systems management console or on your operating system’s event viewer. This guide explains the text,
severity, and cause of each message that the server administrator issues.
Server Administrator CIM Reference Guide
an extension of the standard management object format (MOF) file. The Server-Administrator
provider documents supported classes of management objects.
documents the Common Information Model (CIM) provider,
lists the messages that you can receive on your
Introduction to the Server Administrator SNMP Subagent
This guide provides formatted information drawn primarily from the MIB files written for the
Server Administrator services that support the SNMP protocol.
For each of the variables defined in the MIBs, the following fields are specified:
•Variable name
•OID or unique identifying number
•Description
•Data type of the variable (for example: integer, string, octet string)
•Whether the variable is accessible, not accessible, read-only, or read-write
•Index or indexes, if applicable
Introduction25
For each MIB group that has unique variable definitions, tables are included in the last section of the
section to explain the meaning of the terms.
Standards for writing MIBs are defined by the Internet Engineering Task Force (IETF). Structure of
Management Information (SMI) is a standard that specifies the rules for defining the structure and type
of managed objects and events in a MIB. SMIv1 is specified in Request For Comments (RFC) 1155.
The Server Administrator MIB conforms to the SMIv1 standard.
SNMP is a systems management standard originally designed for network management. SNMP manages
much more than networks. Information Technology (IT) professionals use SNMP for monitoring and
managing computer systems and the various components and peripherals supported by their systems.
SNMP standards are defined by the Internet Engineering Task Force (IETF). SNMP version 1 was
published in August 1988 and is the most commonly supported version of SNMP. SNMP version 2 was
first published in May 1993, but has not gained widespread market acceptance. SNMP version 3 was
recently completed and has addressed security issues that exist in version 1.
All SNMP systems consist of one or more managed systems that provide data through an SNMP agent to
a management system. The management system provides a user interface to view data from the
managed systems. The management system and managed systems communicate over a network
(typically through User Datagram Protocol/Internet Protocol [UDP/IP]).
The management system and a managed system communicate by means of a common data schema.
SNMP MIB files define the structure, type, and values of the SNMP data. While MIBs can be
standardized or enterprise specific, most operating systems supply SNMP agents for the standard MIB-I
and MIB-II schemas. MIB-I defines a base set of standard management information for systems
implementing the Internet Protocol (IP) suite. MIB-II defines characteristics of the system,
characteristics of network interfaces, and characteristics of components of the IP on the system.
In addition to the standard MIBs, many hardware vendors have defined MIBs that provide management
data specific to their systems and peripheral devices.
Monitored data can be retrieved through SNMP using the Get command. Typically, this command
requires the host name or IP address of the target machine as well as the OID of the data to retrieve.
Exact details are dependent on the operating system and the development tools being used to create the
management application. The Get command has a variant known as GetNext.
SNMP MIB OIDs
Each data class within an MIB is defined by an OID. OIDs are unique across all MIBs. An OID consists
of a series of digits separated by periods. The OID functions in a similar fashion to a phone number.
The phone number 011-512-471-0000 uniquely identifies a single phone. The phone number can be broken
down into a number of components to uniquely identify a phone. The first component, 011, is the
country code for the United States. The second component, 512, identifies the area code for central Texas.
The third component, 471, is the phone exchange for a large state university in the city of Austin.
The final component, 0000, is the main switchboard.
26Introduction
There are two main differences between the phone number example and an actual OID. The first
difference is that there are many more components in an OID, up to 128. The combination of these
components is called an OID prefix. The second difference is that OIDs support the concept of indexes
or keys. The OID prefix specifies the data class but does not specify an instance of the data within the class.
Indexes can be used to identify the instances of a data class. These indexes are referred to as the OID suffix.
The assignment of values for each OID prefix component can be illustrated by using a tree structure.
The following is an example of an OID assignment:
ROOT
CCITT(0)
ISO(1)
ORG(3)
DOD(6)
INTERNET(1)
MGMT(2)
MIB(1)
EXPERIMENTAL(3)
PRIVATE(4)
ENTERPRISES(1)
DELL(674)
SNMPv2(6)
In the preceding example, the OID prefix for the Dell enterprise would be 1.3.6.1.4.1.674.
The numbers in boldface type show the categories and numbers that apply to Server Administrator.
All Server Administrator-defined OIDs consist of 1.3.6.1.4.1.674 followed by additional component values.
SNMP Security
SNMP version 1 has a very limited security mechanism. SNMP agents support the use of a community
string, which is configured at each SNMP agent and is passed as a part of all SNMP request messages.
There is no verification that the requester is actually a member of the specified community.
Because most system and network management data is not confidential, this limited security is
acceptable for Get types of requests. On the other hand, this security is not acceptable for Set types of
operations where an SNMP request could power off a system, reconfigure a redundant array of
independent disks (RAID) card, and so on. Some vendors have chosen not to support SNMP Set
operations for this reason. Server Administrator is able to support SNMP Set operations because its
Introduction27
SNMP agents implement a hash/digest mechanism to prevent unauthorized SNMP Set operations.
One limitation of this practice is that only server administrator-developed SNMP management
applications have the capability to support the hash/digest mechanism.
NOTE: The default SNMP agent configuration usually includes a SNMP community name such as public. For
security reasons, change the SNMP community names from their default values. For information about changing
SNMP community names, see the Dell OpenManage Server Administrator User’s Guide. This guide is available on
the Dell Support website at support.dell.com and on the Dell PowerEdge Installation and Server Management and
Dell PowerEdge Documentation CDs. For additional guidelines, see the Securing an SNMP Environment article,
dated May 2003, in the Dell Power Solutions magazine. This magazine is also available at
www.dell.com/powersolutions.
NOTE: In Dell OpenManage Server Administrator version 5.2, SNMP Set operations are disabled by default. Server
Administrator provides support to enable or disable SNMP Set operations. For more information on enabling or
disabling SNMP Set operations in Server Administrator, see the Dell OpenManage Server Administrator User’s Guide or the Dell OpenManage Server Administrator Command Line Interface User's Guide.
Management Actions
Management actions can be performed using the SNMP Set command. These actions can consist of
configuring a phone number for the system’s owner, rebooting a system, or changing the asset tag of the
system. See the previous section, "SNMP Security," for limitations on Set operations.
SNMP Traps
SNMP is frequently used to monitor systems for fault conditions such as temperature violations,
hard drive failures, and so on. Management applications can monitor for these conditions by polling the
appropriate OIDs with the Get command and analyzing the returned data. This method has its
drawbacks. If it is done frequently, significant amounts of network bandwidth can be consumed. If it is
done infrequently, the response to the fault condition may not occur in a timely fashion. SNMP traps
avoid these limitations of the polling method.
An SNMP trap is an asynchronous event indicating that something significant has occurred. This is
analogous to a pager receiving an important message, except that the SNMP trap frequently contains all
the information needed to diagnose a fault.
Two drawbacks to SNMP traps are that they are sent using UDP, which is not a guaranteed delivery
mechanism, and that they are not acknowledged by the receiver.
An SNMP trap message contains the trap’s enterprise OID, the agent IP address, a generic trap ID, the
specific trap ID, a time stamp, and zero or more variable bindings (varbinds). The combination of an
enterprise OID and a specific trap ID uniquely identifies each Server Administrator-defined trap.
A varbind consists of an OID and its value and provides additional information about the trap.
In order for a management system to receive SNMP traps from a managed system, the node must be
configured to send traps to the management system. Trap destination configuration is dependent on the
operating system. When this configuration is done, a management application on the management
system can wait for traps and act on them when received.
For a list of traps supported by the server administrator SNMP subagent, see "Traps."
28Introduction
Instrumentation MIB Version Group
The Instrumentation Management Information Base (MIB) Version Group defines the attributes
that identify the version of the Instrumentation MIB supported by the systems
management software.
The mIBMajorVersionNumber, mIBMinorVersionNumber, and mIBMaintenanceVersionNumber
attributes are scalar objects, meaning that they are not related to other MIB objects and are thus not
placed in a table.
MIB Major Version Number
NamemIBMajorVersionNumber
Object ID1.3.6.1.4.1.674.10892.1.1.1.0
DescriptionDefines the major version number of the version of this MIB
supported by the systems management software. For example, if the
MIB version is 1.2.3, the major version number is 1.
A major version number change indicates a major change in object
functionality.
SyntaxDellUnsigned8BitRange
AccessRead-only
MIB Minor Version Number
NamemIBMinorVersionNumber
Object ID1.3.6.1.4.1.674.10892.1.1.2.0
DescriptionDefines the minor version number of the version of this MIB
supported by the systems management software. For example, if the
MIB version is 1.2.3, the minor version number is 2.
A minor revision provides additional support for new objects as well
as problem fixes.
SyntaxDellUnsigned8BitRange
AccessRead-only
Instrumentation MIB Version Group29
MIB Maintenance Version Number
NamemIBMaintenanceVersionNumber
Object ID1.3.6.1.4.1.674.10892.1.1.3.0
DescriptionDefines the maintenance version number for the version of this MIB
supported by the systems management software. For example, if the
MIB version is 1.2.3, the maintenance version number is 3.
SyntaxDellUnsigned8BitRange
AccessRead-only
30Instrumentation MIB Version Group
Systems Management Software Group
The Systems Management Software Group allows users to see information about the standards and
software that are supported by the agent of a particular managed computer chassis. The Systems
Management Software Group classifies each computer chassis according to the systems
management standard that the agent supports.
Additional objects define the universal resource locator (URL) of the systems management software
and the language in which systems management information displays. Defining these objects
enables users to manage a system using an internet browser. You can access Server Administrator
using the secure hypertext transfer protocol (https) and a pre-assigned port number of 1311, or you
can specify a port number of your own choosing.
NOTE: Using the Software → Server Preferences menu of Server Administrator, you can bind to either one
IP address or to all IP addresses.
NOTE: To manage a system remotely using Server Administrator, type one of the following in the address field
of your browser:
https://<systemname>:<1311
or
https://<IP address>:<1311
To manage a system locally using Server Administrator, type the following in the address field of
your browser:
https://localhost:<1311
or user specified port number
or user specified port number
or user-specified port number
>
>
>
Systems Management Software
The following objects describe the fields for server administrator systems management information.
The systems management software variables are scalar objects, meaning that they are not related to
other management information base (MIB) objects and are thus not placed in a table.
Systems Management Software Group31
Systems Management Software Name
NamesystemManagementSoftwareName
Object ID1.3.6.1.4.1.674.10892.1.100.1
DescriptionDefines the systems management software product name.
SyntaxDellString
AccessRead-only
Systems Management Software Version Number Name
NamesystemManagementSoftwareVersionNumberName
Object ID1.3.6.1.4.1.674.10892.1.100.2
DescriptionDefines the version number of the systems management software.
SyntaxDellString
AccessRead-only
Systems Management Software Build Number
NamesystemManagementSoftwareBuildNumber
Object ID1.3.6.1.4.1.674.10892.1.100.3
DescriptionDefines the build number of the systems management software.
SyntaxDellUnsigned16BitRange
AccessRead-only
Systems Management Software Description Name
NamesystemManagementSoftwareDescriptionName
Object ID1.3.6.1.4.1.674.10892.1.100.4
DescriptionDefines the description of the systems management software.
SyntaxDellString
AccessRead-only
32Systems Management Software Group
Systems Management Software Supported Protocol
NamesystemManagementSoftwareSupportedProtocol
Object ID1.3.6.1.4.1.674.10892.1.100.5
DescriptionDefines the systems management standards (SNMP or CIM)
supported by the systems management software.
SyntaxSMSSupportedTypes (See Table 3-1.)
AccessRead-only
Systems Management Software Preferred Protocol
NamesystemManagementSoftwarePreferredProtocol
Object ID1.3.6.1.4.1.674.10892.1.100.6
DescriptionDefines the preferred systems management standard for the systems
management software.
SyntaxSMSSupportedTypes (See Table 3-1.)
AccessRead-only
Systems Management Software Update Level Name
NamesystemManagementSoftwareUpdateLevelName
Object ID1.3.6.1.4.1.674.10892.1.100.7
DescriptionDefines the update level of the system management software.
SyntaxDellString
AccessRead-only
Systems Management Software URL Name
NamesystemManagementSoftwareURLName
Object ID1.3.6.1.4.1.674.10892.1.100.8
DescriptionDefines the universal resource locator (URL) of the systems
management software.
SyntaxDisplayString (SIZE (0..1024))
AccessRead-only
Systems Management Software Group33
Systems Management Software Language Name
NamesystemManagementSoftwareLanguageName
Object ID1.3.6.1.4.1.674.10892.1.100.9
DescriptionDefines the language of the systems management software.
SyntaxDisplayString (SIZE (0..255))
AccessRead-only
Systems Management Software Global Version Name
NamesystemManagementSoftwareGlobalVersionName
Object ID1.3.6.1.4.1.674.10892.1.100.10
DescriptionDefines the global version of the systems management software.
SyntaxDellString
AccessRead-only
Systems Management Software Feature Flags
NamesystemManagementSoftwareFeatureFlags
Object ID1.3.6.1.4.1.674.10892.1.100.11
DescriptionDefines the features of the systems management software.
SyntaxSMSFeatureFlags (See Table 3-2)
AccessRead-only
Systems Management Software SNMP Agent Feature Flags
NamesystemManagementSoftwareSNMPAgentFeatureFlags
Object ID1.3.6.1.4.1.674.10892.1.100.12
DescriptionDefines the features of the SNMP agent software provided by the
operating system.
SyntaxSMSSNMPAgentFeatureFlags (See Table 3-3)
AccessRead-only
34Systems Management Software Group
Systems Management Software Manufacturer Name
NamesystemManagementSoftwareManufacturerName
Object ID1.3.6.1.4.1.674.10892.1.100.13
DescriptionDefines the manufacturer of the systems management software.
SyntaxDellString
AccessRead-only
Systems Management Software Variable Values
This section includes definitions of server administrator-specific variable values used in this section.
Table 3-1. Systems Management Software Supported Standards
Variable Name: SMSSupportedTypes
Data Type: Integer
Possible Data ValuesMeaning of Data Value
supportsSNMP(1)This system supports SNMP.
supportsDMI(2)This system supports DMI.
supportsSNMPandDMI(3)This system supports SNMP and DMI.
supportsCIMOM(4)This system supports CIM.
supportsSNMPandCIMOM(5)This system supports SNMP and CIM.
Table 3-2. Systems Management Software Feature Flags
Variable Name: SMSFeatureFlags
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The Systems Management Software features are
not enabled.
webOneToOneManagementPreferred(1)The web 1:1 management preferred feature is
enabled.
Systems Management Software Group35
Table 3-3. Systems Management Software SNMP Agent Feature Flags
Variable Name: SMSSNMPAgentFeatureFlags
Data Type: Integer
The Management Information Base (MIB) variables presented in this section enable you to track
various attributes that describe the state of the critical components supported by your system.
Components monitored under the System State Group include power supplies, AC power cords,
AC power switches, and cooling devices, as well as temperature, fan, amperage, and voltage probes.
System State Group Table
The System State Group defines objects in the System State MIB table.
System State Table
The following object sets up the System State Table:
NamesystemStateTable
Object ID1.3.6.1.4.1.674.10892.1.200.10
DescriptionDefines the System State Table.
SyntaxSEQUENCE OF SystemStateTableEntry
AccessNot accessible
System State Table Entry
NamesystemStateTableEntry
Object ID1.3.6.1.4.1.674.10892.1.200.10.1
DescriptionDefines the System State Table entry.
SyntaxSystemStateTableEntry
AccessNot accessible
IndexsystemStatechassisIndex
System State Group37
System State Chassis Index
NamesystemStatechassisIndex
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
System State Global System Status
NamesystemStateGlobalSystemStatus
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.2
DescriptionDefines the global system status of all chassis being monitored by this
instrumentation instance.
SyntaxDellStatus
AccessRead-only
System State Chassis State
NamesystemStateChassisState
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.3
DescriptionDefines the system state of this chassis.
SyntaxDellStateSettings
AccessRead-only
System State Chassis Status
NamesystemStateChassisStatus
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.4
DescriptionDefines the system status of this chassis.
SyntaxDellStatus
AccessRead-only
38System State Group
System State Power Unit State Details
NamesystemStatePowerUnitStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.5
DescriptionDefines the state of all power units in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the state of a specific power unit. The first byte
returned represents the state of the first power unit, the second byte returned represents the
state of the second power unit, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Power Unit Status Redundancy
NamesystemStatePowerUnitStatusRedundancy
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.6
DescriptionDefines the system status of the power unit(s) in this chassis.
SyntaxDellStatus
AccessRead-only
System State Power Unit Status Details
NamesystemStatePowerUnitStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.7
DescriptionDefines the status of all power units in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the status of a specific power unit. The first byte
returned represents the status of the first power unit, the second byte returned represents the
status of the second power unit, and so on. The bytes have the same definition type as
DellStatusRedundancy.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group39
System State Power Supply State Details
NamesystemStatePowerSupplyStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.8
DescriptionDefines the state of all power supplies in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the state of a specific power supply. The first byte
returned represents the state of the first power supply, the second byte returned represents the
state of the second power supply, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Power Supply Status Combined
NamesystemStatePowerSupplyStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.9
DescriptionDefines the status of all power supplies in this chassis.
SyntaxDellStatus
AccessRead-only
System State Power Supply Status Details
NamesystemStatePowerSupplyStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.10
DescriptionDefines the status of all power supplies in this chassis. The results are returned as a binary
octet string, Each byte of the octet string represents the status of a specific power supply.
The first byte returned represents the status of the first power supply, the second byte
returned represents the status of the second power supply, and so on. The bytes have the
same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
40System State Group
System State Voltage State Details
NamesystemStateVoltageStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.11
DescriptionDefines the state of all voltage probes in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the status of a specific voltage probe. The first byte
returned represents the status of the first voltage probe, the second byte returned represents
the status of the second voltage probe, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Voltage Status Combined
NamesystemStateVoltageStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.12
DescriptionDefines the status of all voltage probes in this chassis.
SyntaxDellStatus
AccessRead-only
System State Voltage Status Details
NamesystemStateVoltageStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.13
DescriptionDefines the status of all voltage probes in this chassis.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group41
System State Amperage State Details
NamesystemStateAmperageStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.14
DescriptionDefines the state of all current probes in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the status of a specific current probe. The
first byte returned represents the state of the first current probe, the second byte returned
represents the state of the second current probe, and so on. The bytes have the same
definition type as DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Amperage Status Combined
NamesystemStateAmperageStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.15
DescriptionDefines the status of all amperage probes in this chassis. The result is returned as a combined
status value. The value has the same definition type as DellStatus.
SyntaxDellStatus
AccessRead-only
System State Amperage Status Details
NamesystemStateAmperageStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.16
DescriptionDefines the status of all amperage probes in this chassis. The results are returned as a binary
octet string. Each byte of the octet string represents the status of a specific amperage probe.
The first byte returned represents the status of the first amperage probe, the second byte
returned represents the status of the second amperage probe, and so on. The bytes have the
same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
42System State Group
System State Cooling Unit State Details
NamestatesystemStateCoolingUnitStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.17
DescriptionDefines the state of all cooling units in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the state of a specific cooling unit. The first
byte returned represents the state of the first cooling unit, the second byte returned represents
the state of the second cooling unit, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Cooling Unit Status Redundancy
NamesystemStateCoolingUnitStatusRedundancy
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.18
DescriptionDefines the state of all cooling units in this chassis.
SyntaxDellStatusRedundancy
AccessRead-only
System State Cooling Unit State Details
NamesystemStateCoolingUnitstateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.19
DescriptionDefines the state of all cooling units in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the state of a specific cooling unit. The first
byte returned represents the state of the first cooling unit, the second byte returned represents
the state of the second cooling unit, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group43
System State Cooling Device State Details
NamesystemStateCoolingDeviceStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.20
DescriptionDefines the state of all cooling devices in this chassis. The results are returned as a binary octet
string. Each byte of the octet string represents the state of a specific cooling device. The first byte
returned represents the state of the first cooling device, the second byte returned represents
the state of the second cooling device, and so on. The bytes have the same definition type as
DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Cooling Device Status Combined
NamesystemStateCoolingDeviceStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.21
DescriptionThis attribute defines the cooling device status of all cooling devices in this chassis.
The results is returned as a combined status value. The value has the same definition type
as DellStatus.
SyntaxDellStatus
AccessRead-only
System State Cooling Device Status Details
NamesystemStateCoolingDeviceStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.22
DescriptionDefines the status of all cooling devices in this chassis. The results are returned as a binary
octet string. Each byte of the octet string represents the status of a specific cooling device.
The first byte returned represents the status of the first cooling device, the second byte
returned represents the status of the second cooling device, and so on. The bytes have the
same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
44System State Group
System State Temperature State Details
NamesystemStateTemperatureStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.23
DescriptionDefines the state of all temperature probes in this chassis. The results are returned as a binary
octet string. Each byte of the octet string represents the state of a specific temperature probe.
The first byte returned represents the state of the first temperature probe, the second byte
returned represents the status of the second temperature probe, and so on. The bytes have the
same definition type as DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Temperature Status Combined
NamesystemStateTemperatureStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.24
DescriptionDefines the status of all temperature probes in this chassis. The result is returned as a
combined status value. The value has the same definition type as DellStatus.
SyntaxDellStatus
AccessRead-only
System State Temperature Status Details
NamesystemStateTemperatureStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.25
DescriptionDefines the status of all temperature probes in this chassis. The first byte returned represents
the status of the first temperature probe, the second byte returned represents the status of the
second temperature probe, and so on.
SyntaxOCTET STRING (SIZE(1..128)
AccessRead-only
System State Group45
System State Memory Device State Details
NamesystemStateMemoryDeviceStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.26
DescriptionDefines the state of all memory devices in this chassis. The results are returned as a binary
octet string. Each byte of the octet string represents the state of the specific memory device.
The first byte returned represents the state of the first memory device, the second byte
returned represents the status of the second memory device, and so on. The bytes have the
same definition type as DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128)
AccessRead-only
System State Memory Device Status Combined
NamesystemStateMemoryDeviceStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.27
DescriptionDefines the status of all memory devices in this chassis.
SyntaxDellStatus
AccessRead-only
System State Memory Device Status Details
NamesystemStateMemoryDeviceStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.28
DescriptionDefines the status of all memory devices in this chassis. The results are returned as a binary
octet string. Each byte of the octet string represents the status of a specific memory device.
The first byte returned represents the status of the first memory device, the second byte
returned represents the status of the second memory device, and so on. The bytes have the
same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128)
AccessRead-only
46System State Group
System State Chassis Intrusion State Details
NamesystemStateChassisIntrusionStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.29
DescriptionDefines the intrusion state of all intrusion detection devices in this chassis. The results are
returned as a binary octet string. Each byte of the octet string represents the status of a specific
intrusion detection device. The first byte returned represents the status of the first intrusion
detection device, the second byte returned represents the status of the second intrusion
detection device, and so on. The bytes have the same definition type as DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128)
AccessRead-only
System State Chassis Intrusion Status Combined
NamesystemStateChassisIntrusionStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.30
DescriptionDefines the intrusion status of all intrusion detection devices in this chassis. The result is
returned as a combined status value. The value has the same definition type as DellStatus.
SyntaxDellStatus
AccessRead-only
System State Chassis Intrusion Status Details
NamesystemStateChassisIntrusionStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.31
DescriptionDefines the intrusion status of all intrusion detection devices in this chassis. The first byte
returned represents the status of the first intrusion detection device, the second byte returned
represents the status of the second intrusion detection device, and so on.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group47
System State AC Power Switch State Details
NamesystemStateACPowerSwitchStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.32
DescriptionDefines the individual state of all AC power switches in this chassis. The first byte returned
represents the state of the first AC power switch, the second byte returned represents the state
of the second AC power switch, and so on.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State AC Power Switch Status Redundancy
NamesystemStateACPowerSwitchStatusRedundancy
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.33
DescriptionDefines the overall redundancy status of the AC power switches in this chassis.
SyntaxDellStatusRedundancy
AccessRead-only
System State AC Power Switch Status Details
NamesystemStateACPowerSwitchStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.34
DescriptionDefines the individual status of all AC power switches in this chassis. The first byte returned
represents the status of the first AC power switch, the second byte returned represents the
status of the second AC power switch, and so on.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State AC Power Cord State Details
NamesystemStateACPowerCordStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.35
DescriptionDefines the individual state of all AC power cords for any AC power switches in this chassis.
The first byte returned represents the state of the first AC power cord, the second byte
returned represents the state of the second AC power cord, and so on.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
48System State Group
System State AC Power Cord Status Combined
NamesystemStateACPowerCordStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.36
DescriptionDefines the overall status of all AC power cords for any AC power switches in this chassis.
SyntaxDellStatus
AccessRead-only
System State AC Power Cord Status Details
NamesystemStateACPowerCordStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.37
DescriptionDefines the individual status of all AC power cords for any AC power switches in this chassis.
The first byte returned represents the status of the first AC power cord, the second byte
returned represents the status of the second AC power cord, and so on.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Redundant Memory Unit State Details
NamesystemStateRedundantMemoryUnitStateDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.38
DescriptionDefines the state of all redundant memory units in this chassis. The results are returned as a
binary octet string, each byte of the octet string represents the state of the specific object. The
first byte returned represents the state of the first object, and so on. The bytes have the same
definition type as DellStateSettings.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Redundant Memory Unit Status Redundancy
DescriptionDefines the overall redundancy status for redundant memory.
SyntaxDellStatusRedundancy
AccessRead-only
System State Group49
System State Redundant Memory Unit Status Details
NamesystemStateRedundantMemoryUnitStatusDetails
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.40
DescriptionDefines the status of all redundant memory units in this chassis. The results are returned as a
binary octet string, each byte of the octet string represents the status of the specific object.
The first byte returned represents the status of the first object, and so on. The bytes have the
same definition type as DellStatusRedundancy.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Event Log Status
NamesystemStateEventLogStatus
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.41
DescriptionDefines the overall status of this chassis (ESM) event log.
SyntaxDellStatus
AccessRead-only
System State Power Unit Status Combined
NamesystemStatePowerUnitStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.42
DescriptionDefines the combined status of all power units of this chassis.
SyntaxDellStatus
AccessRead-only
System State Power Unit Status List
NamesystemStatePowerUnitStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.43
DescriptionLists the status of each power unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the status of a power unit. The first byte
returned represents the status of the first power unit, and so on. The bytes have the same
definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
50System State Group
System State Cooling Unit Status Combined
NamesystemStateCoolingUnitStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.44
DescriptionDefines the combined status of all cooling units of this chassis.
SyntaxDellStatus
AccessRead-only
System State Cooling Unit Status List
NamesystemStateCoolingUnitStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.45
DescriptionLists the status of each cooling unit of this chassis. The results are returned as a binary octet
string where each byte of the octet string represents the status of a cooling unit. The first byte
returned represents the status of the first cooling unit, and so on. The bytes have the same
definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State AC Power Switch Status Combined
NamesystemStateACPowerSwitchStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.46
DescriptionDefines the combined status of all AC power switches of this chassis.
SyntaxDellStatus
AccessRead-only
System State AC Power Switch Status List
NamesystemStateACPowerSwitchStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.47
DescriptionLists the status of each AC power switch of this chassis. The results are returned as a binary
octet string where each byte of the octet string represents the status of an AC power switch.
The first byte returned represents the status of the first AC power switch, and so on. The bytes
have the same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group51
System State Redundant Memory Unit Status Combined
NamesystemStateRedundantMemoryUnitStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.48
DescriptionDefines the combined status of all redundant memory units of this chassis.
SyntaxDellStatus
AccessRead-only
System State Redundant Memory Unit Status List
NamesystemStateRedundantMemoryUnitStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.49
DescriptionLists the status of each redundant memory unit of this chassis. The results are returned as a
binary octet string where each byte of the octet string represents the status of a redundant
memory unit. The first byte returned represents the status of the first redundant memory
unit, and so on. The bytes have the same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Processor Device Status Combined
NamesystemStateProcessorDeviceStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.50
DescriptionDefines the combined status of all processor devices of this chassis.
SyntaxDellStatus
AccessRead-only
System State Processor Device Status List
NamesystemStateProcessorDeviceStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.51
DescriptionLists the status of each processor device of this chassis. The results are returned as a binary
octet string where each byte of the octet string represents the status of a processor device.
The first byte returned represents the status of the first processor device, and so on. The bytes
have the same definition type as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
52System State Group
System State Battery Status Combined
NamesystemStateBatteryStatusCombined
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.52
DescriptionDefines the combined status of all batteries of this chassis.
SyntaxDellStatus
AccessRead-only
System State Battery Status List
NamesystemStateBatteryStatusList
Object ID1.3.6.1.4.1.674.10892.1.200.10.1.53
DescriptionLists the status of each battery of this chassis. The results are returned as a binary octet string
where each byte of the octet string represents the status of a battery. The first byte returned
represents the status of the first battery, and so on. The bytes have the same definition type
as DellStatus.
SyntaxOCTET STRING (SIZE(1..128))
AccessRead-only
System State Group53
54System State Group
Chassis Information Group
The Chassis Information Group provides information about the type or types of chassis in your system,
as well as information about the light-emitting diode (LED) indicators and settings for devices on
each chassis. Information is also available about the current date and time displayed on the chassis,
intrusion warnings, watchdog timer, systems management basic input/output system (SMBIOS),
and so on.
Chassis Information Group Tables
The following management information base (MIB) tables define the objects in the Chassis
Information Group:
•Chassis Information Table
•UUID Table
•POST Log Table
•Event Log Table
•System BIOS Table
•Firmware Table
•Intrusion Table
•Baseboard Table
Chassis Information Table
The following object sets up the Chassis Information Table.
NamechassisInformationTable
Object ID1.3.6.1.4.1.674.10892.1.300.10
DescriptionDefines the chassis information table.
SyntaxSEQUENCE OF ChassisInformationTableEntry
AccessNot accessible
Chassis Information Group55
Chassis Information Table Entry
NamechassisInformationTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.10.1
DescriptionDefines the chassis information table entry.
SyntaxChassisInformationTableEntry
AccessNot accessible
IndexchassisIndexChassisInformation
Chassis Index Chassis Information
NamechassisIndexChassisInformation
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.1
DescriptionDefines the index (one-based) of this chassis. The first chassis will be
numbered one.
SyntaxDellObjectRange
AccessRead-only
Chassis State Capabilities
NamechassisStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.2
DescriptionDefines the capabilities of the chassis.
SyntaxDellStateCapabilities
AccessRead-only
Chassis State Settings
NamechassisStateSettings
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.3
DescriptionDefines the state settings for the chassis.
SyntaxDellStateSettings
AccessRead-write
56Chassis Information Group
Chassis Status
NamechassisStatus
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.4
DescriptionDefines the status of the chassis.
SyntaxDellStatus
AccessRead-only
Chassis Parent Index Reference
NamechassisparentIndexReference
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.4
DescriptionDefines the index (one-based) of the parent chassis of this chassis,
if any. A zero (0) means that this chassis is the parent of all other
chassis managed by the Server Administrator.
SyntaxDellObjectRange
AccessRead-only
Chassis Type
NamechassisType
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.6
DescriptionDefines the chassis type.
SyntaxDellChassisType (See Table 5-2.)
AccessRead-only
Chassis Name
NamechassisName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.7
DescriptionDefines the user-assigned chassis name of the chassis.
SyntaxDellString
AccessRead-write
Chassis Information Group57
Chassis Manufacturer Name
NamechassisManufacturerName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.8
DescriptionDefines the manufacturer’s name for this chassis.
SyntaxDellString
AccessRead-only
Chassis Model Name
NamechassisModelName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.9
DescriptionDefines the system model type for this chassis.
SyntaxDellString
AccessRead-only
Chassis Asset Tag Name
NamechassisAssetTagName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.10
DescriptionDefines the user-assigned asset tag name for this chassis.
SyntaxDisplayString (SIZE (0..10))
AccessRead-write
Chassis Service Tag Name
NamechassisServiceTagName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.11
DescriptionDefines the service tag name for this chassis.
SyntaxDisplayString (SIZE (0..7))
AccessRead-only
58Chassis Information Group
Chassis ID
NamechassisID
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.12
DescriptionDefines the asset tag name for this chassis.
SyntaxDellUnsigned8BitRange
AccessRead-only
Chassis ID Extension
NamechassisIDExtension
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.13
DescriptionDefines the SMBIOS machine ID of this chassis.
SyntaxDellUnsigned16BitRange
AccessRead-only
Chassis System Class
NamechassisSystemClass
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.14
DescriptionDefines the chassis class of this chassis.
SyntaxDellChassisSystemClass (See Table 5-20.)
AccessRead-only
Chassis System Name
NamechassisSystemName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.15
DescriptionDefines the system name of this chassis.
SyntaxDellString
AccessRead-only
Chassis Information Group59
Chassis System Boot Date Name
NamechassisSystemBootDateName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.16
DescriptionDefines the boot time of this system.
SyntaxDellDateName
AccessRead-only
Chassis System Date Name
NamechassisSystemDateName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.17
DescriptionDefines the current time on this system.
SyntaxDellDateName
AccessRead-only
Chassis System Location Name
NamechassisSystemLocationName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.18
DescriptionDefines the user-assigned location for this chassis.
SyntaxDellString
AccessRead-write
Chassis System Primary User Name
NamechassisSystemPrimaryUserName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.19
DescriptionDefines the user-assigned primary user name for this chassis.
SyntaxDellString
AccessRead-write
60Chassis Information Group
Chassis System User Phone Number Name
NamechassisSystemUserPhoneNumberName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.20
DescriptionDefines the user-assigned phone number of the primary user of the
system.
SyntaxDellString
AccessRead-write
Chassis Connection Status Unique
NamechassisConnectionStatusUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.21
DescriptionDefines the status of the connection from the system chassis to an
expansion chassis.
SyntaxDellConnectionStatus (See Table 5-3.)
AccessRead-only
Chassis Fan Control Capabilities Unique
NamechassisFanControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.22
DescriptionDefines the capabilities of the fan control function in this chassis.
SyntaxDellFanControlCapabilities (See Table 5-4.)
AccessRead-only
Chassis Fan Control Settings Unique
NamechassisFanControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.23
DescriptionDefines the readings and settings of the fan control hardware in
the chassis.
SyntaxDellFanControlSettings
AccessRead-write
Chassis Information Group61
Chassis LED Control Capabilities Unique
NamechassisLEDControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.24
DescriptionDefines the capabilities of the LED control function in the chassis.
Syntax
AccessRead-only
DellLEDControlCapabilities (See Table 5-5.)
Chassis LED Control Settings Unique
NamechassisLEDControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.25
DescriptionDefines the readings and settings of the LED control hardware in the
chassis.
SyntaxDellLEDControlSettings (See Table 5-6.)
AccessRead-write
Chassis Hard-Drive (HD) Fault Clear Control Capabilities
NamechassisHDFaultClearControlCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.26
DescriptionSpecifies whether the chassis allows reset of the chassis hard-drive
fault LED.
SyntaxDellHDFaultLEDControlCapabilities (See Table 5-7.)
AccessRead-only
Chassis HD Fault Clear Control Settings
NamechassisHDFaultClearControlSettings
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.27
DescriptionAllows reset of the chassis hard-drive fault LED.
SyntaxDellHDFaultLEDControlSettings (See Table 5-8.)
AccessRead-write
62Chassis Information Group
Chassis Identify Flash Control Capabilities
NamechassisIdentifyFlashControlCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.28
DescriptionSpecifies whether the chassis front-panel LED can be set to flash.
SyntaxDellChassisIdentifyControlCapabilities (See Table 5-9.)
AccessRead-only
Chassis Identify Flash Control Settings
NamechassisIdentifyFlashControlSettings
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.29
DescriptionCauses the chassis front-panel LED to flash.
SyntaxDellChassisIdentifyControlSettings (See Table 5-10.)
AccessRead-write
Chassis Lock Present
NamechassisLockPresent
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.30
DescriptionSpecifies whether a chassis lock is present on the chassis.
SyntaxDellBoolean
AccessRead-only
Chassis Host Control Capabilities Unique
NamechassishostControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.31
DescriptionDefines the capabilities of the host control object.
SyntaxDellHostControlCapabilities (See Table 5-11.)
AccessRead-only
Chassis Information Group63
Chassis Host Control Settings Unique
NamechassishostControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.32
DescriptionDefines the current settings of the host control object.
SyntaxDellHostControlSettings (See Table 5-12.)
AccessRead-write
Chassis Watchdog Control Capabilities Unique
NamechassiswatchDogControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.33
DescriptionDefines the capabilities of the watchdog timer object.
SyntaxDellWatchDogControlCapabilities (See Table 5-13.)
AccessRead-only
Chassis Watchdog Control Settings Unique
NamechassiswatchDogControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.34
DescriptionDefines the current settings and the values allowed to be set for the
watchdog timer object.
SyntaxDellWatchDogControlCapabilities (See Table 5-13.)
AccessRead-write
Chassis Watchdog Control Expiry Time Capabilities Unique
DescriptionDefines the capabilities of the watchdog expiry timer object.
SyntaxDellWatchDogTimerCapabilities (See Table 5-13.)
AccessRead-only
64Chassis Information Group
Chassis Watchdog Control Expiry Time
NamechassiswatchDogControlExpiryTime
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.36
DescriptionDefines the current reading and allows setting of the nonrecoverable
watchdog expiry timer object.
SyntaxDellUnsigned16BitRange
AccessRead-write
Chassis Allow Set Commands From SNMP
NamechassisallowSETCommandsfromSNMP
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.37
DescriptionSpecifies whether Simple Network Management Protocol (SNMP) Set type
commands are allowed by Server Administrator.
This attribute does not reflect whether SNMP Set type commands are
allowed by the SNMP master agent.
SyntaxDellBoolean
AccessRead-only
Chassis Power Button Control Capabilities Unique
NamechassisPowerButtonControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.38
DescriptionDefines the capabilities of the power button control function.
SyntaxDellPowerButtonControlCapabilities (See Table 5-16)
AccessRead-only
Chassis Power Button Control Settings Unique
NamechassisPowerButtonControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.39
DescriptionDefines the current reading and allows setting of the power button
control hardware.
SyntaxDellPowerButtonControlSettings (See Table 5-17)
AccessRead-write
Chassis Information Group65
Chassis Reseller Name
NamechassisResellerName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.40
DescriptionDefines the name of the chassis reseller.
SyntaxDisplayString (SIZE (0..128))
AccessRead-only
Chassis Reseller Contact Information Name
NamechassisResellerContactInformationName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.41
DescriptionDefines the chassis reseller contact information name.
SyntaxDisplayString (SIZE (0..128))
AccessRead-only
Chassis Reseller Product Name
NamechassisResellerProductName
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.42
DescriptionDefines the chassis reseller product name.
SyntaxDisplayString (SIZE (0..128))
AccessRead-only
Chassis Reseller System ID
NamechassisResellerSystemID
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.43
DescriptionDefines the chassis reseller system ID.
SyntaxDellUnsigned16BitRange
AccessRead-only
66Chassis Information Group
Chassis NMI Button Control Capabilities Unique
NamechassisNMIButtonControlCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.44
DescriptionDefines the capabilities of the NMI button control function.
SyntaxDellNMIButtonControlCapabilities (See Table 5-18)
AccessRead-only
Chassis NMI Button Control Settings Unique
NamechassisNMIButtonControlSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.10.1.45
DescriptionDefines the current reading and allows setting of the NMI button
control hardware.
SyntaxDellNMIButtonControlSettings (See Table 5-19)
AccessRead-write
UUID Table
These objects comprise the server administrator definitions for the Universal Unique Identifier (UUID).
NameuUIDTable
Object ID1.3.6.1.4.1.674.10892.1.300.20
DescriptionDefines the UUID table.
SyntaxSEQUENCE OF UUIDTableEntry
AccessNot accessible
UUID Table Entry
NameuUIDTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.20.1
DescriptionDefines the UUID table entry.
SyntaxUUIDTableEntry
AccessNot accessible
IndexuUIDIndex, uUIDchassisIndex
Chassis Information Group67
UUID Chassis Index
NameuUIDchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
UUID Index
NameuUIDIndex
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.2
DescriptionDefines the index of the UUID in a specified chassis.
SyntaxDellObjectRange
AccessRead-only
UUID Type
NameuUIDType
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.3
DescriptionDefines the type of the UUID for this chassis.
SyntaxDellUUIDType
AccessRead-only
UUID Value
NameuUIDValue
Object ID1.3.6.1.4.1.674.10892.1.300.20.1.4
DescriptionDefines the value of the UUID for this chassis.
SyntaxOCTET STRING (SIZE(16))
AccessRead-only
68Chassis Information Group
POST Log Table
This section defines attributes for the power-on self-test (POST) log. When you turn on your computer,
the POST checks various system components before the operating system loads. The POST tests the
random-access memory (RAM), the hard drives, and the keyboard, for example. While the POST is
running, it makes a log file that system administrators can view. The variables in this section also
contribute to managing the POST log.
NamepostLogTable
Object ID1.3.6.1.4.1.674.10892.1.300.30
DescriptionDefines the POST Log Table.
SyntaxSEQUENCE OF PostLogTableEntry
AccessNot accessible
POST Log Table Entry
NamepostLogTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.30.1
DescriptionDefines the POST Log Table entry.
SyntaxPostLogTableEntry
AccessNot accessible
IndexpostLogchassisIndex, postLogRecordIndex
POST Log Chassis Index
NamepostLogchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
POST Log Record Index
NamepostLogRecordIndex
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.2
DescriptionDefines the record number (one-based) of the POST log.
SyntaxDellUnsigned32BitRange
AccessRead-only
Chassis Information Group69
POST Log State Capabilities Unique
NamepostLogStateCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.3
DescriptionDefines the capabilities of the object that is writing the POST log.
SyntaxDellStateCapabilitiesLogUnique
AccessRead-only
POST Log State Settings Unique
NamepostLogStateSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.4
DescriptionDefines the state of the object that is writing the POST log.
SyntaxDellStateSettingsLogUnique
AccessRead-write
POST Log Record
NamepostLogRecord
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.5
DescriptionDefines the data for the specified chassis and record index in the POST log
being returned.
SyntaxDisplayString (SIZE (0..1024))
AccessRead-only
POST Log Format
NamepostLogFormat
Object ID1.3.6.1.4.1.674.10892.1.300.30.1.5
DescriptionDefines format of the POST log.
SyntaxDellLogFormat (See Table 5-1.)
AccessRead-only
70Chassis Information Group
Event Log Table
NameeventLogTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.40
DescriptionDefines the Event Log Table.
SyntaxSEQUENCE OF EventLogTableEntry
AccessNot accessible
Event Log Table Entry
NameeventLogTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.40.1
DescriptionDefines the event Log Table Entry.
SyntaxEventLogTableEntry
AccessNot accessible
IndexeventLogchassisIndex,eventLogRecordIndex
Event Log Chassis Index
NameeventLogchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
Event Log Record Index
NameeventLogRecordIndex
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.2
DescriptionDefines the record index of the event log.
SyntaxDellUnsigned32BitRange
AccessRead-only
Chassis Information Group71
Event Log State Capabilities Unique
NameeventLogStateCapabilitiesUnique
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.3
DescriptionDefines the capabilities of the object that is writing the event log.
SyntaxDellStateCapabilitiesLogUnique
AccessRead-only
Event Log State Settings Unique
NameeventLogStateSettingsUnique
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.4
DescriptionDefines the state settings for the object that is writing the event log.
SyntaxDellStateSettingsLogUnique
AccessRead-write
Event Log Record
NameeventLogRecord
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.5
DescriptionDefines the data for the specified chassis and log record index in the
event log being returned.
SyntaxDisplayString (SIZE (0..1024))
AccessRead-only
Event Log Format
NameeventLogFormat
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.6
DescriptionDefines the format of the event log.
SyntaxDellLogFormat (See Table 5-1.)
AccessRead-only
72Chassis Information Group
Event Log Severity Status
NameeventLogSeverityStatus
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.7
DescriptionDefines the severity of the event log record.
SyntaxDellStatus
AccessRead-only
StatusMandatory
Event Log Date Name
NameeventLogDateName
Object ID1.3.6.1.4.1.674.10892.1.300.40.1.8
DescriptionDefines the date and time of the event log record.
SyntaxDellDateName
AccessRead-only
StatusMandatory
System BIOS Table
This table lists objects that define the system’s basic input/output system (BIOS).
NamesystemBIOSTable
Object ID1.3.6.1.4.1.674.10892.1.300.50
DescriptionDefines the System BIOS Table.
SyntaxSEQUENCE OF SystemBIOSTableEntry
AccessNot accessible
System BIOS Table Entry
NamesystemBIOSTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.50.1
DescriptionDefines the System BIOS Table entry.
SyntaxSystemBIOSTableEntry
AccessNot accessible
IndexsystemBIOSchassisIndex,systemBIOSIndex
Chassis Information Group73
System BIOS Chassis Index
NamesystemBIOSchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
System BIOS Index
NamesystemBIOSIndex
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.2
DescriptionDefines the index (one-based) of the system BIOS of this object.
SyntaxDellObjectRange
AccessRead-only
System BIOS State Capabilities
NamesystemBIOSStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.3
DescriptionDefines the capabilities of the system BIOS of this object.
SyntaxDellStateCapabilities
AccessRead-only
System BIOS State Settings
NamesystemBIOSStateSettings
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.4
DescriptionDefines the state of the system BIOS of this object.
SyntaxDellStateSettings
AccessRead-write
74Chassis Information Group
System BIOS Status
NamesystemBIOSStatus
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.5
DescriptionDefines the status of the system BIOS of this object.
SyntaxDellStatus
AccessRead-only
System BIOS Size
NamesystemBIOSSize
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.6
DescriptionDefines the image size of the system BIOS in kilobytes (KB). A zero (0)
indicates that the image size of the BIOS is unknown.
SyntaxDellUnsigned32BitRange
AccessRead-only
System BIOS Release Date Name
NamesystemBIOSReleaseDateName
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.7
DescriptionDefines the release date of the system BIOS.
SyntaxDellDateName
AccessRead-only
System BIOS Version Name
NamesystemBIOSVersionName
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.8
DescriptionDefines the version name of the system BIOS.
SyntaxDellString
AccessRead-only
Chassis Information Group75
System BIOS Starting Address
NamesystemBIOSStartingAddress
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.9
DescriptionDefines the starting address of the system BIOS. A zero (0) indicates that
the address is unknown.
SyntaxDellUnsigned64BitRange
AccessRead-only
System BIOS Ending Address
NamesystemBIOSEndingAddress
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.10
DescriptionDefines the ending address of the system BIOS. A zero (0) indicates that
the address is unknown.
SyntaxDellUnsigned64BitRange
AccessRead-only
System BIOS Manufacturer Name
NamesystemBIOSManufacturerName
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.11
DescriptionDefines the system BIOS manufacturer’s name.
SyntaxDellString
AccessRead-only
76Chassis Information Group
System BIOS Characteristics
NamesystemBIOSCharacteristics
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.12
DescriptionDefines characteristics of the system BIOS. This attribute is a bit field
where a bit has the meaning defined below when set to 1 (one). Bit 63 is the
first bit in the value, and bit 0 is the last bit in the value. See the description
of DellUnsigned64BitRange at the beginning of this file for more
information on the format of the value.
Bits 48-63 need to be examined in the context of the system ID. The system
ID is available in the attribute chassisID. If the value for chassisID is
non-zero, bits 48-63 have the meaning defined below:
Bit Position Meaning if Set
-------------- -----------------Bit 0Reserved
Bit 1Reserved
Bit 2Unknown
Bit 3BIOS Characteristics Not Supported
Bit 4ISA is supported
Bit 5MCA is supported
Bit 6EISA is supported
Bit 7PCI is supported
Bit 8PC Card (PCMCIA) is supported
Bit 9Plug and Play is supported
Bit 10APM is supported
Bit 11BIOS is Upgradeable (Flash)
Bit 12BIOS shadowing is allowed
Bit 13VL-VESA is supported
Bit 14ESCD support is available
Bit 15Boot from CD is supported
Bit 16Selectable Boot is supported
Bit 17BIOS ROM is socketed
Bit 18Boot From PC Card (PCMCIA) is supported
Bit 19EDD (Enhanced Disk Drive) Specification is supported
Bit 20Int 13h - Japanese Floppy for NEC 9800 1.2mb (3.5 in,
1k Bytes/Sector, 360 RPM) is supported
Bit 21Int 13h - Japanese Floppy for Toshiba 1.2mb (3.5 in,
360 RPM) is supported
Bit 22Int 13h - 5.25 in / 360 KB Floppy Services are supported
Bit 23Int 13h - 5.25 in /1.2MB Floppy Services are supported
Bit 24Int 13h - 3.5 in / 720 KB Floppy Services are supported
Bit 25Int 13h - 3.5 in / 2.88 MB Floppy Services are supported
Bit 26Int 5h, Print Screen Service is supported
Bit 27Int 9h, 8042 Keyboard services are supported
Bit 28Int 14h, Serial Services are supported
Chassis Information Group77
NamesystemBIOSCharacteristics
DescriptionBit Position Meaning if Set
-------------- ------------------
Bit 29Int 17h, Printer Services are supported
Bit 30Int 10h, CGA/Mono Video Services are supported
Bit 31NEC PC-98
Bit 32-47Reserved
Bit 48Built-in NIC supports Magic Packet
Bit 49System supports Wake-on-LAN
Bit 50System supports chassis intrusion
Bit 51Built-in NIC supports pattern-matching
Bit 52System BIOS supports a 7-character service tag
Bit 53-63Reserved
SyntaxDellUnsigned64BitRange
System BIOS Characteristics Ext 1
NamesystemBIOSCharacteristicsExt1
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.13
DescriptionDefines additional characteristics of the system basic input/output system
(BIOS). This attribute is a bit field where a bit has the meaning defined
below when set to 1 (one).
Bit Position Meaning if Set
-------------- -----------------Bit 0ACPI supported
Bit 1USB Legacy is supported
Bit 2AGP is supported
Bit 3I2O boot is supported
Bit 4LS-120 boot is supported
Bit 5ATAPI ZIP Drive boot is supported
Bit 61394 boot is supported
Bit 7Smart Battery supported
SyntaxDellUnsigned8BitRange
AccessRead-only
78Chassis Information Group
System BIOS Characteristics Ext 2
NamesystemBIOSCharacteristicsExt2
Object ID1.3.6.1.4.1.674.10892.1.300.50.1.14
DescriptionDefines additional characteristics of the system BIOS. This attribute is a bit
field where a bit has the meaning defined below when set to 1 (one).
Bit Position Meaning if Set
--------------- -------------------Bit 0BIOS Boot Specification supported
Bit 1Function key-initiated Network Service boot supported
Bit 2Targeted Content Distribution supported
Bit 3-7Reserved
SyntaxDellUnsigned8BitRange
AccessRead-only
Firmware Table
NamefirmwareTable
Object ID1.3.6.1.4.1.674.10892.1.300.60
DescriptionDefines the Firmware Table.
SyntaxSEQUENCE OF FirmwareTableEntry
AccessNot accessible
Firmware Table Entry
NamefirmwareTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.60.1
DescriptionDefines the Firmware Table entry.
SyntaxFirmwareTableEntry
AccessNot accessible
IndexfirmwarechassisIndex, firmwareIndex
Chassis Information Group79
Firmware Chassis Index
NamefirmwarechassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
Firmware Index
NamefirmwareIndex
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.2
DescriptionDefines the index (one-based) of the firmware in this chassis.
SyntaxDellObjectRange
AccessRead-only
Firmware State Capabilities
NamefirmwareStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.3
DescriptionDefines the capabilities of the firmware states.
SyntaxDellStateCapabilities
AccessRead-only
Firmware State Capabilities
NamefirmwareStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.4
DescriptionDefines the state of the firmware and allows for the setting of the firmware.
SyntaxDellStateSettings
AccessRead-write
80Chassis Information Group
Firmware Status
NamefirmwareStatus
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.5
DescriptionDefines the status of the firmware.
SyntaxDellStateSettings
AccessRead-only
Firmware Size
NamefirmwareSize
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.6
DescriptionDefines the image size of the firmware in KB. A zero (0) indicates that the
size is unknown.
SyntaxDellUnsigned16BitRange
AccessRead-only
Firmware Type
NamefirmwareType
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.7
DescriptionDefines the type of the firmware.
SyntaxDellFirmwareType
AccessRead-only
Firmware Type Name
NamefirmwareTypeName
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.8
DescriptionDefines the name of firmware type.
SyntaxDellString
AccessRead-only
Chassis Information Group81
Firmware Update Capabilities
NamefirmwareUpdateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.9
DescriptionDefines the bitmap of supported methods for firmware update.
SyntaxDellUnsigned16BitRange
AccessRead-only
Firmware Date Name
NamefirmwareDateName
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.10
DescriptionDefines the date of the firmware.
SyntaxDellDateName
AccessRead-only
Firmware Version Name
NamefirmwareVersionName
Object ID1.3.6.1.4.1.674.10892.1.300.60.1.11
DescriptionDefines the version name of the firmware.
SyntaxDellString
AccessRead-only
Intrusion Table
The following objects and attributes describe the different forms of chassis intrusion, a situation that
occurs when the cover of a computer is removed.
NameintrusionTable
Object ID1.3.6.1.4.1.674.10892.1.300.70
DescriptionDefines the Intrusion Table.
SyntaxSEQUENCE OF IntrusionTableEntry
AccessNot accessible
82Chassis Information Group
Intrusion Table Entry
NameintrusionTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.70.1
DescriptionDefines the Intrusion Table entry.
SyntaxIntrusionTableEntry
AccessNot accessible
IndexintrusionchassisIndex, intrusionIndex
Intrusion Chassis Index
NameintrusionchassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.1
DescriptionDefines the index (one-based) of this chassis.
SyntaxDellObjectRange
AccessRead-only
Intrusion Index
NameintrusionIndex
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.2
DescriptionDefines the index of the intrusion objects in this subgroup.
SyntaxDellObjectRange
AccessRead-only
Intrusion State Capabilities
NameintrusionStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.3
DescriptionDefines the capabilities of the intrusion object.
SyntaxDellStateCapabilities
AccessRead-only
Chassis Information Group83
Intrusion State Settings
NameintrusionStateSettings
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.4
DescriptionDefines the settings of the intrusion object.
SyntaxDellStateSettings
AccessRead-write
Intrusion Status
NameintrusionStatus
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.5
DescriptionDefines the status of the intrusion object.
SyntaxDellStatus
AccessRead-only
Intrusion Reading
NameintrusionReading
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.6
DescriptionDefines the reading of the intrusion object.
SyntaxDellIntrusionReading
AccessRead-only
Intrusion Type
NameintrusionType
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.7
DescriptionDefines the type of the intrusion object.
SyntaxDellIntrusionType
AccessRead-only
84Chassis Information Group
Intrusion Location Name
NameintrusionLocationName
Object ID1.3.6.1.4.1.674.10892.1.300.70.1.8
DescriptionDefines the location name of the intrusion object in this subgroup.
SyntaxDellString
AccessRead-only
Baseboard Table
This table lists objects that define the baseboard of a system.
NamebaseBoardTable
Object ID1.3.6.1.4.1.674.10892.1.300.80
DescriptionDefines the Baseboard Table.
SyntaxSEQUENCE OF BaseBoardTableEntry
AccessNot accessible
Baseboard Table Entry
NamebaseBoardTableEntry
Object ID1.3.6.1.4.1.674.10892.1.300.80.1
DescriptionDefines the Baseboard Table entry.
SyntaxBaseBoardTableEntry
AccessNot accessible
IndexbaseBoardChassisIndex, baseBoardIndex
Baseboard Chassis Index
NamebaseBoardChassisIndex
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.1
DescriptionDefines the index (one-based) of the associated chassis.
SyntaxDellObjectRange
AccessRead-only
Chassis Information Group85
Baseboard Index
NamebaseBoardIndex
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.2
DescriptionDefines the index (one-based) of the base board.
SyntaxDellObjectRange
AccessRead-only
Baseboard State Capabilities
NamebaseBoardStateCapabilities
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.3
DescriptionDefines the state capabilities of the baseboard.
SyntaxDellStateCapabilities
AccessRead-only
Baseboard State Settings
NamebaseBoardStateSettings
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.4
DescriptionDefines the state settings of the baseboard.
SyntaxDellStateSettings
AccessRead-write
Baseboard Status
NamebaseBoardStatus
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.5
DescriptionDefines the status of the baseboard.
SyntaxDellStatus
AccessRead-only
86Chassis Information Group
Baseboard Feature Flags
NamebaseBoardFeatureFlags
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.6
DescriptionDefines the features of the baseboard.
SyntaxDellBaseBoardFeatureFlags
AccessRead-only
Baseboard Type
NamebaseBoardType
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.7
DescriptionDefines the type of the baseboard.
SyntaxDellBaseBoardType
AccessRead-only
Baseboard Type Name
NamebaseBoardTypeName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.8
DescriptionDefines the name of the type of baseboard.
SyntaxDellString
AccessRead-only
Baseboard Location Name
NamebaseBoardLocationName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.9
DescriptionDefines the location name of the baseboard.
SyntaxDellString
AccessRead-only
Chassis Information Group87
Baseboard Manufacturer Name
NamebaseBoardManufacturerName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.10
DescriptionDefines the baseboard manufacturer’s name.
SyntaxDellString
AccessRead-only
Baseboard Product Name
NamebaseBoardProductName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.11
DescriptionDefines the baseboard product’s name.
SyntaxDellString
AccessRead-only
Baseboard Version Name
NamebaseBoardVersionName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.12
DescriptionDefines the baseboard version name.
SyntaxDellString
AccessRead-only
Baseboard Service Tag Name
NamebaseBoardServiceTagName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.13
DescriptionDefines the baseboard service tag name.
SyntaxDellString
AccessRead-only
88Chassis Information Group
Baseboard Piece Part ID (PPID) Name
NamebaseBoardPiecePartIDName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.14
DescriptionDefines the baseboard PPID.
SyntaxDellString
AccessRead-only
Baseboard Asset Tag Name
NamebaseBoardAssetTagName
Object ID1.3.6.1.4.1.674.10892.1.300.80.1.15
DescriptionDefines the baseboard asset tag name.
SyntaxDellString
AccessRead-only
Chassis Information Group Variable Values
This section includes definitions for server administrator-specific variable values used in this section.
Table 5-1. Log Format
Variable Name: DellLogFormat
Data Type: Integer
Possible Data ValuesMeaning of Data Value
raw(1)The log is in the format received from the firmware.
ascii(2)The log is in ASCII format.
uniCode(3)The log is in Unicode format.
Chassis Information Group89
Table 5-2. Chassis Type
Variable Name: DellChassisType
Data Type: Integer
Possible Data ValuesMeaning of Data Value
other(1)The chassis type is not one of the following:
unknown(2)The chassis type is unknown.
desktop(3)The chassis type is a desktop.
lowProfileDesktop(4)The chassis type is a low-profile desktop.
pizzaBox(5)The chassis type is a pizza box.
miniTower(6)The chassis type is a minitower.
tower(7)The chassis type is a tower.
portable(8)The chassis type is a portable.
lapTop(9)The chassis type is a laptop.
noteBook(10)The chassis type is a notebook.
handHeld(11)The chassis type is a handheld.
dockingStation(12)The chassis type is a docking station.
allInOne(13)The chassis type is an all-in-one.
subNoteBook(14)The chassis type is a subnotebook.
spaceSaving(15)The chassis type is a spacesaver.
lunchBox(16)The chassis type is a lunch box.
mainSystemChassis(17)The chassis type is the main system chassis.
expansionChassis(18)The chassis type is an expansion chassis.
subChassis(19)The chassis type is a subchassis.
busExpansionChassis(20)The chassis type is a bus-expansion chassis.
peripheralChassis(21)The chassis type is a peripheral chassis.
raidChassis(22)The chassis type is a disk RAID chassis.
rackMountChassis(23)The chassis type is a rack-mounted chassis.
sealedCasePC(24)The chassis type is a sealed-case chassis.
multiSystemChassis(25)The chassis type is a multisystem chassis.
90Chassis Information Group
Table 5-3. Connection Status
Variable Name: DellConnectionStatus
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(2)The status of the chassis connection is unknown.
ok(3)The status of the chassis connection is OK.
failure(4)The status of the chassis connection is failure.
Table 5-4. Fan Control Capabilities
Variable Name: DellFanControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The fan’s capabilities are unknown.
lowSpeedCapable(2)The fan can be set to low speed.
highSpeedCapable(4)The fan can be set to high speed.
lowOrHighSpeedCapable(6)The fan can be set to low or high speed.
Table 5-5. Front-Panel LED Control Capabilities
Variable Name: DellLEDControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The LED control capabilities are unknown.
alertOnErrorCapable(2) The LED control can be set to alert on an error condition.
alertOnWarningAndErrorCapable(4)The LED control can be set to alert on an error and a
warning condition.
alertOnWarningOrErrorCapable(6)The LED control can be set to alert on an error or a
warning condition.
Chassis Information Group91
Table 5-6. Front-Panel LED Control Settings
Variable Name: DellLEDControlSettings
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The LED control setting is unknown.
alertOnError(2)The LED control is set to alert on an error condition.
alertOnWarningAndError(4)The LED control is set to alert on an error or a
warning condition.
Table 5-7. Hard-Drive Fault LED Control Capabilities
Variable Name: DellHDFaultLEDControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The hard drive has no fault LED capabilities.
unknownCapabilities(1)The hard-drive fault LED capabilities are unknown.
enableCapable(2)The hard-drive fault LED can be disabled (offline, a binary 0
value) or enabled (online, a binary 1 value).
notReadyCapable(4)The hard-drive fault LED can indicate not ready.
resetCapable(8)The hard-drive fault LED can be reset.
Table 5-8. Hard-Drive Fault LED Control Settings
Variable Name: DellHDFaultLEDControlSettings
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The LEDs do not have any fault settings capabilities.
unknown(1)The hard-drive fault LEDs’ state is unknown.
enabled(2)The hard-drive fault LEDs’ state is disabled (offline, a binary 0
value) or enabled (online, a binary 1 value).
notReady(4)The hard-drive fault LEDs’ state is not ready.
reset(8)The hard-drive fault LEDs have been reset.
resetAndEnable(10)The hard-drive fault LEDs have been reset and enabled.
92Chassis Information Group
Table 5-9. Chassis Identification Control Capabilities
Variable Name: DellChassisIdentifyControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The LEDs do not have any chassis identification capabilities.
unknownCapabilities(1)The chassis identification control’s capabilities are unknown.
enableCapable(2)The chassis identification controls can be disabled (offline, a
binary 0 value) or enabled (online, a binary 1 value).
notReadyCapable(4)The chassis identification control’s capabilities are not ready.
identifyCapable(8)The chassis identification control’s LEDs can be made to
identify the chassis.
NOTE: Chassis identification capabilities allow system administrators to set front panel light-emitting diodes (LEDs)
to blink when the chassis has malfunctioning components. When enabled, the blinking lights help administrators
locate the problem chassis.
Table 5-10. Chassis Identification Control Settings
Variable Name: DellChassisIdentifyControlSettings
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The chassis identification control’s state is unknown.
enabled(2)The chassis identification control’s state is disabled (offline,
a binary 0 value) or enabled (online, a binary 1 value).
notReady(4)
identifyChassis(8)
The chassis identification control’s state is not ready.
The chassis identification control’s LEDs may be
returned to (normal) 0, or (identify chassis) 1.
identifyChassisAndEnable(10)
The chassis identification control’s LEDs may be
returned to normal (a binary 0 value), or identify
chassis and enabled (a binary 1 value).
Chassis Information Group93
Table 5-11. Host Control Capabilities
Variable Name: DellHostControlCapabilities
NOTE: An operator can manually cause these actions using SNMP.
Data Type: Integer
Possible Data ValuesMeaning of Data Value
manualRebootCapable(1)The operator can reboot capable host.
manualPowerOFFCapable(2)The operator can power off capable host.
manualPowerCycleCapable(4)The operator can power-cycle capable host.
manualAllExceptOperatingSystemShutdown
Capable(7)
manualOperatingSystemShutdownCapable(8) The operator can shut down the operating-
manualFullyCapable(15)The operator can reboot, power on and off the power-cycle
Table 5-12. Host Control Settings
Variable Name: DellHostControlSettings
The operator can reboot and power off capable host.
system–shutdown capable host.
capable host, and shut down the
operating-system–shutdown capable host.
NOTE: An operator can manually cause these actions using SNMP.
Data Type: Integer
Possible Data ValuesMeaning of Data Value
manualReboot(1)The operator can reboot the host.
manualPowerOFF(2)The operator can power off the host.
manualPowerCycle(4)Power cycle the host.
manualOperatingSystemShutdown(8)The operator can shut down the operating system on the
host.
manualOperatingSystemShutdownThenReboot
(9)
manualOperatingSystemShutdownThenPowerOFF
(10)
manualOperatingSystemShutdownThenPower
Cycle(12)
The operator can shut down the operating system on the
host then reboot.
The operator can shut down the operating system on the
host then power off machine.
The operator can shut down the operating system on the
host then power cycle machine.
94Chassis Information Group
Table 5-13. Watchdog Control Capabilities
Variable Name: DellWatchDogControlCapabilities
NOTE: When the system determines that the operating system is not responding, it will automatically perform the
selected action without operator intervention.
Data Type: Integer
Possible Data ValuesMeaning of Data Value
automaticRebootCapable(1)Watchdog controls can be set to reboot capable host.
automaticPowerCycleCapable(2)Watchdog controls can be set to power cycleable
capable host.
automaticNotificationCapable(4)Watchdog controls can be set to notify capable host.
automaticWatchDogTimerCapable(8)Watchdog controls can be set to function
automatically.
automaticPowerOffCapable(16)Watchdog controls can be set to automatically power
off host.
automaticAllExceptNotificationCapable(27) Watchdog controls can be set to automatically
perform all functions except notification capable.
automaticFullyCapable(31)Watchdog controls can be set to automatically
perform all functions.
Table 5-14. Watchdog Control Settings
Variable Name: DellWatchControlSettings
NOTE: The watchdog timer is the mechanism used by a chassis to determine if the operating system has
stopped responding.
Data Type: Integer
Possible Data ValuesMeaning of Data Value
automaticRebootEnabled(1)Automatic reboot is enabled for this host.
automaticPowerCycleEnabled(2)Automatic power cycleable is enabled for this host.
automaticNotificationEnabled(4)Automatic notification is enabled for this host.
automaticPowerOffEnabled(8)Automatic power off is enabled for this host.
Chassis Information Group95
Table 5-15. Watchdog Timer Capabilities
Variable Name: DellWatchDogTimerCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
type1Capable(1)Watchdog timer can time in intervals from 20–480 seconds.
type2Capable(2)Watchdog timer can time in 30-, 60-, 120-, and 480-second intervals.
type3Capable(4)Watchdog timer can time in 60-second intervals.
Table 5-16. Power Button Control Capabilities
Variable Name: DellPowerButtonControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The power button has no capabilities.
unknownCapabilities(1)The power button capabilities are unknown.
enableCapable(2)The power button can be enabled (online) or disabled (offline).
Table 5-17. Power Button Control Settings
Variable Name: DellPowerButtonControlSettings
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The power button has no settings capabilities.
unknown(1)The power button settings are unknown.
enabled(2)The power button state is enabled.
disabled(4)The power button state is disabled.
96Chassis Information Group
Table 5-18. NMI Button Control Capabilities
Variable Name: DellNMIButtonControlCapabilities
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The NMI button has no capabilities.
unknownCapabilities(1)The NMI button capabilities are unknown.
enableCapable(2)The NMI button can be enabled (online) or disabled (offline).
Table 5-19. NMI Button Control Settings
Variable Name: DellNMIButtonControlSettings
Data Type: Integer
Possible Data ValuesMeaning of Data Value
none(0)The NMI button has no settings capabilities.
unknown(1)The NMI button settings are unknown.
enabled(2)The NMI button state is enabled.
disabled(4)The NMI button state is disabled.
Table 5-20. Chassis System Class
Variable Name: DellChassisSystemClass
Data Type: Integer
Possible Data ValuesMeaning of Data Value
other(1)The chassis system class is not one of the following:
unknown(2)The chassis system class is unknown.
workstationClass(3)The chassis system class is a workstation.
serverClass(4)The chassis system class is a server.
desktopClass(5)The chassis system class is a desktop.
portableClass(6)The chassis system class is a portable.
netPCClass(7)The chassis system class is a "Net PC."
storageClass(8)The chassis system class is storage.
Chassis Information Group97
Table 5-21. Firmware Type
Variable Name: DellFirmwareType
Data Type: Integer
Possible Data ValuesMeaning of Data Value
other(1)The firmware type is other than following values.
unknown(2)The firmware type is unknown.
systemBIOS(3)The firmware type is System BIOS
embeddedSystemManagementController(4) The firmware type is Embedded System Management
Controller.
powerSupplyParallelingBoard(5)The firmware type is Power Supply Paralleling Board.
systemBackPlane(6)The firmware type is System (Primary) Backplane.
powerVault2XXSKernel(7)The firmware type is Dell™ PowerVault™ 2XXS Kernel.
powerVault2XXSApplication(8)The firmware type is PowerVault 2XXS Application.
frontPanel(9)The firmware type is Front Panel Controller.
baseboardManagementController(10)The firmware type is Baseboard Management Controller.
hotPlugPCI(11)The firmware type is Hot Plug Peripheral Component
Interconnect (PCI) Controller.
sensorData(12)The firmware type is Sensor Data Records.
peripheralBay(13)The firmware type is Peripheral Bay Backplane.
secondaryBackPlane(14)The firmware type is Secondary Backplane for
ESM 2 systems.
secondaryBackPlaneESM3And4(15)The firmware type is Secondary Backplane for ESM 3 and 4
systems.
rac(16)The firmware type is Remote Access Controller.
98Chassis Information Group
Table 5-22. Baseboard Type
Variable Name: DellBaseBoardType
Data Type: Integer
Possible Data ValuesMeaning of Data Value
unknown(1)The baseboard type is unknown.
other(2)The baseboard type is not one of the following types.
serverBlade(3)The baseboard type is a server blade.
connectivitySwitch(4)The baseboard type is a connectivity switch.
systemManagementModule(5)The baseboard type is a system management module.
processorModule(6)The baseboard type is a processor module.
ioModule(7)The baseboard type is an I/O module.
memoryModule(8)The baseboard type is a memory module
daughterBoard(9)The baseboard type is a daughter board.
motherboard(10)The baseboard type is a mother board.
processorMemoryModule(11)The baseboard type is a processor or memory module
processorIOModule(12)The baseboard type is a processor or I/O module
interconnectBoard(13)The baseboard type is an interconnect board.
Table 5-23. Baseboard Feature Flags
Variable Name: DellBaseBoardFeatureFlags
Data Type: Integer
Possible Data ValuesMeaning of Data Value
NOTE: These values are bit fields, so combination values are possible.
no features(0)This baseboard has no feature flags.
boardIsHostingBoard(1)This baseboard is a hosting board.
boardRequiresDaughterBoard(2)This baseboard requires at least one daughter board or
auxiliary card.
boardIsRemovable(4)This baseboard is removable.
boardIsReplaceable(8)This baseboard is replaceable.
boardIsHotSwappable(16)This baseboard is hot swappable.
Chassis Information Group99
100Chassis Information Group
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.