Nortel-MsCarrier-MscPassport-FileSystemMIB

File: Nortel-MsCarrier-MscPassport-FileSystemMIB.mib (35898 bytes)

Imported modules

RFC-1212 Nortel-MsCarrier-MscPassport-UsefulDefinitionsMIB Nortel-MsCarrier-MscPassport-StandardTextualConventionsMIB
Nortel-MsCarrier-MscPassport-TextualConventionsMIB

Imported symbols

OBJECT-TYPE mscPassportMIBs mscComponents
RowPointer DisplayString StorageType
RowStatus Gauge32 Integer32
Unsigned32 AsciiString NonReplicated

Defined Types

MscFsRowStatusEntry  
SEQUENCE    
  mscFsRowStatus RowStatus
  mscFsComponentName DisplayString
  mscFsStorageType StorageType
  mscFsIndex NonReplicated

MscFsStateEntry  
SEQUENCE    
  mscFsAdminState INTEGER
  mscFsOperationalState INTEGER
  mscFsUsageState INTEGER

MscFsOperEntry  
SEQUENCE    
  mscFsVolumeName AsciiString
  mscFsActiveDisk RowPointer
  mscFsSyncStatus INTEGER
  mscFsSyncProgress Gauge32
  mscFsCapacity Unsigned32
  mscFsFreeSpace Unsigned32
  mscFsUsage Gauge32

MscFsDiskRowStatusEntry  
SEQUENCE    
  mscFsDiskRowStatus RowStatus
  mscFsDiskComponentName DisplayString
  mscFsDiskStorageType StorageType
  mscFsDiskIndex Integer32

MscFsDiskStateEntry  
SEQUENCE    
  mscFsDiskAdminState INTEGER
  mscFsDiskOperationalState INTEGER
  mscFsDiskUsageState INTEGER

MscFsDiskOperEntry  
SEQUENCE    
  mscFsDiskVolumeName AsciiString
  mscFsDiskCapacity Unsigned32
  mscFsDiskFreeSpace Unsigned32
  mscFsDiskBadBlocksPercentage Gauge32
  mscFsDiskUnformattedCapacity Unsigned32

MscFsDiskTestRowStatusEntry  
SEQUENCE    
  mscFsDiskTestRowStatus RowStatus
  mscFsDiskTestComponentName DisplayString
  mscFsDiskTestStorageType StorageType
  mscFsDiskTestIndex NonReplicated

MscFsDiskTestStateEntry  
SEQUENCE    
  mscFsDiskTestAdminState INTEGER
  mscFsDiskTestOperationalState INTEGER
  mscFsDiskTestUsageState INTEGER

MscFsDiskTestSetupEntry  
SEQUENCE    
  mscFsDiskTestTestCount Unsigned32
  mscFsDiskTestDuration Unsigned32
  mscFsDiskTestType INTEGER

MscFsDiskTestResultsEntry  
SEQUENCE    
  mscFsDiskTestCauseOfTermination INTEGER
  mscFsDiskTestNatureOfError INTEGER
  mscFsDiskTestSeverity INTEGER
  mscFsDiskTestElapsedTime Unsigned32
  mscFsDiskTestTestExecutionCount Unsigned32

Defined Values

fileSystemMIB 1.3.6.1.4.1.562.36.2.2.16
OBJECT IDENTIFIER    

mscFs 1.3.6.1.4.1.562.36.2.1.15
OBJECT IDENTIFIER    

mscFsRowStatusTable 1.3.6.1.4.1.562.36.2.1.15.1
This entry controls the addition and deletion of mscFs components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsRowStatusEntry

mscFsRowStatusEntry 1.3.6.1.4.1.562.36.2.1.15.1.1
A single entry in the table represents a single mscFs component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsRowStatusEntry  

mscFsRowStatus 1.3.6.1.4.1.562.36.2.1.15.1.1.1
This variable is used as the basis for SNMP naming of mscFs components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscFsComponentName 1.3.6.1.4.1.562.36.2.1.15.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscFsStorageType 1.3.6.1.4.1.562.36.2.1.15.1.1.4
This variable represents the storage type value for the mscFs tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscFsIndex 1.3.6.1.4.1.562.36.2.1.15.1.1.10
This variable represents the index for the mscFs tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

mscFsStateTable 1.3.6.1.4.1.562.36.2.1.15.10
This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsStateEntry

mscFsStateEntry 1.3.6.1.4.1.562.36.2.1.15.10.1
An entry in the mscFsStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsStateEntry  

mscFsAdminState 1.3.6.1.4.1.562.36.2.1.15.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

