ISILON-MIB

File: ISILON-MIB.mib (65877 bytes)

Imported modules

SNMPv2-SMI HCNUM-TC SNMPv2-TC
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 enterprises CounterBasedGauge64
DisplayString MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

LicenseEntry  
SEQUENCE    
  licenseIndex Integer32
  licenseModuleName DisplayString
  licenseStatus INTEGER
  licenseExpirationDate Gauge32

QuotaEntry  
SEQUENCE    
  quotaDomainID DisplayString
  quotaType INTEGER
  quotaID Gauge32
  quotaIncludesSnapshotUsage INTEGER
  quotaPath DisplayString
  quotaHardThresholdDefined INTEGER
  quotaHardThreshold CounterBasedGauge64
  quotaSoftThresholdDefined INTEGER
  quotaSoftThreshold CounterBasedGauge64
  quotaAdvisoryThresholdDefined INTEGER
  quotaAdvisoryThreshold CounterBasedGauge64
  quotaGracePeriod Integer32
  quotaUsage CounterBasedGauge64
  quotaUsageWithOverhead CounterBasedGauge64
  quotaInodeUsage CounterBasedGauge64
  quotaIncludesOverhead INTEGER

SnapshotScheduleEntry  
SEQUENCE    
  snapshotScheduleIndex Integer32
  snapshotScheduleName DisplayString
  snapshotScheduleAlias DisplayString
  snapshotScheduleNamingPattern DisplayString
  snapshotScheduleSchedule DisplayString
  snapshotScheduleExpiration DisplayString
  snapshotSchedulePath DisplayString

SnapshotEntry  
SEQUENCE    
  snapshotIndex Integer32
  snapshotName DisplayString
  snapshotCreated Gauge32
  snapshotExpires Gauge32
  snapshotSize CounterBasedGauge64
  snapshotPath DisplayString
  snapshotAliasFor DisplayString
  snapshotLocked INTEGER

NodeCPUPerfEntry  
SEQUENCE    
  nodePerCPUUser Gauge32
  nodePerCPUNice Gauge32
  nodePerCPUSystem Gauge32
  nodePerCPUInterrupt Gauge32
  nodePerCPUIdle Gauge32
  nodePerCPUID Integer32

NodeProtocolPerfEntry  
SEQUENCE    
  protocolName DisplayString
  protocolOpCount Gauge32
  protocolOpsPerSecond Gauge32
  inMinBytes Gauge32
  inMaxBytes Gauge32
  inAvgBytes Gauge32
  inStdDevBytes Gauge32
  inBitsPerSecond CounterBasedGauge64
  outMinBytes Gauge32
  outMaxBytes Gauge32
  outAvgBytes Gauge32
  outStdDevBytes Gauge32
  outBitsPerSecond CounterBasedGauge64
  latencyMin Gauge32
  latencyMax Gauge32
  latencyAverage Gauge32
  latencyStdDev Gauge32

DiskPerfEntry  
SEQUENCE    
  diskPerfBay Integer32
  diskPerfDeviceName DisplayString
  diskPerfOpsPerSecond Gauge32
  diskPerfInBitsPerSecond Gauge32
  diskPerfOutBitsPerSecond Gauge32

ChassisEntry  
SEQUENCE    
  chassisNumber Integer32
  chassisConfigNumber DisplayString
  chassisSerialNumber DisplayString
  chassisModel DisplayString
  chassisUnitIDLEDOn INTEGER

DiskEntry  
SEQUENCE    
  diskBay Integer32
  diskLogicalNumber Integer32
  diskChassisNumber Integer32
  diskDeviceName DisplayString
  diskStatus DisplayString
  diskModel DisplayString
  diskSerialNumber DisplayString
  diskFirmwareVersion DisplayString
  diskSizeBytes CounterBasedGauge64

FanEntry  
SEQUENCE    
  fanNumber Integer32
  fanName DisplayString
  fanDescription DisplayString
  fanSpeed Integer32

TempSensorEntry  
SEQUENCE    
  tempSensorNumber Integer32
  tempSensorName DisplayString
  tempSensorDescription DisplayString
  tempSensorValue DisplayString

PowerSensorEntry  
SEQUENCE    
  powerSensorNumber Integer32
  powerSensorName DisplayString
  powerSensorDescription DisplayString
  powerSensorValue DisplayString

Defined Values

