- Contents
SNMP Technical Reference
hrSWRun objects
hrSWOSIndex
| Type | Access | Description |
|---|---|---|
|
Integer32 |
read-only |
The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary operating system running on this host. This object is useful for quickly and uniquely identifying that primary operating system. |
hrSWRunTable
| Type | Access | Description |
|---|---|---|
|
N/A |
not-accessible |
The (conceptual) table of software running on the host. |
hrSWRunEntry
| Type | Access | Description |
|---|---|---|
|
N/A |
not-accessible |
A (conceptual) entry for one piece of software running on the host Note that because the installed software table only contains information for software stored locally on this host, not every piece of running software will be found in the installed software table. This is true of software that was loaded and run from a non-local source, such as a network-mounted file system. As an example of how objects in this table are named, an instance of the hrSWRunName object might be named hrSWRunName.1287 Each entry contains data for the following objects: hrSWRunIndex hrSWRunName hrSWRunID hrSWRunPath hrSWRunParameters hrSWRunType hrSWRunStatus |
hrSWRunIndex
| Type | Access | Description |
|---|---|---|
|
Integer32 |
read-only |
A unique value for each piece of software running on the host. Wherever possible, this should be the system's native, unique identification number. |
hrSWRunName
| Type | Access | Description |
|---|---|---|
|
InternationalDisplayString |
read-only |
A textual description of this running piece of software, including the manufacturer, revision, and the name by which it is commonly known. If this software was installed locally, this should be the same string as used in the corresponding hrSWInstalledName. |
hrSWRunID
| Type | Access | Description |
|---|---|---|
|
ProductID |
read-only |
The product ID of this running piece of software. |
hrSWRunPath
| Type | Access | Description |
|---|---|---|
|
InternationalDisplayString |
read-only |
A description of the location on long-term storage (e.g. a disk drive) from which this software was loaded. |
hrSWRunParameters
| Type | Access | Description |
|---|---|---|
|
InternationalDisplayString |
read-only |
A description of the parameters supplied to this software when it was initially loaded. |
hrSWRunType
| Type | Access | Description |
|---|---|---|
|
Integer |
read-only |
The type of this software. This object supports the following values: 1 = unknown 2 = operatingSystem 3 = deviceDriver 4 = application |
hrSWRunStatus
| Type | Access | Description |
|---|---|---|
|
Integer |
read-write |
The status of this running piece of software. Setting this value to invalid(4) shall cause this software to stop running and to be unloaded. Sets to other values are not valid. This object supports the following values: 1 = running 2 = runnable 3 = notRunnable 4 = invalid |

