MIB Viewer

svrThrStatus

OBJECT-TYPE
1.3.6.1.4.1.36.2.18.22.2.2.3.1.2
Access
read-write
Status
mandatory
Sub-identifiers
0
This variable describes the status of the row. When the row is created with the initial set, svrThrStatus must be set to underCreation. When the management console has completed row setup, it should set this variable to rowEnabled. Variables in the row may only be written if svrThrStatus is in the initial underCreation state or has been set to rowDisabled. To delete the row, set the status to rowInvalid. The agent will physically delete the row and make that instance available to be used again. Errors in variable polling and threshold checking that are determined by local implementation to be non-correctable will cause a row status change to rowError. Once the status is set to rowError by the agent, the agent will not reset it. Instead, it is up to the management console to reset the status based on information returned via svrThrErrorValue or for other reasons.
INTEGER { underCreation(1) , rowInvalid(2) , rowEnabled(3) , rowDisabled(4) , rowError(5) }