MIB Viewer

rsADServerAdminStatus

OBJECT-TYPE
1.3.6.1.4.1.89.35.1.136.1.6
Access
read-write
Status
mandatory
Source
WSD-MIB
Sub-identifiers
0
Administrative status of application on server. enable - activates the server. The rsADServerOperStatus will change to active. disable - stops the server. The rsADServerOperStatus will change to notInService. connectionsShutdown - gracefully shuts down connections to the server by allowing existing connections to complete, while new connections are not forwarded to this server. The rsADServerOperStatus will change to noNewSessions. sessionsShutdown - gracefully shuts down sessions to the server by allowing existing sessions to complete (new connections that match existing sessions on this server are still forwarded to the server), while new sessions are not forwarded to this server. The rsADServerOperStatus will change to noNewSessions.
INTEGER { enable(1), disable(2), connectionsShutdown(3), sessionsShutdown(4) }