DTMIB

File: DTMIB.mib (16431 bytes)

Imported modules

RFC-1215 RFC1155-SMI RFC1213-MIB
RFC-1212

Imported symbols

TRAP-TYPE enterprises Counter
IpAddress TimeTicks Gauge
DisplayString OBJECT-TYPE

Defined Types

DtConnectionEntry  
SEQUENCE    
  dtConnectionIndex INTEGER
  dtconIpAddress IpAddress
  dtconConnectTime TimeTicks
  dtconState INTEGER
  dtconOpsInCmdQueue Gauge
  dtconOpsInAckQueue Gauge
  dtconOpsInRepQueue Gauge
  dtconOpsInMirQueue Gauge
  dtconBytesInRepQueue Gauge
  dtconBytesInMirQueue Gauge
  dtconOpsTx Counter
  dtconBytesTx Counter
  dtconOpsRx Counter
  dtconBytesRx Counter
  dtconResentOpCount Counter

Defined Values

nsi 1.3.6.1.4.1.2592
OBJECT IDENTIFIER    

nsiDoubleTake 1.3.6.1.4.1.2592.3
OBJECT IDENTIFIER    

dtTraps 1.3.6.1.4.1.2592.3.1
OBJECT IDENTIFIER    

dtGeneral 1.3.6.1.4.1.2592.3.2
OBJECT IDENTIFIER    

dtSource 1.3.6.1.4.1.2592.3.3
OBJECT IDENTIFIER    

dtTarget 1.3.6.1.4.1.2592.3.4
OBJECT IDENTIFIER    

dtSecurity 1.3.6.1.4.1.2592.3.5
OBJECT IDENTIFIER    

dtConnection 1.3.6.1.4.1.2592.3.6
OBJECT IDENTIFIER    

dtUpTime 1.3.6.1.4.1.2592.3.2.1
Time (in seconds) since Double-Take was last started.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

dtCurrentMemoryUsage 1.3.6.1.4.1.2592.3.2.2
Current amount of memory allocated (in bytes) from the Double-Take memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtMirOpsGenerated 1.3.6.1.4.1.2592.3.2.3
Number of mirror ops generated by the mirror driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtMirBytesGenerated 1.3.6.1.4.1.2592.3.2.4
Total bytes mirrored by the mirror driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtRepOpsGenerated 1.3.6.1.4.1.2592.3.2.5
Number of ops generated by the file system driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtRepBytesGenerated 1.3.6.1.4.1.2592.3.2.6
Total bytes generated by the file system driver.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtSourceState 1.3.6.1.4.1.2592.3.3.1
0:Source not running, 1:Source running no driver, 2:Source running with driver
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notLoaded(0), loadedNoDriver(1), loadedWithDriver(2)  

dtTargetState 1.3.6.1.4.1.2592.3.4.1
0:Target not running, 1:Target running
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER notLoaded(0), loaded(1)  

dtRetryCount 1.3.6.1.4.1.2592.3.4.2
Number of file operations that have been retried.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtOpsDroppedCount 1.3.6.1.4.1.2592.3.4.3
Number of file operations that have failed and will not be retried.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtLoginCount 1.3.6.1.4.1.2592.3.5.1
Number of successful logins.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtFailedLoginCount 1.3.6.1.4.1.2592.3.5.2
Number of un-successful logins.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtFailedMirrorCount 1.3.6.1.4.1.2592.3.2.7
Number of files and Ops that failed to mirror because they couldn't be read on the source.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtFailedRepCount 1.3.6.1.4.1.2592.3.2.8
Number of Ops that failed to replicate because they couldn't be read on the source.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtActFailCount 1.3.6.1.4.1.2592.3.2.9
Number of activation code errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtAutoDisCount 1.3.6.1.4.1.2592.3.2.10
Number of Auto-Disconnects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtAutoReCount 1.3.6.1.4.1.2592.3.2.11
Number of Auto-Reconnects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtDriverQueuePercent 1.3.6.1.4.1.2592.3.2.12
Percentage of the driver queue that is currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtConnectionCount 1.3.6.1.4.1.2592.3.6.1
The number of connections currently active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtConnectionTable 1.3.6.1.4.1.2592.3.6.2
The entries in the table are defined below, one row per connection.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DtConnectionEntry

dtConnectionEntry 1.3.6.1.4.1.2592.3.6.2.1
An entry in the table dtConnectionTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  DtConnectionEntry  

dtConnectionIndex 1.3.6.1.4.1.2592.3.6.2.1.1
An index to uniquely identify the entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

dtconIpAddress 1.3.6.1.4.1.2592.3.6.2.1.2
Address of the machine on the other end of the connection, this is the key column in the table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

dtconConnectTime 1.3.6.1.4.1.2592.3.6.2.1.3
Amount of time (in seconds) connection has been active.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

dtconState 1.3.6.1.4.1.2592.3.6.2.1.4
Integer coded for the current state of the connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER conError(0), conActive(1), conPaused(2), conScheduled(3), conNone(4)  

