-- MIB generated by mibgen version 1.0 DELLSYS_MIB-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI InternationalDisplayString FROM HOST-RESOURCES-MIB OBJECT-TYPE FROM RFC-1212 Counter,Gauge, DisplayString FROM RFC1213-MIB Dmi_Date,Dmi_Integer64, dmiEventDateTime,dmiCompId,dmiEventSeverity, dmiEventStateKey,dmiEventAssociatedGroup, dmiEventSystem,dmiEventSubSystem FROM DMTF-DMI; DmiCounter ::= Counter DmiCounter64 ::= Counter64 DmiGauge ::= Gauge DmiInteger ::= INTEGER DmiOctetstring ::= OCTET STRING DmiDisplaystring ::= DisplayString DmiCompId ::= INTEGER DmiGroupId ::= INTEGER dmtf OBJECT IDENTIFIER ::= { enterprises 412 } dmtfStdMifs OBJECT IDENTIFIER ::= { dmtf 2 } dmtfDynOids OBJECT IDENTIFIER ::= { dmtf 3 } SdMTFComponentID ::= SEQUENCE { manufacturerAtt1 DmiDisplaystring, productAtt2 DmiDisplaystring, versionAtt3 DmiDisplaystring, serialNumberAtt4 DmiDisplaystring, installationAtt5 Dmi_Date, verifyAtt6 DmiInteger } dmtfServiceLayerMIF OBJECT IDENTIFIER ::= { dmtfStdMifs 1 } dMTFComponentIDTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFComponentID ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes common to all components. This group is required." ::= { dmtfServiceLayerMIF 1 } dMTFComponentIDEntry OBJECT-TYPE SYNTAX SdMTFComponentID ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes common to all components. This group is required." INDEX { DmiCompId,DmiGroupId } ::= { dMTFComponentIDTable 1 } manufacturerAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Manufacturer of this system." REFERENCE "'DMTF|ComponentID|001' 1" ::= { dMTFComponentIDEntry 1 } productAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Product name for this system." REFERENCE "'DMTF|ComponentID|001' 2" ::= { dMTFComponentIDEntry 2 } versionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Version number of this system." REFERENCE "'DMTF|ComponentID|001' 3" ::= { dMTFComponentIDEntry 3 } serialNumberAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Serial number for this system." REFERENCE "'DMTF|ComponentID|001' 4" ::= { dMTFComponentIDEntry 4 } installationAtt5 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The time and date for the last time this component was installed " REFERENCE "'DMTF|ComponentID|001' 5" ::= { dMTFComponentIDEntry 5 } verifyAtt6 OBJECT-TYPE SYNTAX INTEGER { anErrorOccurredCheckStatusCode(0), thisComponentDoesNotExist(1), verificationIsNotSupported(2), reserved(3), thisComponentExistsButTheFunctionalityIsUntested(4), thisComponentExistsButTheFunctionalityIsUnknown(5), thisComponentExistsAndIsNotFunctioningCorrectly(6), thisComponentExistsAndIsFunctioningCorrectly(7) } ACCESS read-only STATUS mandatory DESCRIPTION "A code that provides a level of verification that the component is still installed and working." REFERENCE "'DMTF|ComponentID|001' 6" ::= { dMTFComponentIDEntry 6 } SdMTFGeneralInformation ::= SEQUENCE { systemNameAtt1 DmiDisplaystring, systemLocationAtt2 DmiDisplaystring, systemPrimaryUserNameAtt3 DmiDisplaystring, systemPrimaryUserPhoneAtt4 DmiDisplaystring, systemBootupTimeAtt5 Dmi_Date, systemDateTimeAtt6 Dmi_Date } dmtfSystemsMIF OBJECT IDENTIFIER ::= { dmtfStdMifs 4 } dMTFGeneralInformationTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFGeneralInformation ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about this system." ::= { dmtfSystemsMIF 1 } dMTFGeneralInformationEntry OBJECT-TYPE SYNTAX SdMTFGeneralInformation ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about this system." INDEX { DmiCompId,DmiGroupId } ::= { dMTFGeneralInformationTable 1 } systemNameAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "The name identifying this system at startup." REFERENCE "'DMTF|General Information|001' 1" ::= { dMTFGeneralInformationEntry 1 } systemLocationAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "The physical location of this system." REFERENCE "'DMTF|General Information|001' 2" ::= { dMTFGeneralInformationEntry 2 } systemPrimaryUserNameAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "The name of the primary user or owner of this system." REFERENCE "'DMTF|General Information|001' 3" ::= { dMTFGeneralInformationEntry 3 } systemPrimaryUserPhoneAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "The phone number of the primary user of this system." REFERENCE "'DMTF|General Information|001' 4" ::= { dMTFGeneralInformationEntry 4 } systemBootupTimeAtt5 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The time at which the system was last booted." REFERENCE "'DMTF|General Information|001' 5" ::= { dMTFGeneralInformationEntry 5 } systemDateTimeAtt6 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-write STATUS mandatory DESCRIPTION "The actual system date and time." REFERENCE "'DMTF|General Information|001' 6" ::= { dMTFGeneralInformationEntry 6 } SdMTFOperatingSystem ::= SEQUENCE { dMTFOperatingSystemState INTEGER, operatingSystemIndexAtt1 DmiInteger, operatingSystemNameAtt2 DmiDisplaystring, operatingSystemVersionAtt3 DmiDisplaystring, primaryOperatingSystemAtt4 DmiInteger, operatingSystemBootDeviceStorageTypeAtt5 DmiInteger, operatingSystemBootDeviceIndexAtt6 DmiInteger, operatingSystemBootPartitionIndexAtt7 DmiInteger, operatingSystemDescriptionAtt8 DmiDisplaystring } dMTFOperatingSystemTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFOperatingSystem ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about operating systems installed on this system." ::= { dmtfSystemsMIF 2 } dMTFOperatingSystemEntry OBJECT-TYPE SYNTAX SdMTFOperatingSystem ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about operating systems installed on this system." INDEX { DmiCompId,DmiGroupId, operatingSystemIndexAtt1 } ::= { dMTFOperatingSystemTable 1 } dMTFOperatingSystemState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Operating System|001' 0" ::= { dMTFOperatingSystemEntry 0 } operatingSystemIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the operating system table." REFERENCE "'DMTF|Operating System|001' 1" ::= { dMTFOperatingSystemEntry 1 } operatingSystemNameAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of this operating system." REFERENCE "'DMTF|Operating System|001' 2" ::= { dMTFOperatingSystemEntry 2 } operatingSystemVersionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version number of this operating system." REFERENCE "'DMTF|Operating System|001' 3" ::= { dMTFOperatingSystemEntry 3 } primaryOperatingSystemAtt4 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, this is the primary operating system." REFERENCE "'DMTF|Operating System|001' 4" ::= { dMTFOperatingSystemEntry 4 } operatingSystemBootDeviceStorageTypeAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), hardDisk(3), floppyDisk(4), opticalROM(5), opticalWORM(6), opticalRW(7), compactDisk(8), flashDisk(9), bernoulli(10), opticalFloppyDisk(11) } ACCESS read-only STATUS mandatory DESCRIPTION "An index into the Disks table to indicate the device from which this operating system was booted. To fully access the Disks Table, this index must be combined with the attribute Boot Device Index." REFERENCE "'DMTF|Operating System|001' 5" ::= { dMTFOperatingSystemEntry 5 } operatingSystemBootDeviceIndexAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the Disks table" REFERENCE "'DMTF|Operating System|001' 6" ::= { dMTFOperatingSystemEntry 6 } operatingSystemBootPartitionIndexAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the Partition table indicating the partition from which this operating system booted." REFERENCE "'DMTF|Operating System|001' 7" ::= { dMTFOperatingSystemEntry 7 } operatingSystemDescriptionAtt8 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A description of this operating system." REFERENCE "'DMTF|Operating System|001' 8" ::= { dMTFOperatingSystemEntry 8 } SdMTFSystemBIOS ::= SEQUENCE { dMTFSystemBIOSState INTEGER, bIOSIndexAtt1 DmiInteger, bIOSManufacturerAtt2 DmiDisplaystring, bIOSVersionAtt3 DmiDisplaystring, bIOSROMSizeAtt4 DmiInteger, bIOSStartingAddressAtt5 Dmi_Integer64, bIOSEndingAddressAtt6 Dmi_Integer64, bIOSLoaderVersionAtt7 DmiDisplaystring, bIOSReleaseDateAtt8 Dmi_Date, primaryBIOSAtt9 DmiInteger } dMTFSystemBIOSTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemBIOS ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the System BIOS." ::= { dmtfSystemsMIF 3 } dMTFSystemBIOSEntry OBJECT-TYPE SYNTAX SdMTFSystemBIOS ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the System BIOS." INDEX { DmiCompId,DmiGroupId, bIOSIndexAtt1 } ::= { dMTFSystemBIOSTable 1 } dMTFSystemBIOSState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System BIOS|001' 0" ::= { dMTFSystemBIOSEntry 0 } bIOSIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the system BIOS table." REFERENCE "'DMTF|System BIOS|001' 1" ::= { dMTFSystemBIOSEntry 1 } bIOSManufacturerAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the company that wrote this System BIOS." REFERENCE "'DMTF|System BIOS|001' 2" ::= { dMTFSystemBIOSEntry 2 } bIOSVersionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version number or version string of this BIOS." REFERENCE "'DMTF|System BIOS|001' 3" ::= { dMTFSystemBIOSEntry 3 } bIOSROMSizeAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical size of this BIOS ROM device in kilobytes." REFERENCE "'DMTF|System BIOS|001' 4" ::= { dMTFSystemBIOSEntry 4 } bIOSStartingAddressAtt5 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "The starting physical address for the memory which the BIOS occupies." REFERENCE "'DMTF|System BIOS|001' 5" ::= { dMTFSystemBIOSEntry 5 } bIOSEndingAddressAtt6 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "The ending physical address for the memory which the BIOS occupies." REFERENCE "'DMTF|System BIOS|001' 6" ::= { dMTFSystemBIOSEntry 6 } bIOSLoaderVersionAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The BIOS flash loader version number or string." REFERENCE "'DMTF|System BIOS|001' 7" ::= { dMTFSystemBIOSEntry 7 } bIOSReleaseDateAtt8 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The BIOS release date." REFERENCE "'DMTF|System BIOS|001' 8" ::= { dMTFSystemBIOSEntry 8 } primaryBIOSAtt9 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, this is the primary System BIOS." REFERENCE "'DMTF|System BIOS|001' 9" ::= { dMTFSystemBIOSEntry 9 } SdMTFBIOSCharacteristic ::= SEQUENCE { dMTFBIOSCharacteristicState INTEGER, bIOSCharacteristicIndexAtt1 DmiInteger, bIOSNumberAtt2 DmiInteger, bIOSCharacteristicAtt3 DmiInteger, bIOSCharacteristicDescriptionAtt4 DmiDisplaystring } dMTFBIOSCharacteristicTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFBIOSCharacteristic ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics for the System BIOS." ::= { dmtfSystemsMIF 4 } dMTFBIOSCharacteristicEntry OBJECT-TYPE SYNTAX SdMTFBIOSCharacteristic ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics for the System BIOS." INDEX { DmiCompId,DmiGroupId, bIOSCharacteristicIndexAtt1, bIOSNumberAtt2 } ::= { dMTFBIOSCharacteristicTable 1 } dMTFBIOSCharacteristicState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|BIOS Characteristic|003' 0" ::= { dMTFBIOSCharacteristicEntry 0 } bIOSCharacteristicIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This is an index into the BIOS Characteristics table." REFERENCE "'DMTF|BIOS Characteristic|003' 1" ::= { dMTFBIOSCharacteristicEntry 1 } bIOSNumberAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The BIOS number, which correlates to the BIOS Index attribute in the System BIOS group." REFERENCE "'DMTF|BIOS Characteristic|003' 2" ::= { dMTFBIOSCharacteristicEntry 2 } bIOSCharacteristicAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), unsupported(3), iSASupport(4), mCASupport(5), eISASupport(6), pCISupport(7), pCMCIASupport(8), pnPSupport(9), aPMSupport(10), upgradeableBIOS(11), bIOSShadowingAllowed(12), vLVESASupport(13), eSCDSupport(14), lS120Support(15), aCPISupport(16), i2OBootSupport(17), uSBLegacySupport(18), aGPSupport(19), pCCard(20), iR(21), x1394(22), i2C(23), smartBattery(24), pC98(160) } ACCESS read-only STATUS mandatory DESCRIPTION "The different features supported by this version of the BIOS." REFERENCE "'DMTF|BIOS Characteristic|003' 3" ::= { dMTFBIOSCharacteristicEntry 3 } bIOSCharacteristicDescriptionAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "An expanded description of this BIOS Characteristic." REFERENCE "'DMTF|BIOS Characteristic|003' 4" ::= { dMTFBIOSCharacteristicEntry 4 } SdMTFProcessor ::= SEQUENCE { dMTFProcessorState INTEGER, processorIndexAtt1 DmiInteger, processorTypeAtt2 DmiInteger, processorFamilyAtt3 DmiInteger, processorVersionInformationAtt4 DmiDisplaystring, maximumSpeedAtt5 DmiInteger, currentSpeedAtt6 DmiInteger, processorUpgradeAtt7 DmiInteger, fRUGroupIndexAtt8 DmiInteger, operationalGroupIndexAtt9 DmiInteger, level1CacheIndexAtt10 DmiInteger, level2CacheIndexAtt11 DmiInteger, level3CacheIndexAtt12 DmiInteger, statusAtt13 DmiInteger } dMTFProcessorTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFProcessor ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for each and every processor installed in this system." ::= { dmtfSystemsMIF 5 } dMTFProcessorEntry OBJECT-TYPE SYNTAX SdMTFProcessor ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for each and every processor installed in this system." INDEX { DmiCompId,DmiGroupId, processorIndexAtt1 } ::= { dMTFProcessorTable 1 } dMTFProcessorState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Processor|009' 0" ::= { dMTFProcessorEntry 0 } processorIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the processor table." REFERENCE "'DMTF|Processor|009' 1" ::= { dMTFProcessorEntry 1 } processorTypeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), centralProcessor(3), mathProcessor(4), dSPProcessor(5), videoProcessor(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of processor currently in the system." REFERENCE "'DMTF|Processor|009' 2" ::= { dMTFProcessorEntry 2 } processorFamilyAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8086(3), x80286(4), x80386(5), x80486(6), x8087(7), x80287(8), x80387(9), x80487(10), pentiumFamily(11), pentiumPro(12), pentiumII(13), pentiumMMX(14), celeron(15), xeon(16), pentiumIII(17), m1Family(18), m2Family(19), k5Family(25), k6Family(26), powerPCFamily(32), powerPC601(33), powerPC603(34), powerPC603_1(35), powerPC604(36), alphaFamily(48), mIPSFamily(64), sPARCFamily(80), x68040(96), x68xxxFamily(97), x68000(98), x68010(99), x68020(100), x68030(101), hobbitFamily(112), weitek(128), pARISCFamily(144), v30Family(160), pentiumIIIXeon(176) } ACCESS read-only STATUS mandatory DESCRIPTION "The family of processors to which this processor belongs." REFERENCE "'DMTF|Processor|009' 3" ::= { dMTFProcessorEntry 3 } processorVersionInformationAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version number or string for this processor." REFERENCE "'DMTF|Processor|009' 4" ::= { dMTFProcessorEntry 4 } maximumSpeedAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum speed (in MHz) of this processor." REFERENCE "'DMTF|Processor|009' 5" ::= { dMTFProcessorEntry 5 } currentSpeedAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current speed (in MHz) of this processor." REFERENCE "'DMTF|Processor|009' 6" ::= { dMTFProcessorEntry 6 } processorUpgradeAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), daughterBoard(3), zIFSocket(4), replacementPiggyBack(5), none(6), lIFSocket(7), slot1(8), slot2(9), x370PinSocket(10) } ACCESS read-only STATUS mandatory DESCRIPTION "The method by which this processor can be upgraded, if upgrades are supported." REFERENCE "'DMTF|Processor|009' 7" ::= { dMTFProcessorEntry 7 } fRUGroupIndexAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Processor|009' 8" ::= { dMTFProcessorEntry 8 } operationalGroupIndexAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State Table for this device if applicable." REFERENCE "'DMTF|Processor|009' 9" ::= { dMTFProcessorEntry 9 } level1CacheIndexAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the System Cache table that identifies the entry that describes the L1 cache for this processor. If more than one processor points to the same cache entry this means they share that cache." REFERENCE "'DMTF|Processor|009' 10" ::= { dMTFProcessorEntry 10 } level2CacheIndexAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the System Cache table that identifies the entry that describes the L2 cache for this processor If more than one processor points to the same cache entry this means they share that cache." REFERENCE "'DMTF|Processor|009' 11" ::= { dMTFProcessorEntry 11 } level3CacheIndexAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the System Cache table that identifies the entry that describes the L3 cache for this processor. If more than one processor points to the same cache entry this means they share that cache." REFERENCE "'DMTF|Processor|009' 12" ::= { dMTFProcessorEntry 12 } statusAtt13 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabledByUser(4), disabledByFirmware(5), idle(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The status of this processor" REFERENCE "'DMTF|Processor|009' 13" ::= { dMTFProcessorEntry 13 } SdMTFMotherboard ::= SEQUENCE { numberOfExpansionSlotsAtt1 DmiInteger, fRUGroupIndexAtt2 DmiInteger, operationalGroupIndexAtt3 DmiInteger } dMTFMotherboardTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFMotherboard ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes for the motherboard." ::= { dmtfSystemsMIF 6 } dMTFMotherboardEntry OBJECT-TYPE SYNTAX SdMTFMotherboard ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes for the motherboard." INDEX { DmiCompId,DmiGroupId } ::= { dMTFMotherboardTable 1 } numberOfExpansionSlotsAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The total number of expansion slots which physically exist on the motherboard whether occupied or not (See System Slots groups)." REFERENCE "'DMTF|Motherboard|001' 1" ::= { dMTFMotherboardEntry 1 } fRUGroupIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' means that the group is not a FRU." REFERENCE "'DMTF|Motherboard|001' 2" ::= { dMTFMotherboardEntry 2 } operationalGroupIndexAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Motherboard|001' 3" ::= { dMTFMotherboardEntry 3 } SdMTFSystemCache ::= SEQUENCE { dMTFSystemCacheState INTEGER, systemCacheIndexAtt1 DmiInteger, systemCacheLevelAtt2 DmiInteger, systemCacheSpeedAtt3 DmiInteger, systemCacheSizeAtt4 DmiInteger, systemCacheWritePolicyAtt5 DmiInteger, systemCacheErrorCorrectionAtt6 DmiInteger, fRUGroupIndexAtt7 DmiInteger, operationalGroupIndexAtt8 DmiInteger, systemCacheTypeAtt9 DmiInteger } dMTFSystemCacheTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemCache ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for different System Caches installed in this system." ::= { dmtfSystemsMIF 9 } dMTFSystemCacheEntry OBJECT-TYPE SYNTAX SdMTFSystemCache ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for different System Caches installed in this system." INDEX { DmiCompId,DmiGroupId, systemCacheIndexAtt1 } ::= { dMTFSystemCacheTable 1 } dMTFSystemCacheState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Cache|002' 0" ::= { dMTFSystemCacheEntry 0 } systemCacheIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the System Cache table." REFERENCE "'DMTF|System Cache|002' 1" ::= { dMTFSystemCacheEntry 1 } systemCacheLevelAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), primary(3), secondary(4), tertiary(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Is this the primary System Cache, or a subsidiary cache?" REFERENCE "'DMTF|System Cache|002' 2" ::= { dMTFSystemCacheEntry 2 } systemCacheSpeedAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The speed of this System Cache module in nanoseconds." REFERENCE "'DMTF|System Cache|002' 3" ::= { dMTFSystemCacheEntry 3 } systemCacheSizeAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The size of this System Cache module in kilobytes." REFERENCE "'DMTF|System Cache|002' 4" ::= { dMTFSystemCacheEntry 4 } systemCacheWritePolicyAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), writeBack(3), writeThrough(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Is this a write-back or a write-through cache?" REFERENCE "'DMTF|System Cache|002' 5" ::= { dMTFSystemCacheEntry 5 } systemCacheErrorCorrectionAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), parity(4), singleBitECC(5), multiBitECC(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The error correction scheme supported by this cache component." REFERENCE "'DMTF|System Cache|002' 6" ::= { dMTFSystemCacheEntry 6 } fRUGroupIndexAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|System Cache|002' 7" ::= { dMTFSystemCacheEntry 7 } operationalGroupIndexAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State Table for this device." REFERENCE "'DMTF|System Cache|002' 8" ::= { dMTFSystemCacheEntry 8 } systemCacheTypeAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), instruction(3), data(4), unified(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This defines the system cache type." REFERENCE "'DMTF|System Cache|002' 9" ::= { dMTFSystemCacheEntry 9 } SdMTFParallelPorts ::= SEQUENCE { dMTFParallelPortsState INTEGER, parallelPortIndexAtt1 DmiInteger, parallelBaseIOAddressAtt2 Dmi_Integer64, iRQUsedAtt3 DmiInteger, logicalNameAtt4 DmiDisplaystring, connectorTypeAtt5 DmiInteger, connectorPinoutAtt6 DmiInteger, dMASupportAtt7 DmiInteger, parallelPortCapabilitiesAtt8 DmiInteger, operationalGroupIndexAtt9 DmiInteger, parallelPortSecuritySettingsAtt10 DmiInteger } dMTFParallelPortsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFParallelPorts ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for parallel ports in this system." ::= { dmtfSystemsMIF 10 } dMTFParallelPortsEntry OBJECT-TYPE SYNTAX SdMTFParallelPorts ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for parallel ports in this system." INDEX { DmiCompId,DmiGroupId, parallelPortIndexAtt1 } ::= { dMTFParallelPortsTable 1 } dMTFParallelPortsState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Parallel Ports|003' 0" ::= { dMTFParallelPortsEntry 0 } parallelPortIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the parallel ports table." REFERENCE "'DMTF|Parallel Ports|003' 1" ::= { dMTFParallelPortsEntry 1 } parallelBaseIOAddressAtt2 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "Base I/O address for this parallel port." REFERENCE "'DMTF|Parallel Ports|003' 2" ::= { dMTFParallelPortsEntry 2 } iRQUsedAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "IRQ number that is being used by this parallel port." REFERENCE "'DMTF|Parallel Ports|003' 3" ::= { dMTFParallelPortsEntry 3 } logicalNameAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The logical name of the I/O device on this parallel port, under this operating environment." REFERENCE "'DMTF|Parallel Ports|003' 4" ::= { dMTFParallelPortsEntry 4 } connectorTypeAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), dB25Female(3), dB25Male(4), centronics(5), miniCentronics(6), proprietary(7), centronics14(160), dB36Female(161), miniCentronics20(162) } ACCESS read-only STATUS mandatory DESCRIPTION "The connector used to interface with the I/O device on this parallel port." REFERENCE "'DMTF|Parallel Ports|003' 5" ::= { dMTFParallelPortsEntry 5 } connectorPinoutAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), xTAT(3), pS2(4), iEEE1284(5), proprietary(6), pC98(160), pC98Hireso(161), pCH98(162), pC98Note(163), pC98Full(164) } ACCESS read-only STATUS mandatory DESCRIPTION "The pinout used by the I/O device on this parallel port." REFERENCE "'DMTF|Parallel Ports|003' 6" ::= { dMTFParallelPortsEntry 6 } dMASupportAtt7 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, DMA is supported." REFERENCE "'DMTF|Parallel Ports|003' 7" ::= { dMTFParallelPortsEntry 7 } parallelPortCapabilitiesAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Capabilities of this parallel port. This is a bit field mask with the bits defined as follows: Bit 0 (2^0) set = XT/AT compatible; Bit 1 (2^1) set = PS/2 compatible; Bit 2 (2^2) set = ECP; Bit 3 (2^3) set = EPP; Bit 4 (2^4) set = PC-98; Bit 5 (2^5) set = PC-98-Hireso; Bit 6 (2^6) set = PC-H98." REFERENCE "'DMTF|Parallel Ports|003' 8" ::= { dMTFParallelPortsEntry 8 } operationalGroupIndexAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Parallel Ports|003' 9" ::= { dMTFParallelPortsEntry 9 } parallelPortSecuritySettingsAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), externalInterfaceLockedOut(4), externalInterfaceEnabled(5), bootBypass(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Attribute describing the current hardware security settings on this device." REFERENCE "'DMTF|Parallel Ports|003' 10" ::= { dMTFParallelPortsEntry 10 } SdMTFSerialPorts ::= SEQUENCE { dMTFSerialPortsState INTEGER, serialPortIndexAtt1 DmiInteger, serialBaseIOAddressAtt2 Dmi_Integer64, iRQUsedAtt3 DmiInteger, logicalNameAtt4 DmiDisplaystring, connectorTypeAtt5 DmiInteger, maximumSpeedAtt6 DmiInteger, serialPortCapabilitiesAtt7 DmiInteger, operationalGroupIndexAtt8 DmiInteger, serialPortSecuritySettingsAtt9 DmiInteger } dMTFSerialPortsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSerialPorts ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for serial ports in this system." ::= { dmtfSystemsMIF 11 } dMTFSerialPortsEntry OBJECT-TYPE SYNTAX SdMTFSerialPorts ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for serial ports in this system." INDEX { DmiCompId,DmiGroupId, serialPortIndexAtt1 } ::= { dMTFSerialPortsTable 1 } dMTFSerialPortsState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Serial Ports|003' 0" ::= { dMTFSerialPortsEntry 0 } serialPortIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the serial ports table." REFERENCE "'DMTF|Serial Ports|003' 1" ::= { dMTFSerialPortsEntry 1 } serialBaseIOAddressAtt2 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "Base I/O address for this serial port." REFERENCE "'DMTF|Serial Ports|003' 2" ::= { dMTFSerialPortsEntry 2 } iRQUsedAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "IRQ number that is being used by this serial port." REFERENCE "'DMTF|Serial Ports|003' 3" ::= { dMTFSerialPortsEntry 3 } logicalNameAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The logical name of this serial port under this operating environment." REFERENCE "'DMTF|Serial Ports|003' 4" ::= { dMTFSerialPortsEntry 4 } connectorTypeAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), dB9PinMale(3), dB9PinFemale(4), dB25PinMale(5), dB25PinFemale(6), rJ11(7), rJ45(8), proprietary(9), circularDIN8Male(10), circularDIN8Female(11), miniCentronicsType14(160), miniCentronicsType26(161) } ACCESS read-only STATUS mandatory DESCRIPTION "The connector used to interface with the I/O device on this serial port." REFERENCE "'DMTF|Serial Ports|003' 5" ::= { dMTFSerialPortsEntry 5 } maximumSpeedAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Maximum transfer speed of the device on this serial port in bits per second." REFERENCE "'DMTF|Serial Ports|003' 6" ::= { dMTFSerialPortsEntry 6 } serialPortCapabilitiesAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), xTATCompatible(3), x16450Compatible(4), x16550Compatible(5), x16550ACompatible(6), x8251Compatible(160), x8251FIFOCompatible(161) } ACCESS read-only STATUS mandatory DESCRIPTION "The capabilities of this Serial port." REFERENCE "'DMTF|Serial Ports|003' 7" ::= { dMTFSerialPortsEntry 7 } operationalGroupIndexAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Serial Ports|003' 8" ::= { dMTFSerialPortsEntry 8 } serialPortSecuritySettingsAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), externalInterfaceLockedOut(4), externalInterfaceEnabled(5), bootBypass(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Attribute describing the current hardware security settings on this device" REFERENCE "'DMTF|Serial Ports|003' 9" ::= { dMTFSerialPortsEntry 9 } SdMTFPhysicalContainerGlobalTable ::= SEQUENCE { dMTFPhysicalContainerGlobalTableState INTEGER, enclosureOrChassisTypeAtt1 DmiInteger, assetTagAtt2 DmiDisplaystring, chassisLockPresentAtt3 DmiInteger, bootupStateAtt4 DmiInteger, powerStateAtt5 DmiInteger, thermalStateAtt6 DmiInteger, fRUGroupIndexAtt7 DmiInteger, operationalGroupIndexAtt8 DmiInteger, containerIndexAtt9 DmiInteger, containerNameAtt10 DmiDisplaystring, containerLocationAtt11 DmiDisplaystring, containerSecurityStatusAtt12 DmiInteger } dMTFPhysicalContainerGlobalTableTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFPhysicalContainerGlobalTable ACCESS not-accessible STATUS mandatory DESCRIPTION "This group of attributes describes the fields in a row of the Physical Container Global Table. This table lists all of the containers (e.g. chassis, sub-chassis, etc.) included within the component whose structure is being described." ::= { dmtfSystemsMIF 63 } dMTFPhysicalContainerGlobalTableEntry OBJECT-TYPE SYNTAX SdMTFPhysicalContainerGlobalTable ACCESS not-accessible STATUS mandatory DESCRIPTION "This group of attributes describes the fields in a row of the Physical Container Global Table. This table lists all of the containers (e.g. chassis, sub-chassis, etc.) included within the component whose structure is being described." INDEX { DmiCompId,DmiGroupId, containerIndexAtt9 } ::= { dMTFPhysicalContainerGlobalTableTable 1 } dMTFPhysicalContainerGlobalTableState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Physical Container Global Table|002' 0" ::= { dMTFPhysicalContainerGlobalTableEntry 0 } enclosureOrChassisTypeAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), desktop(3), lowProfileDesktop(4), pizzaBox(5), miniTower(6), tower(7), portable(8), lapTop(9), notebook(10), handHeld(11), dockingStation(12), allInOne(13), subNotebook(14), spaceSaving(15), lunchBox(16), mainSystemChassis(17), expansionChassis(18), subChassis(19), busExpansionChassis(20), peripheralChassis(21), rAIDChassis(22), rackMountChassis(23), sealedCasePC(24) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of Enclosure." REFERENCE "'DMTF|Physical Container Global Table|002' 1" ::= { dMTFPhysicalContainerGlobalTableEntry 1 } assetTagAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "The system asset tag string." REFERENCE "'DMTF|Physical Container Global Table|002' 2" ::= { dMTFPhysicalContainerGlobalTableEntry 2 } chassisLockPresentAtt3 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, a chassis lock is present." REFERENCE "'DMTF|Physical Container Global Table|002' 3" ::= { dMTFPhysicalContainerGlobalTableEntry 3 } bootupStateAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), safe(3), warning(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of this system when it booted." REFERENCE "'DMTF|Physical Container Global Table|002' 4" ::= { dMTFPhysicalContainerGlobalTableEntry 4 } powerStateAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), safe(3), warning(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The current state of the power supply for this system." REFERENCE "'DMTF|Physical Container Global Table|002' 5" ::= { dMTFPhysicalContainerGlobalTableEntry 5 } thermalStateAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), safe(3), warning(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The current thermal state of this system." REFERENCE "'DMTF|Physical Container Global Table|002' 6" ::= { dMTFPhysicalContainerGlobalTableEntry 6 } fRUGroupIndexAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' means that the group is not a FRU." REFERENCE "'DMTF|Physical Container Global Table|002' 7" ::= { dMTFPhysicalContainerGlobalTableEntry 7 } operationalGroupIndexAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Physical Container Global Table|002' 8" ::= { dMTFPhysicalContainerGlobalTableEntry 8 } containerIndexAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique index for the Physical Container in Physical Container Global Table." REFERENCE "'DMTF|Physical Container Global Table|002' 9" ::= { dMTFPhysicalContainerGlobalTableEntry 9 } containerNameAtt10 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "This is any 64-octet long name that the user or system administr tor wishes to give this specific physical container." REFERENCE "'DMTF|Physical Container Global Table|002' 10" ::= { dMTFPhysicalContainerGlobalTableEntry 10 } containerLocationAtt11 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "This attribute is a string name for the location of the containe . This attribute is Read-Write and may be set to any appropriate value by the user. The string may be 128 octets long." REFERENCE "'DMTF|Physical Container Global Table|002' 11" ::= { dMTFPhysicalContainerGlobalTableEntry 11 } containerSecurityStatusAtt12 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), externalInterfaceLockedOut(4), externalInterfaceEnabled(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute describes whether the Container is physically secure or not. This includes the state of the door lock, or the boot devices or the keyboard or mouse." REFERENCE "'DMTF|Physical Container Global Table|002' 12" ::= { dMTFPhysicalContainerGlobalTableEntry 12 } SdMTFSystemSlots ::= SEQUENCE { dMTFSystemSlotsState INTEGER, slotIndexAtt1 DmiInteger, slotTypeAtt2 Dmi_Integer64, slotWidthAtt3 DmiInteger, currentUsageAtt4 DmiInteger, slotDescriptionAtt5 DmiDisplaystring, slotCategoryAtt6 DmiInteger, virtualSlotAtt7 DmiInteger, resourceUserIDAtt8 DmiInteger } dMTFSystemSlotsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemSlots ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the different system expansion slots supported in this system." ::= { dmtfSystemsMIF 18 } dMTFSystemSlotsEntry OBJECT-TYPE SYNTAX SdMTFSystemSlots ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the different system expansion slots supported in this system." INDEX { DmiCompId,DmiGroupId, slotIndexAtt1 } ::= { dMTFSystemSlotsTable 1 } dMTFSystemSlotsState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Slots|003' 0" ::= { dMTFSystemSlotsEntry 0 } slotIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the system slot table. This is the hardware ID number for each expansion slot, whether it is occupied or not (starting with 1)." REFERENCE "'DMTF|System Slots|003' 1" ::= { dMTFSystemSlotsEntry 1 } slotTypeAtt2 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "The bus type supported in this slot. This is a bit field with the following definitions: Bit 0 (2^0), if set, means it is a long-length card; if 0, it is a short-length card, Bit 1(2^1), if set, indicates ISA, Bit 2 (2^2) indicates EISA, Bit 3 (2^3) indicates MCA, Bit 4 (2^4) indicates PCI, Bit 5 (2^5) indicates VL, Bit 6 (2^6) indicates PCMCIA, Bit (2^7) refers to NuBus, Bit 8 (2^8) indicates PC-98/C20, Bit 9 (2^9) indicates PC-98/C24, Bit 10 (2^10) indicates PC-98/E, Bit 11 (2^11) indicates PC-98/Loc" REFERENCE "'DMTF|System Slots|003' 2" ::= { dMTFSystemSlotsEntry 2 } slotWidthAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8BitCard(3), x16BitCard(4), x32BitCard(5), x64BitCard(6), x128BitCard(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The maximum bus width of cards accepted in this slot." REFERENCE "'DMTF|System Slots|003' 3" ::= { dMTFSystemSlotsEntry 3 } currentUsageAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), available(3), inUse(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Is this slot currently in use?" REFERENCE "'DMTF|System Slots|003' 4" ::= { dMTFSystemSlotsEntry 4 } slotDescriptionAtt5 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The card currently occupying this slot." REFERENCE "'DMTF|System Slots|003' 5" ::= { dMTFSystemSlotsEntry 5 } slotCategoryAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), busConnector(3), pCMCIASlot(4), motherboard(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The word 'slot' is used to refer to bus slots. The last case (motherboard)refers to situations where a functional element is integrated onto, say, a motherboard and connects to a bus without a connector. It still takes up an expansion site on the bus but this is termed a 'virtual slot' as opposed to a physical slot (see the attribute 'Virtual Slot'). Virtual slots are in effect permanently occupied expansion sites. This attribute establishes which category of physical slot this table entry is defining." REFERENCE "'DMTF|System Slots|003' 6" ::= { dMTFSystemSlotsEntry 6 } virtualSlotAtt7 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), unknown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates whether this is a 'virtual slot' or not. A 'virtual slot' is an expansion site that is permanently occupied because of the level of integration of an expandable component. An example of a virtual slot is an I/O bus position taken up by a LAN controller that is integrated onto a motherboard. A slot with the 'Slot Category' of Motherboard is typically a Virtual Slot." REFERENCE "'DMTF|System Slots|003' 7" ::= { dMTFSystemSlotsEntry 7 } resourceUserIDAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Value used to locate the rows in the System Resources 2 table for the resources associated with this slot or expansion site. 0 = 'unspecified' " REFERENCE "'DMTF|System Slots|003' 8" ::= { dMTFSystemSlotsEntry 8 } SdMTFVideo ::= SEQUENCE { dMTFVideoState INTEGER, videoIndexAtt1 DmiInteger, videoTypeAtt2 DmiInteger, currentVideoModeAtt3 DmiInteger, minimumRefreshRateAtt4 DmiInteger, maximumRefreshRateAtt5 DmiInteger, videoMemoryTypeAtt6 DmiInteger, videoRAMMemorySizeAtt7 DmiInteger, scanModeAtt8 DmiInteger, videoPhysicalLocationAtt9 DmiInteger, currentVerticalResolutionAtt10 DmiInteger, currentHorizontalResolutionAtt11 DmiInteger, currentNumberOfBitsPerPixelAtt12 DmiInteger, currentNumberOfRowsAtt13 DmiInteger, currentNumberOfColumnsAtt14 DmiInteger, currentRefreshRateAtt15 DmiInteger, fRUGroupIndexAtt16 DmiInteger, operationalGroupIndexAtt17 DmiInteger } dMTFVideoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFVideo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of video devices in this system." ::= { dmtfSystemsMIF 19 } dMTFVideoEntry OBJECT-TYPE SYNTAX SdMTFVideo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of video devices in this system." INDEX { DmiCompId,DmiGroupId, videoIndexAtt1 } ::= { dMTFVideoTable 1 } dMTFVideoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Video|002' 0" ::= { dMTFVideoEntry 0 } videoIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the video table." REFERENCE "'DMTF|Video|002' 1" ::= { dMTFVideoEntry 1 } videoTypeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), cGA(3), eGA(4), vGA(5), sVGA(6), mDA(7), hGC(8), mCGA(9), x8514A(10), xGA(11), linearFrameBuffer(12), pC98(160) } ACCESS read-only STATUS mandatory DESCRIPTION "The architecture of the video subsystem in this system." REFERENCE "'DMTF|Video|002' 2" ::= { dMTFVideoEntry 2 } currentVideoModeAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current video mode in this system. Value=0xFFFF if this information is not available." REFERENCE "'DMTF|Video|002' 3" ::= { dMTFVideoEntry 3 } minimumRefreshRateAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The minimum refresh rate for this video subsystem in Hz." REFERENCE "'DMTF|Video|002' 4" ::= { dMTFVideoEntry 4 } maximumRefreshRateAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum refresh rate for this video subsystem in Hz." REFERENCE "'DMTF|Video|002' 5" ::= { dMTFVideoEntry 5 } videoMemoryTypeAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), vRAM(3), dRAM(4), sRAM(5), wRAM(6), eDORAM(7), burstSynchronousDRAM(8), pipelinedBurstSRAM(9) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of video memory for this adapter." REFERENCE "'DMTF|Video|002' 6" ::= { dMTFVideoEntry 6 } videoRAMMemorySizeAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Video adapter memory size in kilobytes." REFERENCE "'DMTF|Video|002' 7" ::= { dMTFVideoEntry 7 } scanModeAtt8 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), interlaced(3), nonInterlaced(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The scan mode for this video device." REFERENCE "'DMTF|Video|002' 8" ::= { dMTFVideoEntry 8 } videoPhysicalLocationAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), integrated(3), addOnCard(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The location of the video controller circuitry." REFERENCE "'DMTF|Video|002' 9" ::= { dMTFVideoEntry 9 } currentVerticalResolutionAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current number of vertical pixels." REFERENCE "'DMTF|Video|002' 10" ::= { dMTFVideoEntry 10 } currentHorizontalResolutionAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current number of horizontal pixels." REFERENCE "'DMTF|Video|002' 11" ::= { dMTFVideoEntry 11 } currentNumberOfBitsPerPixelAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of bits used to display each pixel for this video device." REFERENCE "'DMTF|Video|002' 12" ::= { dMTFVideoEntry 12 } currentNumberOfRowsAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of rows in character mode for this video device." REFERENCE "'DMTF|Video|002' 13" ::= { dMTFVideoEntry 13 } currentNumberOfColumnsAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of columns in character mode for this video device." REFERENCE "'DMTF|Video|002' 14" ::= { dMTFVideoEntry 14 } currentRefreshRateAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current refresh rate in Hz for this video device." REFERENCE "'DMTF|Video|002' 15" ::= { dMTFVideoEntry 15 } fRUGroupIndexAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' means that the group is not a FRU." REFERENCE "'DMTF|Video|002' 16" ::= { dMTFVideoEntry 16 } operationalGroupIndexAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Video|002' 17" ::= { dMTFVideoEntry 17 } SdMTFVideoBIOS ::= SEQUENCE { dMTFVideoBIOSState INTEGER, videoBIOSIndexAtt1 DmiInteger, videoBIOSManufacturerAtt2 DmiDisplaystring, videoBIOSVersionAtt3 DmiDisplaystring, videoBIOSReleaseDateAtt4 Dmi_Date, videoBIOSShadowingStateAtt5 DmiInteger } dMTFVideoBIOSTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFVideoBIOS ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the Video BIOS." ::= { dmtfSystemsMIF 20 } dMTFVideoBIOSEntry OBJECT-TYPE SYNTAX SdMTFVideoBIOS ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the Video BIOS." INDEX { DmiCompId,DmiGroupId, videoBIOSIndexAtt1 } ::= { dMTFVideoBIOSTable 1 } dMTFVideoBIOSState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Video BIOS|001' 0" ::= { dMTFVideoBIOSEntry 0 } videoBIOSIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Video BIOS table." REFERENCE "'DMTF|Video BIOS|001' 1" ::= { dMTFVideoBIOSEntry 1 } videoBIOSManufacturerAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the company that wrote this Video BIOS." REFERENCE "'DMTF|Video BIOS|001' 2" ::= { dMTFVideoBIOSEntry 2 } videoBIOSVersionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version number or version string of this Video BIOS." REFERENCE "'DMTF|Video BIOS|001' 3" ::= { dMTFVideoBIOSEntry 3 } videoBIOSReleaseDateAtt4 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The Video BIOS release date." REFERENCE "'DMTF|Video BIOS|001' 4" ::= { dMTFVideoBIOSEntry 4 } videoBIOSShadowingStateAtt5 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, the Video BIOS is currently being shadowed." REFERENCE "'DMTF|Video BIOS|001' 5" ::= { dMTFVideoBIOSEntry 5 } SdMTFDisks ::= SEQUENCE { dMTFDisksState INTEGER, storageTypeAtt1 DmiInteger, diskIndexAtt2 DmiInteger, storageInterfaceTypeAtt3 DmiInteger, interfaceDescriptionAtt4 DmiDisplaystring, mediaLoadedAtt5 DmiInteger, removableDriveAtt6 DmiInteger, removableMediaAtt7 DmiInteger, deviceIDAtt8 DmiInteger, logicalUnitNumberAtt9 DmiInteger, numberOfPhysicalCylindersAtt10 DmiInteger, numberOfPhysicalSectorsPerTrackAtt11 DmiInteger, numberOfPhysicalHeadsAtt12 DmiInteger, physicalCylinderForWritePrecompensationAtt13 DmiInteger, physicalCylinderForLandingZoneAtt14 DmiInteger, sectorSizeAtt15 DmiInteger, totalPhysicalSizeAtt16 DmiInteger, numberOfCurrentBadBlocksOrSectorsAtt17 DmiInteger, partitionsAtt18 DmiInteger, physicalLocationAtt19 DmiInteger, fRUGroupIndexAtt20 DmiInteger, operationalGroupIndexAtt21 DmiInteger, securitySettingsAtt22 DmiInteger } dMTFDisksTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFDisks ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the physical attributes of disk mass storage devices in this system." ::= { dmtfSystemsMIF 22 } dMTFDisksEntry OBJECT-TYPE SYNTAX SdMTFDisks ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the physical attributes of disk mass storage devices in this system." INDEX { DmiCompId,DmiGroupId, storageTypeAtt1, diskIndexAtt2 } ::= { dMTFDisksTable 1 } dMTFDisksState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Disks|002' 0" ::= { dMTFDisksEntry 0 } storageTypeAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), hardDisk(3), floppyDisk(4), opticalROM(5), opticalWORM(6), opticalRW(7), compactDisk(8), flashDisk(9), bernoulli(10), opticalFloppyDisk(11) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of this mass storage device." REFERENCE "'DMTF|Disks|002' 1" ::= { dMTFDisksEntry 1 } diskIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the disk table." REFERENCE "'DMTF|Disks|002' 2" ::= { dMTFDisksEntry 2 } storageInterfaceTypeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), sCSI(3), eSDI(4), iDE(5), cMD(6), iPI(7), sT506(8), dSSI(9), parallelPort(10), hIPPI(11), qIC2(12), floppyDiskInterface(13), pCMCIA(14), enhancedATAIDE(15) } ACCESS read-only STATUS mandatory DESCRIPTION "The interface used by this mass storage device." REFERENCE "'DMTF|Disks|002' 3" ::= { dMTFDisksEntry 3 } interfaceDescriptionAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A longer description of the mass storage interface. For example, SCSI2 fast wide." REFERENCE "'DMTF|Disks|002' 4" ::= { dMTFDisksEntry 4 } mediaLoadedAtt5 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, the media is loaded." REFERENCE "'DMTF|Disks|002' 5" ::= { dMTFDisksEntry 5 } removableDriveAtt6 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, this drive is removable." REFERENCE "'DMTF|Disks|002' 6" ::= { dMTFDisksEntry 6 } removableMediaAtt7 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, the media in this drive is removable." REFERENCE "'DMTF|Disks|002' 7" ::= { dMTFDisksEntry 7 } deviceIDAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The SCSI address of this device." REFERENCE "'DMTF|Disks|002' 8" ::= { dMTFDisksEntry 8 } logicalUnitNumberAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The logical unit number of this SCSI device." REFERENCE "'DMTF|Disks|002' 9" ::= { dMTFDisksEntry 9 } numberOfPhysicalCylindersAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of reported physical cylinders on this device." REFERENCE "'DMTF|Disks|002' 10" ::= { dMTFDisksEntry 10 } numberOfPhysicalSectorsPerTrackAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of reported physical sectors per track for this device." REFERENCE "'DMTF|Disks|002' 11" ::= { dMTFDisksEntry 11 } numberOfPhysicalHeadsAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of reported physical heads for this device." REFERENCE "'DMTF|Disks|002' 12" ::= { dMTFDisksEntry 12 } physicalCylinderForWritePrecompensationAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Specifies the physical cylinder used for write precompensation on this device." REFERENCE "'DMTF|Disks|002' 13" ::= { dMTFDisksEntry 13 } physicalCylinderForLandingZoneAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical landing zone cylinder of this device." REFERENCE "'DMTF|Disks|002' 14" ::= { dMTFDisksEntry 14 } sectorSizeAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The size in bytes of the physical disk sector or logical block as reported by the disk." REFERENCE "'DMTF|Disks|002' 15" ::= { dMTFDisksEntry 15 } totalPhysicalSizeAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The total size in kilobytes (1024 bytes) of this device that is available to users" REFERENCE "'DMTF|Disks|002' 16" ::= { dMTFDisksEntry 16 } numberOfCurrentBadBlocksOrSectorsAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of current bad blocks or sectors to include total of both factory assigned and grown defects." REFERENCE "'DMTF|Disks|002' 17" ::= { dMTFDisksEntry 17 } partitionsAtt18 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of partitions on this storage unit." REFERENCE "'DMTF|Disks|002' 18" ::= { dMTFDisksEntry 18 } physicalLocationAtt19 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), internal(3), external(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The physical location of this disk drive assembly relative to the system enclosure." REFERENCE "'DMTF|Disks|002' 19" ::= { dMTFDisksEntry 19 } fRUGroupIndexAtt20 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Disks|002' 20" ::= { dMTFDisksEntry 20 } operationalGroupIndexAtt21 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device." REFERENCE "'DMTF|Disks|002' 21" ::= { dMTFDisksEntry 21 } securitySettingsAtt22 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), readOnly(4), lockoutEnabled(5), bootBypass(6), bootBypassReadOnly(7) } ACCESS read-only STATUS mandatory DESCRIPTION "Enum describing the current hardware security settings on this device" REFERENCE "'DMTF|Disks|002' 22" ::= { dMTFDisksEntry 22 } SdMTFDisksMappingTable ::= SEQUENCE { dMTFDisksMappingTableState INTEGER, storageTypeAtt1 DmiInteger, diskIndexAtt2 DmiInteger, partitionIndexAtt3 DmiInteger } dMTFDisksMappingTableTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFDisksMappingTable ACCESS not-accessible STATUS mandatory DESCRIPTION "A table relating disks to partitions. May have an instance of a disk or partition more than once." ::= { dmtfSystemsMIF 23 } dMTFDisksMappingTableEntry OBJECT-TYPE SYNTAX SdMTFDisksMappingTable ACCESS not-accessible STATUS mandatory DESCRIPTION "A table relating disks to partitions. May have an instance of a disk or partition more than once." INDEX { DmiCompId,DmiGroupId, storageTypeAtt1, diskIndexAtt2, partitionIndexAtt3 } ::= { dMTFDisksMappingTableTable 1 } dMTFDisksMappingTableState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Disks Mapping Table|001' 0" ::= { dMTFDisksMappingTableEntry 0 } storageTypeAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), hardDisk(3), floppyDisk(4), opticalROM(5), opticalWORM(6), opticalRW(7), compactDisk(8), flashDisk(9), bernoulli(10), opticalFloppyDisk(11) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of the mass storage device." REFERENCE "'DMTF|Disks Mapping Table|001' 1" ::= { dMTFDisksMappingTableEntry 1 } diskIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index value into the Disks table." REFERENCE "'DMTF|Disks Mapping Table|001' 2" ::= { dMTFDisksMappingTableEntry 2 } partitionIndexAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index value into the partition table." REFERENCE "'DMTF|Disks Mapping Table|001' 3" ::= { dMTFDisksMappingTableEntry 3 } SdMTFPartition ::= SEQUENCE { dMTFPartitionState INTEGER, partitionIndexAtt1 DmiInteger, partitionNameAtt2 DmiDisplaystring, partitionSizeAtt3 Dmi_Integer64, freeSpaceAtt4 Dmi_Integer64, partitionLabelAtt5 DmiOctetstring, fileSystemAtt6 DmiInteger, compressedAtt7 DmiInteger, encryptedAtt8 DmiInteger, numberOfDisksOccupiedAtt9 DmiInteger } dMTFPartitionTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFPartition ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the partitions on particular disks." ::= { dmtfSystemsMIF 24 } dMTFPartitionEntry OBJECT-TYPE SYNTAX SdMTFPartition ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the partitions on particular disks." INDEX { DmiCompId,DmiGroupId, partitionIndexAtt1 } ::= { dMTFPartitionTable 1 } dMTFPartitionState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Partition|002' 0" ::= { dMTFPartitionEntry 0 } partitionIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the partition table." REFERENCE "'DMTF|Partition|002' 1" ::= { dMTFPartitionEntry 1 } partitionNameAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name used by the system to identify the partition. This is normally the drive letter." REFERENCE "'DMTF|Partition|002' 2" ::= { dMTFPartitionEntry 2 } partitionSizeAtt3 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "The size of this partition in kilobytes." REFERENCE "'DMTF|Partition|002' 3" ::= { dMTFPartitionEntry 3 } freeSpaceAtt4 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "The number of free kilobytes on this partition." REFERENCE "'DMTF|Partition|002' 4" ::= { dMTFPartitionEntry 4 } partitionLabelAtt5 OBJECT-TYPE SYNTAX DmiOctetstring ACCESS read-only STATUS mandatory DESCRIPTION "The partition label or the unique volume label field for this physical volume. (For DOS, this is the volume label plus the 32 bit Volume ID field if available.)" REFERENCE "'DMTF|Partition|002' 5" ::= { dMTFPartitionEntry 5 } fileSystemAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), fAT(3), hPFS(4), nTFS(5), oFS(6), mFS(7), hFS(8), vXFS(9), sFS(10), s5(11), s52K(12), uFS(13), fFS(14), netware286(15), netware386(16), fAT32(17) } ACCESS read-only STATUS mandatory DESCRIPTION "The file system used on this partition." REFERENCE "'DMTF|Partition|002' 6" ::= { dMTFPartitionEntry 6 } compressedAtt7 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, this partition is compressed." REFERENCE "'DMTF|Partition|002' 7" ::= { dMTFPartitionEntry 7 } encryptedAtt8 OBJECT-TYPE SYNTAX INTEGER { fALSE(0), tRUE(1) } ACCESS read-only STATUS mandatory DESCRIPTION "If true, this partition is encrypted." REFERENCE "'DMTF|Partition|002' 8" ::= { dMTFPartitionEntry 8 } numberOfDisksOccupiedAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of disks this partition occupies." REFERENCE "'DMTF|Partition|002' 9" ::= { dMTFPartitionEntry 9 } SdMTFLogicalDrives ::= SEQUENCE { dMTFLogicalDrivesState INTEGER, logicalDriveIndexAtt1 DmiInteger, logicalDriveNameAtt2 DmiDisplaystring, logicalDriveTypeAtt3 DmiInteger, logicalDriveSizeAtt4 DmiInteger, freeLogicalDriveSizeAtt5 DmiInteger, logicalDrivePathAtt6 DmiDisplaystring } dMTFLogicalDrivesTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFLogicalDrives ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the logical drives in this system." ::= { dmtfSystemsMIF 26 } dMTFLogicalDrivesEntry OBJECT-TYPE SYNTAX SdMTFLogicalDrives ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the logical drives in this system." INDEX { DmiCompId,DmiGroupId, logicalDriveIndexAtt1 } ::= { dMTFLogicalDrivesTable 1 } dMTFLogicalDrivesState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Logical Drives|001' 0" ::= { dMTFLogicalDrivesEntry 0 } logicalDriveIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the Logical Drive table." REFERENCE "'DMTF|Logical Drives|001' 1" ::= { dMTFLogicalDrivesEntry 1 } logicalDriveNameAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Name used by the system to identify this logical drive. For DOS, this could be the logical drive letter (A,B,C...)." REFERENCE "'DMTF|Logical Drives|001' 2" ::= { dMTFLogicalDrivesEntry 2 } logicalDriveTypeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), fixedDrive(3), removableDrive(4), remoteDrive(5), cDROM(6), floppyDrive(7), rAMDrive(8), driveArray(9) } ACCESS read-only STATUS mandatory DESCRIPTION "This defines the logical drive type." REFERENCE "'DMTF|Logical Drives|001' 3" ::= { dMTFLogicalDrivesEntry 3 } logicalDriveSizeAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The size of this logical drive in kilobytes." REFERENCE "'DMTF|Logical Drives|001' 4" ::= { dMTFLogicalDrivesEntry 4 } freeLogicalDriveSizeAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The remaining space on this logical drive in kilobytes." REFERENCE "'DMTF|Logical Drives|001' 5" ::= { dMTFLogicalDrivesEntry 5 } logicalDrivePathAtt6 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The path used to access this logical drive (for remote drives)." REFERENCE "'DMTF|Logical Drives|001' 6" ::= { dMTFLogicalDrivesEntry 6 } SdMTFPointingDevice ::= SEQUENCE { pointingDeviceTypeAtt1 DmiInteger, pointingDeviceInterfaceAtt2 DmiInteger, pointingDeviceIRQAtt3 DmiInteger, pointingDeviceButtonsAtt4 DmiInteger, pointingDevicePortNameAtt5 DmiDisplaystring, pointingDeviceDriverNameAtt6 DmiDisplaystring, pointingDeviceDriverVersionAtt7 DmiDisplaystring, fRUGroupIndexAtt8 DmiInteger, operationalGroupIndexAtt9 DmiInteger, securitySettingsAtt10 DmiInteger } dmtfMobileComputerMIF OBJECT IDENTIFIER ::= { dmtfStdMifs 8 } dMTFPointingDeviceTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFPointingDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics of a pointing device." ::= { dmtfMobileComputerMIF 5 } dMTFPointingDeviceEntry OBJECT-TYPE SYNTAX SdMTFPointingDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics of a pointing device." INDEX { DmiCompId,DmiGroupId } ::= { dMTFPointingDeviceTable 1 } pointingDeviceTypeAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), mouse(3), trackBall(4), trackPoint(5), glidePoint(6), touchPad(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of this Pointing Device." REFERENCE "'DMTF|Pointing Device|001' 1" ::= { dMTFPointingDeviceEntry 1 } pointingDeviceInterfaceAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), serial(3), pS2(4), infrared(5), hPHIL(6), busMouse(7), aDB(8), busMouseDB9(160), busMouseMicroDIN(161), uSB(162) } ACCESS read-only STATUS mandatory DESCRIPTION "The interface type of this Pointing Device." REFERENCE "'DMTF|Pointing Device|001' 2" ::= { dMTFPointingDeviceEntry 2 } pointingDeviceIRQAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The IRQ number used by this Pointing Device." REFERENCE "'DMTF|Pointing Device|001' 3" ::= { dMTFPointingDeviceEntry 3 } pointingDeviceButtonsAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of Pointing Device buttons on this Pointing Device." REFERENCE "'DMTF|Pointing Device|001' 4" ::= { dMTFPointingDeviceEntry 4 } pointingDevicePortNameAtt5 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the port currently being used by this Pointing Device." REFERENCE "'DMTF|Pointing Device|001' 5" ::= { dMTFPointingDeviceEntry 5 } pointingDeviceDriverNameAtt6 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the Pointing Device driver." REFERENCE "'DMTF|Pointing Device|001' 6" ::= { dMTFPointingDeviceEntry 6 } pointingDeviceDriverVersionAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version number of the Pointing Device driver." REFERENCE "'DMTF|Pointing Device|001' 7" ::= { dMTFPointingDeviceEntry 7 } fRUGroupIndexAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Pointing Device|001' 8" ::= { dMTFPointingDeviceEntry 8 } operationalGroupIndexAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device." REFERENCE "'DMTF|Pointing Device|001' 9" ::= { dMTFPointingDeviceEntry 9 } securitySettingsAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), externalInterfaceLockedOut(4), externalInterfaceEnabled(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Enum describing the current hardware security settings on this device" REFERENCE "'DMTF|Pointing Device|001' 10" ::= { dMTFPointingDeviceEntry 10 } SdMTFKeyboard ::= SEQUENCE { keyboardLayoutAtt1 DmiDisplaystring, keyboardTypeAtt2 DmiDisplaystring, keyboardConnectorTypeAtt3 DmiInteger, fRUGroupIndexAtt4 DmiInteger, operationalGroupIndexAtt5 DmiInteger, securitySettingsAtt6 DmiInteger } dMTFKeyboardTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFKeyboard ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics of the system keyboard." ::= { dmtfSystemsMIF 28 } dMTFKeyboardEntry OBJECT-TYPE SYNTAX SdMTFKeyboard ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the characteristics of the system keyboard." INDEX { DmiCompId,DmiGroupId } ::= { dMTFKeyboardTable 1 } keyboardLayoutAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A description of the layout of this keyboard." REFERENCE "'DMTF|Keyboard|003' 1" ::= { dMTFKeyboardEntry 1 } keyboardTypeAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The type description of this keyboard." REFERENCE "'DMTF|Keyboard|003' 2" ::= { dMTFKeyboardEntry 2 } keyboardConnectorTypeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), miniDin(3), microDin(4), pS2(5), infrared(6), hPHIL(7), dB9(8), accessBus(9), pC98(160) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of keyboard connector used by this keyboard." REFERENCE "'DMTF|Keyboard|003' 3" ::= { dMTFKeyboardEntry 3 } fRUGroupIndexAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' means that the group is not a FRU." REFERENCE "'DMTF|Keyboard|003' 4" ::= { dMTFKeyboardEntry 4 } operationalGroupIndexAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Keyboard|003' 5" ::= { dMTFKeyboardEntry 5 } securitySettingsAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), externalInterfaceLockedOut(4), externalInterfaceEnabled(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Enum describing the current hardware security settings on this device." REFERENCE "'DMTF|Keyboard|003' 6" ::= { dMTFKeyboardEntry 6 } SdMTFSystemMemorySettings ::= SEQUENCE { totalPhysicalMemoryAtt1 DmiInteger, freePhysicalMemoryAtt2 DmiInteger, totalSizeOfPagingFilesAtt3 DmiInteger, totalFreeSpaceInPagingFilesAtt4 DmiInteger, totalVirtualMemoryAtt5 DmiInteger, freeVirtualMemoryAtt6 DmiInteger } dMTFSystemMemorySettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemMemorySettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the current memory settings for system memory and any add-on memory installed in the operating system." ::= { dmtfSystemsMIF 71 } dMTFSystemMemorySettingsEntry OBJECT-TYPE SYNTAX SdMTFSystemMemorySettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the current memory settings for system memory and any add-on memory installed in the operating system." INDEX { DmiCompId,DmiGroupId } ::= { dMTFSystemMemorySettingsTable 1 } totalPhysicalMemoryAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The total size of physical system memory in kilobytes." REFERENCE "'DMTF|System Memory Settings|001' 1" ::= { dMTFSystemMemorySettingsEntry 1 } freePhysicalMemoryAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The amount of physical memory free in kilobytes." REFERENCE "'DMTF|System Memory Settings|001' 2" ::= { dMTFSystemMemorySettingsEntry 2 } totalSizeOfPagingFilesAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The total number of kilobytes that can be stored in the system paging file." REFERENCE "'DMTF|System Memory Settings|001' 3" ::= { dMTFSystemMemorySettingsEntry 3 } totalFreeSpaceInPagingFilesAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of kilobytes available in the system paging file." REFERENCE "'DMTF|System Memory Settings|001' 4" ::= { dMTFSystemMemorySettingsEntry 4 } totalVirtualMemoryAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Total kilobytes in the virtual address space of the calling process." REFERENCE "'DMTF|System Memory Settings|001' 5" ::= { dMTFSystemMemorySettingsEntry 5 } freeVirtualMemoryAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Free kilobytes in the virtual address space of the calling process." REFERENCE "'DMTF|System Memory Settings|001' 6" ::= { dMTFSystemMemorySettingsEntry 6 } SdellIDESMARTDrive ::= SEQUENCE { dellIDESMARTDriveState INTEGER, indexAtt1 DmiInteger, modelNumberAtt2 DmiDisplaystring, serialNumberAtt3 DmiDisplaystring, firmwareRevisionAtt4 DmiDisplaystring, statusAtt5 DmiInteger } dellIDESMARTDriveTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellIDESMARTDrive ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for IDE S.M.A.R.T. drives" ::= { enterprises dell(674) dell_10891(10891) 36 } dellIDESMARTDriveEntry OBJECT-TYPE SYNTAX SdellIDESMARTDrive ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for IDE S.M.A.R.T. drives" INDEX { DmiCompId,DmiGroupId, indexAtt1 } ::= { dellIDESMARTDriveTable 1 } dellIDESMARTDriveState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'Dell|IDE SMART Drive|001' 0" ::= { dellIDESMARTDriveEntry 0 } indexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "S.M.A.R.T. drive Index" REFERENCE "'Dell|IDE SMART Drive|001' 1" ::= { dellIDESMARTDriveEntry 1 } modelNumberAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The model of the S.M.A.R.T. drive." REFERENCE "'Dell|IDE SMART Drive|001' 2" ::= { dellIDESMARTDriveEntry 2 } serialNumberAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The serial number of the S.M.A.R.T. drive." REFERENCE "'Dell|IDE SMART Drive|001' 3" ::= { dellIDESMARTDriveEntry 3 } firmwareRevisionAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The firmware revision of the S.M.A.R.T. drive." REFERENCE "'Dell|IDE SMART Drive|001' 4" ::= { dellIDESMARTDriveEntry 4 } statusAtt5 OBJECT-TYPE SYNTAX INTEGER { unknown(0), unknownCondition(1), preFailureAlert(2), normal(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Normal: the drive is operating normally. Pre-Failure Alert: it is likely the drive will physically fail within 1 to 5 days." REFERENCE "'Dell|IDE SMART Drive|001' 5" ::= { dellIDESMARTDriveEntry 5 } SdellSCSISMARTDrive ::= SEQUENCE { dellSCSISMARTDriveState INTEGER, indexAtt1 DmiInteger, modelNumberAtt2 DmiDisplaystring, serialNumberAtt3 DmiDisplaystring, firmwareRevisionAtt4 DmiDisplaystring, statusAtt5 DmiInteger } dellSCSISMARTDriveTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellSCSISMARTDrive ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for SCSI SMART drives" ::= { dell_10891 38 } dellSCSISMARTDriveEntry OBJECT-TYPE SYNTAX SdellSCSISMARTDrive ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for SCSI SMART drives" INDEX { DmiCompId,DmiGroupId, indexAtt1 } ::= { dellSCSISMARTDriveTable 1 } dellSCSISMARTDriveState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'Dell|SCSI SMART Drive|001' 0" ::= { dellSCSISMARTDriveEntry 0 } indexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "S.M.A.R.T. drive Index" REFERENCE "'Dell|SCSI SMART Drive|001' 1" ::= { dellSCSISMARTDriveEntry 1 } modelNumberAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The model of the S.M.A.R.T. drive." REFERENCE "'Dell|SCSI SMART Drive|001' 2" ::= { dellSCSISMARTDriveEntry 2 } serialNumberAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The serial number of the S.M.A.R.T. drive." REFERENCE "'Dell|SCSI SMART Drive|001' 3" ::= { dellSCSISMARTDriveEntry 3 } firmwareRevisionAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The firmware revision of the S.M.A.R.T. drive." REFERENCE "'Dell|SCSI SMART Drive|001' 4" ::= { dellSCSISMARTDriveEntry 4 } statusAtt5 OBJECT-TYPE SYNTAX INTEGER { unknown(0), unknownCondition(1), preFailureAlert(2), normal(3) } ACCESS read-only STATUS mandatory DESCRIPTION "Normal: the drive is operating normally. Pre-Failure Alert: it is likely the drive will physically fail within 1 to 5 days." REFERENCE "'Dell|SCSI SMART Drive|001' 5" ::= { dellSCSISMARTDriveEntry 5 } SdMTFTemperatureProbe ::= SEQUENCE { dMTFTemperatureProbeState INTEGER, temperatureProbeTableIndexAtt1 DmiInteger, temperatureProbeLocationAtt2 DmiInteger, temperatureProbeDescriptionAtt3 DmiDisplaystring, temperatureStatusAtt4 DmiInteger, temperatureProbeTemperatureReadingAtt5 DmiInteger, monitoredTemperatureNominalReadingAtt6 DmiInteger, monitoredTemperatureNormalMaximumAtt7 DmiInteger, monitoredTemperatureNormalMinimumAtt8 DmiInteger, temperatureProbeMaximumAtt9 DmiInteger, temperatureProbeMinimumAtt10 DmiInteger, temperatureReadingLowerThresholdNonCriticalAtt11 DmiInteger, temperatureReadingUpperThresholdNonCriticalAtt12 DmiInteger, temperatureReadingLowerThresholdCriticalAtt13 DmiInteger, temperatureReadingUpperThresholdCriticalAtt14 DmiInteger, temperatureReadingLowerThresholdNonRecoverableAtt15 DmiInteger, temperatureReadingUpperThresholdNonRecoverableAtt16 DmiInteger, temperatureProbeResolutionAtt17 DmiInteger, temperatureProbeToleranceAtt18 DmiInteger, temperatureProbeAccuracyAtt19 DmiInteger, fRUGroupIndexAtt20 DmiInteger, operationalGroupIndexAtt21 DmiInteger } dMTFTemperatureProbeTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFTemperatureProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the temperature probes in this system." ::= { dmtfSystemsMIF 54 } dMTFTemperatureProbeEntry OBJECT-TYPE SYNTAX SdMTFTemperatureProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the temperature probes in this system." INDEX { DmiCompId,DmiGroupId, temperatureProbeTableIndexAtt1 } ::= { dMTFTemperatureProbeTable 1 } dMTFTemperatureProbeState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Temperature Probe|001' 0" ::= { dMTFTemperatureProbeEntry 0 } temperatureProbeTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into this temperature probe table." REFERENCE "'DMTF|Temperature Probe|001' 1" ::= { dMTFTemperatureProbeEntry 1 } temperatureProbeLocationAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), sMBMaster(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the physical location of the temperature probe." REFERENCE "'DMTF|Temperature Probe|001' 2" ::= { dMTFTemperatureProbeEntry 2 } temperatureProbeDescriptionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Additional descriptive information about the temperature probe or probe's location." REFERENCE "'DMTF|Temperature Probe|001' 3" ::= { dMTFTemperatureProbeEntry 3 } temperatureStatusAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), nonCritical(4), critical(5), nonRecoverable_1(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines the status of the temperature monitored by this temperat re probe." REFERENCE "'DMTF|Temperature Probe|001' 4" ::= { dMTFTemperatureProbeEntry 4 } temperatureProbeTemperatureReadingAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The present temperature reading of this temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 5" ::= { dMTFTemperatureProbeEntry 5 } monitoredTemperatureNominalReadingAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The nominal temperature reading of the temperature monitored by this probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 6" ::= { dMTFTemperatureProbeEntry 6 } monitoredTemperatureNormalMaximumAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal maximum temperature reading of the temperature monitored by this probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 7" ::= { dMTFTemperatureProbeEntry 7 } monitoredTemperatureNormalMinimumAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal minimum temperature reading of the temperature monitored by this probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 8" ::= { dMTFTemperatureProbeEntry 8 } temperatureProbeMaximumAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum temperature reading specified to be readable by this probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 9" ::= { dMTFTemperatureProbeEntry 9 } temperatureProbeMinimumAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The minimum temperature reading specified to be readable by this probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 10" ::= { dMTFTemperatureProbeEntry 10 } temperatureReadingLowerThresholdNonCriticalAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-critical threshold for the temperature reading set by the user, in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 11" ::= { dMTFTemperatureProbeEntry 11 } temperatureReadingUpperThresholdNonCriticalAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-critical threshold for the temperature reading set by the user, in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 12" ::= { dMTFTemperatureProbeEntry 12 } temperatureReadingLowerThresholdCriticalAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower critical threshold for the temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 13" ::= { dMTFTemperatureProbeEntry 13 } temperatureReadingUpperThresholdCriticalAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper critical threshold for the temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 14" ::= { dMTFTemperatureProbeEntry 14 } temperatureReadingLowerThresholdNonRecoverableAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-recoverable threshold for the temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 15" ::= { dMTFTemperatureProbeEntry 15 } temperatureReadingUpperThresholdNonRecoverableAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-recoverable threshold for the temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 16" ::= { dMTFTemperatureProbeEntry 16 } temperatureProbeResolutionAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The resolution for the reading from this temperature probe in thousandths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 17" ::= { dMTFTemperatureProbeEntry 17 } temperatureProbeToleranceAtt18 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance for the reading from this temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 18" ::= { dMTFTemperatureProbeEntry 18 } temperatureProbeAccuracyAtt19 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The accuracy for the reading from this temperature probe in tenths of degrees C. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Temperature Probe|001' 19" ::= { dMTFTemperatureProbeEntry 19 } fRUGroupIndexAtt20 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' means that the group is not a FRU." REFERENCE "'DMTF|Temperature Probe|001' 20" ::= { dMTFTemperatureProbeEntry 20 } operationalGroupIndexAtt21 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device if applicable." REFERENCE "'DMTF|Temperature Probe|001' 21" ::= { dMTFTemperatureProbeEntry 21 } SdMTFPhysicalMemoryArray ::= SEQUENCE { dMTFPhysicalMemoryArrayState INTEGER, memoryArrayTableIndexAtt1 DmiInteger, memoryArrayLocationAtt2 DmiInteger, memoryArrayUseAtt3 DmiInteger, maximumMemoryCapacityAtt4 DmiInteger, numberOfMemoryDeviceSocketsAtt5 DmiInteger, numberOfMemoryDeviceSocketsUsedAtt6 DmiInteger, memoryErrorCorrectionAtt7 DmiInteger, arrayErrorTypeAtt8 DmiInteger, lastErrorUpdateAtt9 DmiInteger, errorOperationAtt10 DmiInteger, errorDataSizeAtt11 DmiInteger, errorDataAtt12 DmiOctetstring, vendorSyndromeAtt13 DmiOctetstring, errorAddressAtt14 Dmi_Integer64, errorResolutionAtt15 DmiInteger, fRUGroupIndexAtt16 DmiInteger, operationalGroupIndexAtt17 DmiInteger } dMTFPhysicalMemoryArrayTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFPhysicalMemoryArray ACCESS not-accessible STATUS mandatory DESCRIPTION "This group represents an array of physical memory as a collectio of one or more Memory Devices associated in sets and partitions." ::= { dmtfSystemsMIF 33 } dMTFPhysicalMemoryArrayEntry OBJECT-TYPE SYNTAX SdMTFPhysicalMemoryArray ACCESS not-accessible STATUS mandatory DESCRIPTION "This group represents an array of physical memory as a collectio of one or more Memory Devices associated in sets and partitions." INDEX { DmiCompId,DmiGroupId, memoryArrayTableIndexAtt1 } ::= { dMTFPhysicalMemoryArrayTable 1 } dMTFPhysicalMemoryArrayState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Physical Memory Array|001' 0" ::= { dMTFPhysicalMemoryArrayEntry 0 } memoryArrayTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique number that identifies this row." REFERENCE "'DMTF|Physical Memory Array|001' 1" ::= { dMTFPhysicalMemoryArrayEntry 1 } memoryArrayLocationAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), systemBoardOrMotherboard(3), iSAAddOnCard(4), eISAAddOnCard(5), pCIAddOnCard(6), mCAAddOnCard(7), pCMCIAAddOnCard(8), proprietaryAddOnCard(9), nuBus(16), pC98C20AddOnCard(160), pC98C24AddOnCard(161), pC98EAddOnCard(162), pC98LocalBusAddOnCard(163), pC98CardSlotAddOnCard(164) } ACCESS read-only STATUS mandatory DESCRIPTION "The physical location of the Memory Array, whether on the system board or an add-on board." REFERENCE "'DMTF|Physical Memory Array|001' 2" ::= { dMTFPhysicalMemoryArrayEntry 2 } memoryArrayUseAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), systemMemory(3), videoMemory(4), flashMemory(5), nonVolatileRAM(6), cacheMemory(7) } ACCESS read-only STATUS mandatory DESCRIPTION "What this Memory Array is used for." REFERENCE "'DMTF|Physical Memory Array|001' 3" ::= { dMTFPhysicalMemoryArrayEntry 3 } maximumMemoryCapacityAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum memory capacity, in kilobytes, on this array. -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 4" ::= { dMTFPhysicalMemoryArrayEntry 4 } numberOfMemoryDeviceSocketsAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIMM slots or sockets available for Memory Devices in this array. -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 5" ::= { dMTFPhysicalMemoryArrayEntry 5 } numberOfMemoryDeviceSocketsUsedAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of SIMM slots or sockets in use for Memory Devices in this array. -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 6" ::= { dMTFPhysicalMemoryArrayEntry 6 } memoryErrorCorrectionAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), none(3), parity(4), singleBitECC(5), multiBitECC(6), cRC(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The main hardware error correction or detection method supported by this Memory Array." REFERENCE "'DMTF|Physical Memory Array|001' 7" ::= { dMTFPhysicalMemoryArrayEntry 7 } arrayErrorTypeAtt8 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), badRead(4), parityError(5), singleBitError(6), doubleBitError(7), multiBitError(8), nibbleError(9), checksumError(10), cRCError(11), correctedSingleBitError(12), correctedError(13), uncorrectableError(14) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of error that is associated with the current status reported in Operational State for this Memory Array." REFERENCE "'DMTF|Physical Memory Array|001' 8" ::= { dMTFPhysicalMemoryArrayEntry 8 } lastErrorUpdateAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), noUpdateSinceLastInstrumentationStart(3), updatedFromInformationObtainedPriorToInstrumentati(4), updatedDuringInstrumentationRunTime(5) } ACCESS read-only STATUS mandatory DESCRIPTION "System state during which last error status was collected." REFERENCE "'DMTF|Physical Memory Array|001' 9" ::= { dMTFPhysicalMemoryArrayEntry 9 } errorOperationAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), read(3), write(4), partialWrite(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The memory access operation that caused the current error." REFERENCE "'DMTF|Physical Memory Array|001' 10" ::= { dMTFPhysicalMemoryArrayEntry 10 } errorDataSizeAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The size of the data transfer that caused the error, in bits. Zero indicates no error, -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 11" ::= { dMTFPhysicalMemoryArrayEntry 11 } errorDataAtt12 OBJECT-TYPE SYNTAX DmiOctetstring ACCESS read-only STATUS mandatory DESCRIPTION "Data captured during the erroneous Memory Array access. The data occupy the first n bytes of the octetstring required to hold 'Error Data Size' bits of the data. Data are stored least-significant byte first." REFERENCE "'DMTF|Physical Memory Array|001' 12" ::= { dMTFPhysicalMemoryArrayEntry 12 } vendorSyndromeAtt13 OBJECT-TYPE SYNTAX DmiOctetstring ACCESS read-only STATUS mandatory DESCRIPTION "Vendor-specific syndrome or CRC data associated with the erroneous access." REFERENCE "'DMTF|Physical Memory Array|001' 13" ::= { dMTFPhysicalMemoryArrayEntry 13 } errorAddressAtt14 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "Physical address of the error based on the addressing of the bus that the Memory Array is connected to. -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 14" ::= { dMTFPhysicalMemoryArrayEntry 14 } errorResolutionAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Range in bytes that the error can be determined to be within, when an Error Address is given. -1 denotes 'unknown'." REFERENCE "'DMTF|Physical Memory Array|001' 15" ::= { dMTFPhysicalMemoryArrayEntry 15 } fRUGroupIndexAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Physical Memory Array|001' 16" ::= { dMTFPhysicalMemoryArrayEntry 16 } operationalGroupIndexAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State Table for this Memory Array. The Operational State row is used to hold the overall error count and error status for this array." REFERENCE "'DMTF|Physical Memory Array|001' 17" ::= { dMTFPhysicalMemoryArrayEntry 17 } SdMTFMemoryArrayMappedAddresses ::= SEQUENCE { dMTFMemoryArrayMappedAddressesState INTEGER, memoryArrayMappedAddressesTableIndexAtt1 DmiInteger, memoryArrayIndexAtt2 DmiInteger, mappedRangeStartingAddressAtt3 DmiInteger, mappedRangeEndingAddressAtt4 DmiInteger, partitionIDAtt5 DmiInteger, partitionWidthAtt6 DmiInteger, operationalGroupIndexAtt7 DmiInteger } dMTFMemoryArrayMappedAddressesTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFMemoryArrayMappedAddresses ACCESS not-accessible STATUS mandatory DESCRIPTION "This table presents ranges of physical addresses that are mapped to a given Memory Array." ::= { dmtfSystemsMIF 34 } dMTFMemoryArrayMappedAddressesEntry OBJECT-TYPE SYNTAX SdMTFMemoryArrayMappedAddresses ACCESS not-accessible STATUS mandatory DESCRIPTION "This table presents ranges of physical addresses that are mapped to a given Memory Array." INDEX { DmiCompId,DmiGroupId, memoryArrayMappedAddressesTableIndexAtt1 } ::= { dMTFMemoryArrayMappedAddressesTable 1 } dMTFMemoryArrayMappedAddressesState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 0" ::= { dMTFMemoryArrayMappedAddressesEntry 0 } memoryArrayMappedAddressesTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique number that identifies this row." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 1" ::= { dMTFMemoryArrayMappedAddressesEntry 1 } memoryArrayIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the Memory Array that this address range is mapped to. Multiple address ranges may be mapped to a Memory Array." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 2" ::= { dMTFMemoryArrayMappedAddressesEntry 2 } mappedRangeStartingAddressAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical starting address, in kilobytes, of a range of memory mapped to the specified Memory Array. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 3" ::= { dMTFMemoryArrayMappedAddressesEntry 3 } mappedRangeEndingAddressAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical ending address of the last kilobyte of a range of addresses mapped to the specified Memory Array. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 4" ::= { dMTFMemoryArrayMappedAddressesEntry 4 } partitionIDAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Identifies a Memory Partition associated with the Memory Array specified by Memory Array Table Index. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 5" ::= { dMTFMemoryArrayMappedAddressesEntry 5 } partitionWidthAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The number of Memory Devices that form a single row of memory for the partition. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 6" ::= { dMTFMemoryArrayMappedAddressesEntry 6 } operationalGroupIndexAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State Table for this Memory Range. Generally, there will be a 1:1 correspondence between a mapped range and a partition. In which case, the Operational State will be for the partition as well. In the case that there is more than one mapped range for a partition, it will be necessary to check the Operational State entries for each range to determine the overall status of the partition." REFERENCE "'DMTF|Memory Array Mapped Addresses|001' 7" ::= { dMTFMemoryArrayMappedAddressesEntry 7 } SdMTFMemoryDevice ::= SEQUENCE { dMTFMemoryDeviceState INTEGER, memoryDeviceTableIndexAtt1 DmiInteger, memoryArrayIndexAtt2 DmiInteger, deviceLocatorAtt3 DmiDisplaystring, bankLocatorAtt4 DmiDisplaystring, sizeAtt5 DmiInteger, formFactorAtt6 DmiInteger, totalWidthAtt7 DmiInteger, dataWidthAtt8 DmiInteger, memoryTypeAtt9 DmiInteger, typeDetailAtt10 DmiInteger, deviceSetAtt11 DmiInteger, deviceErrorTypeAtt12 DmiInteger, errorGranularityAtt13 DmiInteger, lastErrorUpdateAtt14 DmiInteger, errorOperationAtt15 DmiInteger, errorDataSizeAtt16 DmiInteger, errorDataAtt17 DmiOctetstring, vendorSyndromeAtt18 DmiOctetstring, deviceErrorAddressAtt19 DmiInteger, arrayErrorAddressAtt20 DmiInteger, errorResolutionAtt21 DmiInteger, fRUGroupIndexAtt22 DmiInteger, operationalGroupIndexAtt23 DmiInteger } dMTFMemoryDeviceTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFMemoryDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents information about individual memory devices in the system. A memory device can be a SIMM, a SIPP, or a single chip, or an entire card -based on the resolution to which a memory error can be determine and whether the device is replaceable as a unit." ::= { dmtfSystemsMIF 35 } dMTFMemoryDeviceEntry OBJECT-TYPE SYNTAX SdMTFMemoryDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents information about individual memory devices in the system. A memory device can be a SIMM, a SIPP, or a single chip, or an entire card -based on the resolution to which a memory error can be determine and whether the device is replaceable as a unit." INDEX { DmiCompId,DmiGroupId, memoryDeviceTableIndexAtt1 } ::= { dMTFMemoryDeviceTable 1 } dMTFMemoryDeviceState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Memory Device|001' 0" ::= { dMTFMemoryDeviceEntry 0 } memoryDeviceTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique number that identifies this row." REFERENCE "'DMTF|Memory Device|001' 1" ::= { dMTFMemoryDeviceEntry 1 } memoryArrayIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The ID of the Memory Array that this Memory Device is a part of." REFERENCE "'DMTF|Memory Device|001' 2" ::= { dMTFMemoryDeviceEntry 2 } deviceLocatorAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A string identifying the physically labeled socket or board position where the memory device is located. E.g. 'SIMM 3' or 'IC12'." REFERENCE "'DMTF|Memory Device|001' 3" ::= { dMTFMemoryDeviceEntry 3 } bankLocatorAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A string identifying the physically labeled bank where the memory device is located. E.g. 'Bank 0' or 'A'." REFERENCE "'DMTF|Memory Device|001' 4" ::= { dMTFMemoryDeviceEntry 4 } sizeAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Size of this memory device, in bytes." REFERENCE "'DMTF|Memory Device|001' 5" ::= { dMTFMemoryDeviceEntry 5 } formFactorAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), sIMM(3), sIP(4), chip(5), dIP(6), zIP(7), proprietaryCard(8), dIMM(9), tSOP(10), rowOfChips(11) } ACCESS read-only STATUS mandatory DESCRIPTION "Implementation form factor for this memory device." REFERENCE "'DMTF|Memory Device|001' 6" ::= { dMTFMemoryDeviceEntry 6 } totalWidthAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Total width of this memory device, including check or error correction bits, in bits. If there are no error correction bits, the value in this attribute should match that specified in Data Width. -1 denotes 'unknown ." REFERENCE "'DMTF|Memory Device|001' 7" ::= { dMTFMemoryDeviceEntry 7 } dataWidthAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Data width of this memory device, in bits. A data width of 0 and a Total width of 8 would indicate that the device is solely being used to provide eight error correction bits. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 8" ::= { dMTFMemoryDeviceEntry 8 } memoryTypeAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), dRAM(3), eDRAM(4), vRAM(5), sRAM(6), rAM(7), rOM(8), fLASH(9), eEPROM(10), fEPROM(11), ePROM(12) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of memory used in this memory device." REFERENCE "'DMTF|Memory Device|001' 9" ::= { dMTFMemoryDeviceEntry 9 } typeDetailAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), fastPaged(3), staticColumn(4), pseudoStatic(5), rAMBUS(6), synchronous(7), cMOS(8), eDO(9), windowDRAM(10), cacheDRAM(11), nonVolatile(12) } ACCESS read-only STATUS mandatory DESCRIPTION "Additional detail on the device type." REFERENCE "'DMTF|Memory Device|001' 10" ::= { dMTFMemoryDeviceEntry 10 } deviceSetAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This attribute is used to identify when the Memory Device is one of a set of Memory Devices that must be populated with all devices of the same type and size, and which set the device belongs to. For example, when one SIMM belongs to a set of four. 0 indicates the Memory Device isn't part of a set. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 11" ::= { dMTFMemoryDeviceEntry 11 } deviceErrorTypeAtt12 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), badRead(4), parityError(5), singleBitError(6), doubleBitError(7), multiBitError(8), nibbleError(9), checksumError(10), cRCError(11), correctedSingleBitError(12), correctedError(13), uncorrectableError(14) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of error that is associated with the current status reported in Operational State for this Memory Device." REFERENCE "'DMTF|Memory Device|001' 12" ::= { dMTFMemoryDeviceEntry 12 } errorGranularityAtt13 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), deviceLevel(3), memoryPartitionLevel(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Specifies whether the current error's location can be resolved to the partition or device level." REFERENCE "'DMTF|Memory Device|001' 13" ::= { dMTFMemoryDeviceEntry 13 } lastErrorUpdateAtt14 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), noUpdateSinceLastInstrumentationStart(3), updatedFromInformationObtainedPriorToInstrumentati(4), updatedDuringInstrumentationRunTime(5) } ACCESS read-only STATUS mandatory DESCRIPTION "System state during which the last error update was collected." REFERENCE "'DMTF|Memory Device|001' 14" ::= { dMTFMemoryDeviceEntry 14 } errorOperationAtt15 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), read(3), write(4), partialWrite(5) } ACCESS read-only STATUS mandatory DESCRIPTION "The memory access operation that caused the current error." REFERENCE "'DMTF|Memory Device|001' 15" ::= { dMTFMemoryDeviceEntry 15 } errorDataSizeAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The size of the data transfer that caused the error, in bits. Zero indicates no error, -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 16" ::= { dMTFMemoryDeviceEntry 16 } errorDataAtt17 OBJECT-TYPE SYNTAX DmiOctetstring ACCESS read-only STATUS mandatory DESCRIPTION "Data captured during the erroneous Memory Array access. The data occupies the first n bytes of the octetstring required to hold 'Error Data Size' bits of the data. Data is stored least-significant byte first." REFERENCE "'DMTF|Memory Device|001' 17" ::= { dMTFMemoryDeviceEntry 17 } vendorSyndromeAtt18 OBJECT-TYPE SYNTAX DmiOctetstring ACCESS read-only STATUS mandatory DESCRIPTION "Vendor-specific syndrome or CRC data associated with the erroneous access." REFERENCE "'DMTF|Memory Device|001' 18" ::= { dMTFMemoryDeviceEntry 18 } deviceErrorAddressAtt19 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Physical address of the error relative to the start of the device, in bytes. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 19" ::= { dMTFMemoryDeviceEntry 19 } arrayErrorAddressAtt20 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Physical address of the kilobyte where the error is located, relative to the bus for the Memory Array. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 20" ::= { dMTFMemoryDeviceEntry 20 } errorResolutionAtt21 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Range in bytes that the error can be determined to be within, when an Error Address is given. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device|001' 21" ::= { dMTFMemoryDeviceEntry 21 } fRUGroupIndexAtt22 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Memory Device|001' 22" ::= { dMTFMemoryDeviceEntry 22 } operationalGroupIndexAtt23 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State Table for this device." REFERENCE "'DMTF|Memory Device|001' 23" ::= { dMTFMemoryDeviceEntry 23 } SdMTFMemoryDeviceMappedAddresses ::= SEQUENCE { dMTFMemoryDeviceMappedAddressesState INTEGER, memoryDeviceMappedAddressesTableIndexAtt1 DmiInteger, memoryDeviceSetIDAtt2 DmiInteger, partitionAtt3 DmiInteger, mappedRangeStartingAddressAtt4 DmiInteger, mappedRangeEndingAddressAtt5 DmiInteger, partitionRowPositionAtt6 DmiInteger, interleavePositionAtt7 DmiInteger, dataDepthAtt8 DmiInteger } dMTFMemoryDeviceMappedAddressesTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFMemoryDeviceMappedAddresses ACCESS not-accessible STATUS mandatory DESCRIPTION "This table presents ranges of physical addresses that are mapped to a given Memory Device Set." ::= { dmtfSystemsMIF 36 } dMTFMemoryDeviceMappedAddressesEntry OBJECT-TYPE SYNTAX SdMTFMemoryDeviceMappedAddresses ACCESS not-accessible STATUS mandatory DESCRIPTION "This table presents ranges of physical addresses that are mapped to a given Memory Device Set." INDEX { DmiCompId,DmiGroupId, memoryDeviceMappedAddressesTableIndexAtt1 } ::= { dMTFMemoryDeviceMappedAddressesTable 1 } dMTFMemoryDeviceMappedAddressesState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 0" ::= { dMTFMemoryDeviceMappedAddressesEntry 0 } memoryDeviceMappedAddressesTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique number that identifies this row." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 1" ::= { dMTFMemoryDeviceMappedAddressesEntry 1 } memoryDeviceSetIDAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The row in the Memory Device table that this address range is for. This matches with a Memory Device Table Index. There may be multiple rows in Memory Device Mapped addresses for a single Memory Device." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 2" ::= { dMTFMemoryDeviceMappedAddressesEntry 2 } partitionAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the Memory partition in the Memory Array Mapped Addresses table that this Memory Device is part of. Partition number should be positive. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 3" ::= { dMTFMemoryDeviceMappedAddressesEntry 3 } mappedRangeStartingAddressAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical starting address, in kilobytes, of a range of memory mapped to the specified Memory Device set. The address is specified relative to the bus that the device is connected to. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 4" ::= { dMTFMemoryDeviceMappedAddressesEntry 4 } mappedRangeEndingAddressAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The physical ending address of the last kilobyte of a range of addresses mapped to the specified Memory Device. The address is specified relative to the bus that the device is connected to. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 5" ::= { dMTFMemoryDeviceMappedAddressesEntry 5 } partitionRowPositionAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This specifies the position of the device in a row of the partition. For example, if it takes two 8-bit memory devices to form a 16-bit row, then a value of '2' in this attribute means the device is the second device. 0 is an invalid return value. -1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 6" ::= { dMTFMemoryDeviceMappedAddressesEntry 6 } interleavePositionAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The position of this device in an interleave. 0 indicates non-interleaved. 1 indicates the first position, 2 the second, and so on. For example, in a 2:1 interleave, a value of '1' would indicate the device is in the 'even' position, in a 4:1 interleave this would be the first of four possible positions). -1 denotes 'unknown' or 'unsupported'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 7" ::= { dMTFMemoryDeviceMappedAddressesEntry 7 } dataDepthAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of consecutive rows accessed from this device in a single interleaved transfer. For example, if a device transfer two rows each time it'sread it's Interleaved Data Depth would be 2. If that device is 2:1 interleaved and in Interleave Position '1' then the rows mapped to that device would be rows 1,2,5,6,9,10,etc. If the device is not part of an interleave, this value should be 0.-1 denotes 'unknown'." REFERENCE "'DMTF|Memory Device Mapped Addresses|001' 8" ::= { dMTFMemoryDeviceMappedAddressesEntry 8 } SdMTFSystemResources2 ::= SEQUENCE { dMTFSystemResources2State INTEGER, systemResourcesIndexAtt1 DmiInteger, resourceUserAtt2 DmiInteger, resourceSetAtt3 DmiInteger, resourceAssignmentAtt4 DmiInteger, resourceTypeAtt5 DmiInteger, resourceNumberAtt6 DmiInteger, resourceInfoIDAtt7 DmiInteger, startAddressAtt8 Dmi_Integer64, endAddressAtt9 Dmi_Integer64, resourceSizeAtt10 DmiInteger, baseAlignmentAtt11 DmiInteger, shareableAtt12 DmiInteger, sharedAtt13 DmiInteger } dMTFSystemResources2Table OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResources2 ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the base level of Memory, I/O, DMA, and INT(interrupt) resources that are used by a device in the system." ::= { dmtfSystemsMIF 37 } dMTFSystemResources2Entry OBJECT-TYPE SYNTAX SdMTFSystemResources2 ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the base level of Memory, I/O, DMA, and INT(interrupt) resources that are used by a device in the system." INDEX { DmiCompId,DmiGroupId, systemResourcesIndexAtt1 } ::= { dMTFSystemResources2Table 1 } dMTFSystemResources2State OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resources 2|001' 0" ::= { dMTFSystemResources2Entry 0 } systemResourcesIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number that uniquely identifies the rows in this table." REFERENCE "'DMTF|System Resources 2|001' 1" ::= { dMTFSystemResources2Entry 1 } resourceUserAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A unique number for each different 'resource user' that has resources specified in this table." REFERENCE "'DMTF|System Resources 2|001' 2" ::= { dMTFSystemResources2Entry 2 } resourceSetAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number used as the ID of a set of Memory, I/O, DMA and/or INT resources for the resource user." REFERENCE "'DMTF|System Resources 2|001' 3" ::= { dMTFSystemResources2Entry 3 } resourceAssignmentAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), allocated(3), assignable(4), temporaryAssignment(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Describes the state of the assignment of this set of resources. (Note: This value must be the same for all resources within a given set.)" REFERENCE "'DMTF|System Resources 2|001' 4" ::= { dMTFSystemResources2Entry 4 } resourceTypeAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), memory(3), iO(4), iRQ(5), dMA(6) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of resource described by this row." REFERENCE "'DMTF|System Resources 2|001' 5" ::= { dMTFSystemResources2Entry 5 } resourceNumberAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "DMA or IRQ number - 0 for Memory and I/O ranges. This is the interrupt or DMA number relative to the bus that the interrupt is sourced from." REFERENCE "'DMTF|System Resources 2|001' 6" ::= { dMTFSystemResources2Entry 6 } resourceInfoIDAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "ID of the row in the 'Info' table for this type of system resource. E.g. if this Resource Type is 'I/O' then this would be an index into the 'System Resource I/O Info' table." REFERENCE "'DMTF|System Resources 2|001' 7" ::= { dMTFSystemResources2Entry 7 } startAddressAtt8 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "Starting physical address for this memory range, or the minimum base address if this attribute is being used to describe a programmable range. 0 for IRQ and DMA resources." REFERENCE "'DMTF|System Resources 2|001' 8" ::= { dMTFSystemResources2Entry 8 } endAddressAtt9 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "Ending physical address (address of last byte) for this memory range, or the maximum configurable base address if this attribute is being used to describe a programmable range. 0 for IRQ and DMA resources." REFERENCE "'DMTF|System Resources 2|001' 9" ::= { dMTFSystemResources2Entry 9 } resourceSizeAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Number of consecutive bytes that a memory or I/O resource consumes. 0 for IRQ and DMA resources." REFERENCE "'DMTF|System Resources 2|001' 10" ::= { dMTFSystemResources2Entry 10 } baseAlignmentAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Alignment of Start Address, in bytes. Indicates the granularity of the increments in which a programmable range can be set." REFERENCE "'DMTF|System Resources 2|001' 11" ::= { dMTFSystemResources2Entry 11 } shareableAtt12 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), unknown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the resource is shareable." REFERENCE "'DMTF|System Resources 2|001' 12" ::= { dMTFSystemResources2Entry 12 } sharedAtt13 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), unknown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether this resource, or a portion of this resource, is shared with another device." REFERENCE "'DMTF|System Resources 2|001' 13" ::= { dMTFSystemResources2Entry 13 } SdMTFSystemResourceDeviceInfo ::= SEQUENCE { dMTFSystemResourceDeviceInfoState INTEGER, resourceUserAtt1 DmiInteger, deviceIDAtt2 DmiInteger, deviceSerialNumberAtt3 DmiInteger, logicalDeviceIDClassCodeAtt4 DmiInteger, deviceFlagsAtt5 DmiInteger, deviceNumberAtt6 DmiInteger, deviceNumberAtt7 DmiInteger, busTypeAtt8 DmiInteger, cMReservedAtt9 DmiInteger } dMTFSystemResourceDeviceInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResourceDeviceInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the base level of Memory, I/O, DMA, and INT(interrupt) resources that are used by a device in the system." ::= { dmtfSystemsMIF 38 } dMTFSystemResourceDeviceInfoEntry OBJECT-TYPE SYNTAX SdMTFSystemResourceDeviceInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group describes the base level of Memory, I/O, DMA, and INT(interrupt) resources that are used by a device in the system." INDEX { DmiCompId,DmiGroupId, resourceUserAtt1 } ::= { dMTFSystemResourceDeviceInfoTable 1 } dMTFSystemResourceDeviceInfoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resource Device Info|001' 0" ::= { dMTFSystemResourceDeviceInfoEntry 0 } resourceUserAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number that uniquely identifies this device. This number may be derived from the 'device number' that is assigned by 'Plug N Play', or may be uniquely assigned by the component instrumentation." REFERENCE "'DMTF|System Resource Device Info|001' 1" ::= { dMTFSystemResourceDeviceInfoEntry 1 } deviceIDAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Physical Device ID from Config manager info. Equal to the CISTPL_MANFID field for PCMCIA devices. 0xFFFFFFFF = Unknown" REFERENCE "'DMTF|System Resource Device Info|001' 2" ::= { dMTFSystemResourceDeviceInfoEntry 2 } deviceSerialNumberAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Device Serial Number from Config manager info. 0 = Undefined" REFERENCE "'DMTF|System Resource Device Info|001' 3" ::= { dMTFSystemResourceDeviceInfoEntry 3 } logicalDeviceIDClassCodeAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Logical device ID for PnP ISA devices, Class code for PCI devices, CISTPL_FUNCID for PCMCIA devices. 0xFFFFFFFF = Undefined, 0 = reserved" REFERENCE "'DMTF|System Resource Device Info|001' 4" ::= { dMTFSystemResourceDeviceInfoEntry 4 } deviceFlagsAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Device flags from config manager info. Bit 0: 1 = device has been initialized Bit 1: 1 = device is enabled Bit 2: 1 = device config has been locked Bit 3: 1 = device has temporary config resources assigned Bit 4: 1 = device is reconfigurable" REFERENCE "'DMTF|System Resource Device Info|001' 5" ::= { dMTFSystemResourceDeviceInfoEntry 5 } deviceNumberAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Device Number for PCI Devices, Logical Device number for PnP Devices. 0 otherwise." REFERENCE "'DMTF|System Resource Device Info|001' 6" ::= { dMTFSystemResourceDeviceInfoEntry 6 } deviceNumberAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Function Number for PCI & EISA Devices. 0 otherwise." REFERENCE "'DMTF|System Resource Device Info|001' 7" ::= { dMTFSystemResourceDeviceInfoEntry 7 } busTypeAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Bus number (0-255) for PCI Devices, Slot number for EISA and PnP Devices, Card logical socket number for PCMCIA devices. Zero otherwise." REFERENCE "'DMTF|System Resource Device Info|001' 8" ::= { dMTFSystemResourceDeviceInfoEntry 8 } cMReservedAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Data from the Reserved field of the Configuration Manager bus access structure, or 0." REFERENCE "'DMTF|System Resource Device Info|001' 9" ::= { dMTFSystemResourceDeviceInfoEntry 9 } SdMTFSystemResourceMemoryInfo ::= SEQUENCE { dMTFSystemResourceMemoryInfoState INTEGER, systemResourceMemoryInfoIndexAtt1 DmiInteger, iSAPCMCIARangeDescriptorAtt2 DmiInteger, eISARangeDescriptorAtt3 DmiInteger, decodeSupportAtt4 DmiInteger, cacheableAtt5 DmiInteger, cacheTypeAtt6 DmiInteger, readWriteAtt7 DmiInteger } dMTFSystemResourceMemoryInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResourceMemoryInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about memory resource that have been defined in the System Resources table." ::= { dmtfSystemsMIF 39 } dMTFSystemResourceMemoryInfoEntry OBJECT-TYPE SYNTAX SdMTFSystemResourceMemoryInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about memory resource that have been defined in the System Resources table." INDEX { DmiCompId,DmiGroupId, systemResourceMemoryInfoIndexAtt1 } ::= { dMTFSystemResourceMemoryInfoTable 1 } dMTFSystemResourceMemoryInfoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resource Memory Info|001' 0" ::= { dMTFSystemResourceMemoryInfoEntry 0 } systemResourceMemoryInfoIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number the uniquely identifies rows in this table." REFERENCE "'DMTF|System Resource Memory Info|001' 1" ::= { dMTFSystemResourceMemoryInfoEntry 1 } iSAPCMCIARangeDescriptorAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8BitMemoryOnly(3), x16BitMemoryOnly(4), x8And16BitMemorySupported(5), x32BitMemoryOnly(6) } ACCESS read-only STATUS mandatory DESCRIPTION "For PnP ISA/PCMCIA memory range descriptor compatibility." REFERENCE "'DMTF|System Resource Memory Info|001' 2" ::= { dMTFSystemResourceMemoryInfoEntry 2 } eISARangeDescriptorAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8BitMemoryOnly(3), x16BitMemoryOnly(4), x8And16BitMemorySupported(5), x32BitMemoryOnly(6) } ACCESS read-only STATUS mandatory DESCRIPTION "For PnP EISA memory range descriptor compatibility." REFERENCE "'DMTF|System Resource Memory Info|001' 3" ::= { dMTFSystemResourceMemoryInfoEntry 3 } decodeSupportAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), decodeSupportsHighAddress(3), decodeSupportsRangeLength(4) } ACCESS read-only STATUS mandatory DESCRIPTION "For PnP memory range descriptor compatibility." REFERENCE "'DMTF|System Resource Memory Info|001' 4" ::= { dMTFSystemResourceMemoryInfoEntry 4 } cacheableAtt5 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), unknown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether it is allowable for this memory range to be cached or not." REFERENCE "'DMTF|System Resource Memory Info|001' 5" ::= { dMTFSystemResourceMemoryInfoEntry 5 } cacheTypeAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), writeBack_1(3), writeThrough_1(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates Cache Type that is compatible with this resource." REFERENCE "'DMTF|System Resource Memory Info|001' 6" ::= { dMTFSystemResourceMemoryInfoEntry 6 } readWriteAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), rOMReadOnly(3), rAMReadwrite(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates the read-write accessibility of this memory resource." REFERENCE "'DMTF|System Resource Memory Info|001' 7" ::= { dMTFSystemResourceMemoryInfoEntry 7 } SdMTFSystemResourceIOInfo ::= SEQUENCE { dMTFSystemResourceIOInfoState INTEGER, systemResourceIOInfoIndexAtt1 DmiInteger, iODecodeAtt2 DmiInteger } dMTFSystemResourceIOInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResourceIOInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." ::= { dmtfSystemsMIF 40 } dMTFSystemResourceIOInfoEntry OBJECT-TYPE SYNTAX SdMTFSystemResourceIOInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." INDEX { DmiCompId,DmiGroupId, systemResourceIOInfoIndexAtt1 } ::= { dMTFSystemResourceIOInfoTable 1 } dMTFSystemResourceIOInfoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resource I/O Info|001' 0" ::= { dMTFSystemResourceIOInfoEntry 0 } systemResourceIOInfoIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number the uniquely identifies rows in this table." REFERENCE "'DMTF|System Resource I/O Info|001' 1" ::= { dMTFSystemResourceIOInfoEntry 1 } iODecodeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x10Bits(3), x16Bits(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Number of bits used for I/O decode" REFERENCE "'DMTF|System Resource I/O Info|001' 2" ::= { dMTFSystemResourceIOInfoEntry 2 } SdMTFSystemResourceIRQInfo ::= SEQUENCE { dMTFSystemResourceIRQInfoState INTEGER, systemResourceIRQInfoIndexAtt1 DmiInteger, triggerTypeAtt2 DmiInteger, triggerLevelAtt3 DmiInteger } dMTFSystemResourceIRQInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResourceIRQInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." ::= { dmtfSystemsMIF 41 } dMTFSystemResourceIRQInfoEntry OBJECT-TYPE SYNTAX SdMTFSystemResourceIRQInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." INDEX { DmiCompId,DmiGroupId, systemResourceIRQInfoIndexAtt1 } ::= { dMTFSystemResourceIRQInfoTable 1 } dMTFSystemResourceIRQInfoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resource IRQ Info|001' 0" ::= { dMTFSystemResourceIRQInfoEntry 0 } systemResourceIRQInfoIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number the uniquely identifies rows in this table." REFERENCE "'DMTF|System Resource IRQ Info|001' 1" ::= { dMTFSystemResourceIRQInfoEntry 1 } triggerTypeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), level(3), edge(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The trigger type for this interrupt." REFERENCE "'DMTF|System Resource IRQ Info|001' 2" ::= { dMTFSystemResourceIRQInfoEntry 2 } triggerLevelAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), activeLow(3), activeHigh(4) } ACCESS read-only STATUS mandatory DESCRIPTION "The trigger level for this interrupt." REFERENCE "'DMTF|System Resource IRQ Info|001' 3" ::= { dMTFSystemResourceIRQInfoEntry 3 } SdMTFSystemResourceDMAInfo ::= SEQUENCE { dMTFSystemResourceDMAInfoState INTEGER, systemResourceDMAInfoIndexAtt1 DmiInteger, dMATransferWidthAtt2 DmiInteger, dMAAddressSizeAtt3 DmiInteger, dMAMaximumTransferSizeAtt4 DmiInteger, dMATransferPreferenceAtt5 DmiInteger, busMasterAtt6 DmiInteger, byteModeAtt7 DmiInteger, wordModeAtt8 DmiInteger, channelTimingAtt9 DmiInteger, typeCTimingAtt10 DmiInteger } dMTFSystemResourceDMAInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemResourceDMAInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about DMA resources that have been defined in the System Resources table." ::= { dmtfSystemsMIF 42 } dMTFSystemResourceDMAInfoEntry OBJECT-TYPE SYNTAX SdMTFSystemResourceDMAInfo ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about DMA resources that have been defined in the System Resources table." INDEX { DmiCompId,DmiGroupId, systemResourceDMAInfoIndexAtt1 } ::= { dMTFSystemResourceDMAInfoTable 1 } dMTFSystemResourceDMAInfoState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|System Resource DMA Info|001' 0" ::= { dMTFSystemResourceDMAInfoEntry 0 } systemResourceDMAInfoIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number that uniquely identifies rows in this table." REFERENCE "'DMTF|System Resource DMA Info|001' 1" ::= { dMTFSystemResourceDMAInfoEntry 1 } dMATransferWidthAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8Bit(3), x8And16Bit(4), x16Bit(5), x32Bit(6), x64Bit(7), x128Bit(8) } ACCESS read-only STATUS mandatory DESCRIPTION "Width of DMA transfers supported." REFERENCE "'DMTF|System Resource DMA Info|001' 2" ::= { dMTFSystemResourceDMAInfoEntry 2 } dMAAddressSizeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8Bit(3), x16Bit(5), x32Bit(6), x64Bit(7) } ACCESS read-only STATUS mandatory DESCRIPTION "The width of the DMA address." REFERENCE "'DMTF|System Resource DMA Info|001' 3" ::= { dMTFSystemResourceDMAInfoEntry 3 } dMAMaximumTransferSizeAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of bytes that can be transferred by this DMA Channel." REFERENCE "'DMTF|System Resource DMA Info|001' 4" ::= { dMTFSystemResourceDMAInfoEntry 4 } dMATransferPreferenceAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), x8Bit(3), x8And16Bit(4), x16Bit(5), x32Bit(6), x64Bit(7) } ACCESS read-only STATUS mandatory DESCRIPTION "DMA transfer type preference." REFERENCE "'DMTF|System Resource DMA Info|001' 5" ::= { dMTFSystemResourceDMAInfoEntry 5 } busMasterAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), logicalDeviceIsNotABusMaster(3), logicalDeviceIsABusMaster(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether the device is using DMA is a bus master." REFERENCE "'DMTF|System Resource DMA Info|001' 6" ::= { dMTFSystemResourceDMAInfoEntry 6 } byteModeAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), dMAMayNotExecuteInCountByByteMode(3), dMAMayExecuteInCountByByteMode(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether DMA may execute in 'count by byte' mode." REFERENCE "'DMTF|System Resource DMA Info|001' 7" ::= { dMTFSystemResourceDMAInfoEntry 7 } wordModeAtt8 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), dMAMayNotExecuteInCountByWordMode(3), dMAMayExecuteInCountByWordMode(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether DMA may execute in 'count by word' mode." REFERENCE "'DMTF|System Resource DMA Info|001' 8" ::= { dMTFSystemResourceDMAInfoEntry 8 } channelTimingAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), iSACompatible(3), typeA(4), typeB(5), typeF(6) } ACCESS read-only STATUS mandatory DESCRIPTION "DMA channel speed support." REFERENCE "'DMTF|System Resource DMA Info|001' 9" ::= { dMTFSystemResourceDMAInfoEntry 9 } typeCTimingAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), iSACompatible(3), cTypeTimingIsNotSupported(4), cTypeTimingIsSupported(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Indicates whether C type (burst) timing is supported." REFERENCE "'DMTF|System Resource DMA Info|001' 10" ::= { dMTFSystemResourceDMAInfoEntry 10 } SdMTFFRU ::= SEQUENCE { dMTFFRUState INTEGER, fRUIndexAtt1 DmiInteger, deviceGroupIndexAtt2 DmiInteger, descriptionAtt3 DmiDisplaystring, manufacturerAtt4 DmiDisplaystring, modelAtt5 DmiDisplaystring, partNumberAtt6 DmiDisplaystring, fRUSerialNumberAtt7 DmiDisplaystring, revisionLevelAtt8 DmiDisplaystring, warrantyStartDateAtt9 Dmi_Date, warrantyDurationAtt10 DmiInteger, supportPhoneNumberAtt11 DmiDisplaystring, fRUInternetUniformResourceLocatorAtt12 DmiDisplaystring } dMTFFRUTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFFRU ACCESS not-accessible STATUS mandatory DESCRIPTION "A Field Replaceable Unit (FRU), is defined as a hardware component which is designed to be separately removable for replacement or repair. For the purposes of this definition, a motherboard and a fixed hard disk are FRUs, whereas a fixed hard disk platter or a chip fixed in place on the motherboard are not FRUs since they are not designed to be separately removable. Each instance within the FRU table should contain the device group and instance data for the associated hardware component." ::= { dmtfSystemsMIF 29 } dMTFFRUEntry OBJECT-TYPE SYNTAX SdMTFFRU ACCESS not-accessible STATUS mandatory DESCRIPTION "A Field Replaceable Unit (FRU), is defined as a hardware component which is designed to be separately removable for replacement or repair. For the purposes of this definition, a motherboard and a fixed hard disk are FRUs, whereas a fixed hard disk platter or a chip fixed in place on the motherboard are not FRUs since they are not designed to be separately removable. Each instance within the FRU table should contain the device group and instance data for the associated hardware component." INDEX { DmiCompId,DmiGroupId, fRUIndexAtt1 } ::= { dMTFFRUTable 1 } dMTFFRUState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|FRU|002' 0" ::= { dMTFFRUEntry 0 } fRUIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Field Replaceable Unit table." REFERENCE "'DMTF|FRU|002' 1" ::= { dMTFFRUEntry 1 } deviceGroupIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The group ID of the group referencing this Field Replaceable Unit instance." REFERENCE "'DMTF|FRU|002' 2" ::= { dMTFFRUEntry 2 } descriptionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A clear description of this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 3" ::= { dMTFFRUEntry 3 } manufacturerAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the company manufacturing or providing this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 4" ::= { dMTFFRUEntry 4 } modelAtt5 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The manufacturer's model number for this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 5" ::= { dMTFFRUEntry 5 } partNumberAtt6 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A part number by which a replacement part can be ordered for this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 6" ::= { dMTFFRUEntry 6 } fRUSerialNumberAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The manufacturer's serial number for this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 7" ::= { dMTFFRUEntry 7 } revisionLevelAtt8 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The revision level of this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 8" ::= { dMTFFRUEntry 8 } warrantyStartDateAtt9 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The start date of the service warranty for this Field Replaceabl Unit." REFERENCE "'DMTF|FRU|002' 9" ::= { dMTFFRUEntry 9 } warrantyDurationAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The total duration of this Field Replaceable Unit warranty in months." REFERENCE "'DMTF|FRU|002' 10" ::= { dMTFFRUEntry 10 } supportPhoneNumberAtt11 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The phone number(s) for support for this Field Replaceable Unit." REFERENCE "'DMTF|FRU|002' 11" ::= { dMTFFRUEntry 11 } fRUInternetUniformResourceLocatorAtt12 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The Internet Uniform Resource Locator string that can be used through a World Wide Web browser to obtain further information about this FRU" REFERENCE "'DMTF|FRU|002' 12" ::= { dMTFFRUEntry 12 } SdellSMBIOSSettings ::= SEQUENCE { iDEControllerAtt1 DmiInteger, parallelPortConfigurationAtt2 DmiInteger, parallelPortModeAtt3 DmiInteger, serialPort1ConfigurationAtt4 DmiInteger, serialPort2ConfigurationAtt5 DmiInteger, powerManagementSettingsAtt6 DmiInteger, builtInNICAtt7 DmiInteger, builtInFloppyAtt8 DmiInteger, builtInPointingDeviceAtt9 DmiInteger, wakeupOnLANAtt10 DmiInteger, wakeupOnLANMethodAtt11 DmiInteger, autoOnAtt12 DmiInteger, autoOnHourAtt13 DmiInteger, autoOnMinuteAtt14 DmiInteger, bootSequenceAtt15 DmiInteger, chassisIntrusionStatusAtt16 DmiInteger } dellSMBIOSSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellSMBIOSSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes used for setting parameters in the Dell System Management BIOS." ::= { dell_10891 53 } dellSMBIOSSettingsEntry OBJECT-TYPE SYNTAX SdellSMBIOSSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes used for setting parameters in the Dell System Management BIOS." INDEX { DmiCompId,DmiGroupId } ::= { dellSMBIOSSettingsTable 1 } iDEControllerAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), auto(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the IDE controller is enabled or disabled." REFERENCE "'Dell|SMBIOS settings|003' 1" ::= { dellSMBIOSSettingsEntry 1 } parallelPortConfigurationAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disabled(3), lPT1(4), lPT2(5), lPT3(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the paralel port configuration." REFERENCE "'Dell|SMBIOS settings|003' 2" ::= { dellSMBIOSSettingsEntry 2 } parallelPortModeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), aT(3), pS2(4), eCP(5), ePP(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the paralel port mode." REFERENCE "'Dell|SMBIOS settings|003' 3" ::= { dellSMBIOSSettingsEntry 3 } serialPort1ConfigurationAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disable(3), auto(4), cOM1(5), cOM2(6), cOM3(7), cOM4(8) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the serial port 1 configuration." REFERENCE "'Dell|SMBIOS settings|003' 4" ::= { dellSMBIOSSettingsEntry 4 } serialPort2ConfigurationAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disable(3), auto(4), cOM2(5), cOM4(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the serial port 2 confguration." REFERENCE "'Dell|SMBIOS settings|003' 5" ::= { dellSMBIOSSettingsEntry 5 } powerManagementSettingsAtt6 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disabled(3), minimum(4), regular(5), maximum(6), enabled(7) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the power management settings." REFERENCE "'Dell|SMBIOS settings|003' 6" ::= { dellSMBIOSSettingsEntry 6 } builtInNICAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabledWPXE(3), disabled(4), enabled(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the built-in NIC is enabled or disabled." REFERENCE "'Dell|SMBIOS settings|003' 7" ::= { dellSMBIOSSettingsEntry 7 } builtInFloppyAtt8 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disabled(3), auto(4), readOnly(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the built-in Floppy controller is enabled , auto or read-only." REFERENCE "'Dell|SMBIOS settings|003' 8" ::= { dellSMBIOSSettingsEntry 8 } builtInPointingDeviceAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the built-in pointing device (a.k.a. mouse) port is enabled or disabled." REFERENCE "'Dell|SMBIOS settings|003' 9" ::= { dellSMBIOSSettingsEntry 9 } wakeupOnLANAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disabled(3), enabledForAddInNIC(4), enabledForOnBoardNIC(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether Wakeup On LAN is disabled, enabled for on-board NIC or enabled for add-in NIC." REFERENCE "'Dell|SMBIOS settings|003' 10" ::= { dellSMBIOSSettingsEntry 10 } wakeupOnLANMethodAtt11 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), magicPacket(3), patternMatching(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the Wakeup On LAN method supported by the system." REFERENCE "'Dell|SMBIOS settings|003' 11" ::= { dellSMBIOSSettingsEntry 11 } autoOnAtt12 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disabled(3), everyDay(4), weekdays(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the auto-on configuration: disabled, everyday or weekdays (Monday-Friday)." REFERENCE "'Dell|SMBIOS settings|003' 12" ::= { dellSMBIOSSettingsEntry 12 } autoOnHourAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This defines the hour when to turn on the system (0-23)." REFERENCE "'Dell|SMBIOS settings|003' 13" ::= { dellSMBIOSSettingsEntry 13 } autoOnMinuteAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This defines the minutes when to turn on the system (0-59)." REFERENCE "'Dell|SMBIOS settings|003' 14" ::= { dellSMBIOSSettingsEntry 14 } bootSequenceAtt15 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), disketteFirst(3), hardDiskOnly(4), deviceList(5), cDROMFirst(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This defines the boot sequence for the next system boot. Diskette First: diskette, hard drive, IDE CD-ROM, option ROMs (if the devices are available). Hard Disk Only: hard drive then option ROMs (if the devices are available). Device List: diskette, IDE CD-ROM, hard drive, option ROMs (if the devices are available), CD-ROM First: IDE CD-ROM, diskette, hard drive, option ROMs (if the devices are available)." REFERENCE "'Dell|SMBIOS settings|003' 15" ::= { dellSMBIOSSettingsEntry 15 } chassisIntrusionStatusAtt16 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), detected(3), notDetected(4), clear(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute shows the status of the system with regards to Chassis Intrusion (Detected or Not Detected). A value of Unknown indicates one of two things: either Chassis Intrusion is not supported by this system, or Chassis Intrusion event reporting has been disabled by the user. If the value is 'Detected', the user may set it to 'Not Detected' to enable the system to receive the next event and to stop generating events for now." REFERENCE "'Dell|SMBIOS settings|003' 16" ::= { dellSMBIOSSettingsEntry 16 } SdellConfiguration ::= SEQUENCE { passwordAtt1 DmiDisplaystring, sMBIOSSupportedAtt2 DmiInteger, internalValueAtt3 Dmi_Integer64, globalStatusAtt4 DmiInteger, sMARTPollingIntervalAtt5 DmiInteger, environmentalMonitorsPollingIntervalAtt6 DmiInteger, chassisIntrusionPollingIntervalAtt7 DmiInteger, memoryECCPollingIntervalAtt8 DmiInteger, sMARTAlertAtt9 DmiInteger, environmentalMonitorsAlertAtt10 DmiInteger, chassisIntrusionAlertAtt11 DmiInteger, processorTypeChangeAlertAtt12 DmiInteger, processorQuantityChangeAlertAtt13 DmiInteger, memorySizeAlertAtt14 DmiInteger, hDDQuantityAlertAtt15 DmiInteger, hDDSizeAlertAtt16 DmiInteger, hDDThresholdValueAtt17 DmiInteger, memoryECCAlertAtt18 DmiInteger, propertyOwnershipTagAtt19 DmiDisplaystring, systemIDByteAtt20 Dmi_Integer64, passwordVerificationAtt21 DmiInteger, systemSummaryBitfieldAtt22 Dmi_Integer64, latestEventAtt23 Dmi_Integer64, dMI20sRemoteSecurityAtt24 DmiInteger, restartSystemAtt25 DmiInteger, managementApplicationAtt26 DmiInteger, extensionTokensAtt27 Dmi_Integer64, aCPIStatusAtt28 DmiInteger, processorSerialNumberChangeAlertAtt29 DmiInteger, maximumPasswordLengthAtt30 DmiInteger, enableDisableProcessorSerialNumberAtt31 DmiInteger, enableDisableHardwareEventReportingAtt32 DmiInteger } dellConfigurationTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellConfiguration ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes used for setting parameters in the Dell System Management BIOS." ::= { dell_10891 54 } dellConfigurationEntry OBJECT-TYPE SYNTAX SdellConfiguration ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes used for setting parameters in the Dell System Management BIOS." INDEX { DmiCompId,DmiGroupId } ::= { dellConfigurationTable 1 } passwordAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "This attribute allows Open Manage to keep track of the system password for verification purposes. Users need not view or change this attribut . Only the network administrator should change the system password, using the 'Remote' button on the DMI Clients tab." REFERENCE "'Dell|Configuration|004' 1" ::= { dellConfigurationEntry 1 } sMBIOSSupportedAtt2 OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), unknown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines whether this system supports the Dell SMBIOS implementation." REFERENCE "'Dell|Configuration|004' 2" ::= { dellConfigurationEntry 2 } internalValueAtt3 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines a value used internally with the OMC/A product to provide wake up functionality." REFERENCE "'Dell|Configuration|004' 3" ::= { dellConfigurationEntry 3 } globalStatusAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), nonCritical(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the global status of the system." REFERENCE "'Dell|Configuration|004' 4" ::= { dellConfigurationEntry 4 } sMARTPollingIntervalAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the polling interval for SMART drives. The value is defined in minutes. If this attribute is not supported in this system, the value should be set to -1." REFERENCE "'Dell|Configuration|004' 5" ::= { dellConfigurationEntry 5 } environmentalMonitorsPollingIntervalAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the polling interval for the environmenta monitor probes (temperature, electrical current, voltage and cooling devices). The value is defined in minutes. If this attribute is not supported in this system, the value should be set to -1." REFERENCE "'Dell|Configuration|004' 6" ::= { dellConfigurationEntry 6 } chassisIntrusionPollingIntervalAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the polling interval for chassis intrusio detection. The value is defined in minutes. If this attribute is not supported in this system, the value should be set to -1." REFERENCE "'Dell|Configuration|004' 7" ::= { dellConfigurationEntry 7 } memoryECCPollingIntervalAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the polling interval for memory error detection (ECC). The value is defined in minutes. If this attribute is not supported in this system, the value should be set to -1." REFERENCE "'Dell|Configuration|004' 8" ::= { dellConfigurationEntry 8 } sMARTAlertAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the SMART Alerting is enabled or not." REFERENCE "'Dell|Configuration|004' 9" ::= { dellConfigurationEntry 9 } environmentalMonitorsAlertAtt10 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the Environmental Monitors Alerting is enabled or not." REFERENCE "'Dell|Configuration|004' 10" ::= { dellConfigurationEntry 10 } chassisIntrusionAlertAtt11 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether the Chassis Intrusion Alerting is enabled or not." REFERENCE "'Dell|Configuration|004' 11" ::= { dellConfigurationEntry 11 } processorTypeChangeAlertAtt12 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the processor type has changed." REFERENCE "'Dell|Configuration|004' 12" ::= { dellConfigurationEntry 12 } processorQuantityChangeAlertAtt13 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the processor quantity has changed." REFERENCE "'Dell|Configuration|004' 13" ::= { dellConfigurationEntry 13 } memorySizeAlertAtt14 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the memory size has changed." REFERENCE "'Dell|Configuration|004' 14" ::= { dellConfigurationEntry 14 } hDDQuantityAlertAtt15 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the number of HDDs in the system has changed." REFERENCE "'Dell|Configuration|004' 15" ::= { dellConfigurationEntry 15 } hDDSizeAlertAtt16 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the HDD size is below a user-defined threshold value." REFERENCE "'Dell|Configuration|004' 16" ::= { dellConfigurationEntry 16 } hDDThresholdValueAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the threshold value for a HDD size below which an alert should be generated. The value is given in MB and must be between 50 and 500." REFERENCE "'Dell|Configuration|004' 17" ::= { dellConfigurationEntry 17 } memoryECCAlertAtt18 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if a single-bit or multi-bit ECC error occurs." REFERENCE "'Dell|Configuration|004' 18" ::= { dellConfigurationEntry 18 } propertyOwnershipTagAtt19 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines the Dell Property Ownership Tag for systems that support it. If a system does not support this feature, this attribute should be left blank." REFERENCE "'Dell|Configuration|004' 19" ::= { dellConfigurationEntry 19 } systemIDByteAtt20 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the Dell Systems ID Byte for systems that support it. If a system does not support this feature, value = -1" REFERENCE "'Dell|Configuration|004' 20" ::= { dellConfigurationEntry 20 } passwordVerificationAtt21 OBJECT-TYPE SYNTAX INTEGER { passwordNotMatched(0), passwordMatched(1), notYetVerified(2), passwordDisabledByJumper(3), passwordNotEnabled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates the result of the last password verification operation executed by the system. A verification occurs each time Dell Open Manage prompts the user to enter a password." REFERENCE "'Dell|Configuration|004' 21" ::= { dellConfigurationEntry 21 } systemSummaryBitfieldAtt22 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "This attribute is a bitfield that represents a summary of any error conditions that exist on this system. If the field is 0, the system is completely healthy." REFERENCE "'Dell|Configuration|004' 22" ::= { dellConfigurationEntry 22 } latestEventAtt23 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "This attribute is a bitfield that represents the last event that occurred on the system. If the field is 0, no events have occurred since boot. " REFERENCE "'Dell|Configuration|004' 23" ::= { dellConfigurationEntry 23 } dMI20sRemoteSecurityAtt24 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), notSupported(3), on(4), off(5) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether DMI 2.0s remote security is turned on or off. When remote security is turned on, authentication, authorizati n and auditing are available." REFERENCE "'Dell|Configuration|004' 24" ::= { dellConfigurationEntry 24 } restartSystemAtt25 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), restart(3), shutdown(4), bothShutdownAndRestartAreSupported(5), onlyRestartIsSupported(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute allows administrators to restart or shutdown the system." REFERENCE "'Dell|Configuration|004' 25" ::= { dellConfigurationEntry 25 } managementApplicationAtt26 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This attribute describes the management applications installed on this system. 1 means OMCA is installed, 5 means OMCA and SMS Client are installed, 2 means OMC is installed and 6 means OMCA and SMS Client are installe ." REFERENCE "'Dell|Configuration|004' 26" ::= { dellConfigurationEntry 26 } extensionTokensAtt27 OBJECT-TYPE SYNTAX Dmi_Integer64 ACCESS read-only STATUS mandatory DESCRIPTION "This attribute determines what extension tokens are available in this system." REFERENCE "'Dell|Configuration|004' 27" ::= { dellConfigurationEntry 27 } aCPIStatusAtt28 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates whether ACPI is enabled by the operatin system on this system. It does not reflect the ACPI setting in the BIOS. A setting of Disabled could mean that the user has chosen not to use ACPI, or that it is not available in this OS version." REFERENCE "'Dell|Configuration|004' 28" ::= { dellConfigurationEntry 28 } processorSerialNumberChangeAlertAtt29 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute defines whether to generate an alert if the processor has been replaced." REFERENCE "'Dell|Configuration|004' 29" ::= { dellConfigurationEntry 29 } maximumPasswordLengthAtt30 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This attribute indicates the maximum length of the Administrator password, which corresponds to the BIOS setup password." REFERENCE "'Dell|Configuration|004' 30" ::= { dellConfigurationEntry 30 } enableDisableProcessorSerialNumberAtt31 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute allows the enabling/disabling of the processor serial number feature. 'Unsupported' means that this system does not allow enabling/disabling of the feature through DMI." REFERENCE "'Dell|Configuration|004' 31" ::= { dellConfigurationEntry 31 } enableDisableHardwareEventReportingAtt32 OBJECT-TYPE SYNTAX INTEGER { other(1), unsupported(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This attribute enables or disables the system's onboard NIC to issue Platform Event Traps (PETs) upon detecting various environmental and security conditions." REFERENCE "'Dell|Configuration|004' 32" ::= { dellConfigurationEntry 32 } SdMTFVoltageProbe ::= SEQUENCE { dMTFVoltageProbeState INTEGER, voltageProbeIndexAtt1 DmiInteger, voltageProbeLocationAtt2 DmiInteger, voltageProbeDescriptionAtt3 DmiDisplaystring, voltageStatusAtt4 DmiInteger, voltageProbeVoltageLevelAtt5 DmiInteger, monitoredVoltageNominalLevelAtt6 DmiInteger, monitoredVoltageNormalMaximumAtt7 DmiInteger, monitoredVoltageNormalMinimumAtt8 DmiInteger, voltageProbeMaximumAtt9 DmiInteger, voltageProbeMinimumAtt10 DmiInteger, voltageLevelLowerThresholdNonCriticalAtt11 DmiInteger, voltageLevelUpperThresholdNonCriticalAtt12 DmiInteger, voltageLevelLowerThresholdCriticalAtt13 DmiInteger, voltageLevelUpperThresholdCriticalAtt14 DmiInteger, voltageLevelLowerThresholdNonRecoverableAtt15 DmiInteger, voltageLevelUpperThresholdNonRecoverableAtt16 DmiInteger, voltageProbeResolutionAtt17 DmiInteger, voltageProbeToleranceAtt18 DmiInteger, voltageProbeAccuracyAtt19 DmiInteger, fRUGroupIndex_1Att20 DmiInteger, operationalGroupIndex_1Att21 DmiInteger } dMTFVoltageProbeTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFVoltageProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the voltage probes in this system." ::= { dmtfSystemsMIF 53 } dMTFVoltageProbeEntry OBJECT-TYPE SYNTAX SdMTFVoltageProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the voltage probes in this system." INDEX { DmiCompId,DmiGroupId, voltageProbeIndexAtt1 } ::= { dMTFVoltageProbeTable 1 } dMTFVoltageProbeState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Voltage Probe|001' 0" ::= { dMTFVoltageProbeEntry 0 } voltageProbeIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into this voltage probe table." REFERENCE "'DMTF|Voltage Probe|001' 1" ::= { dMTFVoltageProbeEntry 1 } voltageProbeLocationAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), systemManagementModule(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the physical location of the voltage probe." REFERENCE "'DMTF|Voltage Probe|001' 2" ::= { dMTFVoltageProbeEntry 2 } voltageProbeDescriptionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Additional descriptive information about the voltage probe or probe's location." REFERENCE "'DMTF|Voltage Probe|001' 3" ::= { dMTFVoltageProbeEntry 3 } voltageStatusAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), nonCritical(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines the status of the voltage monitored by this voltage probe." REFERENCE "'DMTF|Voltage Probe|001' 4" ::= { dMTFVoltageProbeEntry 4 } voltageProbeVoltageLevelAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The current voltage level of this voltage probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 5" ::= { dMTFVoltageProbeEntry 5 } monitoredVoltageNominalLevelAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The nominal voltage level of the voltage monitored by this probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 6" ::= { dMTFVoltageProbeEntry 6 } monitoredVoltageNormalMaximumAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal maximum voltage level of the voltage monitored by this probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 7" ::= { dMTFVoltageProbeEntry 7 } monitoredVoltageNormalMinimumAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal minimum voltage level of the voltage monitored by this probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 8" ::= { dMTFVoltageProbeEntry 8 } voltageProbeMaximumAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum voltage level specified to be readable by this probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 9" ::= { dMTFVoltageProbeEntry 9 } voltageProbeMinimumAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The minimum voltage level specified to be readable by this probe in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 10" ::= { dMTFVoltageProbeEntry 10 } voltageLevelLowerThresholdNonCriticalAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-critical threshold for the voltage level set by the user, in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 11" ::= { dMTFVoltageProbeEntry 11 } voltageLevelUpperThresholdNonCriticalAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-critical threshold for the voltage probe, in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 12" ::= { dMTFVoltageProbeEntry 12 } voltageLevelLowerThresholdCriticalAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower critical threshold for the voltage probe, in millivolt . 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 13" ::= { dMTFVoltageProbeEntry 13 } voltageLevelUpperThresholdCriticalAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper critical threshold for the voltage probe, in millivolt . 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 14" ::= { dMTFVoltageProbeEntry 14 } voltageLevelLowerThresholdNonRecoverableAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-recoverable threshold for the voltage probe, in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 15" ::= { dMTFVoltageProbeEntry 15 } voltageLevelUpperThresholdNonRecoverableAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-recoverable threshold for the voltage probe, in millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 16" ::= { dMTFVoltageProbeEntry 16 } voltageProbeResolutionAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The resolution for the reading from this voltage probe, in tenths of millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 17" ::= { dMTFVoltageProbeEntry 17 } voltageProbeToleranceAtt18 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance for the reading from this voltage probe, in plus/minus millivolts. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 18" ::= { dMTFVoltageProbeEntry 18 } voltageProbeAccuracyAtt19 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The accuracy for the reading from this voltage probe, in plus/minus hundredths of a percent. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Voltage Probe|001' 19" ::= { dMTFVoltageProbeEntry 19 } fRUGroupIndexAtt20 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into the FRU table" REFERENCE "'DMTF|Voltage Probe|001' 20" ::= { dMTFVoltageProbeEntry 20 } operationalGroupIndexAtt21 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into the Operational State table" REFERENCE "'DMTF|Voltage Probe|001' 21" ::= { dMTFVoltageProbeEntry 21 } SdMTFElectricalCurrentProbe ::= SEQUENCE { dMTFElectricalCurrentProbeState INTEGER, electricalCurrentProbeTableIndexAtt1 DmiInteger, electricalCurrentProbeLocationAtt2 DmiInteger, electricalCurrentProbeDescriptionAtt3 DmiDisplaystring, electricalCurrentStatusAtt4 DmiInteger, electricalCurrentProbeReadingAtt5 DmiInteger, monitoredElectricalCurrentNominalReadingAtt6 DmiInteger, monitoredElectricalCurrentNormalMaximumAtt7 DmiInteger, monitoredElectricalCurrentNormalMinimumAtt8 DmiInteger, electricalCurrentProbeMaximumAtt9 DmiInteger, electricalCurrentProbeMinimumAtt10 DmiInteger, electricalCurrentReadingLowerThresholdNonCriticalAtt11 DmiInteger, electricalCurrentReadingUpperThresholdNonCriticalAtt12 DmiInteger, electricalCurrentReadingLowerThresholdCriticalAtt13 DmiInteger, currentReadingUpperThresholdCriticalAtt14 DmiInteger, electricalCurrentReadingLowerThresholdNonRecoverabAtt15 DmiInteger, electricalCurrentReadingUpperThresholdNonRecoverabAtt16 DmiInteger, electricalCurrentProbeResolutionAtt17 DmiInteger, electricalCurrentProbeToleranceAtt18 DmiInteger, electricalCurrentProbeAccuracyAtt19 DmiInteger, fRUGroupIndexAtt20 DmiInteger, operationalGroupIndexAtt21 DmiInteger } dMTFElectricalCurrentProbeTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFElectricalCurrentProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the current probes in this system." ::= { dmtfSystemsMIF 55 } dMTFElectricalCurrentProbeEntry OBJECT-TYPE SYNTAX SdMTFElectricalCurrentProbe ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the current probes in this system." INDEX { DmiCompId,DmiGroupId, electricalCurrentProbeTableIndexAtt1 } ::= { dMTFElectricalCurrentProbeTable 1 } dMTFElectricalCurrentProbeState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Electrical Current Probe|001' 0" ::= { dMTFElectricalCurrentProbeEntry 0 } electricalCurrentProbeTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into this electrical current probe table." REFERENCE "'DMTF|Electrical Current Probe|001' 1" ::= { dMTFElectricalCurrentProbeEntry 1 } electricalCurrentProbeLocationAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), sMBMaster(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS read-only STATUS mandatory DESCRIPTION "Identifies the physical location of the electrical current probe." REFERENCE "'DMTF|Electrical Current Probe|001' 2" ::= { dMTFElectricalCurrentProbeEntry 2 } electricalCurrentProbeDescriptionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Additional descriptive information about the electrical current probe or probe's location." REFERENCE "'DMTF|Electrical Current Probe|001' 3" ::= { dMTFElectricalCurrentProbeEntry 3 } electricalCurrentStatusAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), oK(3), nonCritical(4), critical(5), nonRecoverable(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines the status of the electrical current monitored by this electrical current probe." REFERENCE "'DMTF|Electrical Current Probe|001' 4" ::= { dMTFElectricalCurrentProbeEntry 4 } electricalCurrentProbeReadingAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The present electrical current reading of this probe in milliamp . 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 5" ::= { dMTFElectricalCurrentProbeEntry 5 } monitoredElectricalCurrentNominalReadingAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The nominal electrical current reading of the current monitored by this probe in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 6" ::= { dMTFElectricalCurrentProbeEntry 6 } monitoredElectricalCurrentNormalMaximumAtt7 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal maximum electrical current reading of the current monitored by this probe in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 7" ::= { dMTFElectricalCurrentProbeEntry 7 } monitoredElectricalCurrentNormalMinimumAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The normal minimum electrical current reading of the current monitored by this probe in milliamps.0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 8" ::= { dMTFElectricalCurrentProbeEntry 8 } electricalCurrentProbeMaximumAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum electrical current reading specified to be readable by this probe in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 9" ::= { dMTFElectricalCurrentProbeEntry 9 } electricalCurrentProbeMinimumAtt10 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The minimum electrical current reading specified to be readable by this probe in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 10" ::= { dMTFElectricalCurrentProbeEntry 10 } electricalCurrentReadingLowerThresholdNonCriticalAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-critical threshold for the electrical current reading set by the user, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 11" ::= { dMTFElectricalCurrentProbeEntry 11 } electricalCurrentReadingUpperThresholdNonCriticalAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-critical threshold for the electrical current reading, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 12" ::= { dMTFElectricalCurrentProbeEntry 12 } electricalCurrentReadingLowerThresholdCriticalAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower critical threshold for the electrical current probe, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 13" ::= { dMTFElectricalCurrentProbeEntry 13 } currentReadingUpperThresholdCriticalAtt14 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper critical threshold for the electrical current probe, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 14" ::= { dMTFElectricalCurrentProbeEntry 14 } electricalCurrentReadingLowerThresholdNonRecoverabAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The lower non-recoverable threshold for the electrical current probe, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 15" ::= { dMTFElectricalCurrentProbeEntry 15 } electricalCurrentReadingUpperThresholdNonRecoverabAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The upper non-recoverable threshold for the electrical current probe, in milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 16" ::= { dMTFElectricalCurrentProbeEntry 16 } electricalCurrentProbeResolutionAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The resolution for the reading from this electrical current probe, in tenths of milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 17" ::= { dMTFElectricalCurrentProbeEntry 17 } electricalCurrentProbeToleranceAtt18 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The tolerance for the reading from this electrical current probe, in plus/minus milliamps. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 18" ::= { dMTFElectricalCurrentProbeEntry 18 } electricalCurrentProbeAccuracyAtt19 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-write STATUS mandatory DESCRIPTION "The accuracy for the reading from this electrical current probe, in plus/minus hundredths of a percent. 0x80000000 denotes 'unknown'." REFERENCE "'DMTF|Electrical Current Probe|001' 19" ::= { dMTFElectricalCurrentProbeEntry 19 } fRUGroupIndexAtt20 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into the FRU table" REFERENCE "'DMTF|Electrical Current Probe|001' 20" ::= { dMTFElectricalCurrentProbeEntry 20 } operationalGroupIndexAtt21 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into the Operational State table" REFERENCE "'DMTF|Electrical Current Probe|001' 21" ::= { dMTFElectricalCurrentProbeEntry 21 } SdMTFCoolingDevice ::= SEQUENCE { dMTFCoolingDeviceState INTEGER, coolingDeviceTableIndexAtt1 DmiInteger, fRUGroupIndexAtt2 DmiInteger, operationalGroupIndexAtt3 DmiInteger, coolingUnitIndexAtt4 DmiInteger, coolingDeviceTypeAtt5 DmiInteger, temperatureProbeIndexAtt6 DmiInteger } dMTFCoolingDeviceTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFCoolingDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines various attributes for cooling devices in this system." ::= { dmtfSystemsMIF 17 } dMTFCoolingDeviceEntry OBJECT-TYPE SYNTAX SdMTFCoolingDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines various attributes for cooling devices in this system." INDEX { DmiCompId,DmiGroupId, coolingDeviceTableIndexAtt1 } ::= { dMTFCoolingDeviceTable 1 } dMTFCoolingDeviceState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Cooling Device|002' 0" ::= { dMTFCoolingDeviceEntry 0 } coolingDeviceTableIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "An index into the cooling device table." REFERENCE "'DMTF|Cooling Device|002' 1" ::= { dMTFCoolingDeviceEntry 1 } fRUGroupIndexAtt2 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "If this is a Field Replaceable Unit or if it is part of another FRU, this provides an index into the FRU table; 'value = -1' indicates that the group is not a FRU." REFERENCE "'DMTF|Cooling Device|002' 2" ::= { dMTFCoolingDeviceEntry 2 } operationalGroupIndexAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the Operational State table for this device." REFERENCE "'DMTF|Cooling Device|002' 3" ::= { dMTFCoolingDeviceEntry 3 } coolingUnitIndexAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This is the ID of the Cooling Unit (logical cooling device) of which this Cooling Device is a part. This value matches up with the Cooling Unit Table Index attribute defined in the Cooling Unit Global Table." REFERENCE "'DMTF|Cooling Device|002' 4" ::= { dMTFCoolingDeviceEntry 4 } coolingDeviceTypeAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), fan(3), centrifugalBlower(4), chipFan(5), cabinetFan(6), powerSupplyFan(7), heatPipe(8), integratedRefrigeration(9), activeCooling(32), passiveCooling(33) } ACCESS read-only STATUS mandatory DESCRIPTION "The type of Cooling Device that this is e.g. Fan, Heat Pipe, etc." REFERENCE "'DMTF|Cooling Device|002' 5" ::= { dMTFCoolingDeviceEntry 5 } temperatureProbeIndexAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index into the Temperature Probe table identifying the temperatu e probe monitoring this cooling device. 0 indicates no probe provided." REFERENCE "'DMTF|Cooling Device|002' 6" ::= { dMTFCoolingDeviceEntry 6 } SdellRemoteFlashBIOSSettings ::= SEQUENCE { supportAtt1 DmiInteger, lastBIOSUpdateAtt2 Dmi_Date, completionCodeAtt3 DmiInteger, minimumSizeOfContiguousMemoryAtt4 DmiInteger, enableUpdateAtt5 DmiInteger } dellRemoteFlashBIOSSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellRemoteFlashBIOSSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines setting for Dell Remote BIOS updates." ::= { dell_10891 62 } dellRemoteFlashBIOSSettingsEntry OBJECT-TYPE SYNTAX SdellRemoteFlashBIOSSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines setting for Dell Remote BIOS updates." INDEX { DmiCompId,DmiGroupId } ::= { dellRemoteFlashBIOSSettingsTable 1 } supportAtt1 OBJECT-TYPE SYNTAX INTEGER { thisSystemSupportsRemoteFlashBIOSUpdate(1), thisSystemDoesNotSupportRemoteFlashBIOSUpdate(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines whether remote flash BIOS updates are supported by this system." REFERENCE "'Dell|Remote Flash BIOS Settings|001' 1" ::= { dellRemoteFlashBIOSSettingsEntry 1 } lastBIOSUpdateAtt2 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the date of last BIOS update." REFERENCE "'Dell|Remote Flash BIOS Settings|001' 2" ::= { dellRemoteFlashBIOSSettingsEntry 2 } completionCodeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), completedSuccessfully(3), badImage(4), couldNotAccessFlash(5), flashMemoryNotReady(6), currentlyDisabled(7), batteryMustBeInstalled(8), fullyChargedBatteryMustBeInstalled(9), externalPowerAdapterMustBeConnected(10), x12VoltsCouldNotBeSet(11), x12VoltsCouldNotBeRemoved(12), aFlashMemoryFailureOccured(13), aGeneralFailureOccurred(14), aDataMiscompareErrorOccurred(15), theImageCouldNotBeFoundInMemory(16), noUpdateOperationHasBeenPerformed(17) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the completion code of the last BIOS update." REFERENCE "'Dell|Remote Flash BIOS Settings|001' 3" ::= { dellRemoteFlashBIOSSettingsEntry 3 } minimumSizeOfContiguousMemoryAtt4 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the minimum size of contiguous memory required for remote BIOS update." REFERENCE "'Dell|Remote Flash BIOS Settings|001' 4" ::= { dellRemoteFlashBIOSSettingsEntry 4 } enableUpdateAtt5 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enable(3), disable(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This attribute is used by Dell Open Manage to enable a Remote Flash BIOS update on the next boot. Dell Open Manage Client Administrator will automatically set this attribute to Enabled during remote flash BIOS operations." REFERENCE "'Dell|Remote Flash BIOS Settings|001' 5" ::= { dellRemoteFlashBIOSSettingsEntry 5 } SdMTFPortableBattery ::= SEQUENCE { dMTFPortableBatteryState INTEGER, portableBatteryIndexAtt1 DmiInteger, portableBatteryLocationAtt2 DmiDisplaystring, portableBatteryManufacturerAtt3 DmiDisplaystring, portableBatteryManufactureDateAtt4 Dmi_Date, portableBatterySerialNumberAtt5 DmiDisplaystring, portableBatteryDeviceNameAtt6 DmiDisplaystring, portableBatteryDeviceChemistryAtt7 DmiInteger, portableBatteryDesignCapacityAtt8 DmiInteger, portableBatteryDesignVoltageAtt9 DmiInteger, smartBatteryVersionAtt10 DmiDisplaystring, fullChargeCapacityAtt11 DmiInteger, remainingCapacityAtt12 DmiInteger, maximumErrorAtt13 DmiInteger, portableBatteryChargingStatusAtt14 DmiInteger, remainingBatteryTimeAtt15 DmiInteger, remainingTimeToFullBatteryAtt16 DmiInteger, powerUnitIndexAtt17 DmiInteger } dMTFPortableBatteryTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFPortableBattery ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about the portable battery(s) in the system " ::= { dmtfMobileComputerMIF 1 } dMTFPortableBatteryEntry OBJECT-TYPE SYNTAX SdMTFPortableBattery ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about the portable battery(s) in the system " INDEX { DmiCompId,DmiGroupId, portableBatteryIndexAtt1 } ::= { dMTFPortableBatteryTable 1 } dMTFPortableBatteryState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Portable Battery|001' 0" ::= { dMTFPortableBatteryEntry 0 } portableBatteryIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The index into the portable battery table." REFERENCE "'DMTF|Portable Battery|001' 1" ::= { dMTFPortableBatteryEntry 1 } portableBatteryLocationAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The location of the battery." REFERENCE "'DMTF|Portable Battery|001' 2" ::= { dMTFPortableBatteryEntry 2 } portableBatteryManufacturerAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the company that manufactured the battery." REFERENCE "'DMTF|Portable Battery|001' 3" ::= { dMTFPortableBatteryEntry 3 } portableBatteryManufactureDateAtt4 OBJECT-TYPE SYNTAX Dmi_Date ACCESS read-only STATUS mandatory DESCRIPTION "The battery manufacture date." REFERENCE "'DMTF|Portable Battery|001' 4" ::= { dMTFPortableBatteryEntry 4 } portableBatterySerialNumberAtt5 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The serial number for this battery." REFERENCE "'DMTF|Portable Battery|001' 5" ::= { dMTFPortableBatteryEntry 5 } portableBatteryDeviceNameAtt6 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Device name for this battery. For instance, Duracell DR-36." REFERENCE "'DMTF|Portable Battery|001' 6" ::= { dMTFPortableBatteryEntry 6 } portableBatteryDeviceChemistryAtt7 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), leadAcid(3), nickelCadmium(4), nickelMetalHydride(5), lithiumIon(6), zincAir(7), lithiumPolymer(8) } ACCESS read-only STATUS mandatory DESCRIPTION "The battery chemistry. For instance, Lithium-ion or Nickel metal hydride." REFERENCE "'DMTF|Portable Battery|001' 7" ::= { dMTFPortableBatteryEntry 7 } portableBatteryDesignCapacityAtt8 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The design capacity of the battery in mWatt-hours. If this attribute is not supported, value = -1." REFERENCE "'DMTF|Portable Battery|001' 8" ::= { dMTFPortableBatteryEntry 8 } portableBatteryDesignVoltageAtt9 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The design voltage of the battery in mVolts. If this attribute is not supported, value = -1." REFERENCE "'DMTF|Portable Battery|001' 9" ::= { dMTFPortableBatteryEntry 9 } smartBatteryVersionAtt10 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The Smart Battery Data Specification version number supported by this battery. If the battery does not support this function, the value is left blank." REFERENCE "'DMTF|Portable Battery|001' 10" ::= { dMTFPortableBatteryEntry 10 } fullChargeCapacityAtt11 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The full charge capacity of the battery in mWatt-hours. Comparis n of this value to the battery Design Capacity determines when the battery requires replacement. The battery industry has defined a battery's end of life to be when the Full Charge Capacity falls below 80% of the Design Capacity. If this attribute is not supported, value = -1." REFERENCE "'DMTF|Portable Battery|001' 11" ::= { dMTFPortableBatteryEntry 11 } remainingCapacityAtt12 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The battery's remaining capacity in mWatt-hours. If this attribute is not supported, value = -1." REFERENCE "'DMTF|Portable Battery|001' 12" ::= { dMTFPortableBatteryEntry 12 } maximumErrorAtt13 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The maximum error (as a percentage) in the Watt-hour data reported by the battery. The maximum error indicates the upper bound on how much additional energy the battery may have above the energy it reports having. If this attribute is not supported, value = -1." REFERENCE "'DMTF|Portable Battery|001' 13" ::= { dMTFPortableBatteryEntry 13 } portableBatteryChargingStatusAtt14 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), high(3), low(4), critical(5), charging(6), chargingAndHigh(7), chargingAndLow(8), chargingAndCritical(9), noSystemBattery(10) } ACCESS read-only STATUS mandatory DESCRIPTION "The charging battery status." REFERENCE "'DMTF|Portable Battery|001' 14" ::= { dMTFPortableBatteryEntry 14 } remainingBatteryTimeAtt15 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The remaining battery time in minutes, at the current average system power consumption level. If this value is unknown, value = -1." REFERENCE "'DMTF|Portable Battery|001' 15" ::= { dMTFPortableBatteryEntry 15 } remainingTimeToFullBatteryAtt16 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The remaining time to charge the battery fully in minutes, at the current average system power consumption level and charging rate." REFERENCE "'DMTF|Portable Battery|001' 16" ::= { dMTFPortableBatteryEntry 16 } powerUnitIndexAtt17 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This is the ID of the Power Unit (logical portable battery) to which this Portable Battery belongs. This value matches up with the Power Unit Table Index attribute defined in the Power Unit Global Table." REFERENCE "'DMTF|Portable Battery|001' 17" ::= { dMTFPortableBatteryEntry 17 } SdMTFDynamicStates ::= SEQUENCE { aCLineStatusAtt1 DmiInteger, dockingStatusAtt2 DmiInteger } dMTFDynamicStatesTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFDynamicStates ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the dynamic states information in the portable system." ::= { dmtfMobileComputerMIF 2 } dMTFDynamicStatesEntry OBJECT-TYPE SYNTAX SdMTFDynamicStates ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the dynamic states information in the portable system." INDEX { DmiCompId,DmiGroupId } ::= { dMTFDynamicStatesTable 1 } aCLineStatusAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), offLine(3), onLine(4), onBackupPower(5) } ACCESS read-only STATUS mandatory DESCRIPTION "This group defines status information about the AC line in the notebook." REFERENCE "'DMTF|Dynamic States|001' 1" ::= { dMTFDynamicStatesEntry 1 } dockingStatusAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), docked(3), notDocked(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether system is docked or not." REFERENCE "'DMTF|Dynamic States|001' 2" ::= { dMTFDynamicStatesEntry 2 } SdMTFVideoOutputDevice ::= SEQUENCE { dMTFVideoOutputDeviceState INTEGER, indexAtt1 DmiInteger, builtInAtt2 DmiInteger, typeAtt3 DmiInteger, colorSupportAtt4 DmiInteger, brightnessAtt5 DmiInteger, contrastAtt6 DmiInteger, videoGroupReferenceAtt7 DmiDisplaystring } dMTFVideoOutputDeviceTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFVideoOutputDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for video output devices." ::= { dmtfMobileComputerMIF 3 } dMTFVideoOutputDeviceEntry OBJECT-TYPE SYNTAX SdMTFVideoOutputDevice ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for video output devices." INDEX { DmiCompId,DmiGroupId, indexAtt1 } ::= { dMTFVideoOutputDeviceTable 1 } dMTFVideoOutputDeviceState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Video Output Device|001' 0" ::= { dMTFVideoOutputDeviceEntry 0 } indexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Defines the index into the video output group." REFERENCE "'DMTF|Video Output Device|001' 1" ::= { dMTFVideoOutputDeviceEntry 1 } builtInAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), yes(3), no(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether the video output device is built in." REFERENCE "'DMTF|Video Output Device|001' 2" ::= { dMTFVideoOutputDeviceEntry 2 } typeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), cRT(3), activeMatrixDisplay(4), dualScanDisplay(5), dSTN(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines the type of the video output device." REFERENCE "'DMTF|Video Output Device|001' 3" ::= { dMTFVideoOutputDeviceEntry 3 } colorSupportAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), yes(3), no(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether the video output device supports color." REFERENCE "'DMTF|Video Output Device|001' 4" ::= { dMTFVideoOutputDeviceEntry 4 } brightnessAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The percentage (0-100) of total brightness of the video output device. If feature not available, value = -1." REFERENCE "'DMTF|Video Output Device|001' 5" ::= { dMTFVideoOutputDeviceEntry 5 } contrastAtt6 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The percentage (0-100) of total contrast of the video output device. If feature not available, value = -1." REFERENCE "'DMTF|Video Output Device|001' 6" ::= { dMTFVideoOutputDeviceEntry 6 } videoGroupReferenceAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the reference into the video group." REFERENCE "'DMTF|Video Output Device|001' 7" ::= { dMTFVideoOutputDeviceEntry 7 } SdMTFInfraredPort ::= SEQUENCE { dMTFInfraredPortState INTEGER, iRIndexAtt1 DmiInteger, iRLocationAtt2 DmiDisplaystring, iREnableStateAtt3 DmiInteger, iRLimitSpeedEnableAtt4 DmiInteger, iRSpeedLimitAtt5 DmiInteger, iRPhysicalPortNameAtt6 DmiDisplaystring, iRVirtualCOMPortNameAtt7 DmiDisplaystring, iRVirtualLPTPortNameAtt8 DmiDisplaystring, iRProtocolAtt9 DmiInteger } dMTFInfraredPortTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFInfraredPort ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes for Infrared Ports." ::= { dmtfMobileComputerMIF 4 } dMTFInfraredPortEntry OBJECT-TYPE SYNTAX SdMTFInfraredPort ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines attributes for Infrared Ports." INDEX { DmiCompId,DmiGroupId, iRIndexAtt1 } ::= { dMTFInfraredPortTable 1 } dMTFInfraredPortState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Infrared Port|001' 0" ::= { dMTFInfraredPortEntry 0 } iRIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index to identify the IR port." REFERENCE "'DMTF|Infrared Port|001' 1" ::= { dMTFInfraredPortEntry 1 } iRLocationAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Location of the IR window on the device." REFERENCE "'DMTF|Infrared Port|001' 2" ::= { dMTFInfraredPortEntry 2 } iREnableStateAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether IR is enabled or disabled." REFERENCE "'DMTF|Infrared Port|001' 3" ::= { dMTFInfraredPortEntry 3 } iRLimitSpeedEnableAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether the IR speed is limited or not." REFERENCE "'DMTF|Infrared Port|001' 4" ::= { dMTFInfraredPortEntry 4 } iRSpeedLimitAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Defines connection speed limit of the IR port, in bits per second." REFERENCE "'DMTF|Infrared Port|001' 5" ::= { dMTFInfraredPortEntry 5 } iRPhysicalPortNameAtt6 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the physical port that IR is connected to." REFERENCE "'DMTF|Infrared Port|001' 6" ::= { dMTFInfraredPortEntry 6 } iRVirtualCOMPortNameAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the virtual COM port the IR is connected to." REFERENCE "'DMTF|Infrared Port|001' 7" ::= { dMTFInfraredPortEntry 7 } iRVirtualLPTPortNameAtt8 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the virtual LPT port the IR is connected to." REFERENCE "'DMTF|Infrared Port|001' 8" ::= { dMTFInfraredPortEntry 8 } iRProtocolAtt9 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), sIR(3), fIR(4), mIR(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines protocol used to establish the IR connection." REFERENCE "'DMTF|Infrared Port|001' 9" ::= { dMTFInfraredPortEntry 9 } SdMTFSystemPowerManagement ::= SEQUENCE { powerManagementCapabilitiesAtt1 DmiInteger, reducedCPUClockSpeedAtt2 DmiInteger, ringEventResumeAtt3 DmiInteger, alarmResumeAtt4 DmiInteger } dMTFSystemPowerManagementTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFSystemPowerManagement ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines system power management attributes." ::= { dmtfMobileComputerMIF 6 } dMTFSystemPowerManagementEntry OBJECT-TYPE SYNTAX SdMTFSystemPowerManagement ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines system power management attributes." INDEX { DmiCompId,DmiGroupId } ::= { dMTFSystemPowerManagementTable 1 } powerManagementCapabilitiesAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), aPM11(3), aPM12(4), aCPI10(5) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines what type of Power Management this system supports(i.e. APM 1.2, ACPI 1.0)." REFERENCE "'DMTF|System Power Management|001' 1" ::= { dMTFSystemPowerManagementEntry 1 } reducedCPUClockSpeedAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether to enable CPU to slow down when possible." REFERENCE "'DMTF|System Power Management|001' 2" ::= { dMTFSystemPowerManagementEntry 2 } ringEventResumeAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables system to resume operation when a modem ring occurs on a serial port or a wakeup occurs on a PC Card." REFERENCE "'DMTF|System Power Management|001' 3" ::= { dMTFSystemPowerManagementEntry 3 } alarmResumeAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), enabled(3), disabled(4) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables system to resume operation from suspend/standby mode at a time determined by an application program." REFERENCE "'DMTF|System Power Management|001' 4" ::= { dMTFSystemPowerManagementEntry 4 } SdellPowerManagementSettings ::= SEQUENCE { dellPowerManagementSettingsState INTEGER, powerManagementIndexAtt1 DmiInteger, powerManagementEnableAtt2 DmiInteger, displayTimeOutAtt3 DmiInteger, hardDiskDriveTimeOutAtt4 DmiInteger, autoSuspendTimeOutAtt5 DmiInteger, suspendToDiskTimeOutAtt6 DmiInteger, smartCPUAtt7 DmiInteger, brightnessAtt8 DmiInteger } dellPowerManagementSettingsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellPowerManagementSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for power management features on the Notebook." ::= { dell_10891 105 } dellPowerManagementSettingsEntry OBJECT-TYPE SYNTAX SdellPowerManagementSettings ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for power management features on the Notebook." INDEX { DmiCompId,DmiGroupId, powerManagementIndexAtt1 } ::= { dellPowerManagementSettingsTable 1 } dellPowerManagementSettingsState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'Dell|Power Management Settings|001' 0" ::= { dellPowerManagementSettingsEntry 0 } powerManagementIndexAtt1 OBJECT-TYPE SYNTAX INTEGER { battery(1), aC(2) } ACCESS read-only STATUS mandatory DESCRIPTION "Power Management Index." REFERENCE "'Dell|Power Management Settings|001' 1" ::= { dellPowerManagementSettingsEntry 1 } powerManagementEnableAtt2 OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables/Disables Power Management." REFERENCE "'Dell|Power Management Settings|001' 2" ::= { dellPowerManagementSettingsEntry 2 } displayTimeOutAtt3 OBJECT-TYPE SYNTAX INTEGER { disabled(0), x1Minute(1), x2Minutes(2), x3Minutes(3), x4Minutes(4), x5Minutes(5), x10Minutes(6), x15Minutes(7), x30Minutes(8), x1Hour(9) } ACCESS read-write STATUS mandatory DESCRIPTION "Determines how long the display is inactive before it turns off." REFERENCE "'Dell|Power Management Settings|001' 3" ::= { dellPowerManagementSettingsEntry 3 } hardDiskDriveTimeOutAtt4 OBJECT-TYPE SYNTAX INTEGER { disabled(0), x15Seconds(1), x1Minute(2), x2Minutes(3), x3Minutes(4), x4Minutes(5), x5Minutes(6), x10Minutes(7), x15Minutes(8), x30Minutes(9), x1Hour(10) } ACCESS read-write STATUS mandatory DESCRIPTION "Determines how long the hard-disk drive is inactive before it turns off." REFERENCE "'Dell|Power Management Settings|001' 4" ::= { dellPowerManagementSettingsEntry 4 } autoSuspendTimeOutAtt5 OBJECT-TYPE SYNTAX INTEGER { disabled(0), x1Minute(1), x2Minutes(2), x3Minutes(3), x4Minutes(4), x5Minutes(5), x10Minutes(6), x15Minutes(7), x30Minutes(8), x1Hour(9) } ACCESS read-write STATUS mandatory DESCRIPTION "Determines how long the computer is inactive before it enters suspend mode." REFERENCE "'Dell|Power Management Settings|001' 5" ::= { dellPowerManagementSettingsEntry 5 } suspendToDiskTimeOutAtt6 OBJECT-TYPE SYNTAX INTEGER { disabled(0), x30Minutes(1), x1Hour(2), x2Hours(3), x3Hours(4), x4Hours(5), x6Hours(6), x8Hours(7), x12Hours(8) } ACCESS read-write STATUS mandatory DESCRIPTION "Determines how long the computer is inactive before it copies all system information to a file on the hard-disk drive." REFERENCE "'Dell|Power Management Settings|001' 6" ::= { dellPowerManagementSettingsEntry 6 } smartCPUAtt7 OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "If 'Enabled', allows microprocessor to slow down when possible." REFERENCE "'Dell|Power Management Settings|001' 7" ::= { dellPowerManagementSettingsEntry 7 } brightnessAtt8 OBJECT-TYPE SYNTAX INTEGER { minimum(0), x1(1), x2(2), x3(3), x4(4), x5(5), x6(6), maximum(7), unsupported(8) } ACCESS read-write STATUS mandatory DESCRIPTION "The brightness that will be used for the system power management There is a setting for Battery and a setting for AC, to allow the user some control over the amount of power being used for display. There are 8 settings from dimmest to brightest." REFERENCE "'Dell|Power Management Settings|001' 8" ::= { dellPowerManagementSettingsEntry 8 } SdellInternalSpeaker ::= SEQUENCE { speakerVolumeAtt1 DmiInteger, keyboardClickAtt2 DmiInteger } dellInternalSpeakerTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellInternalSpeaker ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the Click Volume on this portable system." ::= { dell_10891 106 } dellInternalSpeakerEntry OBJECT-TYPE SYNTAX SdellInternalSpeaker ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the Click Volume on this portable system." INDEX { DmiCompId,DmiGroupId } ::= { dellInternalSpeakerTable 1 } speakerVolumeAtt1 OBJECT-TYPE SYNTAX INTEGER { off(0), low(1), medium(2), high(3) } ACCESS read-write STATUS mandatory DESCRIPTION "The volume of the speaker." REFERENCE "'Dell|Internal Speaker|001' 1" ::= { dellInternalSpeakerEntry 1 } keyboardClickAtt2 OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables/disables keyboard click sound." REFERENCE "'Dell|Internal Speaker|001' 2" ::= { dellInternalSpeakerEntry 2 } SdellPCCARD ::= SEQUENCE { dellPCCARDState INTEGER, pCCardSlotIndexAtt1 DmiInteger, pCCardNameAndVersionAtt2 DmiDisplaystring, pCCardFunctionAtt3 DmiDisplaystring } dellPCCARDTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellPCCARD ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the notebook PC Cards." ::= { dell_10891 107 } dellPCCARDEntry OBJECT-TYPE SYNTAX SdellPCCARD ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes for the notebook PC Cards." INDEX { DmiCompId,DmiGroupId, pCCardSlotIndexAtt1 } ::= { dellPCCARDTable 1 } dellPCCARDState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'Dell|PCCARD|002' 0" ::= { dellPCCARDEntry 0 } pCCardSlotIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Index used to identify the PC Card slot." REFERENCE "'Dell|PCCARD|002' 1" ::= { dellPCCARDEntry 1 } pCCardNameAndVersionAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Returns the name and the version of the card in the PC Card slot." REFERENCE "'Dell|PCCARD|002' 2" ::= { dellPCCARDEntry 2 } pCCardFunctionAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Returns the function of the card in the PC Card slot." REFERENCE "'Dell|PCCARD|002' 3" ::= { dellPCCARDEntry 3 } SdellDocking ::= SEQUENCE { serialNumberAtt1 DmiDisplaystring, dockingStationTypeAtt2 DmiInteger, dockingStationCapabilitiesAtt3 DmiInteger, dockingUndockingSequenceAtt4 DmiInteger, dockingStationSCSIStatusAtt5 DmiInteger, dockingStationNetworkStatusAtt6 DmiInteger } dellDockingTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellDocking ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about the docking station." ::= { dell_10891 108 } dellDockingEntry OBJECT-TYPE SYNTAX SdellDocking ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines general information about the docking station." INDEX { DmiCompId,DmiGroupId } ::= { dellDockingTable 1 } serialNumberAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "This attribute defines the serial number of the docking station." REFERENCE "'Dell|Docking|001' 1" ::= { dellDockingEntry 1 } dockingStationTypeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), systemNotDocked(3), dellDeskDockEthernetI(4), dellDeskDockEthernetII(5), dellDeskDockTokenRingI(6), dellDeskDockTokenRingII(7), dellDeskDockEthernetIII(8), dellDeskDockEthernetIV(9), dellLatitudeCPortAdvancedPortReplicator(10), dellLatitudeCDockExpansionSystem(11) } ACCESS read-only STATUS mandatory DESCRIPTION "This defines the docking station type." REFERENCE "'Dell|Docking|001' 2" ::= { dellDockingEntry 2 } dockingStationCapabilitiesAtt3 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), systemNotDocked(3), unableToDetermineDockingCapabilities(4), functionNotSupported(5), coldDocking(6), warmDocking(7), hotDocking(8) } ACCESS read-only STATUS mandatory DESCRIPTION "This defines the type of docking supported." REFERENCE "'Dell|Docking|001' 3" ::= { dellDockingEntry 3 } dockingUndockingSequenceAtt4 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), systemNotDocked(3), unableToDetermineDockingCapabilities(4), functionNotSupported(5), surpriseStyle(6), vCRStyle(7) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines whether the docking station provides support for controlling the docking/undocking sequence." REFERENCE "'Dell|Docking|001' 4" ::= { dellDockingEntry 4 } dockingStationSCSIStatusAtt5 OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Set to 'Enabled' if you want the SCSI device drivers to load automatically on reboot. Set to 'Disabled' if you do not want the drivers to load automatically." REFERENCE "'Dell|Docking|001' 5" ::= { dellDockingEntry 5 } dockingStationNetworkStatusAtt6 OBJECT-TYPE SYNTAX INTEGER { disabled(0), enabled(1) } ACCESS read-only STATUS mandatory DESCRIPTION "Set to 'Enabled' if you want the Network device drivers to load automatically on reboot. Set to 'Disabled' if you do not want the drivers to load automatically." REFERENCE "'Dell|Docking|001' 6" ::= { dellDockingEntry 6 } SdMTFDeviceBay ::= SEQUENCE { dMTFDeviceBayState INTEGER, deviceBayIndexAtt1 DmiInteger, deviceBayTypeAtt2 DmiInteger, deviceBayLocationAtt3 DmiDisplaystring, devicesSupportedAtt4 DmiDisplaystring, deviceCurrentlyAttachedAtt5 DmiDisplaystring } dMTFDeviceBayTable OBJECT-TYPE SYNTAX SEQUENCE OF SdMTFDeviceBay ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines device bays characteristics." ::= { dmtfMobileComputerMIF 9 } dMTFDeviceBayEntry OBJECT-TYPE SYNTAX SdMTFDeviceBay ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines device bays characteristics." INDEX { DmiCompId,DmiGroupId, deviceBayIndexAtt1 } ::= { dMTFDeviceBayTable 1 } dMTFDeviceBayState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'DMTF|Device Bay|001' 0" ::= { dMTFDeviceBayEntry 0 } deviceBayIndexAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "Defines an index for the device bays in the system." REFERENCE "'DMTF|Device Bay|001' 1" ::= { dMTFDeviceBayEntry 1 } deviceBayTypeAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), proprietaryBay(3), standardDesktopDeviceBay(4), standardMobileDeviceBay(5), standardUltraMobileDeviceBay(6) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines the type of Device Bay. Examples of Proprietary Bay are: Swappable Bay, Multi-Function Bay and Media Bay Types." REFERENCE "'DMTF|Device Bay|001' 2" ::= { dMTFDeviceBayEntry 2 } deviceBayLocationAtt3 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the physical location of the device bay." REFERENCE "'DMTF|Device Bay|001' 3" ::= { dMTFDeviceBayEntry 3 } devicesSupportedAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines a string containing a list of devices supported in this bay separated by commas." REFERENCE "'DMTF|Device Bay|001' 4" ::= { dMTFDeviceBayEntry 4 } deviceCurrentlyAttachedAtt5 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "Defines the name of the device currently attached to this bay." REFERENCE "'DMTF|Device Bay|001' 5" ::= { dMTFDeviceBayEntry 5 } SdellSystemsManagementSoftware ::= SEQUENCE { productAtt1 DmiDisplaystring, versionAtt2 DmiDisplaystring, buildNumberAtt3 DmiInteger, descriptionAtt4 DmiDisplaystring, supportedProtocolsAtt5 DmiInteger, preferredProtocolAtt6 DmiInteger, dMIRPCTypesAtt7 DmiDisplaystring } dellSystemsManagementSoftwareTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellSystemsManagementSoftware ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the management software which instruments this component." ::= { dell_10891 400 } dellSystemsManagementSoftwareEntry OBJECT-TYPE SYNTAX SdellSystemsManagementSoftware ACCESS not-accessible STATUS mandatory DESCRIPTION "This group defines the attributes of the management software which instruments this component." INDEX { DmiCompId,DmiGroupId } ::= { dellSystemsManagementSoftwareTable 1 } productAtt1 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The name of the Systems Management Software product that instruments this component." REFERENCE "'Dell|Systems Management Software|001' 1" ::= { dellSystemsManagementSoftwareEntry 1 } versionAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The version for the Systems Management Software." REFERENCE "'Dell|Systems Management Software|001' 2" ::= { dellSystemsManagementSoftwareEntry 2 } buildNumberAtt3 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "The build number of this Systems Management Software product." REFERENCE "'Dell|Systems Management Software|001' 3" ::= { dellSystemsManagementSoftwareEntry 3 } descriptionAtt4 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "A description of this Systems Management Software product." REFERENCE "'Dell|Systems Management Software|001' 4" ::= { dellSystemsManagementSoftwareEntry 4 } supportedProtocolsAtt5 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "This is a bit map field which is used to list protocols which can be used to access the systems management information. This is a bit map where a value of 1 indicates that the protocol is supported. Values are based on the Protocol_Type enum. Mappers will be listed in this list, but not as preferred protocols." REFERENCE "'Dell|Systems Management Software|001' 5" ::= { dellSystemsManagementSoftwareEntry 5 } preferredProtocolAtt6 OBJECT-TYPE SYNTAX INTEGER { sNMP(1), dMI(2), cIMOM(4) } ACCESS read-only STATUS mandatory DESCRIPTION "This is a field which is used to indicate which protocol is the preferred method for gathering management information. This is value is set by the instrumentation based on performance and features of protocols available." REFERENCE "'Dell|Systems Management Software|001' 6" ::= { dellSystemsManagementSoftwareEntry 6 } dMIRPCTypesAtt7 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "This field describes the RPC type, if any, for instance DCE:ncac _ip_tcp or ONC:tcpip. A semi-colon may seperate multiple supports, such as DCE:ncasn_ip_tcp;ONC:tcpip. This field should be empty if DMI RPC is not supported." REFERENCE "'Dell|Systems Management Software|001' 7" ::= { dellSystemsManagementSoftwareEntry 7 } SdellSystemsSummaryInformation ::= SEQUENCE { operatingSystemAtt1 DmiInteger, systemClassAtt2 DmiInteger } dellSystemsSummaryInformationTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellSystemsSummaryInformation ACCESS not-accessible STATUS mandatory DESCRIPTION "This group provides minimal summarization information about a system." ::= { dell_10891 402 } dellSystemsSummaryInformationEntry OBJECT-TYPE SYNTAX SdellSystemsSummaryInformation ACCESS not-accessible STATUS mandatory DESCRIPTION "This group provides minimal summarization information about a system." INDEX { DmiCompId,DmiGroupId } ::= { dellSystemsSummaryInformationTable 1 } operatingSystemAtt1 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), windowsNT(3), windows9x(4), iBMOS2(5), sCOUNIX(6), netware(7) } ACCESS read-only STATUS mandatory DESCRIPTION "This is the operating system which is installed and running on the system." REFERENCE "'Dell|Systems Summary Information|001' 1" ::= { dellSystemsSummaryInformationEntry 1 } systemClassAtt2 OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), workstation(3), server(4), desktop(5), portable(6), netPC(7) } ACCESS read-only STATUS mandatory DESCRIPTION "This is the system type which is installed and running the instrumentation." REFERENCE "'Dell|Systems Summary Information|001' 2" ::= { dellSystemsSummaryInformationEntry 2 } SdellSystemResources2Extensions ::= SEQUENCE { dellSystemResources2ExtensionsState INTEGER, resourceUserAtt1 DmiInteger, deviceDescriptionAtt2 DmiDisplaystring } dellSystemResources2ExtensionsTable OBJECT-TYPE SYNTAX SEQUENCE OF SdellSystemResources2Extensions ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." ::= { dell_10891 404 } dellSystemResources2ExtensionsEntry OBJECT-TYPE SYNTAX SdellSystemResources2Extensions ACCESS not-accessible STATUS mandatory DESCRIPTION "This group presents additional information about I/O resources that have been defined in the System Resources table." INDEX { DmiCompId,DmiGroupId, resourceUserAtt1 } ::= { dellSystemResources2ExtensionsTable 1 } dellSystemResources2ExtensionsState OBJECT-TYPE SYNTAX INTEGER { active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) } ACCESS read-write STATUS mandatory REFERENCE "'Dell|System Resources 2 Extensions|001' 0" ::= { dellSystemResources2ExtensionsEntry 0 } resourceUserAtt1 OBJECT-TYPE SYNTAX DmiInteger ACCESS read-only STATUS mandatory DESCRIPTION "A number that uniquely identifies this device. This number may be derived from the 'device number' that is assigned by 'Plug N Play', or may be uniquely assigned by the component instrumentation." REFERENCE "'Dell|System Resources 2 Extensions|001' 1" ::= { dellSystemResources2ExtensionsEntry 1 } deviceDescriptionAtt2 OBJECT-TYPE SYNTAX DmiDisplaystring ACCESS read-only STATUS mandatory DESCRIPTION "The description of this device." REFERENCE "'Dell|System Resources 2 Extensions|001' 2" ::= { dellSystemResources2ExtensionsEntry 2 } dMTFPhysicalContainerGlobalTableEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), notApplicable(3) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFPhysicalContainerGlobalTableTable 6 } dMTFPhysicalContainerGlobalTableEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), notApplicable(3) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFPhysicalContainerGlobalTableTable 7 } dMTFPhysicalContainerGlobalTableEvt1 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "securitySettingsChange" REFERENCE "'DMTF|Physical Container Global Table|002' 1" ::= 1 dMTFPhysicalContainerGlobalTableEvt2 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "powerSupplyStatusChange" REFERENCE "'DMTF|Physical Container Global Table|002' 2" ::= 2 dMTFPhysicalContainerGlobalTableEvt3 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "coolingDeviceStatusChange" REFERENCE "'DMTF|Physical Container Global Table|002' 3" ::= 3 dMTFPhysicalContainerGlobalTableEvt4 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "physicalDeviceStatusChange" REFERENCE "'DMTF|Physical Container Global Table|002' 4" ::= 4 dMTFPhysicalContainerGlobalTableEvt5 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "logicalDeviceStatusChange" REFERENCE "'DMTF|Physical Container Global Table|002' 5" ::= 5 dMTFPhysicalContainerGlobalTableEvt6 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "containerSecurityBreach" REFERENCE "'DMTF|Physical Container Global Table|002' 6" ::= 6 dMTFPhysicalContainerGlobalTableEvt7 TRAP-TYPE ENTERPRISE dMTFPhysicalContainerGlobalTableTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalContainerGlobalTableEvSys , dMTFPhysicalContainerGlobalTableEvSub } DESCRIPTION "configurationError" REFERENCE "'DMTF|Physical Container Global Table|002' 7" ::= 7 dellIDESMARTDriveEvSys OBJECT-TYPE SYNTAX INTEGER { hardDiskDrive(1) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dellIDESMARTDriveTable 6 } dellIDESMARTDriveEvSub OBJECT-TYPE SYNTAX INTEGER { primaryControllerDrive0(1), primaryControllerDrive1(2), secondaryControllerDrive0(3), secondaryControllerDrive1(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dellIDESMARTDriveTable 7 } dellIDESMARTDriveEvt1 TRAP-TYPE ENTERPRISE dellIDESMARTDriveTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellIDESMARTDriveEvSys , dellIDESMARTDriveEvSub } DESCRIPTION "preFailureAlert" REFERENCE "'Dell|IDE SMART Drive|001' 1" ::= 1 dellSCSISMARTDriveEvSys OBJECT-TYPE SYNTAX INTEGER { sCSIAdapter0(1), sCSIAdapter1(2), sCSIAdapter2(3), sCSIAdapter3(4), sCSIAdapter4(5), sCSIAdapter5(6), sCSIAdapter6(7), sCSIAdapter7(8) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dellSCSISMARTDriveTable 6 } dellSCSISMARTDriveEvSub OBJECT-TYPE SYNTAX INTEGER { sCSIDrive0(1), sCSIDrive1(2), sCSIDrive2(3), sCSIDrive3(4), sCSIDrive4(5), sCSIDrive5(6), sCSIDrive6(7), sCSIDrive7(8) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dellSCSISMARTDriveTable 7 } dellSCSISMARTDriveEvt1 TRAP-TYPE ENTERPRISE dellSCSISMARTDriveTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellSCSISMARTDriveEvSys , dellSCSISMARTDriveEvSub } DESCRIPTION "preFailureAlert" REFERENCE "'Dell|SCSI SMART Drive|001' 1" ::= 1 dMTFTemperatureProbeEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), upperThresholdFailure(3), lowerThresholdFailure(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFTemperatureProbeTable 6 } dMTFTemperatureProbeEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), sMBMaster(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFTemperatureProbeTable 7 } dMTFTemperatureProbeEvt1 TRAP-TYPE ENTERPRISE dMTFTemperatureProbeTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFTemperatureProbeEvSys , dMTFTemperatureProbeEvSub } DESCRIPTION "statusChanged" REFERENCE "'DMTF|Temperature Probe|001' 1" ::= 1 dMTFVoltageProbeEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), upperThresholdFailure_1(3), lowerThresholdFailure_1(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFVoltageProbeTable 6 } dMTFVoltageProbeEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), sMBMaster(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFVoltageProbeTable 7 } dMTFVoltageProbeEvt1 TRAP-TYPE ENTERPRISE dMTFVoltageProbeTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFVoltageProbeEvSys , dMTFVoltageProbeEvSub } DESCRIPTION "powerSupplyStatusChange" REFERENCE "'DMTF|Voltage Probe|001' 1" ::= 1 dMTFElectricalCurrentProbeEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), upperThresholdFailure(3), lowerThresholdFailure(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFElectricalCurrentProbeTable 6 } dMTFElectricalCurrentProbeEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), disk(4), peripheralBay(5), sMBMaster(6), motherboard(7), memoryModule(8), processorModule(9), powerUnit(10), addInCard(11) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFElectricalCurrentProbeTable 7 } dMTFElectricalCurrentProbeEvt1 TRAP-TYPE ENTERPRISE dMTFElectricalCurrentProbeTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFElectricalCurrentProbeEvSys , dMTFElectricalCurrentProbeEvSub } DESCRIPTION "powerSupplyStatusChange" REFERENCE "'DMTF|Electrical Current Probe|001' 1" ::= 1 dMTFElectricalCurrentProbeEvt2 TRAP-TYPE ENTERPRISE dMTFElectricalCurrentProbeTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFElectricalCurrentProbeEvSys , dMTFElectricalCurrentProbeEvSub } DESCRIPTION "coolingDeviceStatusChange" REFERENCE "'DMTF|Electrical Current Probe|001' 2" ::= 2 dMTFCoolingDeviceEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), upperThresholdFailure(3), lowerThresholdFailure(4) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFCoolingDeviceTable 6 } dMTFCoolingDeviceEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), fan(3), centrifugalBlower(4), chipFan(5), cabinetFan(6), powerSupplyFan(7), heatPipe(8), integratedRefrigeration(9), activeCooling(50), passiveCooling(51) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFCoolingDeviceTable 7 } dMTFCoolingDeviceEvt1 TRAP-TYPE ENTERPRISE dMTFCoolingDeviceTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFCoolingDeviceEvSys , dMTFCoolingDeviceEvSub } DESCRIPTION "coolingDeviceStatusChange" REFERENCE "'DMTF|Cooling Device|002' 1" ::= 1 dMTFCoolingDeviceEvt2 TRAP-TYPE ENTERPRISE dMTFCoolingDeviceTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFCoolingDeviceEvSys , dMTFCoolingDeviceEvSub } DESCRIPTION "temperatureFault" REFERENCE "'DMTF|Cooling Device|002' 2" ::= 2 dMTFPhysicalMemoryArrayEvSys OBJECT-TYPE SYNTAX INTEGER { singleBitECCError(1), multiBitECCError(2) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dMTFPhysicalMemoryArrayTable 6 } dMTFPhysicalMemoryArrayEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), memoryDevice1(3), memoryDevice2(4), memoryDevice3(5), memoryDevice4(6), memoryDevice5(7), memoryDevice6(8), memoryDevice7(9), memoryDevice8(10), memoryDevice9(11), memoryDevice10(12), memoryDevice11(13), memoryDevice12(14) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dMTFPhysicalMemoryArrayTable 7 } dMTFPhysicalMemoryArrayEvt1 TRAP-TYPE ENTERPRISE dMTFPhysicalMemoryArrayTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalMemoryArrayEvSys , dMTFPhysicalMemoryArrayEvSub } DESCRIPTION "memoryError" REFERENCE "'DMTF|Physical Memory Array|001' 1" ::= 1 dMTFPhysicalMemoryArrayEvt2 TRAP-TYPE ENTERPRISE dMTFPhysicalMemoryArrayTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dMTFPhysicalMemoryArrayEvSys , dMTFPhysicalMemoryArrayEvSub } DESCRIPTION "initializationFailure" REFERENCE "'DMTF|Physical Memory Array|001' 2" ::= 2 dellConfigurationEvSys OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), processor(3), memory(4), hardDiskDrives(5) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The major functional aspect of the product causing the fault." ::= { dellConfigurationTable 6 } dellConfigurationEvSub OBJECT-TYPE SYNTAX INTEGER { other(1), unknown(2), size(3), quantity(4), freeSpace(5), type(6), serialNumber(7), a(8), b(9), c(10), d(11), e(12), f(13), g(14), h(15), i(16), j(17), k(18), l(19), m(20), n(21), o(22), p(23), q(24), r(25), s(26), t(27), u(28), v(29), w(30), x(31), y(32), z(33) } ACCESS not-accessible STATUS mandatory DESCRIPTION "The minor functional aspect of the product causing the fault." ::= { dellConfigurationTable 7 } dellConfigurationEvt1 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "processorTypeChanged" REFERENCE "'Dell|Configuration|004' 1" ::= 1 dellConfigurationEvt2 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "numberOfProcessorsIncreased" REFERENCE "'Dell|Configuration|004' 2" ::= 2 dellConfigurationEvt3 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "numberOfProcessorsDecreased" REFERENCE "'Dell|Configuration|004' 3" ::= 3 dellConfigurationEvt4 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "numberOfHardDiskDrivesIncreased" REFERENCE "'Dell|Configuration|004' 4" ::= 4 dellConfigurationEvt5 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "numberOfHardDiskDrivesDecreased" REFERENCE "'Dell|Configuration|004' 5" ::= 5 dellConfigurationEvt6 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "memorySizeIncreased" REFERENCE "'Dell|Configuration|004' 6" ::= 6 dellConfigurationEvt7 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "memorySizeDecreased" REFERENCE "'Dell|Configuration|004' 7" ::= 7 dellConfigurationEvt8 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "hardDiskDrivesSpaceIsBelowThreshold" REFERENCE "'Dell|Configuration|004' 8" ::= 8 dellConfigurationEvt9 TRAP-TYPE ENTERPRISE dellConfigurationTable VARIABLES { dmiEventDateTime, dmiCompId, dmiEventSeverity, dmiEventStateKey, dmiEventAssociatedGroup , dellConfigurationEvSys , dellConfigurationEvSub } DESCRIPTION "processorSerialNumberChanged" REFERENCE "'Dell|Configuration|004' 9" ::= 9 END