SML-MIB
- Registered at
- 1.3.6.1.4.1.2.6.182.3
- Namespace
- ibm
- Source file
SML-MIB- Digest
sha256:d180fc9d720b5f73ca28db9031204f1e00d78dec2ffa72e7f04015b55369b100
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
SML-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CimDateTime type | ||||
| UINT16 type | ||||
| UINT32 type | ||||
| UINT64 type | ||||
| UShortReal type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ibm OBJECT-IDENTITY | 1.3.6.1.4.1.2 | |||
| ibmProd OBJECT-IDENTITY | 1.3.6.1.4.1.2.6 | |||
| ibm3584 OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182 | |||
| smlRoot OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3 | |||
| smlMibVersion OBJECT-TYPE This string contains version information for the MIB file | 1.3.6.1.4.1.2.6.182.3.1 | DisplayString (SIZE(0..4)) | read-only | mandatory |
| smlCimVersion OBJECT-TYPE This string contains information about the CIM version that corresponds to the MIB. The decriptions in this MIB file are based on CIM version 2.7, as documented by Steve Jerman for HP. | 1.3.6.1.4.1.2.6.182.3.2 | DisplayString (SIZE(0..4)) | read-only | mandatory |
| productGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.3 | |||
| product_Name OBJECT-TYPE Commonly used Product name. | 1.3.6.1.4.1.2.6.182.3.3.1 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| product_IdentifyingNumber OBJECT-TYPE Product identification such as a serial number on software, a die number on a hardware chip, or (for non-commercial Products) a project number. | 1.3.6.1.4.1.2.6.182.3.3.2 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| product_Vendor OBJECT-TYPE The name of the Product's supplier, or entity selling the Product (the manufacturer, reseller, OEM, etc.). Corresponds to the Vendor property in the Product object in the DMTF Solution Exchange Standard. | 1.3.6.1.4.1.2.6.182.3.3.3 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| product_Version OBJECT-TYPE Product version information. Corresponds to the Version property in the Product object in the DMTF Solution Exchange Standard. | 1.3.6.1.4.1.2.6.182.3.3.4 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| chassisGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.4 | |||
| chassis_Manufacturer OBJECT-TYPE The name of the organization responsible for producing the PhysicalElement. This may be the entity from whom the Element is purchased, but this is not necessarily true. The latter information is contained in the Vendor property of CIM_Product. | 1.3.6.1.4.1.2.6.182.3.4.1 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| chassis_Model OBJECT-TYPE The name by which the PhysicalElement is generally known. | 1.3.6.1.4.1.2.6.182.3.4.2 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| chassis_SerialNumber OBJECT-TYPE A manufacturer-allocated number used to identify the Physical Element. | 1.3.6.1.4.1.2.6.182.3.4.3 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| chassis_LockPresent OBJECT-TYPE Boolean indicating whether the Frame is protected with a lock. | 1.3.6.1.4.1.2.6.182.3.4.4 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| chassis_SecurityBreach OBJECT-TYPE SecurityBreach is an enumerated, integer-valued property indicating whether a physical breach of the Frame was attempted but unsuccessful (value=4) or attempted and successful (5). Also, the values, 'Unknown', 'Other' or 'No Breach', can be specified. | 1.3.6.1.4.1.2.6.182.3.4.5 | INTEGER {unknown(0), other(1), noBreach(2), breachAttempted(3)} | read-only | mandatory |
| chassis_IsLocked OBJECT-TYPE Boolean indicating that the Frame is currently locked. | 1.3.6.1.4.1.2.6.182.3.4.6 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| storageLibraryGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.5 | |||
| storageLibrary_Name OBJECT-TYPE The inherited Name serves as key of a System instance in an enterprise environment. | 1.3.6.1.4.1.2.6.182.3.5.1 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| storageLibrary_Description OBJECT-TYPE The Description property provides a textual description of the object. | 1.3.6.1.4.1.2.6.182.3.5.2 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| storageLibrary_Caption OBJECT-TYPE The Caption property is a short textual description (one- line string) of the object. | 1.3.6.1.4.1.2.6.182.3.5.3 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| storageLibrary_Status OBJECT-TYPE A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for three reasons: 1) Status is more correctly defined as an array property. This overcomes the limitation of describing status via a single value, when it is really a multi-valued property (for example, an element may be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. And, 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the Deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. | 1.3.6.1.4.1.2.6.182.3.5.4 | DisplayString (SIZE(0..10)) | read-only | mandatory |
| storageLibrary_InstallDate OBJECT-TYPE A datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed. | 1.3.6.1.4.1.2.6.182.3.5.5 | CimDateTime | read-only | mandatory |
| mediaAccessDeviceGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.6 | |||
| numberOfMediaAccessDevices OBJECT-TYPE This value specifies the number of MediaAccessDevices that are present. | 1.3.6.1.4.1.2.6.182.3.6.1 | INTEGER | read-only | mandatory |
| mediaAccessDeviceTable OBJECT-TYPE A MediaAccessDevice represents the ability to access one or more media and use this media to store and retrieve data. | 1.3.6.1.4.1.2.6.182.3.6.2 | not-accessible | mandatory | |
| mediaAccessDeviceEntry OBJECT-TYPE Each entry in the table contains information about a MediaAccessDevice that is present in the library. | 1.3.6.1.4.1.2.6.182.3.6.2.1 | not-accessible | mandatory | |
| mediaAccessDeviceIndex OBJECT-TYPE The current index value for the MediaAccessDevice. | 1.3.6.1.4.1.2.6.182.3.6.2.1.1 | UINT32 | read-only | mandatory |
| mediaAccessDeviceObjectType OBJECT-TYPE In the 2.7 CIM Schema a Type property is no longer associated with MediaAccessDevice. However, it can be used here to specify the type of drive that is present. | 1.3.6.1.4.1.2.6.182.3.6.2.1.2 | INTEGER {unknown(0), wormDrive(1), magnetoOpticalDrive(2), tapeDrive(3), dvdDrive(4), cdromDrive(5)} | read-only | mandatory |
| mediaAccessDevice_Name OBJECT-TYPE The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. | 1.3.6.1.4.1.2.6.182.3.6.2.1.3 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| mediaAccessDevice_Status OBJECT-TYPE A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for three reasons: 1) Status is more correctly defined as an array property. This overcomes the limitation of describing status via a single value, when it is really a multi-valued property (for example, an element may be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. And, 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the Deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. | 1.3.6.1.4.1.2.6.182.3.6.2.1.4 | DisplayString (SIZE(0..10)) | read-only | mandatory |
| mediaAccessDevice_Availability OBJECT-TYPE The primary availability and status of the Device. (Additional status information can be specified using the AdditionalAvailability array property.) For example, the Availability property indicates that the Device is running and has full power (value=3), or is in a warning (4), test (5), degraded (10) or power save state (values 13-15 and 17). Regarding the Power Save states, these are defined as follows: Value 13 ('Power Save - Unknown') indicates that the Device is known to be in a power save mode, but its exact status in this mode is unknown; 14 ('Power Save - Low Power Mode') indicates that the Device is in a power save state but still functioning, and may exhibit degraded performance; 15 ('Power Save - Standby') describes that the Device is not functioning but could be brought to full power 'quickly'; and value 17 ('Power Save - Warning') indicates that the Device is in a warning state, though also in a power save mode. | 1.3.6.1.4.1.2.6.182.3.6.2.1.5 | INTEGER {unknown(0), other(1), runningFullPower(2), warning(3), inTest(4), notApplicable(5), powerOff(6), offLine(7), offDuty(8), degraded(9), notInstalled(10), installError(11), powerSaveUnknown(12), powerSaveLowPowerMode(13), powerSaveStandby(14), powerCycle(15), powerSaveWarning(16), paused(17), notReady(18)} | read-only | mandatory |
| mediaAccessDevice_NeedsCleaning OBJECT-TYPE Boolean indicating that the MediaAccessDevice needs cleaning. Whether manual or automatic cleaning is possible is indicated in the Capabilities array property. | 1.3.6.1.4.1.2.6.182.3.6.2.1.6 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMediaGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.7 | |||
| numberOfPhysicalMedias OBJECT-TYPE This value specifies the number of PhysicalMedia that are present. | 1.3.6.1.4.1.2.6.182.3.7.1 | INTEGER | read-only | mandatory |
| physicalMediaTable OBJECT-TYPE The PhysicalMedia class represents any type of documentation or storage medium, such as tapes, CDROMs, etc. This class is typically used to locate and manage Removable Media (versus Media sealed with the MediaAccessDevice, as a single Package, as is the case with hard disks). However, 'sealed' Media can also be modeled using this class, where the Media would then be associated with the PhysicalPackage using the PackagedComponent relationship. | 1.3.6.1.4.1.2.6.182.3.7.2 | not-accessible | mandatory | |
| physicalMediaEntry OBJECT-TYPE Each entry in the table contains information about a PhysicalMedia that is present in the library. | 1.3.6.1.4.1.2.6.182.3.7.2.1 | not-accessible | mandatory | |
| physicalMediaIndex OBJECT-TYPE The current index value for the PhysicalMedia. | 1.3.6.1.4.1.2.6.182.3.7.2.1.1 | UINT32 | read-only | mandatory |
| physicalMediaObjectType OBJECT-TYPE In the 2.7 CIM Schema a Type property is no longer associated with physicalMedia. The MediaType property provides more detailed information. | 1.3.6.1.4.1.2.6.182.3.7.2.1.2 | INTEGER {tape(0), other(1)} | read-only | mandatory |
| physicalMedia_Removable OBJECT-TYPE A PhysicalComponent is Removable if it is designed to be taken in and out of the physical container in which it is normally found, without impairing the function of the overall packaging. A Component can still be Removable if power must be 'off' in order to perform the removal. If power can be 'on' and the Component removed, then the Element is both Removable and HotSwappable. For example, an upgradeable Processor chip is Removable. | 1.3.6.1.4.1.2.6.182.3.7.2.1.3 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMedia_Replaceable OBJECT-TYPE A PhysicalComponent is Replaceable if it is possible to replace (FRU or upgrade) the Element with a physically different one. For example, some ComputerSystems allow the main Processor chip to be upgraded to one of a higher clock rating. In this case, the Processor is said to be Replaceable. All Removable Components are inherently Replaceable. | 1.3.6.1.4.1.2.6.182.3.7.2.1.4 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMedia_HotSwappable OBJECT-TYPE A PhysicalComponent is HotSwappable if it is possible to replace the Element with a physically different but equivalent one while the containing Package has power applied to it (ie, is 'on'). For example, a fan Component may be designed to be HotSwappable. All HotSwappable Components are inherently Removable and Replaceable. | 1.3.6.1.4.1.2.6.182.3.7.2.1.5 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMedia_Capacity OBJECT-TYPE The number of bytes that can be read from or written to a Media. This property is not applicable to 'Hard Copy' (documentation) or cleaner Media. Data compression should not be assumed, as it would increase the value in this property. For tapes, it should be assumed that no filemarks or blank space areas are recorded on the Media. | 1.3.6.1.4.1.2.6.182.3.7.2.1.6 | UINT64 | read-only | mandatory |
| physicalMedia_MediaType OBJECT-TYPE Specifies the type of the PhysicalMedia, as an enumerated integer. The MediaDescription property is used to provide more explicit definition of the Media type, whether it is pre-formatted, compatability features, etc. | 1.3.6.1.4.1.2.6.182.3.7.2.1.7 | INTEGER {unknown(0), other(1), tape(2), qic(3), ait(4), dtf(5), dat(6), eightmmTape(7), nineteenmmTape(8), dlt(9), halfInchMO(10), catridgeDisk(11), jazDisk(12), zipDisk(13), syQuestDisk(14), winchesterDisk(15), cdRom(16), cdRomXA(17), cdI(18), cdRecordable(19), dvd(20), dvdRWPlus(21), dvdRAM(22), dvdROM(23), dvdVideo(24), divx(25), cdRW(26), cdDA(27), cdPlus(28), dvdRecordable(29), dvdRW(30), dvdAudio(31), dvd5(32), dvd9(33), dvd10(34), dvd18(35), moRewriteable(36), moWriteOnce(37), moLIMDOW(38), phaseChangeWO(39), phaseChangeRewriteable(40), phaseChangeDualRewriteable(41), ablativeWriteOnce(42), nearField(43), miniQic(44), travan(45), eightmmMetal(46), eightmmAdvanced(47), nctp(48), ltoUltrium(49), ltoAccelis(50), tape9Track(51), tape18Track(52), tape36Track(53), magstar3590(54), magstarMP(55), d2Tape(56), dstSmall(57), dstMedium(58), dstLarge(59)} | read-only | mandatory |
| physicalMedia_MediaDescription OBJECT-TYPE Additional detail related to the MediaType enumeration. For example, if value 3 ('QIC Cartridge') is specified, this property could indicate whether the tape is wide or 1/4 inch, whether it is pre-formatted, whether it is Travan compatible, etc. | 1.3.6.1.4.1.2.6.182.3.7.2.1.8 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| physicalMedia_CleanerMedia OBJECT-TYPE Boolean indicating that the PhysicalMedia is used for cleaning purposes and not data storage. | 1.3.6.1.4.1.2.6.182.3.7.2.1.9 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMedia_DualSided OBJECT-TYPE Boolean indicating that the Media has two recording sides (TRUE) or only a single side (FALSE). Examples of dual sided Media include DVD-ROM and some optical disks. Examples of single sided Media are tapes and CD-ROM. | 1.3.6.1.4.1.2.6.182.3.7.2.1.10 | INTEGER {unknown(0), true(1), false(2)} | read-only | mandatory |
| physicalMedia_PhysicalLabel OBJECT-TYPE One or more strings on 'labels' on the PhysicalMedia. The format of the labels and their state (readable, unreadable, upside-down) are indicated in the LabelFormats and LabelStates array properties. | 1.3.6.1.4.1.2.6.182.3.7.2.1.11 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| physicalPackageGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.8 | |||
| numberOfPhysicalPackages OBJECT-TYPE This value specifies the number of PhysicalPackages that are present. | 1.3.6.1.4.1.2.6.182.3.8.1 | INTEGER | read-only | mandatory |
| physicalPackageTable OBJECT-TYPE The PhysicalPackage class represents PhysicalElements that contain or host other components. Examples are a Rack enclosure or an adapter Card. (also a tape magazine inside an auto-loader) | 1.3.6.1.4.1.2.6.182.3.8.2 | not-accessible | mandatory | |
| physicalPackageEntry OBJECT-TYPE Each entry in the table contains information about a PhysicalPackage that is present in the library. | 1.3.6.1.4.1.2.6.182.3.8.2.1 | not-accessible | mandatory | |
| physicalPackageIndex OBJECT-TYPE The current index value for the PhysicalPackage. | 1.3.6.1.4.1.2.6.182.3.8.2.1.1 | UINT32 | read-only | mandatory |
| physicalPackage_Manufacturer OBJECT-TYPE The name of the organization responsible for producing the PhysicalElement. This may be the entity from whom the Element is purchased, but this is not necessarily true. The latter information is contained in the Vendor property of CIM_Product. | 1.3.6.1.4.1.2.6.182.3.8.2.1.2 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| physicalPackage_Model OBJECT-TYPE The name by which the PhysicalElement is generally known. | 1.3.6.1.4.1.2.6.182.3.8.2.1.3 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| physicalPackage_SerialNumber OBJECT-TYPE A manufacturer-allocated number used to identify the Physical Element. | 1.3.6.1.4.1.2.6.182.3.8.2.1.4 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| physicalPackage_Realizes_MediaAccessDeviceIndex OBJECT-TYPE The index value of the the MediaAccess device that is associated with this physical package.' | 1.3.6.1.4.1.2.6.182.3.8.2.1.5 | INTEGER | read-only | mandatory |
| softwareElementGroup OBJECT-IDENTITY | 1.3.6.1.4.1.2.6.182.3.9 | |||
| numberOfSoftwareElements OBJECT-TYPE This value specifies the number of SoftwareElements that are present. | 1.3.6.1.4.1.2.6.182.3.9.1 | INTEGER | read-only | mandatory |
| softwareElementTable OBJECT-TYPE The CIM_SoftwareElement class is used to decompose a CIM_SoftwareFeature object into a set of individually manageable or deployable parts for a particular platform. A software element's platform is uniquely identified by its underlying hardware architecture and operating system (for example Sun Solaris on Sun Sparc or Windows NT on Intel). As such, to understand the details of how the functionality of a particular software feature is provided on a particular platform, the CIM_SoftwareElement objects referenced by CIM_SoftwareFeatureSoftwareElement associations are organized in disjoint sets based on the TargetOperatingSystem property. A CIM_SoftwareElement object captures the management details of a part or component in one of four states characterized by the SoftwareElementState property. | 1.3.6.1.4.1.2.6.182.3.9.2 | not-accessible | mandatory | |
| softwareElementEntry OBJECT-TYPE Each entry in the table contains information about a SoftwareElement that is present in the library. | 1.3.6.1.4.1.2.6.182.3.9.2.1 | not-accessible | mandatory | |
| softwareElementIndex OBJECT-TYPE The current index value for the SoftwareElement. | 1.3.6.1.4.1.2.6.182.3.9.2.1.1 | UINT32 | read-only | mandatory |
| softwareElement_Name OBJECT-TYPE The name used to identify this software element | 1.3.6.1.4.1.2.6.182.3.9.2.1.2 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| softwareElement_Version OBJECT-TYPE Version should be in the form .. or . | 1.3.6.1.4.1.2.6.182.3.9.2.1.3 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| softwareElement_SoftwareElementID OBJECT-TYPE This is an identifier for this software element and is designed to be used in conjunction with other keys to create a unique representation of this SoftwareElement | 1.3.6.1.4.1.2.6.182.3.9.2.1.4 | DisplayString (SIZE(0..255)) | read-only | mandatory |
| softwareElement_Manufacturer OBJECT-TYPE Manufacturer of this software element | 1.3.6.1.4.1.2.6.182.3.9.2.1.5 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| softwareElement_BuildNumber OBJECT-TYPE The internal identifier for this compilation of this software element. | 1.3.6.1.4.1.2.6.182.3.9.2.1.6 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| softwareElement_SerialNumber OBJECT-TYPE The assigned serial number of this software element. | 1.3.6.1.4.1.2.6.182.3.9.2.1.7 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| softwareElement_CodeSet OBJECT-TYPE The code set used by this software element. | 1.3.6.1.4.1.2.6.182.3.9.2.1.8 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| softwareElement_IdentificationCode OBJECT-TYPE The value of this property is the manufacturer's identifier for this software element. Often this will be a stock keeping unit (SKU) or a part number. | 1.3.6.1.4.1.2.6.182.3.9.2.1.9 | DisplayString (SIZE(0..64)) | read-only | mandatory |
| softwareElement_LanguageEdition OBJECT-TYPE The value of this property identifies the language edition of this software element. The language codes defined in ISO 639 should be used. Where the software element represents multi-lingual or international version of a product, the string multilingual should be used. | 1.3.6.1.4.1.2.6.182.3.9.2.1.10 | DisplayString (SIZE(0..32)) | read-only | mandatory |
| softwareElement_Associations OBJECT-TYPE Use this value to associate a SoftwareElement with another object in the MIB | 1.3.6.1.4.1.2.6.182.3.9.2.1.11 | OBJECT IDENTIFIER | not-accessible | mandatory |
| softwareElement_DeviceSoftware_LogicalDeviceAssociation_ObjectT OBJECT-TYPE Use this value to associate a SoftwareElement with a specific media access device or the library itself. | 1.3.6.1.4.1.2.6.182.3.9.2.1.12 | INTEGER {mediaAccessDevice(0), storageLibrary(1), other(2)} | read-only | mandatory |
| softwareElement_DeviceSoftware_LogicalDeviceAssociationId OBJECT-TYPE Further clarification required. | 1.3.6.1.4.1.2.6.182.3.9.2.1.13 | INTEGER | read-only | mandatory |
| endOfSmlMib OBJECT-TYPE Description here | 1.3.6.1.4.1.2.6.182.3.10 | OBJECT IDENTIFIER | not-accessible | mandatory |