Unsupported content

 

This version of the product is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Runtime Environment node

A Runtime Environment node represents an instance of a runtime environment on a Host, for example a Java Virtual Machine or a .NET runtime. Where possible, versions of Runtime Environments are retrieved and stored. They are created, maintained and destroyed by patterns. Runtime Environment nodes always have a relationship to the Pattern node corresponding to their maintaining pattern.

Why a Runtime Environment and not an SI?

Software Instances represent pieces of software running on a host. A Runtime Environment represents something supporting running software. For example, Weblogic is represented by an SI, and Java by a Runtime Environment node. However, it is still important to keep track of the supporting Runtime Environments and their versions as some might require updates.

Runtime Environment lifecycle

The lifecycle of a Runtime Environment node depends upon the details of the pattern that maintains it. This is determined by a combination of the pattern trigger condition, whether the pattern specifies an explicit key for the Runtime Environment and the logic contained in the pattern itself. In all cases, if a pattern is deleted, the Runtime Environment nodes it is maintaining are immediately destroyed (as are all other nodes it might be maintaining).

Creation/update

If a pattern triggers on a Directly Discovered Data node, such as a Discovered Process node, it might choose whether to specify keys for the Runtime Environment nodes it creates and maintains. If a key is specified then the decision whether to create a new Runtime Environment node or to update an existing one depends on the key. If a Runtime Environment node with the specified key exists, that node is updated, even if the node was previously maintained by a different pattern. In this case, the pattern takes over as the maintainer of the Runtime Environment. If a node with the specified key does not exist, a new Runtime Environment node is created. In both cases, the Runtime Environment node is linked to the pattern with a maintainer relationship.

If a key for the Runtime Environment node is not specified by the pattern, the system creates or updates a group Runtime Environment with an automatically generated key. The key is based upon the key of the Host upon which the Runtime Environment is running, the specified type of the Runtime Environment and, optionally, a key group that can be used to separate the nodes into a number of groups. The count attribute is set to the number of instances in the group identified in the collection of Directly Discovered Data. Each time the host is scanned, the count attribute is changed to represent the number of instances seen in that scan.

Removal

A Runtime Environment node can be destroyed either manually or automatically.

To remove a Runtime Environment node manually, find the necessary Runtime Environment, select it in the list and pick Destroy from the Actions list.

Automatic removal happens according to the following scenario.
The age_count attribute of the Runtime Environment node contains information about when the Runtime Environment node was last confirmed by its maintaining pattern. If the age_count is positive, it represents the number of consecutive scans of the Host node in which the Runtime Environment was confirmed. If the age_count is negative, it represents the number of consecutive scans in which the Runtime Environment node was not confirmed. The last_update_success and last_update_failure attributes contain the date and time at which the Runtime Environment node was last confirmed, and not confirmed, respectively.

The default aging strategy only applies to Runtime Environment nodes created from patterns triggering on the following node kinds and maintaining the Runtime Environments:

  • DiscoveredProcess
  • DiscoveredService
  • DiscoveredSoftware

If the Runtime Environment node is triggered on anything else, for example, a discovered file, then aging must be implemented in the pattern using a removal block.

If the pattern does not have a removal block, Runtime Environment nodes are removed using an aging strategy based on the age_count and last_update_success attributes. The default aging parameters are the same as for a Software Instance node, that is, if a Runtime Environment node has not been seen for at least 7 scans, over a period of at least 10 days, it is destroyed. The parameters can be changed in the options, see Configuring model maintenance settings for more information.

If the pattern maintaining a node does have a removal block, the block can override the default aging scheme to destroy its nodes either earlier or later than normal. For TKU patterns, refer to the documentation accompanying each pattern for details of special removal behavior.

Regardless of the presence or absence of a removal block in the pattern, if the Host corresponding to a DDD-triggered Runtime Environment node is destroyed, the Runtime Environment node is immediately destroyed (see How nodes get removed).

Runtime Environment nodes currently represent Java or .NET. The different technologies and discovery techniques lead to the following differences in their removal:

  • Java is grouped by command line; it has aging behavior like any grouped Software Instance.
  • .NET is based on package information, so it has authoritative removal.

It is possible for other triggers to be used. If any other trigger is used, BMC Discovery has no automatic removal behavior. Patterns must be used to explicitly destroy any Runtime Environment nodes created as a result of other triggers.

Runtime Environment node attributes

The attributes of a Runtime Environment node are described in the table below.

UI Name
Attribute Name and Type

Description

Name
name string

Name of the Runtime Environment.

Short Name
short_name string

Short name of the Runtime Environment.

Type
type string

Type of the Runtime Environment.

Instance Count
count int

Number of instances grouped together.

Not displayed in UI
key string

Globally unique key.

Publisher
publisher string

The publisher of the Runtime Environment. Only populated in cases that a Pattern identifies products from more than one publisher. This information is normally found in the Pattern node's publishers attribute.

