cmdExecProcessStatus
A3COM0048-EMBEDDED-SCRIPTS ·
.1.3.6.1.4.1.43.10.25.5.2.1.3
Object
column
mandatory
Enumeration
The current status of this process. The various possible
values are described as follows:
inactive : This process is not currently executing any script. This is
the default state after creating a row in the table.
running: The process is currently executing a script, and that script
is not currently blocked by any internal asynchronous
activity. 'running' actually means that this process is
capable of being scheduled and is in a 'ready to run'
scheduling queue.
suspended: The script being executed by this process is currently
blocked waiting for the completion of some asynchronous
activity.
dying: The script that was being executed by this process has
completed and is waiting to be tidied up. When the tidyup
has been completed this process will either automatically be
destroyed or will enter the 'inactive' state.
paused: The script being executed has been manually stopped,
generally for debug purposes. A script can enter this state
either voluntarily be requesting the system to stop it (ie
similar to a breakpoint) or can be paused by writing to the
cmdExecOperation variable.
searching: When a process is given a script to execute the engine must
first find that script. The script is identified by name (spe
cified in cmdExecMacroName). The agent must search all
possible sources for the script, which may take some time.
The MIB allows the script to be specified by any name and so
some implementations may allow the name to identify a file
on some remote file system, for example by using a URL.
While the agent searches for the script the process enters
the 'searching' state. If the agent locates the script it
will enter the 'running' state. If the script cannot be
located then the process re-enters the 'inactive' state.
Context
- MIB
- A3COM0048-EMBEDDED-SCRIPTS
- OID
.1.3.6.1.4.1.43.10.25.5.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cmdExecEntry
- Table
- cmdExecTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | running |
3 | suspended |
4 | dying |
5 | paused |
6 | searching |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cmdExecUnit mandatory Identifies one of a number of different 'execution units'.
Genrally each of these is a separate processor in a distributed
environment. | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.1 |
| cmdExecLastError mandatory Last error detected by this process or the script executing
within the process. | column | Enumeration | .1.3.6.1.4.1.43.10.25.5.2.1.10 |
| cmdExecOwner mandatory RMON Owner of this process. | column | RMON-MIBOwnerString | .1.3.6.1.4.1.43.10.25.5.2.1.11 |
| cmdExecStatus mandatory Rmon RowStatus for this process. | column | RMON-MIBEntryStatus | .1.3.6.1.4.1.43.10.25.5.2.1.12 |
| cmdExecMacroName mandatory Name of the script to execute in the process. The script can
reside in either the macro table in this MIB module, or in some other
internal script repository. | column | RFC1213-MIBDisplayString | .1.3.6.1.4.1.43.10.25.5.2.1.13 |
| cmdExecIndex mandatory Standard RMON index column. | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.2 |
| cmdExecStartTime mandatory sysUpTime when this process was started. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.4 |
| cmdExecLastExecTime mandatory sysUpTime when this process last used any processor time. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.5 |
| cmdExecSystemTime mandatory Number of time-ticks used by this process. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.6 |
| cmdExecStatement mandatory Generally scripts are broken into statements, this is just
about true for any scripting mechanism. The statement number is
generally useful for debugging. This object reports th… | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.8 |