SFA-INFO
- Registered at
- 1.3.6.1.4.1.6894
- Namespace
- ddn
- Source file
SFA-INFO- Digest
sha256:8de4409e760a9577dde0f30d6810ae037bcca7ba34909f14be9e9f5a23e06b80
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.
SFA-INFO SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DisplayString type |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| datadirect OBJECT-IDENTITY | 1.3.6.1.4.1.6894 | |||
| unit OBJECT-IDENTITY | 1.3.6.1.4.1.6894.2 | |||
| tempNumber OBJECT-TYPE The number of temperature sensors in the system. | 1.3.6.1.4.1.6894.2.1 | INTEGER | read-only | mandatory |
| tempTable OBJECT-TYPE A list of temperature sensor entries. The number of entries is given by the value of tempNumber. | 1.3.6.1.4.1.6894.2.2 | not-accessible | mandatory | |
| tempEntry OBJECT-TYPE A temp entry containing temperature sensor status. | 1.3.6.1.4.1.6894.2.2.1 | not-accessible | mandatory | |
| tempIndex OBJECT-TYPE A unique value for each temperature sensor. Its value ranges between 1 and the value of tempNumber. | 1.3.6.1.4.1.6894.2.2.1.1 | INTEGER | read-only | mandatory |
| tempEncId OBJECT-TYPE A unique value displaying the enclosure ID number of the temperature sensor. | 1.3.6.1.4.1.6894.2.2.1.2 | OCTET STRING (SIZE(0..16)) | read-only | mandatory |
| tempEncPos OBJECT-TYPE A unique value displaying the position number of the temperature sensor. | 1.3.6.1.4.1.6894.2.2.1.3 | INTEGER | read-only | mandatory |
| tempStatus OBJECT-TYPE The current temperature status of the unit. | 1.3.6.1.4.1.6894.2.2.1.4 | INTEGER {normal(1), warning(2), critical(3)} | read-only | mandatory |
| fanNumber OBJECT-TYPE The number of fans in the system. | 1.3.6.1.4.1.6894.2.3 | INTEGER | read-only | mandatory |
| fanTable OBJECT-TYPE A list of fan entries. The number of entries is given by the value of fanNumber. | 1.3.6.1.4.1.6894.2.4 | not-accessible | mandatory | |
| fanEntry OBJECT-TYPE A fan entry containing fan status. | 1.3.6.1.4.1.6894.2.4.1 | not-accessible | mandatory | |
| fanIndex OBJECT-TYPE A unique value for each fan. Its value ranges between 1 and the value of fanNumber. | 1.3.6.1.4.1.6894.2.4.1.1 | INTEGER | read-only | mandatory |
| fanEncId OBJECT-TYPE A unique value displaying the enclosure ID number of the fan. | 1.3.6.1.4.1.6894.2.4.1.2 | OCTET STRING (SIZE(0..16)) | read-only | mandatory |
| fanEncPos OBJECT-TYPE A unique value displaying the position number of the fan. | 1.3.6.1.4.1.6894.2.4.1.3 | INTEGER | read-only | mandatory |
| fanStatus OBJECT-TYPE The current fan status of the unit. | 1.3.6.1.4.1.6894.2.4.1.4 | INTEGER {healthy(1), failure(2)} | read-only | mandatory |
| powerNumber OBJECT-TYPE The number of power supplies in the system. | 1.3.6.1.4.1.6894.2.5 | INTEGER | read-only | mandatory |
| powerTable OBJECT-TYPE A list of power supply entries. The number of entries is given by the value of powerNumber. | 1.3.6.1.4.1.6894.2.6 | not-accessible | mandatory | |
| powerEntry OBJECT-TYPE A power entry containing power supply status. | 1.3.6.1.4.1.6894.2.6.1 | not-accessible | mandatory | |
| powerIndex OBJECT-TYPE A unique value for each power supply. Its value ranges between 1 and the value of powerNumber. | 1.3.6.1.4.1.6894.2.6.1.1 | INTEGER | read-only | mandatory |
| powerEncId OBJECT-TYPE A unique value displaying the enclosure ID number of the power supply. | 1.3.6.1.4.1.6894.2.6.1.2 | OCTET STRING (SIZE(0..16)) | read-only | mandatory |
| powerEncPos OBJECT-TYPE A unique value displaying the position number of the power supply. | 1.3.6.1.4.1.6894.2.6.1.3 | INTEGER | read-only | mandatory |
| powerStatus OBJECT-TYPE The current power supply status of the unit. | 1.3.6.1.4.1.6894.2.6.1.4 | INTEGER {healthy(1), failure(2)} | read-only | mandatory |
| poolNumber OBJECT-TYPE The number of pools in system. | 1.3.6.1.4.1.6894.2.7 | INTEGER | read-only | mandatory |
| poolTable OBJECT-TYPE A list of pool entries. The number of entries is given by the value of poolNumber. | 1.3.6.1.4.1.6894.2.8 | not-accessible | mandatory | |
| poolEntry OBJECT-TYPE A pool entry containing a pool's status. | 1.3.6.1.4.1.6894.2.8.1 | not-accessible | mandatory | |
| poolIndex OBJECT-TYPE A unique value for each pool. Its value ranges between 1 and the value of poolNumber. | 1.3.6.1.4.1.6894.2.8.1.1 | INTEGER | read-only | mandatory |
| poolId OBJECT-TYPE An integer which give the pool id as displayed in the OID. | 1.3.6.1.4.1.6894.2.8.1.2 | INTEGER | read-only | mandatory |
| poolType OBJECT-TYPE The type of pool. | 1.3.6.1.4.1.6894.2.8.1.3 | INTEGER {storage(1), spare(2), unassigned(3)} | read-only | mandatory |
| poolNumDisks OBJECT-TYPE The number of disks in the corresponding pool. | 1.3.6.1.4.1.6894.2.8.1.4 | INTEGER | read-only | mandatory |
| physicalDiskTable OBJECT-TYPE A list of disk entries. The number of entries is given by the value of poolNumDisks. | 1.3.6.1.4.1.6894.2.9 | not-accessible | mandatory | |
| physicalDiskEntry OBJECT-TYPE The information related to a disk's status. | 1.3.6.1.4.1.6894.2.9.1 | not-accessible | mandatory | |
| physDiskIndex OBJECT-TYPE A unique value for each physical disk within a pool. | 1.3.6.1.4.1.6894.2.9.1.1 | INTEGER | read-only | mandatory |
| physDiskPoolId OBJECT-TYPE An integer which give the pool id as displayed in the OID. | 1.3.6.1.4.1.6894.2.9.1.2 | INTEGER | read-only | mandatory |
| physDiskId OBJECT-TYPE An integer which give the physical disk id as displayed in the OID. | 1.3.6.1.4.1.6894.2.9.1.3 | INTEGER | read-only | mandatory |
| physDiskWWN OBJECT-TYPE A string which gives the WWN of the physical disk. | 1.3.6.1.4.1.6894.2.9.1.4 | OCTET STRING (SIZE(0..16)) | read-only | mandatory |
| physDiskEnc OBJECT-TYPE A string which gives the physical disk enclosure number. | 1.3.6.1.4.1.6894.2.9.1.5 | OCTET STRING (SIZE(0..16)) | read-only | mandatory |
| physDiskSlot OBJECT-TYPE An integer which give the physical disk position number. | 1.3.6.1.4.1.6894.2.9.1.6 | INTEGER | read-only | mandatory |
| physDiskState OBJECT-TYPE An integer which gives the state of a physical disk. | 1.3.6.1.4.1.6894.2.9.1.7 | INTEGER {normal(1), failed(2), predictedfailure(3), unknown(4)} | read-only | mandatory |
| eventLog OBJECT-IDENTITY | 1.3.6.1.4.1.6894.2.10 | |||
| eventLogTrapLevel OBJECT-TYPE This object specifies the eventLogTrap level in conjunction with an event's severity level. When an event occurs and if its severity level is at or below the value specified by this object instance, the agent will send the associated eventLogTrap to configured recipients. | 1.3.6.1.4.1.6894.2.10.1 | INTEGER {none(0), emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8)} | read-only | mandatory |
| eventLogNumEntries OBJECT-TYPE The number of entries in the Event Table. | 1.3.6.1.4.1.6894.2.10.2 | INTEGER (0..30) | read-only | mandatory |
| eventLogTable OBJECT-TYPE The table of event entries. | 1.3.6.1.4.1.6894.2.10.3 | not-accessible | mandatory | |
| eventLogEntry OBJECT-TYPE An entry of the event table. | 1.3.6.1.4.1.6894.2.10.3.1 | not-accessible | mandatory | |
| eventLogIndex OBJECT-TYPE This object identifies the event entry. | 1.3.6.1.4.1.6894.2.10.3.1.1 | INTEGER (1..30) | read-only | mandatory |
| eventLogLevel OBJECT-TYPE This object identifies the severity level of this event entry. | 1.3.6.1.4.1.6894.2.10.3.1.2 | INTEGER {none(0), emergency(1), alert(2), critical(3), error(4), warning(5), notice(6), informational(7), debug(8)} | read-only | mandatory |
| eventLogDescr OBJECT-TYPE This object identifies the textual description of the event. | 1.3.6.1.4.1.6894.2.10.3.1.3 | DisplayString | read-only | mandatory |
| systemName OBJECT-TYPE The name that has been assigned to the system. | 1.3.6.1.4.1.6894.2.30 | OCTET STRING (SIZE(0..31)) | read-only | mandatory |