Skip to content

Commit ededeb4

Browse files
committed
Fixing task 1716660
1 parent 6a8ffd5 commit ededeb4

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

articles/automation/troubleshoot/update-agent-issues-linux.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,30 @@ manager: carmonm
1313

1414
# Troubleshoot Linux update agent issues
1515

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:
1717

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.
2321

2422
> [!NOTE]
2523
> There can be a slight delay between what the Azure portal shows and the current state of a machine.
2624
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+
2730
## Start the troubleshooter
2831

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.
3033

3134
![VM list page](../media/update-agent-issues-linux/vm-list.png)
3235

3336
> [!NOTE]
3437
> The checks require the VM to be running. If the VM isn't running, **Start the VM** appears.
3538
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.
3740

3841
![Troubleshoot page](../media/update-agent-issues-linux/troubleshoot-page.png)
3942

@@ -80,6 +83,9 @@ This check verifies if the Log Analytics agent for Linux has the Hybrid Runbook
8083

8184
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).
8285

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.
88+
8389
```bash
8490
nxautom+ 8567 1 0 14:45 ? 00:00:00 python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/MSFT_nxOMSAutomationWorkerResource/automationworker/worker/main.py /var/opt/microsoft/omsagent/state/automationworker/oms.conf rworkspace:<workspaceId> <Linux hybrid worker version>
8591
nxautom+ 8593 1 0 14:45 ? 00:00:02 python /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/MSFT_nxOMSAutomationWorkerResource/automationworker/worker/hybridworker.py /var/opt/microsoft/omsagent/state/automationworker/worker.conf managed rworkspace:<workspaceId> rversion:<Linux hybrid worker version>

articles/automation/troubleshoot/update-agent-issues.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@ manager: carmonm
1313

1414
# Troubleshoot Windows update agent issues
1515

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:
1717

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.
2220
* Not configured: The Hybrid Runbook Worker isn't found or hasn't finished onboarding.
2321

2422
> [!NOTE]
2523
> There can be a slight delay between what the Azure portal shows and the current state of a machine.
2624
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+
2730
## Start the troubleshooter
2831

2932
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

Comments
 (0)