isilon 1.3.6.1.4.1.12124
The base MIB module for Isilon Systems OneFS operating system.
MODULE-IDENTITY    

cluster 1.3.6.1.4.1.12124.1
OBJECT IDENTIFIER    

node 1.3.6.1.4.1.12124.2
OBJECT IDENTIFIER    

local 1.3.6.1.4.1.12124.4
OBJECT IDENTIFIER    

conformance 1.3.6.1.4.1.12124.5
OBJECT IDENTIFIER    

clusterStatus 1.3.6.1.4.1.12124.1.1
OBJECT IDENTIFIER    

clusterPerformance 1.3.6.1.4.1.12124.1.2
OBJECT IDENTIFIER    

ifsFilesystem 1.3.6.1.4.1.12124.1.3
OBJECT IDENTIFIER    

licenses 1.3.6.1.4.1.12124.1.5
OBJECT IDENTIFIER    

quotas 1.3.6.1.4.1.12124.1.12
OBJECT IDENTIFIER    

snapshots 1.3.6.1.4.1.12124.1.13
OBJECT IDENTIFIER    

clusterName 1.3.6.1.4.1.12124.1.1.1
The name of the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

clusterHealth 1.3.6.1.4.1.12124.1.1.2
The overall health of the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), attn(1), down(2), invalid(3)  

clusterGUID 1.3.6.1.4.1.12124.1.1.3
The globally unique identifier for the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nodeCount 1.3.6.1.4.1.12124.1.1.4
The total number of nodes in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

configuredNodes 1.3.6.1.4.1.12124.1.1.5
A comma-separted list of the logical node numbers of the configured nodes in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

onlineNodes 1.3.6.1.4.1.12124.1.1.6
A comma-separted list of the logical node numbers of the online nodes in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

offlineNodes 1.3.6.1.4.1.12124.1.1.7
A comma-separted list of the logical node numbers of the offline nodes in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

clusterIfsPerf 1.3.6.1.4.1.12124.1.2.1
OBJECT IDENTIFIER    

clusterIfsInBytes 1.3.6.1.4.1.12124.1.2.1.1
The cumulative number of bytes into /ifs.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterIfsInBitsPerSecond 1.3.6.1.4.1.12124.1.2.1.2
The cumulative throughput rate (bits per second) into /ifs.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterIfsOutBytes 1.3.6.1.4.1.12124.1.2.1.3
The cumulative number of bytes out of /ifs.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterIfsOutBitsPerSecond 1.3.6.1.4.1.12124.1.2.1.4
The cumulative throughput rate (bits per second) out of /ifs.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterNetworkPerf 1.3.6.1.4.1.12124.1.2.2
OBJECT IDENTIFIER    

clusterNetworkInBytes 1.3.6.1.4.1.12124.1.2.2.1
The cumulative input bytes for all external interfaces. Obsolete.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterNetworkInBitsPerSecond 1.3.6.1.4.1.12124.1.2.2.2
The cumulative input rate (bits per second) for all external interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterNetworkOutBytes 1.3.6.1.4.1.12124.1.2.2.3
The cumulative output bytes for all external interfaces. Obsolete.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterNetworkOutBitsPerSecond 1.3.6.1.4.1.12124.1.2.2.4
The cumulative output rate (bits per second) for all external interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

clusterCPUPerf 1.3.6.1.4.1.12124.1.2.3
OBJECT IDENTIFIER    

clusterCPUUser 1.3.6.1.4.1.12124.1.2.3.1
Average amount of CPU time (per mil) used by user processes averaged for all nodes over the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

clusterCPUNice 1.3.6.1.4.1.12124.1.2.3.2
Average amount of CPU time (per mil) used by nice processes averaged for all nodes over the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

clusterCPUSystem 1.3.6.1.4.1.12124.1.2.3.3
Average amount of CPU time (per mil) used by system processes averaged for all nodes over the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

clusterCPUInterrupt 1.3.6.1.4.1.12124.1.2.3.4
Average amount of CPU time (per mil) used by interrupts averaged for all nodes over the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

clusterCPUIdlePct 1.3.6.1.4.1.12124.1.2.3.5
Average amount of idle CPU time (per mil) averaged for all nodes averaged for all nodes over the last 5 seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

ifsTotalBytes 1.3.6.1.4.1.12124.1.3.1
The total cluster capacity of the /ifs filesystem in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

