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/extension-based-hybrid-runbook-worker.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Troubleshoot extension-based Hybrid Runbook Worker issues in Azure Automation
3
3
description: This article tells how to troubleshoot and resolve issues that arise with Azure Automation extension-based Hybrid Runbook Workers.
4
4
services: automation
5
-
ms.date: 04/26/2024
5
+
ms.date: 04/26/2023
6
6
ms.topic: troubleshooting
7
7
ms.custom: devx-track-azurepowershell
8
8
---
@@ -44,7 +44,8 @@ To help troubleshoot issues with extension-based Hybrid Runbook Workers:
44
44
45
45
#### Issue
46
46
Job fails to start on a Hybrid Worker and you see the following error:
47
-
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*
47
+
48
+
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*.
48
49
49
50
#### Cause
50
51
This error can occur due to the following reasons:
@@ -54,12 +55,14 @@ This error can occur due to the following reasons:
54
55
- The Hybrid Runbook Worker extension has been uninstalled from the machine.
55
56
56
57
#### Resolution
57
-
Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job. You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
58
+
- Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job.
59
+
- You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
58
60
59
61
### Scenario: Job was suspended as it exceeded the job limit for a Hybrid Worker
60
62
61
63
#### Issue
62
64
Job gets suspended with the following error message:
65
+
63
66
*Job was suspended as it exceeded the job limit for a Hybrid Worker. Add more Hybrid Workers to the Hybrid Worker group to overcome this issue.*
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/hybrid-runbook-worker.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,8 @@ Verify the Log Analytics Gateway server is online and is accessible from the mac
60
60
61
61
#### Issue
62
62
Job fails to start on a Hybrid Worker and you see the following error:
63
-
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*
63
+
64
+
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*.
64
65
65
66
#### Cause
66
67
This error can occur due to the following reasons:
@@ -70,12 +71,14 @@ This error can occur due to the following reasons:
70
71
- The Hybrid Runbook Worker extension has been uninstalled from the machine.
71
72
72
73
#### Resolution
73
-
Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job. You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
74
+
- Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job.
75
+
- You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
74
76
75
77
### Scenario: Job was suspended as it exceeded the job limit for a Hybrid Worker
76
78
77
79
#### Issue
78
80
Job gets suspended with the following error message:
81
+
79
82
*Job was suspended as it exceeded the job limit for a Hybrid Worker. Add more Hybrid Workers to the Hybrid Worker group to overcome this issue.*
0 commit comments