smRunState
The value of this object indicates the script's execution state. If the script has been invoked but has not yet begun execution, the value will be `initializing'. If the script is running, the value will be `executing'. A running script which received a request to suspend execution first transitions into a temporary `suspending' state. The temporary `suspending' state changes to `suspended' when the script has actually been suspended. The temporary `suspending' state changes back to `executing' if the attempt to suspend the running script fails. A suspended script which received a request to resume execution first transitions into a temporary `resuming' state. The temporary `resuming' state changes to `running' when the script has actually been resumed. The temporary `resuming' state changes back to `suspended' if the attempt to resume the suspended script fails. A script which received a request to abort execution but which is still running first transitions into a temporary `aborting' state. A script which has finished its execution is `terminated'.
Details
| 1 | initializing |
| 2 | executing |
| 3 | suspending |
| 4 | suspended |
| 5 | resuming |
| 6 | aborting |
| 7 | terminated |
Table columns
13 objects| Oid | Name | Access | Type |
|---|---|---|---|
| 1.3.6.1.2.1.64.1.4.2.1.1 | smRunIndex | noaccess | Unknown |
| 1.3.6.1.2.1.64.1.4.2.1.2 | smRunArgument | readonly | OctetString |
| 1.3.6.1.2.1.64.1.4.2.1.3 | smRunStartTime | readonly | DateAndTime |
| 1.3.6.1.2.1.64.1.4.2.1.4 | smRunEndTime | readonly | DateAndTime |
| 1.3.6.1.2.1.64.1.4.2.1.5 | smRunLifeTime | readwrite | TimeInterval |
| 1.3.6.1.2.1.64.1.4.2.1.6 | smRunExpireTime | readwrite | TimeInterval |
| 1.3.6.1.2.1.64.1.4.2.1.7 | smRunExitCode | readonly | noError(1), halted(2), lifeTimeExceeded(3), noResourcesLeft(4), languageError(5), runtimeError(6), invalidArgument(7), securityViolation(8), genericError(9) |
| 1.3.6.1.2.1.64.1.4.2.1.8 | smRunResult | readonly | OctetString |
| 1.3.6.1.2.1.64.1.4.2.1.9 | smRunControl | readwrite | abort(1), suspend(2), resume(3), nop(4) |
| 1.3.6.1.2.1.64.1.4.2.1.10 | smRunState | readonly | initializing(1), executing(2), suspending(3), suspended(4), resuming(5), aborting(6), terminated(7) |
| 1.3.6.1.2.1.64.1.4.2.1.11 | smRunError | readonly | SnmpAdminString |
| 1.3.6.1.2.1.64.1.4.2.1.12 | smRunResultTime | readonly | DateAndTime |
| 1.3.6.1.2.1.64.1.4.2.1.13 | smRunErrorTime | readonly | DateAndTime |
Used by conformance groups
2 objects- 1.3.6.1.2.1.64.3.2.5 smRunGroup
- 1.3.6.1.2.1.64.3.2.9 smRunGroup2