ifsUsedBytes 1.3.6.1.4.1.12124.1.3.2
The number of bytes used in the /ifs filesystem.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

ifsAvailableBytes 1.3.6.1.4.1.12124.1.3.3
The number of bytes available for use in the /ifs filesystem.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

ifsFreeBytes 1.3.6.1.4.1.12124.1.3.4
The number of bytes free in the /ifs filesystem (includes Virtual Hot Spare).
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

accessTimeEnabled 1.3.6.1.4.1.12124.1.3.10
Indicates if access time tracking is enabled on the /ifs filesystem.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

accessTimeGracePeriod 1.3.6.1.4.1.12124.1.3.11
Tthe minimum amount of time (in milliseconds) between updates to a file's last access time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

licenseTable 1.3.6.1.4.1.12124.1.5.1
Licensing information for OneFS software modules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LicenseEntry

licenseEntry 1.3.6.1.4.1.12124.1.5.1.1
A software module's license status.
Status: current Access: not-accessible
OBJECT-TYPE    
  LicenseEntry  

licenseIndex 1.3.6.1.4.1.12124.1.5.1.1.1
Index of a row in the licensed modules table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..99  

licenseModuleName 1.3.6.1.4.1.12124.1.5.1.1.2
The name of the licensable module.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

licenseStatus 1.3.6.1.4.1.12124.1.5.1.1.3
The status of the license. It may be licensed, unlicensed (inactive or expired), or an evaluation license.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(-2), expired(-1), activated(0), evaluation(1)  

licenseExpirationDate 1.3.6.1.4.1.12124.1.5.1.1.5
The UNIX epoch time that the license expires. This value is only present for evaluation licenses as normal licenses do not expire.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

quotaTable 1.3.6.1.4.1.12124.1.12.1
A table of specific directory, user, and group quotas.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    QuotaEntry

quotaEntry 1.3.6.1.4.1.12124.1.12.1.1
A quota.
Status: current Access: not-accessible
OBJECT-TYPE    
  QuotaEntry  

quotaDomainID 1.3.6.1.4.1.12124.1.12.1.1.1
The unique identifier for the quota.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(48)  

quotaType 1.3.6.1.4.1.12124.1.12.1.1.2
The type of quota.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER defaultUser(0), user(1), defaultGroup(2), group(3), directory(4), special(5), max(6)  

quotaID 1.3.6.1.4.1.12124.1.12.1.1.3
The user or group ID governed by this quota, if this is a user or group quota; otherwise 0.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

quotaIncludesSnapshotUsage 1.3.6.1.4.1.12124.1.12.1.1.4
Indicates whether or not snapshot usage is included in the quota usage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

quotaPath 1.3.6.1.4.1.12124.1.12.1.1.5
The path governed by this quota.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

quotaHardThresholdDefined 1.3.6.1.4.1.12124.1.12.1.1.6
Indicates if a hard threshold is enforced for the quota.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

quotaHardThreshold 1.3.6.1.4.1.12124.1.12.1.1.7
The hard threshold in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaSoftThresholdDefined 1.3.6.1.4.1.12124.1.12.1.1.8
Indicates if a soft threshold is enforced for the quota.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

quotaSoftThreshold 1.3.6.1.4.1.12124.1.12.1.1.9
The soft threshold in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaAdvisoryThresholdDefined 1.3.6.1.4.1.12124.1.12.1.1.10
Indicates if an advisory threshold is enforced for the quota.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

quotaAdvisoryThreshold 1.3.6.1.4.1.12124.1.12.1.1.11
The advisory threshold in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaGracePeriod 1.3.6.1.4.1.12124.1.12.1.1.12
The grace period for the soft threshold. If the soft threshold is exceeded for this time period, write access will be denied.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

quotaUsage 1.3.6.1.4.1.12124.1.12.1.1.13
The current quota usage in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaUsageWithOverhead 1.3.6.1.4.1.12124.1.12.1.1.14
The current quota usage in bytes including FlexProtect overhead.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaInodeUsage 1.3.6.1.4.1.12124.1.12.1.1.15
The number of inodes (directories and files) covered by the quota.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

quotaIncludesOverhead 1.3.6.1.4.1.12124.1.12.1.1.16
Indicates if the quota includes data protection overhead.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotSettings 1.3.6.1.4.1.12124.1.13.1
OBJECT IDENTIFIER    

