MIB Discovery
1930 modules enregistrés
Chemin
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 2 (mgmt). 1 (mib-2). 64 (scriptMIB). 1 (smObjects). 4 (smRunObjects). 2 (smRunTable). 1 (smRunEntry). 10 (smRunState)
OID : 1.3.6.1.2.1.64.1.4.2.1.10
TXT : iso. org. dod. internet. mgmt. mib-2. scriptMIB. smObjects. smRunObjects. smRunTable. smRunEntry. smRunState
Enfants
Pas d'enfants disponibles pour cet OID
Détails
OID1.3.6.1.2.1.64.1.4.2.1.10
Module DISMAN-SCRIPT-MIB (ietf)
NomsmRunState
Accesreadonly
Statuscurrent
DescriptionThe 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'.
SyntaxeEnumeration (1-initializing, 2-executing, 3-suspending, 4-suspended, 5-resuming, 6-aborting, 7-terminated)