smRunExitCode OBJECT-TYPE
SYNTAX INTEGER {
noError(1),
halted(2),
lifeTimeExceeded(3),
noResourcesLeft(4),
languageError(5),
runtimeError(6),
invalidArgument(7),
securityViolation(8),
genericError(9)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The value of this object indicates the reason why a
script finished execution. The smRunExitCode code may have
one of the following values:
- `noError, which indicates that the script completed
successfully without errors;
- `halted, which indicates that the script was halted
by a request from an authorized manager;
- `lifeTimeExceeded, which indicates that the script
exited because a time limit was exceeded;- `noResourcesLeft, which indicates that the script
exited because it ran out of resources (e.g. memory);
- `languageError, which indicates that the script exited
because of a language error (e.g. a syntax error in an
interpreted language);
- `runtimeError, which indicates that the script exited
due to a runtime error (e.g. a division by zero);
- `invalidArgument, which indicates that the script could
not be run because of invalid script arguments;
- `securityViolation, which indicates that the script
exited due to a security violation;
- `genericError, which indicates that the script exited
for an unspecified reason.
If the script has not yet begun running, or is currently
running, the value will be `noError."
DEFVAL { noError }
View at oid-info.com
The value of this object indicates the reason why a
script finished execution. The smRunExitCode code may have
one of the following values:
- `noError', which indicates that the script completed
successfully without errors;
- `halted', which indicates that the script was halted
by a request from an authorized manager;
- `lifeTimeExceeded', which indicates that the script
exited because a time limit was exceeded;
- `noResourcesLeft', which indicates that the script
exited because it ran out of resources (e.g. memory);
- `languageError', which indicates that the script exited
because of a language error (e.g. a syntax error in an
interpreted language);
- `runtimeError', which indicates that the script exited
due to a runtime error (e.g. a division by zero);
- `invalidArgument', which indicates that the script could
not be run because of invalid script arguments;
- `securityViolation', which indicates that the script
exited due to a security violation;
- `genericError', which indicates that the script exited
for an unspecified reason.
If the script has not yet begun running, or is currently
running, the value will be `noError'.
Parsed from file DISMAN-SCRIPT-MIB.txt
Company: None
Module: DISMAN-SCRIPT-MIB
The value of this object indicates the reason why a
script finished execution. The smRunExitCode code may have
one of the following values:
- `noError', which indicates that the script completed
successfully without errors;
- `halted', which indicates that the script was halted
by a request from an authorized manager;
- `lifeTimeExceeded', which indicates that the script
exited because a time limit was exceeded;
- `noResourcesLeft', which indicates that the script
exited because it ran out of resources (e.g. memory);
- `languageError', which indicates that the script exited
because of a language error (e.g. a syntax error in an
interpreted language);
- `runtimeError', which indicates that the script exited
due to a runtime error (e.g. a division by zero);
- `invalidArgument', which indicates that the script could
not be run because of invalid script arguments;
- `securityViolation', which indicates that the script
exited due to a security violation;
- `genericError', which indicates that the script exited
for an unspecified reason.
If the script has not yet begun running, or is currently
running, the value will be `noError'.
Parsed from file DISMAN-SCRIPT-MIB.mib
Module: DISMAN-SCRIPT-MIB
Automatically extracted from RFC3165
smRunExitCode OBJECT-TYPE SYNTAX INTEGER { noError(1), halted(2), lifeTimeExceeded(3), noResourcesLeft(4), languageError(5), runtimeError(6), invalidArgument(7), securityViolation(8), genericError(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the reason why a script finished execution. The smRunExitCode code may have one of the following values: - `noError', which indicates that the script completed successfully without errors; - `halted', which indicates that the script was halted by a request from an authorized manager; - `lifeTimeExceeded', which indicates that the script exited because a time limit was exceeded; - `noResourcesLeft', which indicates that the script exited because it ran out of resources (e.g. memory); - `languageError', which indicates that the script exited because of a language error (e.g. a syntax error in an interpreted language); - `runtimeError', which indicates that the script exited due to a runtime error (e.g. a division by zero); - `invalidArgument', which indicates that the script could not be run because of invalid script arguments; - `securityViolation', which indicates that the script exited due to a security violation; - `genericError', which indicates that the script exited for an unspecified reason. If the script has not yet begun running, or is currently running, the value will be `noError'." DEFVAL { noError } ::= { smRunEntry 7 }
smRunExitCode OBJECT-TYPE SYNTAX INTEGER { noError(1), halted(2), lifeTimeExceeded(3), noResourcesLeft(4), languageError(5), runtimeError(6), invalidArgument(7), securityViolation(8), genericError(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the reason why a script finished execution. The smRunExitCode code may have one of the following values: - `noError', which indicates that the script completed successfully without errors; - `halted', which indicates that the script was halted by a request from an authorized manager; - `lifeTimeExceeded', which indicates that the script exited because a time limit was exceeded; - `noResourcesLeft', which indicates that the script exited because it ran out of resources (e.g. memory); - `languageError', which indicates that the script exited because of a language error (e.g. a syntax error in an interpreted language); - `runtimeError', which indicates that the script exited due to a runtime error (e.g. a division by zero); - `invalidArgument', which indicates that the script could not be run because of invalid script arguments; - `securityViolation', which indicates that the script exited due to a security violation; - `genericError', which indicates that the script exited for an unspecified reason. If the script has not yet begun running, or is currently running, the value will be `noError'." DEFVAL { noError } ::= { smRunEntry 7 }
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.1.64.1.4.2.1.1 | smRunIndex | 0 | 0 | The locally arbitrary, but unique identifier associated with this running or finished script. This value must be unique for all r… |
1.3.6.1.2.1.64.1.4.2.1.2 | smRunArgument | 0 | 0 | The argument supplied to the script when it started. |
1.3.6.1.2.1.64.1.4.2.1.3 | smRunStartTime | 0 | 0 | The date and time when the execution started. The value '0000000000000000'H is returned if the script has not started yet. |
1.3.6.1.2.1.64.1.4.2.1.4 | smRunEndTime | 0 | 0 | The date and time when the execution terminated. The value '0000000000000000'H is returned if the script has not terminated yet. |
1.3.6.1.2.1.64.1.4.2.1.5 | smRunLifeTime | 0 | 0 | This object specifies how long the script can execute. This object returns the remaining time that the script may run. The object… |
1.3.6.1.2.1.64.1.4.2.1.6 | smRunExpireTime | 0 | 0 | The value of this object specifies how long this row can exist in the smRunTable after the script has terminated. This object ret… |
1.3.6.1.2.1.64.1.4.2.1.8 | smRunResult | 0 | 0 | The result value produced by the running script. Note that the result may change while the script is executing. |
1.3.6.1.2.1.64.1.4.2.1.9 | smRunControl | 0 | 0 | The value of this object indicates the desired status of the script execution defined by this row. Setting this object to `abort'… |
1.3.6.1.2.1.64.1.4.2.1.10 | smRunState | 0 | 0 | The value of this object indicates the script's execution state. If the script has been invoked but has not yet begun execution, … |
1.3.6.1.2.1.64.1.4.2.1.11 | smRunError | 0 | 0 | This object contains a descriptive error message if the script startup or execution raised an abnormal condition. An implementati… |
1.3.6.1.2.1.64.1.4.2.1.12 | smRunResultTime | 0 | 0 | smRunResultTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The date and time when the smRu… |
1.3.6.1.2.1.64.1.4.2.1.13 | smRunErrorTime | 0 | 0 | smRunErrorTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The date and time when the smRun… |