snapshotScheduledCreateEnabled 1.3.6.1.4.1.12124.1.13.1.1
Indicates if the scheduled (automatic) creation of snapshots should occur.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotScheduledDeleteEnabled 1.3.6.1.4.1.12124.1.13.1.2
Indicates if scheduled (automatic) deletion of snapshots should occur.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotReservedPct 1.3.6.1.4.1.12124.1.13.1.3
The percent of storage space reserved for snapshots. The value report is a percentage of total cluster storage capacity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99  

snapshotRootVisibilityNFS 1.3.6.1.4.1.12124.1.13.1.4
Indicates if the /ifs/.snapshot directory is visible to NFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotRootAccessNFS 1.3.6.1.4.1.12124.1.13.1.5
Indicates if the /ifs/.snapshot directory is accessible to NFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotSubdirAccessNFS 1.3.6.1.4.1.12124.1.13.1.6
Indicates if .snapshot directories in subdirectories of /ifs are visible to NFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotRootVisibilityCIFS 1.3.6.1.4.1.12124.1.13.1.7
Indicates if the /ifs/.snapshot directory is visible to CIFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotRootAccessCIFS 1.3.6.1.4.1.12124.1.13.1.8
Indicates if the /ifs/.snapshot directory is accessible to CIFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotSubdirAccessCIFS 1.3.6.1.4.1.12124.1.13.1.9
Indicates if .snapshot directories in subdirectories of /ifs are visible to CIFS clients.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotRootVisibilityLocal 1.3.6.1.4.1.12124.1.13.1.10
Indicates if .snapshot directories in subdirectories of /ifs are visible to local users.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotRootAccessLocal 1.3.6.1.4.1.12124.1.13.1.11
Indicates if the /ifs/.snapshot directory is visible to local users.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotSubdirAccessLocal 1.3.6.1.4.1.12124.1.13.1.12
Indicates if the /ifs/.snapshot directory is accessible to local users.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

snapshotScheduleTable 1.3.6.1.4.1.12124.1.13.2
A table of snapshot schedules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnapshotScheduleEntry

snapshotScheduleEntry 1.3.6.1.4.1.12124.1.13.2.1
A snapshot schedule.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnapshotScheduleEntry  

snapshotScheduleIndex 1.3.6.1.4.1.12124.1.13.2.1.1
The unique identifier for a snapshot schedule.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

snapshotScheduleName 1.3.6.1.4.1.12124.1.13.2.1.2
The name of the schedule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotScheduleAlias 1.3.6.1.4.1.12124.1.13.2.1.3
The alias for snapshots created by the schedule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotScheduleNamingPattern 1.3.6.1.4.1.12124.1.13.2.1.4
The naming pattern for snapshots created by the schedule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotScheduleSchedule 1.3.6.1.4.1.12124.1.13.2.1.5
The date, time, and frequency that snapshots will be created by this schedule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotScheduleExpiration 1.3.6.1.4.1.12124.1.13.2.1.6
Description of when snapshots created by the schedule will expire.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotSchedulePath 1.3.6.1.4.1.12124.1.13.2.1.7
The paths that snapshots will be created from for the schedule.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotTable 1.3.6.1.4.1.12124.1.13.3
A table of snapshots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnapshotEntry

snapshotEntry 1.3.6.1.4.1.12124.1.13.3.1
A snapshot.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnapshotEntry  

snapshotIndex 1.3.6.1.4.1.12124.1.13.3.1.1
The unique identifier of the snapshot.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

snapshotName 1.3.6.1.4.1.12124.1.13.3.1.2
The name of the snapshot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotCreated 1.3.6.1.4.1.12124.1.13.3.1.3
The UNIX epoch time at which the snapshot was created.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

snapshotExpires 1.3.6.1.4.1.12124.1.13.3.1.4
The UNIX epoch time that the snapshot expires in seconds.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

snapshotSize 1.3.6.1.4.1.12124.1.13.3.1.5
The amount of storage space consumed by the snapshot in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

snapshotPath 1.3.6.1.4.1.12124.1.13.3.1.6
The path covered by the snapshot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotAliasFor 1.3.6.1.4.1.12124.1.13.3.1.7
An alternate name for the snapshot.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

snapshotLocked 1.3.6.1.4.1.12124.1.13.3.1.8
Indicates if the snapshot is locked.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

nodeStatus 1.3.6.1.4.1.12124.2.1
OBJECT IDENTIFIER    

nodePerformance 1.3.6.1.4.1.12124.2.2
OBJECT IDENTIFIER    

nodeName 1.3.6.1.4.1.12124.2.1.1
The hostname of the node.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nodeHealth 1.3.6.1.4.1.12124.2.1.2
The overall health of the node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), attn(1), down(2), invalid(3)  

nodeType 1.3.6.1.4.1.12124.2.1.3
The general type of the node.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER storage(0), accelerator(1)  

readOnly 1.3.6.1.4.1.12124.2.1.4
Indicates if this node in read-only mode.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

nodeIfsPerf 1.3.6.1.4.1.12124.2.2.1
OBJECT IDENTIFIER    

nodeIfsInBytes 1.3.6.1.4.1.12124.2.2.1.1
The number of bytes into /ifs through this node.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeIfsInBitsPerSecond 1.3.6.1.4.1.12124.2.2.1.2
The throughput rate (bytes per second) into /ifs through this node.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeIfsOutBytes 1.3.6.1.4.1.12124.2.2.1.3
The number of bytes out of /ifs through this node.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeIfsOutBitsPerSecond 1.3.6.1.4.1.12124.2.2.1.4
The throughput rate (bytes per second) out of /ifs through this node.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeNetworkPerf 1.3.6.1.4.1.12124.2.2.2
OBJECT IDENTIFIER    

nodeNetworkInBytes 1.3.6.1.4.1.12124.2.2.2.1
Total bytes into the node's external interfaces. Obsolete.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeNetworkInBitsPerSecond 1.3.6.1.4.1.12124.2.2.2.2
The total input rate (bits per second) into the node's external interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeNetworkOutBytes 1.3.6.1.4.1.12124.2.2.2.3
Total bytes out of the node's external interfaces. Obsolete.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeNetworkOutBitsPerSecond 1.3.6.1.4.1.12124.2.2.2.4
The total output rate (bits per second) from the node's external interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

nodeCPUPerf 1.3.6.1.4.1.12124.2.2.3
OBJECT IDENTIFIER    

nodeCPUUser 1.3.6.1.4.1.12124.2.2.3.1
Average amount of CPU (per mil) used by user processes within the last 5 seconds for all CPUs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodeCPUNice 1.3.6.1.4.1.12124.2.2.3.2
Average amount of CPU (per mil) used by nice processes within the last 5 seconds for all CPUs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodeCPUSystem 1.3.6.1.4.1.12124.2.2.3.3
Average amount of CPU (per mil) used by system processes within the last 5 seconds for all CPUs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodeCPUInterrupt 1.3.6.1.4.1.12124.2.2.3.4
Average amount of CPU (per mil) used by interrupts within the last 5 seconds for all CPUs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodeCPUIdle 1.3.6.1.4.1.12124.2.2.3.5
Average amount of CPU (per mil) used by idle processes within the last 5 seconds for all CPUs.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodeCPUPerfTable 1.3.6.1.4.1.12124.2.2.3.10
Per CPU usage metrics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NodeCPUPerfEntry

nodeCPUPerfEntry 1.3.6.1.4.1.12124.2.2.3.10.1
CPU usage metrics for one CPU/core.
Status: current Access: not-accessible
OBJECT-TYPE    
  NodeCPUPerfEntry  

nodePerCPUUser 1.3.6.1.4.1.12124.2.2.3.10.1.1
Amount of CPU (per mil) used by user processes within the last 5 seconds for the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodePerCPUNice 1.3.6.1.4.1.12124.2.2.3.10.1.2
Amount of CPU (per mil) used by nice processes within the last 5 seconds for the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodePerCPUSystem 1.3.6.1.4.1.12124.2.2.3.10.1.3
Amount of CPU (per mil) used by system processes within the last 5 seconds for the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodePerCPUInterrupt 1.3.6.1.4.1.12124.2.2.3.10.1.4
Amount of CPU (per mil) used by interrupts within the last 5 seconds for the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodePerCPUIdle 1.3.6.1.4.1.12124.2.2.3.10.1.5
Amount of CPU (per mil) used by idle processes within the last 5 seconds for the CPU.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..1000  

