sysApplPastRunTable
SYSAPPL-MIB ·
.1.3.6.1.2.1.54.1.2.2
Object
table
A history of the applications that have previously run
on the host computer. An entry's information is moved to
this table from the sysApplRunTable when the invoked
application represented by the entry ceases to be running.
An agent implementation can determine that an application
invocation is no longer running by evaluating the running
elements of the application instance and their Roles as
defined by sysApplInstallElmtRole. Obviously, if there
are no running elements for the application instance,
then the application invocation is no longer running.
If any one of the REQUIRED elements is not running,
the application instance may be in the process of exiting.
Most agent implementations will wait until a second internal
poll has been completed to give the system time to either
restart partial failures or to give all elements time to
exit. If, after the second poll, there are REQUIRED
elements that are not running, then the application
instance may be considered by the agent implementation
to no longer be running.
Entries remain in the sysApplPastRunTable until they
are aged out when either the table size reaches a maximum
as determined by the sysApplPastRunMaxRows, or when an entry
has aged to exceed a time limit as set by
sysApplPastRunTblTimeLimit.
Entries in this table are indexed by sysApplInstallPkgIndex,
sysApplPastRunIndex to facilitate retrieval of all past
run invocations of a particular installed application.
Context
- MIB
- SYSAPPL-MIB
- OID
.1.3.6.1.2.1.54.1.2.2- Type
- table
- Status
- current
- Parent
- sysApplRun
- Siblings
- 10
- Children
- 1
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sysApplRunTable The table describes the applications which are executing
on the host. Each time an application is invoked,
an entry is created in this table. When an application ends,
the entry … | table | - | .1.3.6.1.2.1.54.1.2.1 |
| sysApplElemPastRunTblTimeLimit The maximum time in seconds which an entry in the
sysApplElemPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from t… | scalar | seconds Unsigned32 | .1.3.6.1.2.1.54.1.2.10 |
| sysApplAgentPollInterval The minimum interval in seconds that the management
subsystem implementing this MIB will poll the status
of the managed resources. Because of the non-trivial
effort involved in po… | scalar | seconds Unsigned32 | .1.3.6.1.2.1.54.1.2.11 |
| sysApplElmtRunTable The table describes the processes which are
currently executing on the host system. Each entry
represents a running process and is associated with
the invoked application of which… | table | - | .1.3.6.1.2.1.54.1.2.3 |
| sysApplElmtPastRunTable The table describes the processes which have previously
executed on the host system as part of an application.
Each entry represents a process which has previously
executed and is… | table | - | .1.3.6.1.2.1.54.1.2.4 |
| sysApplPastRunMaxRows The maximum number of entries allowed in the
sysApplPastRunTable. Once the number of rows in
the sysApplPastRunTable reaches this value, the
management subsystem will remove the … | scalar | Unsigned32 | .1.3.6.1.2.1.54.1.2.5 |
| sysApplPastRunTableRemItems A counter of the number of entries removed from
the sysApplPastRunTable because of table size limitations
as set in sysApplPastRunMaxRows. This counter is the
number of entries t… | scalar | SNMPv2-SMICounter32 | .1.3.6.1.2.1.54.1.2.6 |
| sysApplPastRunTblTimeLimit The maximum time in seconds which an entry in the
sysApplPastRunTable may exist before it is removed.
Any entry that is older than this value will be
removed (aged out) from the t… | scalar | seconds Unsigned32 | .1.3.6.1.2.1.54.1.2.7 |
| sysApplElemPastRunMaxRows The maximum number of entries allowed in the
sysApplElmtPastRunTable. Once the number of rows in
the sysApplElmtPastRunTable reaches this value,
the management subsystem will rem… | scalar | Unsigned32 | .1.3.6.1.2.1.54.1.2.8 |
| sysApplElemPastRunTableRemItems A counter of the number of entries removed from the
sysApplElemPastRunTable because of table size limitations
as set in sysApplElemPastRunMaxRows. This counter is the
number of e… | scalar | SNMPv2-SMICounter32 | .1.3.6.1.2.1.54.1.2.9 |
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sysApplPastRunEntry The logical row describing an invocation of an application
which was previously run and has terminated. The entry
is basically copied from the sysApplRunTable when the
applicatio… | row | - | .1.3.6.1.2.1.54.1.2.2.1 |