Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.

Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |

Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Deployment Jobs
Deployment refers to the process of transferring agent packages, policy templates, and instrumentation from the OMi server to one or more nodes. Deployment also includes transferring package and assignment information from a monitored node to the server.
OMi automatically creates a deployment job for a node:
-
Whenever you create or remove an assignment to a policy template, aspect, or management template, or when you modify the assigned configuration.
Note Instrumentation is not regarded as the assigned configuration. To redeploy the updated instrumentation, you must redeploy the aspect that contains the updated instrumentation to the appropriate nodes.
-
Whenever you request an update of the agent version that is installed on a monitored node.
-
Whenever you request to synchronize the installed packages or policy template assignment information with the server.
-
Whenever you modify a SiteScope connected server.
-
Whenever you modify the health check configuration of a monitored node or connected server.

Administration > Monitoring > Deployment Jobs
Alternatively, click Deployment Jobs.
Learn more

The OMi deployment data flow includes the following phases:
-
The assignment phase that defines which CI will be monitored against the values defined for the corresponding CI type referenced in a management template or aspect.
-
The creation of the deployment jobs phase that places the requests resulting from assignments into a queue to be processed.
-
The deployment phase that executes the corresponding deployment jobs (by transferring data to the managed nodes).
OMi supports the following deployment strategies:
-
Assignment with the immediate deployment (this is the default mode; all steps from the above list are executed one after the other).
-
The maintenance window-based deployment (the first two steps are executed together but the deployment phase takes place at a user-defined time). This strategy is recommended when you must automate the execution of deployment jobs during maintenance time periods.
To enable the maintenance window-based deployment, set the Create suspended deployment jobs setting to
true
in Infrastructure Settings for Monitoring Automation (in the Infrastructure Settings page, select Applications and use the list to set the administration context to Monitoring Automation). This will create suspended deployment jobs, which are placed in the job queue. You can deploy them at a later time using the opr-jobs command-line interface. (To manually start a single deployment job in theSUSPENDED
state, you can also select the job in the Deployment Jobs page and click Restart deployment jobs. However, for automation purposes, use the opr-jobs command-line interface.)
For more information, see opr-jobs Command-Line Interface.
Note The Create suspended deployment jobs infrastructure setting does not affect deployment jobs created when synchronizing installed packages or policy templates.
If the infrastructure setting is changed back tofalse
(default), all subsequent deployment jobs are created in thePENDING
state, which means they will be executed as soon as possible.Tip You can view the job queue in the Deployment Jobs page or by running the
opr-jobs -list
command.

Delta deployment provides the ability to transfer only non-deployed portions of data by determining the differences between already deployed configuration (management templates, aspects and policy templates) and the configuration that was assigned but not yet deployed to the monitored nodes due to various reasons.
Below are some examples:
-
An assignment with the immediate deployment was created but the deployment job did not complete because the HPE Operations Agent was unreachable. After the Agent is restarted, only the delta deployment takes place, meaning that only the data that was not yet deployed is transferred to the monitored nodes (and already deployed data is skipped).
-
A new instrumentation category package of an existing instrumentation category was uploaded to the Monitoring Automation database. Though it will not initiate the automatic redeployment, it sets the flags, and the next deployment job will deploy the changes.
You specify if you want to redeploy the full configuration (policy templates and instrumentation) or deploy only the configuration that was not yet transferred to the monitored nodes using one of following methods:
-
The
-force
option of the opr-agt command-line interface (selecting this option redeploys the full configuration). If this option is not set, only the configuration that was already assigned but not yet delivered to the HPE Operations Agent is deployed. For more information, see opr-agt Command-Line Interface. -
The options Re-Deploy Monitoring Configuration and Deploy not yet Deployed Monitoring Configuration available in the Administration > Setup and Maintenance > Monitored Nodes page. For more information, see Monitored Nodes.
In addition, OMi automatically checks all assignments every 12 hours and identifies the changes that may require redeployment of an assignment. (Normally, the RTSM issues a notification about the changes, but if their number is too high, you only receive a mass update notification.)
Example:
A new database instance is added to a node and the change is reported to the RTSM. An instance parameter of a threshold monitoring policy for the database instance availability now gets a new instance, meaning that the policy must be redeployed. The same happens if a database instance is removed from the RTSM or if an element (for example, an application instance) monitored by a management template becomes available in the RTSM. In this case, all policies related to the management template topology path that monitors the new element must be redeployed.