nodePerCPUID 1.3.6.1.4.1.12124.2.2.3.10.1.6
ID of the CPU.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..64  

nodeProtocolPerfTable 1.3.6.1.4.1.12124.2.2.10
Per-protocol performance metrics and statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NodeProtocolPerfEntry

nodeProtocolPerfEntry 1.3.6.1.4.1.12124.2.2.10.1
Basic protocol performance metrics and statistics. Each row represents a protocol. The procotols are: SMB1, SMB2, FTP, HTTP, NFS3, NFS4, NLM, SYNCIQ.
Status: current Access: not-accessible
OBJECT-TYPE    
  NodeProtocolPerfEntry  

protocolName 1.3.6.1.4.1.12124.2.2.10.1.1
The name of the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..4)  

protocolOpCount 1.3.6.1.4.1.12124.2.2.10.1.2
The total number of operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

protocolOpsPerSecond 1.3.6.1.4.1.12124.2.2.10.1.3
The number of operations per second for the last 5 second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

inMinBytes 1.3.6.1.4.1.12124.2.2.10.1.4
The smallest input size in bytes of all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

inMaxBytes 1.3.6.1.4.1.12124.2.2.10.1.5
The largest input size in bytes of all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

inAvgBytes 1.3.6.1.4.1.12124.2.2.10.1.6
The average input size in bytes for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

inStdDevBytes 1.3.6.1.4.1.12124.2.2.10.1.7
The standard deviation input size in bytes for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

inBitsPerSecond 1.3.6.1.4.1.12124.2.2.10.1.8
The input rate (bits per second) for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

outMinBytes 1.3.6.1.4.1.12124.2.2.10.1.9
The smallest output size in bytes of all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

outMaxBytes 1.3.6.1.4.1.12124.2.2.10.1.10
The largest output size in bytes of all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

outAvgBytes 1.3.6.1.4.1.12124.2.2.10.1.11
The average output size in bytes of all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

outStdDevBytes 1.3.6.1.4.1.12124.2.2.10.1.12
The standard deviation output size in bytes for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

outBitsPerSecond 1.3.6.1.4.1.12124.2.2.10.1.13
The output rate (bits per second) for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

latencyMin 1.3.6.1.4.1.12124.2.2.10.1.14
The minimum latency in microseconds for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

latencyMax 1.3.6.1.4.1.12124.2.2.10.1.15
The maximum latency in microseconds for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

latencyAverage 1.3.6.1.4.1.12124.2.2.10.1.16
The average latency in microseconds for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

latencyStdDev 1.3.6.1.4.1.12124.2.2.10.1.17
The latency standard deviation in microseconds for all operations for the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

diskPerfTable 1.3.6.1.4.1.12124.2.2.52
Disk performance metrics and statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiskPerfEntry

diskPerfEntry 1.3.6.1.4.1.12124.2.2.52.1
Performance metrics and statistics for a disk. Each row in the table represents a disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  DiskPerfEntry  

diskPerfBay 1.3.6.1.4.1.12124.2.2.52.1.1
The bay that contains the disk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..256  

diskPerfDeviceName 1.3.6.1.4.1.12124.2.2.52.1.2
The device name for this disk. This value correspond to the diskBay column in the diskTable.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskPerfOpsPerSecond 1.3.6.1.4.1.12124.2.2.52.1.3
The number of disk operations per second.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

diskPerfInBitsPerSecond 1.3.6.1.4.1.12124.2.2.52.1.4
The input rate (bits per second) into this disk.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

diskPerfOutBitsPerSecond 1.3.6.1.4.1.12124.2.2.52.1.5
The output rate (bits per second) from this disk.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

chassisTable 1.3.6.1.4.1.12124.2.51
A list of chassis that comprise the node.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChassisEntry

chassisEntry 1.3.6.1.4.1.12124.2.51.1
A node chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  ChassisEntry  

chassisNumber 1.3.6.1.4.1.12124.2.51.1.1
A logical chassis number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..5  

chassisConfigNumber 1.3.6.1.4.1.12124.2.51.1.2
The chassis configuration number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

chassisSerialNumber 1.3.6.1.4.1.12124.2.51.1.3
The chassis serial number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

chassisModel 1.3.6.1.4.1.12124.2.51.1.4
The chassis model name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