mscFsOperationalState 1.3.6.1.4.1.562.36.2.1.15.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

mscFsUsageState 1.3.6.1.4.1.562.36.2.1.15.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

mscFsOperTable 1.3.6.1.4.1.562.36.2.1.15.11
This group contains the filesystem operational data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsOperEntry

mscFsOperEntry 1.3.6.1.4.1.562.36.2.1.15.11.1
An entry in the mscFsOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsOperEntry  

mscFsVolumeName 1.3.6.1.4.1.562.36.2.1.15.11.1.1
This attribute describes the volume name of the filesystem. This is the active disk volume name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  AsciiString Size(1..11)  

mscFsActiveDisk 1.3.6.1.4.1.562.36.2.1.15.11.1.2
The activeDisk attribute value is the Disk component instance value of the active disk. This is also the card number of the active control processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowPointer  

mscFsSyncStatus 1.3.6.1.4.1.562.36.2.1.15.11.1.3
The synchronization status value indicates whether the file system is synchronized or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER synchronized(0), unSynchronized(1), synchronizing(2)  

mscFsSyncProgress 1.3.6.1.4.1.562.36.2.1.15.11.1.4
The synchronization progress value indicates the percentage of the standby disk already synchronized with the active disk. This value is equal to 100 if the two disks are synchronized or 0 if they are out of synchronization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

mscFsCapacity 1.3.6.1.4.1.562.36.2.1.15.11.1.5
The Capacity attribute value is the total size of the filesystem (in bytes). This value is equal to the smallest disk size in a synchronized filesystem, otherwise it is the capacity of the active disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsFreeSpace 1.3.6.1.4.1.562.36.2.1.15.11.1.6
This attribute describes the free disk space (in bytes) currently available in the filesystem. It is equal to the smallest free disk space size of the active and standby disks in a synchronized filesystem. When the filesystem is unsynchronized it is the free disk space of the active disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsUsage 1.3.6.1.4.1.562.36.2.1.15.11.1.7
This attribute describes the percentage of the free space available on the filesystem.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

mscFsDisk 1.3.6.1.4.1.562.36.2.1.15.2
OBJECT IDENTIFIER    

mscFsDiskRowStatusTable 1.3.6.1.4.1.562.36.2.1.15.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of mscFsDisk components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskRowStatusEntry

mscFsDiskRowStatusEntry 1.3.6.1.4.1.562.36.2.1.15.2.1.1
A single entry in the table represents a single mscFsDisk component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskRowStatusEntry  

mscFsDiskRowStatus 1.3.6.1.4.1.562.36.2.1.15.2.1.1.1
This variable is used as the basis for SNMP naming of mscFsDisk components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscFsDiskComponentName 1.3.6.1.4.1.562.36.2.1.15.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscFsDiskStorageType 1.3.6.1.4.1.562.36.2.1.15.2.1.1.4
This variable represents the storage type value for the mscFsDisk tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscFsDiskIndex 1.3.6.1.4.1.562.36.2.1.15.2.1.1.10
This variable represents the index for the mscFsDisk tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Integer32 0..15  

mscFsDiskStateTable 1.3.6.1.4.1.562.36.2.1.15.2.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskStateEntry

mscFsDiskStateEntry 1.3.6.1.4.1.562.36.2.1.15.2.10.1
An entry in the mscFsDiskStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskStateEntry  

mscFsDiskAdminState 1.3.6.1.4.1.562.36.2.1.15.2.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

mscFsDiskOperationalState 1.3.6.1.4.1.562.36.2.1.15.2.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

mscFsDiskUsageState 1.3.6.1.4.1.562.36.2.1.15.2.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

mscFsDiskOperTable 1.3.6.1.4.1.562.36.2.1.15.2.11
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the disk component operational data.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskOperEntry

mscFsDiskOperEntry 1.3.6.1.4.1.562.36.2.1.15.2.11.1
An entry in the mscFsDiskOperTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskOperEntry  

mscFsDiskVolumeName 1.3.6.1.4.1.562.36.2.1.15.2.11.1.1
This attribute describes the volume name of the disk. The volume names of the two disks must be identical to be synchronized.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AsciiString Size(1..11)  