Use the Deployment Jobs page to manage deployment jobs. Some examples of tasks are:
-
Investigate and repair jobs in the
FAILED
state. Deployment jobs may fail when OMi cannot communicate with the node, for example because of network or certificate problems. -
Investigate and repair jobs remaining in the
PENDING
state longer than expected. Pending jobs are jobs that are waiting to be executed on a node. -
Manually restart single jobs in the
SUSPENDED
state after repairs or other updates. Jobs may be manually suspended by an OMi administrator. Jobs may also have the statusSUSPENDED
if another job for the same node has failed.To automate deployment jobs suspended during maintenance time periods, use the opr-jobs command-line interface.
-
Monitor running jobs. As soon as a deployment job is completed successfully, it is deleted from the job queue.
Tip
You can narrow down the list of deployment jobs by selecting a filters or searching for a specific string.
You can select multiple items by holding down the Ctrl or Shift key when selecting them.
Tasks

Select the job(s) you want to restart and click Restart deployment jobs . The state of the selected jobs changes to
RUNNING
(a job is being executed),
PENDING
(a job is awaiting execution), or
FAILED
(a job has failed).
When you restart a deployment job, the state of all other jobs for the same node changes to
PENDING
.

Select the job(s) you want to suspend and click Suspend deployment jobs . The state of the selected jobs changes to
SUSPENDED
.

Select the job(s) you want to delete and click Delete deployment jobs . The selected deployment jobs are removed from the list.
To restart jobs for deleted deployment jobs, click Start jobs for undeployed deployments .
UI Reference

UI Element | Description |
---|---|
![]() |
Reload deployment jobs: Refresh the list of deployment jobs. |
![]() |
Restart deployment jobs: Start deployment of the selected deployment jobs. |
![]() |
Suspend deployment jobs: Suspend deployment of the selected deployment jobs. |
![]() |
Delete deployment jobs: Delete the selected deployment jobs. |
![]() |
Start jobs for undeployed deployments: Start jobs for assignments that have not yet been deployed because the associated jobs have been deleted. |
<filter> |
Select a filter from the list to narrow down the list of deployment jobs to those matching the filter. The filter list contains the node filters defined in the Monitored Nodes UI. The <Deleted Nodes> filter shows deployment jobs for nodes without corresponding CIs in the RTSM. For details, see Monitored Nodes. |
![]()
|
Search/No Filter: Filter the items in the list:
|
State |
Indicates the state of the deployment job. The possible states are:
|
Node |
Target system for the deployment job. |
Deployed Item |
For assignments: The management template, aspect, or policy template that was used for the assignment. For deployments: The scope of the deployment (for example, policy templates, aspects, management templates, deployment packages, or package information or policy template assignment synchronization). |
Time Created |
Time of creation of the deployment job. |
Description |
Overview of the deployment job. If a deployment job has failed, the description column shows the details of the error or exception. |
Automatically reload jobs | Reloads the list of deployment jobs every few seconds. |

UI Element | Description |
---|---|
State |
Indicates state of the deployment job. The possible states are:
|
Description |
Overview of the deployment job. If a deployment job has failed, the description shows the details of the error or exception. |
Deployment Job ID | ID of the deployment job. |
Node |
Target system for the deployment job. |
Scope |
For assignments: The management template, aspect, or policy template that was used for the assignment. For deployments: The scope of the deployment (for example, policy templates, aspects, management templates, deployment packages, or package information or policy template assignment synchronization). |
Date created |
Date and time the deployment job was created. |
Date modified | Date and time the status of a deployment job was last modified. |
Executed on gateway | Name of the gateway server that initiated the deployment. |
Troubleshooting
This section includes:

Problem: After assigning configuration to a monitored node Monitoring Automation does not create deployment jobs. The Deployment Jobs screen does not show any deployment jobs.
Solution: Monitoring Automation creates a deployment whenever you create or remove an assignment from a policy template, aspect, or management template, or when you modify the assigned configuration. When the configuration changes, Monitoring Automation compares the changes with what is already deployed and then decides whether to create a deployment job or not.
You can check the following log file for information on Monitoring Automation's evaluation of required deployment jobs:
<OMi_HOME>/log/jboss/opr-configserver.log

Problem: A deployment job fails with the following error message:
Could not deploy the health check configuration to the node. Agent versions earlier than 11.12.0 are not supported. Upgrade the agent to version 11.12.0 or later and redeploy the configuration.
Solution: HPE Operations Agents version 11.12 and earlier do not support parameterized policy templates such as the Health Check - Heart Beat Policy template, which contains a parameter for the heartbeat interval. The scheduled task policy template can therefore not be deployed to agents earlier than 11.12. To check the health of any HPE Operations Agents connected to Monitoring Automation, upgrade the agents to version 11.12 or later. See also Configure health checks.

To communicate with a node (for example, to deploy configuration or for monitoring), OMi uses the node's primary DNS name. This name by default takes priority over any IP addresses entered for the node. The node's hostname must therefore be resolvable by DNS to avoid failed deployment jobs.
For more information, see DNS Names Versus IP Addresses.
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to ovdoc-asm@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: