ACTONA-ACTASTOR-MIB

File: ACTONA-ACTASTOR-MIB.mib (41336 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC

Imported symbols

OBJECT-GROUP NOTIFICATION-GROUP enterprises
MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE Counter32 Integer32
TimeTicks Unsigned32 DisplayString

Defined Types

CsConnectivityEntry  
SEQUENCE    
  csConTabIndex Integer32
  csConTabClusterID Integer32
  csConTabClusterName OCTET STRING
  csConTabIsConnected INTEGER
  csConTabTotalSentMessages Counter32
  csConTabSentCompressionRatio Integer32
  csConTabTotalReceivedMessages Counter32
  csConTabReceivedCompressionRatio Integer32
  csConTabTotalSentKBytes Unsigned32
  csConTabTotalReceivedKBytes Unsigned32

CsCIFSServersEntry  
SEQUENCE    
  csCIFSServersTabIndex Integer32
  csCIFSServersTabServerName OCTET STRING

CsNFSServersEntry  
SEQUENCE    
  csNFSServersTabIndex Integer32
  csNFSServersTabServerName OCTET STRING
  csNFSServersTabUseTCP INTEGER
  csNFSServersTabUseUDP INTEGER

EsConnectivityEntry  
SEQUENCE    
  esConTabIndex Integer32
  esConTabClusterID Integer32
  esConTabClusterName OCTET STRING
  esConTabIsConnected INTEGER
  esConTabTotalSentMessages Counter32
  esConTabSentCompressionRatio Integer32
  esConTabTotalReceivedMessages Counter32
  esConTabReceivedCompressionRatio Integer32
  esConTabTotalSentKBytes Unsigned32
  esConTabTotalReceivedKBytes Unsigned32

Defined Values

actona 1.3.6.1.4.1.17471
Actona ActaStor MIB file
MODULE-IDENTITY    

acNotifications 1.3.6.1.4.1.17471.0
OBJECT IDENTIFIER    

actastor 1.3.6.1.4.1.17471.1
Actona ActaStor product
Status: current Access: read-only
OBJECT-IDENTITY    

generalInformation 1.3.6.1.4.1.17471.1.1
ActaStor general information
Status: current Access: read-only
OBJECT-IDENTITY    

actastorVersion 1.3.6.1.4.1.17471.1.1.1
ActaStor installed version number
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

buildString 1.3.6.1.4.1.17471.1.1.2
ActaStor installed build label
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

support 1.3.6.1.4.1.17471.1.1.3
Actona Support contact information
Status: current Access: read-only
OBJECT-IDENTITY    

email 1.3.6.1.4.1.17471.1.1.3.1
Actona Support email address
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

license 1.3.6.1.4.1.17471.1.1.4
ActaStor license infromation
Status: current Access: read-only
OBJECT-IDENTITY    

isValid 1.3.6.1.4.1.17471.1.1.4.1
Indicates whether the installed license is valid
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

daysLeft 1.3.6.1.4.1.17471.1.1.4.2
The number of days remaining until the installed license expires
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..99999  

manager 1.3.6.1.4.1.17471.1.2
ActaStor manager-related information
Status: current Access: read-only
OBJECT-IDENTITY    

mgrCentralServerHost 1.3.6.1.4.1.17471.1.2.1
The name/IP address of the host acting as the Central Manager of this gateway, in the ActaStor network
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

mgrLogsTrap 1.3.6.1.4.1.17471.1.2.2
The OID of trap messages related to ActaStor management. This object is deprecated in the favor of acMgrLogsTrap.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

coreServer 1.3.6.1.4.1.17471.1.3
ActaStor CoreServer-related information
Status: current Access: read-only
OBJECT-IDENTITY    

csGeneral 1.3.6.1.4.1.17471.1.3.1
CoreServer general infromation
Status: current Access: read-only
OBJECT-IDENTITY    

csIsConfigured 1.3.6.1.4.1.17471.1.3.1.1
Indicates whether the CoreServer component has been configured to run on this gateway
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

csIsAlive 1.3.6.1.4.1.17471.1.3.1.2
Indicates whether the CoreServer component is currently running on this gateway
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

csUpTime 1.3.6.1.4.1.17471.1.3.1.3
The elapsed time since the CoreServer was started
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

csState 1.3.6.1.4.1.17471.1.3.2
The current run-time state of the CoreServer
Status: current Access: read-only
OBJECT-IDENTITY    

csConnectivityTable 1.3.6.1.4.1.17471.1.3.2.1
A table describing the current state of EdgeServer connections to this CoreServer
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsConnectivityEntry

csConnectivityEntry 1.3.6.1.4.1.17471.1.3.2.1.1
A single entry in the connection table - denoting a specific EdgeServer
Status: current Access: not-accessible
OBJECT-TYPE    
  CsConnectivityEntry  

csConTabIndex 1.3.6.1.4.1.17471.1.3.2.1.1.1
Index column - sequential line number in the table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1000  

csConTabClusterID 1.3.6.1.4.1.17471.1.3.2.1.1.2
ID of the CoreServer cluster to which this CoreServer belongs
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

csConTabClusterName 1.3.6.1.4.1.17471.1.3.2.1.1.3
Name of the CoreServer cluster to which this CoreServer belongs
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

csConTabIsConnected 1.3.6.1.4.1.17471.1.3.2.1.1.4
Indicates whether the EdgeServer is currently connected to this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

csConTabTotalSentMessages 1.3.6.1.4.1.17471.1.3.2.1.1.5
The total number of messages sent from the CoreServer to this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csConTabSentCompressionRatio 1.3.6.1.4.1.17471.1.3.2.1.1.6
The compression ratio (in %) of the messages sent from the CoreServer to this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

csConTabTotalReceivedMessages 1.3.6.1.4.1.17471.1.3.2.1.1.7
The total number of messages received by the CoreServer from this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

csConTabReceivedCompressionRatio 1.3.6.1.4.1.17471.1.3.2.1.1.8
The compression ratio (in %) of the messages received by the CoreServer from this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

csConTabTotalSentKBytes 1.3.6.1.4.1.17471.1.3.2.1.1.9
The total number of kilobytes sent from the CoreServer to this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csConTabTotalReceivedKBytes 1.3.6.1.4.1.17471.1.3.2.1.1.10
The total number of kilobytes received by the CoreServer from this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

csDeviceName 1.3.6.1.4.1.17471.1.3.2.2
The network interface card inside the appliance used by the CoreServer (ETH0 or ETH1)
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

csWINS 1.3.6.1.4.1.17471.1.3.2.3
The WINS server defined for this CoreServer (if any)
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

csCIFSServersTable 1.3.6.1.4.1.17471.1.3.2.4
A table listing all the CIFS file servers exported by this CoreServer
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsCIFSServersEntry

csCIFSServersEntry 1.3.6.1.4.1.17471.1.3.2.4.1
A single entry in the CIFS server table
Status: current Access: not-accessible
OBJECT-TYPE    
  CsCIFSServersEntry  

csCIFSServersTabIndex 1.3.6.1.4.1.17471.1.3.2.4.1.1
Index column - sequential line number in the table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1000  

csCIFSServersTabServerName 1.3.6.1.4.1.17471.1.3.2.4.1.2
Name of the CIFS server exported by this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

csNFSServersTable 1.3.6.1.4.1.17471.1.3.2.5
A table listing all the NFS servers exported by this CoreServer
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CsNFSServersEntry

csNFSServersEntry 1.3.6.1.4.1.17471.1.3.2.5.1
A single entry in the NFS server table
Status: current Access: not-accessible
OBJECT-TYPE    
  CsNFSServersEntry  

csNFSServersTabIndex 1.3.6.1.4.1.17471.1.3.2.5.1.1
Index column - sequential line number in the table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1000  

csNFSServersTabServerName 1.3.6.1.4.1.17471.1.3.2.5.1.2
Name of the NFS server exported by this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

csNFSServersTabUseTCP 1.3.6.1.4.1.17471.1.3.2.5.1.3
Indicates whether this NFS server supports the TCP transport layer protocol
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

csNFSServersTabUseUDP 1.3.6.1.4.1.17471.1.3.2.5.1.4
Indicates whether this NFS server supports the UDP transport layer protocol
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

csLogsTrap 1.3.6.1.4.1.17471.1.3.3
The OID of trap messages related to the CoreServer. This object is deprecated in favor of acCsLogsTrap.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

edgeServer 1.3.6.1.4.1.17471.1.4
ActaStor EdgeServer-related information
Status: current Access: read-only
OBJECT-IDENTITY    

esGeneral 1.3.6.1.4.1.17471.1.4.1
EdgeServer general information
Status: current Access: read-only
OBJECT-IDENTITY    

esIsConfigured 1.3.6.1.4.1.17471.1.4.1.1
Indicates whether the EdgeServer component has been configured to run on this gateway
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

esIsAlive 1.3.6.1.4.1.17471.1.4.1.2
Indicates whether the EdgeServer component is currently running on this gateway
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

esUpTime 1.3.6.1.4.1.17471.1.4.1.3
The elapsed time since the EdgeServer was started
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

esState 1.3.6.1.4.1.17471.1.4.2
The current run-time state of the EdgeServer
Status: current Access: read-only
OBJECT-IDENTITY    

esConnectivityTable 1.3.6.1.4.1.17471.1.4.2.1
A table describing the current state of CoreServer connections to this EdgeServer
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EsConnectivityEntry

esConnectivityEntry 1.3.6.1.4.1.17471.1.4.2.1.1
A single entry in the connection table - denoting a specific CoreServer
Status: current Access: not-accessible
OBJECT-TYPE    
  EsConnectivityEntry  

esConTabIndex 1.3.6.1.4.1.17471.1.4.2.1.1.1
Index column - sequential line number in the table
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..1000  

esConTabClusterID 1.3.6.1.4.1.17471.1.4.2.1.1.2
ID of the CoreServer cluster to which this CoreServer belongs
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

esConTabClusterName 1.3.6.1.4.1.17471.1.4.2.1.1.3
Name of the CoreServer cluster to which this CoreServer belongs
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

esConTabIsConnected 1.3.6.1.4.1.17471.1.4.2.1.1.4
Indicates whether the CoreServer is currently connected to this EdgeServer
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

esConTabTotalSentMessages 1.3.6.1.4.1.17471.1.4.2.1.1.5
The total number of messasges sent from the EdgeServer to this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

esConTabSentCompressionRatio 1.3.6.1.4.1.17471.1.4.2.1.1.6
The compression ratio (in %) of the messages sent from the EdgeServer to this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esConTabTotalReceivedMessages 1.3.6.1.4.1.17471.1.4.2.1.1.7
The total number of messages received by the EdgeServer from this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

esConTabReceivedCompressionRatio 1.3.6.1.4.1.17471.1.4.2.1.1.8
The compression ratio (in %) of the messages received by the EdgeServer from this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esConTabTotalSentKBytes 1.3.6.1.4.1.17471.1.4.2.1.1.9
The total number of kilobytes sent from the EdgeServer to this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esConTabTotalReceivedKBytes 1.3.6.1.4.1.17471.1.4.2.1.1.10
The total number of kilobytes received by the EdgeServer from this CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esCIFSInfo 1.3.6.1.4.1.17471.1.4.2.2
EdgeServer CIFS (Windows) protocol information
Status: current Access: read-only
OBJECT-IDENTITY    

esTotalBytesRead 1.3.6.1.4.1.17471.1.4.2.2.1
The total number of kilobytes read by clients from the EdgeServer (via cache or remotely) using the CIFS protocol
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esTotalWrittenBytes 1.3.6.1.4.1.17471.1.4.2.2.2
The total number of kilobytes written to the EdgeServer using the CIFS protocol
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esRemoteRequestCount 1.3.6.1.4.1.17471.1.4.2.2.3
The total number of remote synchronous CIFS requests sent to the CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

esLocalRequestCount 1.3.6.1.4.1.17471.1.4.2.2.4
The total number of CIFS requests the EdgeServer handled locally or sent asynchronously to the CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

esTotalRemoteTime 1.3.6.1.4.1.17471.1.4.2.2.5
The total duration of all remote synchronous CIFS requests sent to the CoreServer
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

esTotalLocalTime 1.3.6.1.4.1.17471.1.4.2.2.6
The total duration of all CIFS requests to the EdgeServer (handled either locally or asynchronously)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

esConnectedSessionCount 1.3.6.1.4.1.17471.1.4.2.2.7
The number of currently connected CIFS sessions
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1000  

esCifsOpenFiles 1.3.6.1.4.1.17471.1.4.2.2.8
The number of currently open CIFS files
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..1000000  

esCacheInfo 1.3.6.1.4.1.17471.1.4.2.4
EdgeServer cache state information
Status: current Access: read-only
OBJECT-IDENTITY    

esMaxCacheVolume 1.3.6.1.4.1.17471.1.4.2.4.1
The maximum disk space (in KB) allocated for data in the EdgeServer cache
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esCurrentCacheVolume 1.3.6.1.4.1.17471.1.4.2.4.2
The amount of disk space currently being used for data in the EdgeServer cache
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

esMaxCacheResources 1.3.6.1.4.1.17471.1.4.2.4.3
The maximum number of cache resources (files and directories) supported by the EdgeServer cache, regardless of the size of these resources
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

esCurrentCacheResources 1.3.6.1.4.1.17471.1.4.2.4.4
The current number of cache resources (files and directories) held in the EdgeServer cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

esResourceEvictedNum 1.3.6.1.4.1.17471.1.4.2.4.5
The number of cache resources (files and directories) that have been evicted from the cache since the EdgeServer started
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

esLastEvictedTime 1.3.6.1.4.1.17471.1.4.2.4.6
The time cache resources (files and directories) were last evicted from the EdgeServer cache. 00:00 is displayed if no cache resources have been evicted since the EdgeServer started.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

esVolHiWatermark 1.3.6.1.4.1.17471.1.4.2.4.7
The disk-usage percentage that triggers the eviction of resources from the EdgeServer cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esVolLoWatermark 1.3.6.1.4.1.17471.1.4.2.4.8
The target disk-usage percentage to be reached via cache eviction when triggered by esVolHiWatermark. When this low watermark is reached, cache eviction stops.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esAmntHiWatermark 1.3.6.1.4.1.17471.1.4.2.4.9
The percentage of maximum cache resources (defined by esMaxCacheResources) that triggers the eviction of resources from the EdgeServer cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esAmntLoWatermark 1.3.6.1.4.1.17471.1.4.2.4.10
The target percetage of total cache resources (defined by esMaxCacheResources) to be reached via cache eviction when triggered by esAmntHiWatermark. When this low watermark is reached, cache eviction stops.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

esEvictedAge 1.3.6.1.4.1.17471.1.4.2.4.11
The amount of time spent in the EdgeServer cache by the resource that was last evicted. If this amount is too short or too long, it is recommended to modify the size of the cache.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

esEvictedLastAccess 1.3.6.1.4.1.17471.1.4.2.4.12
The time when the resource last evicted from the EdgeServer cache was last accessed
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

esLogsTrap 1.3.6.1.4.1.17471.1.4.3
The OID of trap messages related to the EdgeServer. This object is deprecated in favor of acEsLogsTrap.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

cifsAO 1.3.6.1.4.1.17471.1.6
CIFS AO-related information
Status: current Access: read-only
OBJECT-IDENTITY    

cfGeneral 1.3.6.1.4.1.17471.1.6.1
CIFS AO general information
Status: current Access: read-only
OBJECT-IDENTITY    

cfIsConfigured 1.3.6.1.4.1.17471.1.6.1.1
Indicates whether CIFS AO has been configured to run on this WAE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

cfIsAlive 1.3.6.1.4.1.17471.1.6.1.2
Indicates whether CIFS AO is currently running on this WAE
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

cfUpTime 1.3.6.1.4.1.17471.1.6.1.3
Elapsed time since the CIFS AO was started
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfState 1.3.6.1.4.1.17471.1.6.2
Current run-time state of CIFS AO
Status: current Access: read-only
OBJECT-IDENTITY    

cfCIFSInfo 1.3.6.1.4.1.17471.1.6.2.1
CIFS AO - CIFS (Windows) protocol information
Status: current Access: read-only
OBJECT-IDENTITY    

cfTotalBytesRead 1.3.6.1.4.1.17471.1.6.2.1.1
Total number of kilobytes read by clients from the Client-side (via cache or remotely) using CIFS AO
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfTotalWrittenBytes 1.3.6.1.4.1.17471.1.6.2.1.2
Total number of kilobytes written to the Client-side using the CIFS AO
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfRemoteRequestCount 1.3.6.1.4.1.17471.1.6.2.1.3
Total number of remote requests processed by CIFS AO
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfLocalRequestCount 1.3.6.1.4.1.17471.1.6.2.1.4
Total number of local requests processed by CIFS AO
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfTotalRemoteTime 1.3.6.1.4.1.17471.1.6.2.1.5
Total duration of time taken by CIFS AO to process all remote requests
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfTotalLocalTime 1.3.6.1.4.1.17471.1.6.2.1.6
Total duration of time taken by CIFS AO to process all local requests
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfConnectedSessionCount 1.3.6.1.4.1.17471.1.6.2.1.7
Number of currently connected CIFS sessions
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100000  

cfCifsOpenFiles 1.3.6.1.4.1.17471.1.6.2.1.8
Number of currently open CIFS files
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100000  

cfCacheInfo 1.3.6.1.4.1.17471.1.6.2.2
CIFS AO cache state information
Status: current Access: read-only
OBJECT-IDENTITY    

cfMaxCacheVolume 1.3.6.1.4.1.17471.1.6.2.2.1
Maximum disk space (in KB) allocated for data in the CIFS AO cache
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfCurrentCacheVolume 1.3.6.1.4.1.17471.1.6.2.2.2
Amount of disk space currently being used for data in the CIFS AO cache
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfMaxCacheResources 1.3.6.1.4.1.17471.1.6.2.2.3
Maximum number of cache resources (files and directories) supported by the CIFS AO cache, regardless of the size of these resources
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cfCurrentCacheResources 1.3.6.1.4.1.17471.1.6.2.2.4
Current number of cache resources (files and directories) held in the CIFS AO cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cfResourceEvictedNum 1.3.6.1.4.1.17471.1.6.2.2.5
Number of cache resources (files and directories) that have been evicted from the cache since CIFS AO started
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfLastEvictedTime 1.3.6.1.4.1.17471.1.6.2.2.6
Time when cache resources (files and directories) were last evicted from the CIFS AO cache. N/A is displayed if no cache resources have been evicted since CIFS AO started
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfVolHiWatermark 1.3.6.1.4.1.17471.1.6.2.2.7
Disk-usage percentage that triggers the eviction of resources from the CIFS AO cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

cfVolLoWatermark 1.3.6.1.4.1.17471.1.6.2.2.8
Target disk-usage percentage to be reached via cache eviction when triggered by cfVolHiWatermark. When this low watermark is reached, cache eviction stops
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

cfAmntHiWatermark 1.3.6.1.4.1.17471.1.6.2.2.9
Percentage of maximum cache resources (defined by cfMaxCacheResources) that triggers the eviction of resources from the CIFS AO cache
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

cfAmntLoWatermark 1.3.6.1.4.1.17471.1.6.2.2.10
Target percetage of maximum cache resources (defined by cfMaxCacheResources) to be reached via cache eviction when triggered by cfAmntHiWatermark. When this low watermark is reached, cache eviction stops
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

cfEvictedAge 1.3.6.1.4.1.17471.1.6.2.2.11
Amount of time spent in the CIFS AO cache by the resource that was last evicted. If this amount is too short or too long, it is recommended to modify the size of the cache
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cfEvictedLastAccess 1.3.6.1.4.1.17471.1.6.2.2.12
Time when the resource last evicted from the CIFS AO cache was last accessed
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

notificationsInfo 1.3.6.1.4.1.17471.1.5
ActaStor notification related information
Status: current Access: read-only
OBJECT-IDENTITY    

acLogSeverity 1.3.6.1.4.1.17471.1.5.1
The severity level of the actastor log message
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER fatal(1), error(2), warning(3), info(4), debug(5)  

acLogMsgText 1.3.6.1.4.1.17471.1.5.2
The actastor log message text
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString Size(0..255)  

acCsLogsTrap 1.3.6.1.4.1.17471.0.0
This trap indicates that the CoreServer has generated a log message. This object supersedes mgrLogsTrap
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

acMgrLogsTrap 1.3.6.1.4.1.17471.0.1
This trap indicates that the ManagerServer has generated a log message. This object supersedes mgrLogsTrap
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

acEsLogsTrap 1.3.6.1.4.1.17471.0.2
This trap indicates that the EdgeServer has generated a log message. This object supersedes esLogsTrap
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

actastorGroups 1.3.6.1.4.1.17471.2
ActaStor object groups
Status: current Access: accessible-for-notify
OBJECT-IDENTITY    

generalGroup 1.3.6.1.4.1.17471.2.1
General information group
Status: current Access: accessible-for-notify
OBJECT-GROUP    

managerGroup 1.3.6.1.4.1.17471.2.2
Manager group
Status: current Access: accessible-for-notify
OBJECT-GROUP    

coreServerGroup 1.3.6.1.4.1.17471.2.3
CoreServer group
Status: current Access: accessible-for-notify
OBJECT-GROUP    

edgeServerGroup 1.3.6.1.4.1.17471.2.4
EdgeServer group
Status: current Access: accessible-for-notify
OBJECT-GROUP    

logNotificationsGroup 1.3.6.1.4.1.17471.2.5
Log message traps group
Status: deprecated Access: accessible-for-notify
NOTIFICATION-GROUP    

logNotificationsGroupRev1 1.3.6.1.4.1.17471.2.6
Log message traps group
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

acNotificationInfoGroup 1.3.6.1.4.1.17471.2.7
A collection of objects which provides info about notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cifsAOGroup 1.3.6.1.4.1.17471.2.9
CifsAO group
Status: current Access: accessible-for-notify
OBJECT-GROUP