Skip navigation.

SNMP Agent MIB Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

 


tuxDmTransactionState

Syntax

INTEGER { aborted(1) | abortonly(2) | active(3) | comcalled(4) | decided(5) | done(6) | habort(7) | hcommit(8) | heuristic(9) | ready(10) | unknown(11) | invalid(12) }

Access

read-write

Description

This object denotes the current state of the tuxDmTransaction instance.

GET requests:

aborted(1): The transaction is being rolled back.

abortonly(2): The transaction has been identified for rollback.

active(3): The transaction is active.

comcalled(4): The transaction has initiated the first phase of commitment.

decided(5): The transaction has initiated the second phase of commitment.

done(6): The transaction has completed the second phase of commitment.

habort(7): The transaction has been heuristically rolled back.

hcommit(8): The transaction has been heuristically committed.

heuristic(9): The transaction commitment or rollback has completed heuristically.

ready(10): The transaction has completed the first phase of a two-phase commit. All the participating groups and remote domains have completed the first phase of commitment and are ready to be committed.

unknown(11): It was not possible to determine the state of the transaction.

SET requests:

invalid(12): Forget the specified table entry. This state change is only valid in states HCOmmit and HABort.

 

Skip navigation bar  Back to Top Previous Next