smScriptOperStatus
The actual status of the script in the runtime system. The value of this object is only meaningful when the value of the smScriptRowStatus object is `active'. The smScriptOperStatus object may have the following values: - `enabled' indicates that the script is available and can be started by a launch table entry. - `disabled' indicates that the script can not be used. - `editing' indicates that the script can be modified in the smCodeTable. - `retrieving' indicates that the script is currently being loaded from non-volatile storage or a remote system. - `compiling' indicates that the script is currently being compiled by the runtime system. - `noSuchScript' indicates that the script does not exist at the smScriptSource. - `accessDenied' indicates that the script can not be loaded from the smScriptSource due to a lack of permissions. - `wrongLanguage' indicates that the script can not be loaded from the smScriptSource because of a language mismatch. - `wrongVersion' indicates that the script can not be loaded from the smScriptSource because of a language version mismatch. - `compilationFailed' indicates that the compilation failed. - `noResourcesLeft' indicates that the runtime system does not have enough resources to load the script. - `unknownProtocol' indicates that the script could not be loaded from the smScriptSource because the requested protocol is not supported. - `protocolFailure' indicates that the script could not be loaded from the smScriptSource because of a protocol failure. - `genericError' indicates that the script could not be loaded due to an error condition not listed above. The `retrieving' and `compiling' states are transient states which will either lead to one of the error states or the `enabled' state. The `disabled' and `editing' states are administrative states which are only reached by explicit management operations. All launch table entries that refer to this script table entry shall have an smLaunchOperStatus value of `disabled' when the value of this object is not `enabled'.
Details
| 1 | enabled |
| 2 | disabled |
| 3 | editing |
| 4 | retrieving |
| 5 | compiling |
| 6 | noSuchScript |
| 7 | accessDenied |
| 8 | wrongLanguage |
| 9 | wrongVersion |
| 10 | compilationFailed |
| 11 | noResourcesLeft |
| 12 | unknownProtocol |
| 13 | protocolFailure |
| 14 | genericError |
Table columns
11 objects| Oid | Name | Access | Type |
|---|---|---|---|
| 1.3.6.1.2.1.64.1.3.1.1.1 | smScriptOwner | noaccess | Unknown |
| 1.3.6.1.2.1.64.1.3.1.1.2 | smScriptName | noaccess | Unknown |
| 1.3.6.1.2.1.64.1.3.1.1.3 | smScriptDescr | readwrite | SnmpAdminString |
| 1.3.6.1.2.1.64.1.3.1.1.4 | smScriptLanguage | readwrite | Unknown |
| 1.3.6.1.2.1.64.1.3.1.1.5 | smScriptSource | readwrite | DisplayString |
| 1.3.6.1.2.1.64.1.3.1.1.6 | smScriptAdminStatus | readwrite | enabled(1), disabled(2), editing(3) |
| 1.3.6.1.2.1.64.1.3.1.1.7 | smScriptOperStatus | readonly | enabled(1), disabled(2), editing(3), retrieving(4), compiling(5), noSuchScript(6), accessDenied(7), wrongLanguage(8), wrongVersion(9), compilationFailed(10), noResourcesLeft(11), unknownProtocol(12), protocolFailure(13), genericError(14) |
| 1.3.6.1.2.1.64.1.3.1.1.8 | smScriptStorageType | readwrite | StorageType |
| 1.3.6.1.2.1.64.1.3.1.1.9 | smScriptRowStatus | readwrite | RowStatus |
| 1.3.6.1.2.1.64.1.3.1.1.10 | smScriptError | readonly | SnmpAdminString |
| 1.3.6.1.2.1.64.1.3.1.1.11 | smScriptLastChange | readonly | DateAndTime |
Used by conformance groups
2 objects- 1.3.6.1.2.1.64.3.2.2 smScriptGroup
- 1.3.6.1.2.1.64.3.2.7 smScriptGroup2