Skip to content

Commit a73d3d9

Browse files
authored
Merge pull request #108045 from MGoedtel/task1688235
updated troubleshooting for UM
2 parents db072c4 + e7ea9ff commit a73d3d9

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

articles/automation/troubleshoot/update-management.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot and resolve issues with the Update Manage
44
services: automation
55
author: mgoedtel
66
ms.author: magoedte
7-
ms.date: 03/02/2020
7+
ms.date: 03/17/2020
88
ms.topic: conceptual
99
ms.service: automation
1010
manager: carmonm
@@ -19,6 +19,38 @@ If you encounter issues while you're trying to onboard the solution on a virtual
1919

2020
The following section highlights specific error messages and possible resolutions for each. For other onboarding issues see [Troubleshoot solution onboarding](onboarding.md).
2121

22+
## Scenario: You receive the error "Failed to enable the Update solution"
23+
24+
### Issue
25+
26+
When you attempt to enable the Update Management solution in your Automation account, you encounter the following error:
27+
28+
```error
29+
Error details: Failed to enable the Update solution
30+
```
31+
32+
### Cause
33+
34+
This error can occur for the following reasons:
35+
36+
1. The network firewall requirements for the Log Analytics agent may not be configured correctly, causing the agent to fail resolving the DNS URLs.
37+
38+
2. Solution targeting is misconfigured and the machine is not receiving updates as expected.
39+
40+
You may also notice the machine shows with a status of **Non-compliant** under **Compliance**, however **Agent update readiness** is reporting the agent is **Disconnected**.
41+
42+
### Resolution
43+
44+
* Run the troubleshooter for [Windows](update-agent-issues.md#troubleshoot-offline) or [Linux](update-agent-issues-linux.md#troubleshoot-offline), depending on the OS.
45+
46+
* Go to [Network planning](../automation-hybrid-runbook-worker.md#network-planning) to learn about which addresses and ports must be allowed for Update Management to work.
47+
48+
* Go to [Network planning](../../azure-monitor/platform/log-analytics-agent.md#network-requirements) to learn about which addresses and ports must be allowed for Log Analytic agent to work.
49+
50+
* Check for scope configuration problems. [Scope configuration](../automation-onboard-solutions-from-automation-account.md#scope-configuration) determines which machines get configured for the solution. If your machine is showing up in your workspace but not in the **Update Management** portal, you'll need to configure the scope configuration to target the machines. To learn how to configure the scope configuration, see [Onboard machines in the workspace](../automation-onboard-solutions-from-automation-account.md#onboard-machines-in-the-workspace).
51+
52+
* Remove the worker configuration by following the steps [deleting the hybrid runbook worker](../automation-hybrid-runbook-worker.md#remove-a-hybrid-runbook-worker).
53+
2254
## Scenario: Superseded update indicated as missing in Update Management
2355

2456
### Issue
@@ -65,7 +97,7 @@ You experience the following symptoms:
6597

6698
This issue can be caused by local configuration issues or by improperly configured scope configuration.
6799

68-
You might have to reregister and reinstall the Hybrid Runbook Worker.
100+
You might have to re-register and reinstall the Hybrid Runbook Worker.
69101

70102
You might have defined a quota in your workspace that's been reached and that's preventing further data storage.
71103

0 commit comments

Comments
 (0)