Product Name
product string

The product name. Only populated in cases that a Pattern identifies more than one product. This information is normally found in the Pattern node's products attribute.

Full Version
version string

Full-resolution version.

Product Version
product_version string

Version publicised by the vendor.

Release
release string

Release number.

Edition
edition string

Edition.

Service Pack
service_pack string

Service pack.

Build
build string

Build number.

Patch
patch string

Patch level.

Revision
revision string

Revision.

Not displayed in UI
age_count int

The number of consecutive successful (positive) or failed (negative) times the Runtime Environment has been seen during host scans.

Not displayed in UI
last_update_success date

The time at which a scan was last successfully associated with this Runtime Environment.

Not displayed in UI
last_update_failure date

The time at which a scan associated with this Runtime Environment failed.

Not displayed in UI
_explicit_removal _string

Pattern that has taken over removal in place of standard removal.

Runtime Environment node relationships

The attributes and relationships of a Runtime Environment node are described in the tables below.

UI name

Relationship

Description

Host

RuntimeEnvironment:
RunningSoftware:
HostedSoftware:
Host:
Host

Host on which this Runtime Environment is present.

MFPart

RuntimeEnvironment:
RunningSoftware:
HostedSoftware:
Host:
MFPart

MFPart on which this Runtime Environment is present.

Maintaining Pattern

RuntimeEnvironment:
Element:
Maintainer:
Pattern:
Pattern

Pattern that is maintaining this Runtime Environment.

Software Support Details

RuntimeEnvironment:
ElementWithDetail:
SupportDetail:
SoftwareDetail:
SupportDetail

Software Support Detail related to this Runtime Environment.

Depended Upon By Software Instances

RuntimeEnvironment:
DependedUpon:
Dependency:
Dependant:
SoftwareInstance

Software Instances that depend upon this Runtime Environment.

Details

RuntimeEnvironment:
ElementWithDetail:
Detail:
Detail:
Detail

Details of this Runtime Environment.

Primary processes

RuntimeEnvironment:
InferredElement:
Inference:
Primary:
DiscoveredProcess

Discovered process from which the existence of this Runtime Environment was inferred.

Contributor processes

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredProcess

Discovered process from which one or more attributes of this Runtime Environment were inferred.

Associated processes

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredProcess

Discovered process related in some way to this Runtime Environment.

Associated services

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredService

Discovered service related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
Package

Package from which one or more attributes of this Runtime Environment were inferred.

Associated packages

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
Package

Package related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
Host

Host from which one or more attributes of this Runtime Environment were inferred.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
Host

Host related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Primary:
DiscoveredFile

Discovered file from which the existence of this Runtime Environment was inferred.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredFile

Discovered file from which one or more attributes of this Runtime Environment were inferred.

Associated files

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredFile

Discovered file related in some way to this Runtime Environment.

Primary software

RuntimeEnvironment:
InferredElement:
Inference:
Primary:
DiscoveredSoftware

Discovered software from which the existence of this Runtime Environment was inferred.

Contributor software

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredSoftware

Discovered software from which one or more attributes of this Runtime Environment were inferred.

Associated discovered software

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredSoftware

Discovered software related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredCommandResult

Discovered command result from which one or more attributes of this Runtime Environment were inferred.

Associated command results

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredCommandResult

Discovered command result related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredRegistryValue

Discovered Windows Registry value from which one or more attributes of this Runtime Environment were inferred.

Associated registry values

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredRegistryValue

Discovered Windows Registry value related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredWMI

Discovered WMI query result from which one or more attributes of this Runtime Environment were inferred.

Associated WMI values

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredWMI

Discovered WMI query result related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredWBEMInstance

Discovered WBEM instance from which one or more attributes of this Runtime Environment were inferred.

Associated WBEM instances

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredWBEMInstance

Discovered WBEM instance related in some way to this Runtime Environment.

Associated WBEM query results

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredWBEMQueryResult

Discovered WBEM result related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredWBEMAssociatorsResult

Discovered WBEM association from which one or more attributes of this Runtime Environment were inferred.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
DiscoveredWBEMQueryResult

Discovered WBEM result from which one or more attributes of this Runtime Environment were inferred.

Associated WBEM associators results

RuntimeEnvironment:
InferredElement:
Inference:
Associate:
DiscoveredWBEMAssociatorsResult

Discovered WBEM association related in some way to this Runtime Environment.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
Pattern

Pattern from which one or more attributes of this Runtime Environment were inferred.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Primary:
MFPart

MFPart from which the existence of this Runtime Environment was inferred.

Not displayed in UI

RuntimeEnvironment:
InferredElement:
Inference:
Contributor:
MFPart

MFPart from which one or more attributes of this Runtime Environment were inferred.

Was this page helpful? Yes No Submitting... Thank you

Comments