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-agent-issues-linux.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,14 +27,15 @@ This article discusses how to run the troubleshooter for Azure machines from the
27
27
28
28
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.
29
29
30
-

30
+
:::image type="content" source="../media/update-agent-issues-linux/vm-list.png" alt-text="Screenshot of VM list page":::
31
31
32
32
> [!NOTE]
33
33
> The checks require the VM to be running. If the VM isn't running, **Start the VM** appears.
34
34
35
35
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.
:::image type="content" source="../media/update-agent-issues-linux/troubleshoot-page.png" alt-text="Screenshot of Troubleshoot page":::
38
+
38
39
39
40
When the checks are finished, the results are returned in the window. The check sections provide information on what each check is looking for.
40
41
@@ -205,7 +206,7 @@ Curl on provided OMS endpoint
205
206
206
207
### Software Repositories
207
208
208
-
Fix this issue by allowing the prerequisite Repo URL. For more information, see [RHEL](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui)
209
+
Fix this issue by allowing the prerequisite Repo URL. For RHEL, see [here](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui).
209
210
210
211
Post making Network changes you can either rerun the Troubleshooter or
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/update-agent-issues.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,20 @@ There can be many reasons why your machine isn't showing up as ready (healthy) d
21
21
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).
22
22
23
23
> [!NOTE]
24
-
> The troubleshooter script now includes checks for Windows Server Update Services (WSUS) and for the autodownload and install keys.
24
+
> The troubleshooter script now includes checks for Windows Server Update Services (WSUS) and for the auto download and install keys.
25
25
26
26
## Start the troubleshooter
27
27
28
28
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 [Troubleshoot offline](#troubleshoot-offline) to troubleshoot a non-Azure machine.
29
29
30
-

30
+
:::image type="content" source="../media/update-agent-issues/vm-list.png" alt-text="Screenshot of the Update Management list of virtual machines":::
31
31
32
32
> [!NOTE]
33
33
> To check the health of the Hybrid Runbook Worker, the VM must be running. If the VM isn't running, a **Start the VM** button appears.
34
34
35
35
On the Troubleshoot Update Agent page, select **Run checks** to start the troubleshooter. The troubleshooter uses [Run Command](../../virtual-machines/windows/run-command.md) to run a script on the machine, to verify dependencies. When the troubleshooter is finished, it returns the result of the checks.
36
36
37
-

37
+
:::image type="content" source="../media/update-agent-issues/troubleshoot-page.png" alt-text="Screenshot of the Troubleshoot Update Agent page":::
38
38
39
39
Results are shown on the page when they're ready. The checks sections show what's included in each check.
40
40
@@ -109,8 +109,9 @@ Heartbeat | where Computer =~ ""
0 commit comments