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/automation-runbook-execution.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Azure Automation makes use of the [Azure Monitor](https://docs.microsoft.com/azu
82
82
83
83
### Log Analytics agent for Windows
84
84
85
-
The [Log Analytics agent for Windows](https://docs.microsoft.com/azure/azure-monitor/platform/agent-window) works with Azure Monitor to manage Windows VMs and physical computers. The machines can be running either in Azure or in a non-Azure environment, such as a local datacenter. You must configure the agent to report to one or more Log Analytics workspaces.
85
+
The [Log Analytics agent for Windows](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows) works with Azure Monitor to manage Windows VMs and physical computers. The machines can be running either in Azure or in a non-Azure environment, such as a local datacenter. You must configure the agent to report to one or more Log Analytics workspaces.
86
86
87
87
>[!NOTE]
88
88
>The Log Analytics agent for Windows was previously known as the Microsoft Monitoring Agent (MMA).
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/update-agent-issues-linux.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,27 +13,30 @@ manager: carmonm
13
13
14
14
# Troubleshoot Linux update agent issues
15
15
16
-
There can be many reasons your machine isn't showing up as ready (healthy) in the Azure Automation Update Management solution. In Update Management, you can check the health of a Hybrid Runbook Worker agent to determine the underlying problem. This article discusses how to run the troubleshooter for Azure machines from the Azure portal and non-Azure machines in the [offline scenario](#troubleshoot-offline).
16
+
There can be many reasons why your machine isn't showing up as ready (healthy) in Update Management. You can check the health of a Linux Hybrid Runbook Worker agent to determine the underlying problem. The following are the three readiness states for a machine:
17
17
18
-
A machine can be in three readiness states:
19
-
20
-
***Ready**: The Hybrid Runbook Worker is deployed and was last seen less than one hour ago.
21
-
***Disconnected**: The Hybrid Runbook Worker is deployed and was last seen over one hour ago.
22
-
***Not configured**: The Hybrid Runbook Worker isn't found or hasn't finished onboarding.
18
+
* Ready: The Hybrid Runbook Worker is deployed and was last seen less than one hour ago.
19
+
* Disconnected: The Hybrid Runbook Worker is deployed and was last seen over one hour ago.
20
+
* Not configured: The Hybrid Runbook Worker isn't found or hasn't finished onboarding.
23
21
24
22
> [!NOTE]
25
23
> There can be a slight delay between what the Azure portal shows and the current state of a machine.
26
24
25
+
This article discusses how to run the troubleshooter for Azure machines from the Azure portal and non-Azure machines in the [offline scenario](#troubleshoot-offline).
26
+
27
+
> [!NOTE]
28
+
> The troubleshooter script currently doesn't route traffic through a proxy server if one is configured.
29
+
27
30
## Start the troubleshooter
28
31
29
-
For Azure machines, select the **troubleshoot** link under the **Update Agent Readiness** column in the portal to open the **Troubleshoot Update Agent** page. For non-Azure machines, the link brings you to this article. To troubleshoot a non-Azure machine, see the instructions in the "Troubleshoot offline" section.
32
+
For Azure machines, select the **troubleshoot** link under the **Update Agent Readiness** column in the portal to open the Troubleshoot Update Agent page. For non-Azure machines, the link brings you to this article. To troubleshoot a non-Azure machine, see the instructions in the "Troubleshoot offline" section.
30
33
31
34

32
35
33
36
> [!NOTE]
34
37
> The checks require the VM to be running. If the VM isn't running, **Start the VM** appears.
35
38
36
-
On the **Troubleshoot Update Agent** page, select **Run Checks** to start the troubleshooter. The troubleshooter uses [Run command](../../virtual-machines/linux/run-command.md) to run a script on the machine to verify the dependencies. When the troubleshooter is finished, it returns the result of the checks.
39
+
On the Troubleshoot Update Agent page, select **Run Checks** to start the troubleshooter. The troubleshooter uses [Run command](../../virtual-machines/linux/run-command.md) to run a script on the machine to verify the dependencies. When the troubleshooter is finished, it returns the result of the checks.
@@ -80,6 +83,9 @@ This check verifies if the Log Analytics agent for Linux has the Hybrid Runbook
80
83
81
84
This check makes sure the Hybrid Runbook Worker is running on the machine. The following processes should be present if the Hybrid Runbook Worker is running correctly. To learn more, see [Troubleshooting the Log Analytics Agent for Linux](hybrid-runbook-worker.md#oms-agent-not-running).
82
85
86
+
> [!NOTE]
87
+
> If the Hybrid Runbook Worker is not running and the operations endpoint has failed, the update can fail. Update Management downloads the hybrid worker packages from the operations endpoint.
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/update-agent-issues.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,20 @@ manager: carmonm
13
13
14
14
# Troubleshoot Windows update agent issues
15
15
16
-
There can be many reasons why your machine isn't showing up as ready (healthy) in Update Management. In Update Management, you can check the health of a Hybrid Runbook Worker agent to determine the underlying problem. This article discusses how to run the troubleshooter for Azure machines from the Azure portal, and non-Azure machines in the [offline scenario](#troubleshoot-offline).
16
+
There can be many reasons why your machine isn't showing up as ready (healthy) in Update Management. You can check the health of a Windows Hybrid Runbook Worker agent to determine the underlying problem. The following are the three readiness states for a machine:
17
17
18
-
The following are the three readiness states for a machine:
19
-
20
-
* Ready: The Hybrid Runbook Worker is deployed and was last seen less than 1 hour ago.
21
-
* Disconnected: The Hybrid Runbook Worker is deployed and was last seen over 1 hour ago.
18
+
* Ready: The Hybrid Runbook Worker is deployed and was last seen less than one hour ago.
19
+
* Disconnected: The Hybrid Runbook Worker is deployed and was last seen over one hour ago.
22
20
* Not configured: The Hybrid Runbook Worker isn't found or hasn't finished onboarding.
23
21
24
22
> [!NOTE]
25
23
> There can be a slight delay between what the Azure portal shows and the current state of a machine.
26
24
25
+
This article discusses how to run the troubleshooter for Azure machines from the Azure portal, and non-Azure machines in the [offline scenario](#troubleshoot-offline). The troubleshooter now includes checks for Windows Server Update Services (WSUS) and for the autodownload and install keys.
26
+
27
+
> [!NOTE]
28
+
> The troubleshooter script currently doesn't route traffic through a proxy server if one is configured.
29
+
27
30
## Start the troubleshooter
28
31
29
32
For Azure machines, you can launch the **Troubleshoot Update Agent** page by selecting the **Troubleshoot** link under the **Update Agent Readiness** column in the portal. For non-Azure machines, the link brings you to this article. See the [offline instructions](#troubleshoot-offline) to troubleshoot a non-Azure machine.
0 commit comments