chassisUnitIDLEDOn 1.3.6.1.4.1.12124.2.51.1.5
Indicates if the unit ID light on the chassis is lighted. This is the blue service light on the back of the chassis. A value of NA indicates that no Unit ID LED exists on the chassis.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER na(-1), no(0), yes(1)  

diskTable 1.3.6.1.4.1.12124.2.52
A list of disk state and properties for all disk in the node including expansion chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiskEntry

diskEntry 1.3.6.1.4.1.12124.2.52.1
A disk.
Status: current Access: not-accessible
OBJECT-TYPE    
  DiskEntry  

diskBay 1.3.6.1.4.1.12124.2.52.1.1
The bay that contains the disk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..256  

diskLogicalNumber 1.3.6.1.4.1.12124.2.52.1.2
The disk logical identification number.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

diskChassisNumber 1.3.6.1.4.1.12124.2.52.1.3
The chassis which contains the disk.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

diskDeviceName 1.3.6.1.4.1.12124.2.52.1.4
The device name for this disk.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskStatus 1.3.6.1.4.1.12124.2.52.1.5
The operational status of the disk. Gone drives are considered not part of /ifs. Commonly returned values include (but not limited to): HEALTHY - Drive is healthy L3 - Drive is being used for L3 caching DEAD - Drive is dead SMARTFAIL - Drive is smartfailed
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskModel 1.3.6.1.4.1.12124.2.52.1.6
The manufacture and model name of the disk.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskSerialNumber 1.3.6.1.4.1.12124.2.52.1.7
The serial number of the disk.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskFirmwareVersion 1.3.6.1.4.1.12124.2.52.1.8
The firmware version installed on the disk.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

diskSizeBytes 1.3.6.1.4.1.12124.2.52.1.9
The size of the disk in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

fanTable 1.3.6.1.4.1.12124.2.53
A table of fans in the node including expansion chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FanEntry

fanEntry 1.3.6.1.4.1.12124.2.53.1
A fan.
Status: current Access: not-accessible
OBJECT-TYPE    
  FanEntry  

fanNumber 1.3.6.1.4.1.12124.2.53.1.1
The unique identifer of the fan on this node. Note: Numbers may correspond to different fans on different hardware.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..99  

fanName 1.3.6.1.4.1.12124.2.53.1.2
The name of the fan.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fanDescription 1.3.6.1.4.1.12124.2.53.1.3
The description of the fan.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fanSpeed 1.3.6.1.4.1.12124.2.53.1.4
The current speed of the fan in revolutions per minute.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100000  

tempSensorTable 1.3.6.1.4.1.12124.2.54
A list of thermal sensors in the node including expansion chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TempSensorEntry

tempSensorEntry 1.3.6.1.4.1.12124.2.54.1
A thermometer.
Status: current Access: not-accessible
OBJECT-TYPE    
  TempSensorEntry  

tempSensorNumber 1.3.6.1.4.1.12124.2.54.1.1
The unique identifier of the sensor on this node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..99  

tempSensorName 1.3.6.1.4.1.12124.2.54.1.2
The name of the temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tempSensorDescription 1.3.6.1.4.1.12124.2.54.1.3
Description of the temperature sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

tempSensorValue 1.3.6.1.4.1.12124.2.54.1.4
The cuurent reading of the temperature sensor in degrees celsius.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

powerSensorTable 1.3.6.1.4.1.12124.2.55
A list of all voltage and current sensors in the node including expansion chassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PowerSensorEntry

powerSensorEntry 1.3.6.1.4.1.12124.2.55.1
A power sensor.
Status: current Access: not-accessible
OBJECT-TYPE    
  PowerSensorEntry  

powerSensorNumber 1.3.6.1.4.1.12124.2.55.1.1
The unique identifier of the sensor on this node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..99  

powerSensorName 1.3.6.1.4.1.12124.2.55.1.2
The name of the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

powerSensorDescription 1.3.6.1.4.1.12124.2.55.1.3
The description of the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

powerSensorValue 1.3.6.1.4.1.12124.2.55.1.4
The current reading of the sensor in volts or amps.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

credentialBindings 1.3.6.1.4.1.12124.4.1
OBJECT IDENTIFIER    

clusterGroups 1.3.6.1.4.1.12124.5.1
OBJECT IDENTIFIER    

nodeGroups 1.3.6.1.4.1.12124.5.2
OBJECT IDENTIFIER    

clusterStatusGroup 1.3.6.1.4.1.12124.5.1.1
A collection of objects that cover the status of a cluster.
Status: current Access: read-only
OBJECT-GROUP    

clusterPerformanceGroups 1.3.6.1.4.1.12124.5.1.2
OBJECT IDENTIFIER    

clusterIfsPerfGroup 1.3.6.1.4.1.12124.5.1.2.1
A collection of objects that cover the cluster IFS performance.
Status: current Access: read-only
OBJECT-GROUP    

clusterNetworkPerfGroup 1.3.6.1.4.1.12124.5.1.2.2
A collection of objects that cover the cluster network performance.
Status: current Access: read-only
OBJECT-GROUP    

clusterCPUPerfGroup 1.3.6.1.4.1.12124.5.1.2.3
A collection of objects that cover the CPU performance.
Status: current Access: read-only
OBJECT-GROUP    

ifsFilesystemGroup 1.3.6.1.4.1.12124.5.1.3
A collection of objects that cover the IFS filesystem.
Status: current Access: read-only
OBJECT-GROUP    

licensesGroup 1.3.6.1.4.1.12124.5.1.5
A collection of object that cover licenses.
Status: current Access: read-only
OBJECT-GROUP    

quotasGroup 1.3.6.1.4.1.12124.5.1.12
A collection of objects that cover quotas.
Status: current Access: read-only
OBJECT-GROUP    

snapshotsGroup 1.3.6.1.4.1.12124.5.1.13
OBJECT IDENTIFIER    

snapshotSettingsGroup 1.3.6.1.4.1.12124.5.1.13.1
A collection of objects that covers snapshot settings.
Status: current Access: read-only
OBJECT-GROUP    

snapshotScheduleTableGroup 1.3.6.1.4.1.12124.5.1.13.2
A collection of objects that cover snapshot schedules.
Status: current Access: read-only
OBJECT-GROUP    

snapshotTableGroup 1.3.6.1.4.1.12124.5.1.13.3
A collection of objects that covers the snapshots.
Status: current Access: read-only
OBJECT-GROUP    

nodeStatusGroup 1.3.6.1.4.1.12124.5.2.1
A collection of objects that cover node status.
Status: current Access: read-only
OBJECT-GROUP    

nodePerformanceGroup 1.3.6.1.4.1.12124.5.2.2
OBJECT IDENTIFIER    

nodeIfsPerfGroup 1.3.6.1.4.1.12124.5.2.2.1
A collection of objects that cover node IFS performance.
Status: current Access: read-only
OBJECT-GROUP    

nodeNetworkPerfGroup 1.3.6.1.4.1.12124.5.2.2.2
A collection of objects that cover node network performance.
Status: current Access: read-only
OBJECT-GROUP    

nodeCPUPerfGroup 1.3.6.1.4.1.12124.5.2.2.3
A collection of objects that cover node CPU performance.
Status: current Access: read-only
OBJECT-GROUP    

nodeProtocolPerfTableGroup 1.3.6.1.4.1.12124.5.2.2.10
A collection of objects that cover protocol performance.
Status: current Access: read-only
OBJECT-GROUP    

diskPerfTableGroup 1.3.6.1.4.1.12124.5.2.2.52
A collection of objects that cover disk performance.
Status: current Access: read-only
OBJECT-GROUP    

chassisTableGroup 1.3.6.1.4.1.12124.5.2.51
A collection of objects that cover chassis information.
Status: current Access: read-only
OBJECT-GROUP    

diskTableGroup 1.3.6.1.4.1.12124.5.2.52
A collection of objects that cover disk information.
Status: current Access: read-only
OBJECT-GROUP    

fanTableGroup 1.3.6.1.4.1.12124.5.2.53
A collection of objects that cover fan information.
Status: current Access: read-only
OBJECT-GROUP    

tempSensorTableGroup 1.3.6.1.4.1.12124.5.2.54
A collection of objects that cover temperature sensor information.
Status: current Access: read-only
OBJECT-GROUP    

powerSensorTableGroup 1.3.6.1.4.1.12124.5.2.55
A collection of objects that cover power sensor information.
Status: current Access: read-only
OBJECT-GROUP    

isilonCompliance 1.3.6.1.4.1.12124.5.10
The compliance statement for Isilon OneFS.
Status: current Access: read-only
MODULE-COMPLIANCE