mscFsDiskCapacity 1.3.6.1.4.1.562.36.2.1.15.2.11.1.2
This attribute describes the total formatted disk size (in bytes) of the disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsDiskFreeSpace 1.3.6.1.4.1.562.36.2.1.15.2.11.1.3
freeSpace This attribute indicates the available free disk space(in bytes) on the disk. Free space is reduced by bad blocks (if any). If there are different numbers of bad blocks on the disks in a dual-disk system, the reported free space will differ on the two disks. Moreover, due to the DOS file system internal representation of directories and files, adding and deleting files may fragment the disks differently resulting in some disk space wasted. A small discrepancy (less than 1% of the disk size) in the disks free space is considered as normal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsDiskBadBlocksPercentage 1.3.6.1.4.1.562.36.2.1.15.2.11.1.4
This attribute records the percentage of the disk space lost because of defects. If this percentage is high, it is recommended to change the disk.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge32 0..100  

mscFsDiskUnformattedCapacity 1.3.6.1.4.1.562.36.2.1.15.2.11.1.5
unformattedCapacity This attribute indicates the physical disk size (in bytes). The physical disk size may be different from the formatted disk size if there are bad blocks or the disk has been formatted to a smaller disk size for backward compatibility with older releases.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsDiskTest 1.3.6.1.4.1.562.36.2.1.15.2.2
OBJECT IDENTIFIER    

mscFsDiskTestRowStatusTable 1.3.6.1.4.1.562.36.2.1.15.2.2.1
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This entry controls the addition and deletion of mscFsDiskTest components.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskTestRowStatusEntry

mscFsDiskTestRowStatusEntry 1.3.6.1.4.1.562.36.2.1.15.2.2.1.1
A single entry in the table represents a single mscFsDiskTest component.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskTestRowStatusEntry  

mscFsDiskTestRowStatus 1.3.6.1.4.1.562.36.2.1.15.2.2.1.1.1
This variable is used as the basis for SNMP naming of mscFsDiskTest components. These components cannot be added nor deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  RowStatus  

mscFsDiskTestComponentName 1.3.6.1.4.1.562.36.2.1.15.2.2.1.1.2
This variable provides the component's string name for use with the ASCII Console Interface
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

mscFsDiskTestStorageType 1.3.6.1.4.1.562.36.2.1.15.2.2.1.1.4
This variable represents the storage type value for the mscFsDiskTest tables.
Status: mandatory Access: read-only
OBJECT-TYPE    
  StorageType  

mscFsDiskTestIndex 1.3.6.1.4.1.562.36.2.1.15.2.2.1.1.10
This variable represents the index for the mscFsDiskTest tables.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NonReplicated  

mscFsDiskTestStateTable 1.3.6.1.4.1.562.36.2.1.15.2.2.10
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the three OSI State attributes. The descriptions generically indicate what each state attribute implies about the component. Note that not all the values and state combinations described here are supported by every component which uses this group. For component-specific information and the valid state combinations, refer to NTP 241-7001-150, Passport Operations and Maintenance Guide.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskTestStateEntry

mscFsDiskTestStateEntry 1.3.6.1.4.1.562.36.2.1.15.2.2.10.1
An entry in the mscFsDiskTestStateTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskTestStateEntry  

mscFsDiskTestAdminState 1.3.6.1.4.1.562.36.2.1.15.2.2.10.1.1
This attribute indicates the OSI Administrative State of the component. The value locked indicates that the component is administratively prohibited from providing services for its users. A Lock or Lock - force command has been previously issued for this component. When the value is locked, the value of usageState must be idle. The value shuttingDown indicates that the component is administratively permitted to provide service to its existing users only. A Lock command was issued against the component and it is in the process of shutting down. The value unlocked indicates that the component is administratively permitted to provide services for its users. To enter this state, issue an Unlock command to this component.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER locked(0), unlocked(1), shuttingDown(2)  

mscFsDiskTestOperationalState 1.3.6.1.4.1.562.36.2.1.15.2.2.10.1.2
This attribute indicates the OSI Operational State of the component. The value enabled indicates that the component is available for operation. Note that if adminState is locked, it would still not be providing service. The value disabled indicates that the component is not available for operation. For example, something is wrong with the component itself, or with another component on which this one depends. If the value is disabled, the usageState must be idle.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

mscFsDiskTestUsageState 1.3.6.1.4.1.562.36.2.1.15.2.2.10.1.3
This attribute indicates the OSI Usage State of the component. The value idle indicates that the component is not currently in use. The value active indicates that the component is in use and has spare capacity to provide for additional users. The value busy indicates that the component is in use and has no spare operating capacity for additional users at this time.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(0), active(1), busy(2)  

mscFsDiskTestSetupTable 1.3.6.1.4.1.562.36.2.1.15.2.2.11
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the Test component operational data. The testCount, duration and type can be set to control the duration and the test type which will be run.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskTestSetupEntry

mscFsDiskTestSetupEntry 1.3.6.1.4.1.562.36.2.1.15.2.2.11.1
An entry in the mscFsDiskTestSetupTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskTestSetupEntry  

mscFsDiskTestTestCount 1.3.6.1.4.1.562.36.2.1.15.2.2.11.1.1
This attribute indicates the number of times that the test will run. Note that the test will not run that many times if 'duration' is not long enough to allow the test to complete. The test will execute at least one and then stop at the count where duration has just exceeded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsDiskTestDuration 1.3.6.1.4.1.562.36.2.1.15.2.2.11.1.2
This attribute is the maximum duration (in minutes) that the test will run. The test can finish in less time if the number of tests, as recorded by testCount, is reached before this time. A test may take longer than the specified duration since a test cycle (or pass) is not interruptible.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Unsigned32 0..35791394  

mscFsDiskTestType 1.3.6.1.4.1.562.36.2.1.15.2.2.11.1.3
This attribute is the type of the test to be run. The diskRead test reads every sector on the disk once and reports bad sectors. The filesystemCheck does a sanity check and attempts to repair corruption. The flakyBitDetection test reads every sector on the disk twice and compares the two read results. The surfaceAnalysis test writes a magnetically hard to record pattern to the disk and reads back the pattern to determine the condition of the magnetic surface of the disk. The surface analysis test destroys all the data and disk should be formatted afterward.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER filesystemCheck(0), diskRead(1), flakyBitDetection(2), surfaceAnalysis(3)  

mscFsDiskTestResultsTable 1.3.6.1.4.1.562.36.2.1.15.2.2.12
*** THIS TABLE CURRENTLY NOT IMPLEMENTED *** This group contains the results of the test.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MscFsDiskTestResultsEntry

mscFsDiskTestResultsEntry 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1
An entry in the mscFsDiskTestResultsTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MscFsDiskTestResultsEntry  

mscFsDiskTestCauseOfTermination 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1.1
This attribute records the reason why the test was terminated. The reasons are: testCountReached: the test ran the number of times specified in the attribute testCount and ended normally. error: the test was terminated by an error that is recorded in the natureOfError attribute. neverStarted: the test was never started. stoppedByOperator: the test was terminated by the Stop command. testTimeExpired: the duration of the test expired. testRunning: the test is still running. unknown: the test terminated for unknown reasons. internalError: An internal error terminated the test.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER testCountReached(0), testTimeExpired(1), stoppedByOperator(2), neverStarted(3), testRunning(4), error(5), internalError(6), unknown(7)  

mscFsDiskTestNatureOfError 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1.2
This attribute describes the error found by a test. A logical error can be fixed by a filesystemCheck test followed eventually by a synchronization. A media error indicates that a fault in the disk hardware is suspected. A failedToComplete error indicates that the test was terminated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER logical(0), media(1), noErrorDetected(2), failedToComplete(3)  

mscFsDiskTestSeverity 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1.3
This attribute describes the severity of the error found by a test. There are three types of severity: no data was lost, data was lost and hardware problem. If the test found no error(s), this will be reported as noError. If the test found error(s) but no data was lost, then noDataLost is reported.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noDataLost(0), dataLost(1), hardwareProblem(2), noError(3)  

mscFsDiskTestElapsedTime 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1.4
This attribute records the elapsed time (in minutes) since the test was started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

mscFsDiskTestTestExecutionCount 1.3.6.1.4.1.562.36.2.1.15.2.2.12.1.5
The number of times the test had actually run.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

fileSystemGroup 1.3.6.1.4.1.562.36.2.2.16.1
OBJECT IDENTIFIER    

fileSystemGroupCA 1.3.6.1.4.1.562.36.2.2.16.1.1
OBJECT IDENTIFIER    

fileSystemGroupCA02 1.3.6.1.4.1.562.36.2.2.16.1.1.3
OBJECT IDENTIFIER    

fileSystemGroupCA02A 1.3.6.1.4.1.562.36.2.2.16.1.1.3.2
OBJECT IDENTIFIER    

fileSystemCapabilities 1.3.6.1.4.1.562.36.2.2.16.3
OBJECT IDENTIFIER    

fileSystemCapabilitiesCA 1.3.6.1.4.1.562.36.2.2.16.3.1
OBJECT IDENTIFIER    

fileSystemCapabilitiesCA02 1.3.6.1.4.1.562.36.2.2.16.3.1.3
OBJECT IDENTIFIER    

fileSystemCapabilitiesCA02A 1.3.6.1.4.1.562.36.2.2.16.3.1.3.2
OBJECT IDENTIFIER