dtconOpsInCmdQueue 1.3.6.1.4.1.2592.3.6.2.1.5
The number of ops in the command/retransmit queue.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconOpsInAckQueue 1.3.6.1.4.1.2592.3.6.2.1.6
The number of ops awaiting acknowledgements.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconOpsInRepQueue 1.3.6.1.4.1.2592.3.6.2.1.7
The number of replication ops queued.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconOpsInMirQueue 1.3.6.1.4.1.2592.3.6.2.1.8
The number of mirror ops queued.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconBytesInRepQueue 1.3.6.1.4.1.2592.3.6.2.1.9
The number of bytes of data associated with the queued replication ops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconBytesInMirQueue 1.3.6.1.4.1.2592.3.6.2.1.10
The number of bytes of data associated with the queued mirror ops.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dtconOpsTx 1.3.6.1.4.1.2592.3.6.2.1.11
Total number of ops transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtconBytesTx 1.3.6.1.4.1.2592.3.6.2.1.12
Total number of bytes transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtconOpsRx 1.3.6.1.4.1.2592.3.6.2.1.13
Total number of ops received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtconBytesRx 1.3.6.1.4.1.2592.3.6.2.1.14
Total number of bytes received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dtconResentOpCount 1.3.6.1.4.1.2592.3.6.2.1.15
Number of Ops that were resent because of ack errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dttrapKernelStarted 1
The Double-Take kernel has started.
TRAP-TYPE    

dttrapKernelStopped 2
The Double-Take kernel has stopped.
TRAP-TYPE    

dttrapLicenseViolationStartingSource 3
Double-Take source or target cannot be started due to a license violation.
TRAP-TYPE    

dttrapLicenseViolationOnNetwork 4
A Double-Take serial number conflict was identified on the network.
TRAP-TYPE    

dttrapSourceStarted 5
The Double-Take source module has started.
TRAP-TYPE    

dttrapSourceStopped 6
The Double-Take source module has stopped.
TRAP-TYPE    

dttrapTargetStarted 7
The Double-Take target module has started.
TRAP-TYPE    

dttrapTargetStopped 8
The Double-Take target module is stopped.
TRAP-TYPE    

dttrapConnectionRequested 9
A NetOriginator has attempted to connect to a NetResponder normally.
TRAP-TYPE    

dttrapConnectionRequestReceived 10
A NetController received a request to start a new connection.
TRAP-TYPE    

dttrapConnectionSucceded 11
A NetOriginator successfully achieved a connection.
TRAP-TYPE    

dttrapConnectionPause 12
A Transmission was paused.
TRAP-TYPE    

dttrapConnectionResume 13
A Transmission was resumed.
TRAP-TYPE    

dttrapConnectionFailed 14
A NetOriginator was not successful in achieving a connection.
TRAP-TYPE    

dttrapConnectionLost 15
A connection was lost by the NetOriginator or NetResponder.
TRAP-TYPE    

dttrapMemoryLimitReached 16
The Double-Take memory pool limit was exceeded.
TRAP-TYPE    

dttrapMemoryLimitRemedied 17
Memory has been freed to bring the Double-Take memory pool usage below the limit.
TRAP-TYPE    

dttrapAutoReconnect 18
Auto reconnect needs to make a new connection.
TRAP-TYPE    

dttrapScheduledConnectStart 19
Start of a scheduled connect period.
TRAP-TYPE    

dttrapScheduledConnectEnd 20
End of a scheduled connect period.
TRAP-TYPE    

dttrapAutoDisconnectWriteQueue 21
Auto disconnect forced a queue to be written to disk.
TRAP-TYPE    

dttrapAutoDisconnectPauseTransmission 22
Auto disconnect requested a source to pause sending ops.
TRAP-TYPE    

dttrapAutoDisconnectEndConnection 23
Auto disconnect dropped a connection.
TRAP-TYPE    

dttrapAutoDisconnectShutdown 24
Auto disconnect was forced to shut down Double-Take.
TRAP-TYPE    

dttrapReplicationStart 25
Replication was started on a connection.
TRAP-TYPE    

dttrapReplicationStop 26
Replication was stopped on a connection.
TRAP-TYPE    

dttrapMirrorStart 27
Mirroring was started on a connection.
TRAP-TYPE    

dttrapMirrorStop 28
Mirroring was stopped on a connection.
TRAP-TYPE    

dttrapMirrorPause 29
Mirroring was paused on a connection.
TRAP-TYPE    

dttrapMirrorResume 30
Mirroring was resumed on a connection.
TRAP-TYPE    

dttrapMirrorEnd 31
Mirroring has ended on a connection.
TRAP-TYPE    

dttrapVerificationStart 32
Verification was started.
TRAP-TYPE    

dttrapVerificationEnd 33
Verification is finished.
TRAP-TYPE    

dttrapVerficationFailure 34
Verification found the source and target out of sync.
TRAP-TYPE    

dttrapRestoreStarted 35
Restoration has begun.
TRAP-TYPE    

dttrapRestoreComplete 36
Restoration has finished.
TRAP-TYPE    

dttrapRepSetModified 37
The replication set was modified.
TRAP-TYPE    

dttrapFailoverConditionMet 38
A Failover Condition has been met. User intervention is necessary!
TRAP-TYPE    

dttrapFailoverInProgress 39
Failover is in progress!
TRAP-TYPE    

dttrapTargetFull 40
Target is full.
TRAP-TYPE