You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/update-management.md
+34-2Lines changed: 34 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to troubleshoot and resolve issues with the Update Manage
4
4
services: automation
5
5
author: mgoedtel
6
6
ms.author: magoedte
7
-
ms.date: 03/02/2020
7
+
ms.date: 03/17/2020
8
8
ms.topic: conceptual
9
9
ms.service: automation
10
10
manager: carmonm
@@ -19,6 +19,38 @@ If you encounter issues while you're trying to onboard the solution on a virtual
19
19
20
20
The following section highlights specific error messages and possible resolutions for each. For other onboarding issues see [Troubleshoot solution onboarding](onboarding.md).
21
21
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
+
22
54
## Scenario: Superseded update indicated as missing in Update Management
23
55
24
56
### Issue
@@ -65,7 +97,7 @@ You experience the following symptoms:
65
97
66
98
This issue can be caused by local configuration issues or by improperly configured scope configuration.
67
99
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.
69
101
70
102
You might have defined a quota in your workspace that's been reached and that's preventing further data storage.
0 commit comments