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/hybrid-runbook-worker.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The Hybrid Runbook Worker receives event 15011, indicating that a query result i
67
67
68
68
#### Cause
69
69
70
-
The Hybrid Runbook Worker hasn't been configured correctly for the automated deployment solution. This solution contains a part that connects the VM to the Log Analytics workspace. The PowerShell script looks for the workspace in the subscription with the supplied name. In this case, the Log Analytics workspace is in a different subscription. The script can't find the workspace and tries to create one, but the name is already taken. Thus the deployment fails.
70
+
The Hybrid Runbook Worker hasn't been configured correctly for the automated deployment solution. This solution contains a part that connects the VM to the Log Analytics workspace. The PowerShell script looks for the workspace in the subscription with the supplied name. In this case, the Log Analytics workspace is in a different subscription. The script can't find the workspace and tries to create one, but the name is already taken. As a result, the deployment fails.
71
71
72
72
#### Resolution
73
73
@@ -89,7 +89,7 @@ The Hybrid Runbook Worker machine hasn't pinged Azure Automation for more than 3
89
89
90
90
#### Resolution
91
91
92
-
Start the worker machine, and then rereregister it with Azure Automation. See instructions for installing the runbook environment and connecting to Azure Automation in[Deploy a Windows Hybrid Runbook Worker](../automation-windows-hrw-install.md).
92
+
Start the worker machine, and then rereregister it with Azure Automation. For instructions on how to install the runbook environment and connect to Azure Automation, see[Deploy a Windows Hybrid Runbook Worker](../automation-windows-hrw-install.md).
93
93
94
94
### <aname="no-cert-found"></a>Scenario: No certificate was found in the certificate store on the Hybrid Runbook Worker
95
95
@@ -133,7 +133,7 @@ The following issues are possible causes:
133
133
#### Resolution
134
134
135
135
##### Mistyped workspace ID or key
136
-
To verify if the agent's workspace ID or workspace key has been mistyped, see [Adding or removing a workspace – Windows agent](../../azure-monitor/platform/agent-manage.md#windows-agent) for the Windows agent or [Adding or removing a workspace – Linux agent](../../azure-monitor/platform/agent-manage.md#linux-agent) for the Linux agent. Make sure to select the full string from the Azure portal, and copy and paste it carefully.
136
+
To verify if the agent's workspace ID or workspace key was mistyped, see [Adding or removing a workspace – Windows agent](../../azure-monitor/platform/agent-manage.md#windows-agent) for the Windows agent or [Adding or removing a workspace – Linux agent](../../azure-monitor/platform/agent-manage.md#linux-agent) for the Linux agent. Make sure to select the full string from the Azure portal, and copy and paste it carefully.
The following list shows the processes that are started for a Linux Hybrid Runbook Worker. They're all located in the */var/opt/microsoft/omsagent/state/automationworker/* directory.
168
+
The following list shows the processes that are started for a Linux Hybrid Runbook Worker. They're all located in the /var/opt/microsoft/omsagent/state/automationworker/ directory.
169
169
170
170
***oms.conf**: The worker manager process. It's started directly from DSC.
171
171
***worker.conf**: The Auto-Registered hybrid worker process. It's started by the worker manager. This process is used by Update Management and is transparent to the user. This process isn't present if the Update Management solution isn't enabled on the machine.
@@ -211,7 +211,7 @@ This issue can be caused by your proxy or network firewall blocking communicatio
211
211
212
212
#### Resolution
213
213
214
-
Logs are stored locally on each hybrid worker at **C:\ProgramData\Microsoft\System Center\Orchestrator\7.2\SMA\Sandboxes**. You can verify if there are any warning or error events in the **Application and Services Logs\Microsoft-SMA\Operations** and **Application and Services Logs\Operations Manager** event logs. These logs indicate a connectivity or other type of issue that affects onboarding of the role to Azure Automation, or an issue encountered under normal operations. For additional help troubleshooting issues with the Log Analytics agent, see [Troubleshoot issues with the Log Analytics Windows agent](../../azure-monitor/platform/agent-windows-troubleshoot.md).
214
+
Logs are stored locally on each hybrid worker at C:\ProgramData\Microsoft\System Center\Orchestrator\7.2\SMA\Sandboxes. You can verify if there are any warning or error events in the **Application and Services Logs\Microsoft-SMA\Operations** and **Application and Services Logs\Operations Manager** event logs. These logs indicate a connectivity or other type of issue that affects onboarding of the role to Azure Automation, or an issue encountered under normal operations. For additional help troubleshooting issues with the Log Analytics agent, see [Troubleshoot issues with the Log Analytics Windows agent](../../azure-monitor/platform/agent-windows-troubleshoot.md).
215
215
216
216
Hybrid workers send [Runbook output and messages](../automation-runbook-output-and-messages.md) to Azure Automation in the same way that runbook jobs running in the cloud send output and messages. You can enable the Verbose and Progress streams just as you do for runbooks.
217
217
@@ -229,7 +229,7 @@ The connection to Active Directory Federation Services (AD FS) on the server can
229
229
230
230
#### Resolution
231
231
232
-
You can resolve the issue for the Orchestrator sandbox by migrating your script to use the Azure Active Directory modules instead of the MSOnline module for PowerShell cmdlets. See[Migrating from Orchestrator to Azure Automation (Beta)](https://docs.microsoft.com/azure/automation/automation-orchestrator-migration).
232
+
You can resolve the issue for the Orchestrator sandbox by migrating your script to use the Azure Active Directory modules instead of the MSOnline module for PowerShell cmdlets. For more information, see[Migrating from Orchestrator to Azure Automation (Beta)](https://docs.microsoft.com/azure/automation/automation-orchestrator-migration).
233
233
234
234
If you want to continue to use the MSOnline module cmdlets, change your script to use [Invoke-Command](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/invoke-command?view=powershell-7). Specify values for the `ComputerName` and `Credential` parameters.
235
235
@@ -250,7 +250,7 @@ This code change starts an entirely new PowerShell session under the context of
250
250
251
251
Your Hybrid Runbook Worker machine is running, but you don't see heartbeat data for the machine in the workspace.
252
252
253
-
The following example query shows the machines in a workspace and their last heartbeat.
253
+
The following example query shows the machines in a workspace and their last heartbeat:
Copy file name to clipboardExpand all lines: articles/automation/troubleshoot/onboarding.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ There's currently no workaround for this issue.
49
49
50
50
#### Issue
51
51
52
-
You receive one of the following messages when you attempt to onboard a VM to a solution.
52
+
You receive one of the following messages when you attempt to onboard a VM to a solution:
53
53
54
54
```error
55
55
The solution cannot be enabled due to missing permissions for the virtual machine or deployments
@@ -71,15 +71,15 @@ Ensure that you have correct [permissions needed to onboard machines](../automat
71
71
72
72
#### Issue
73
73
74
-
You receive the following message when you attempt to onboard a VM to a solution.
74
+
You receive the following message when you attempt to onboard a VM to a solution:
75
75
76
76
```error
77
77
Failed to configure automation account for diagnostic logging
78
78
```
79
79
80
80
#### Cause
81
81
82
-
This error can be caused if the pricing tier doesn't match the subscription's billing model. See[Monitoring usage and estimated costs in Azure Monitor](https://aka.ms/PricingTierWarning).
82
+
This error can be caused if the pricing tier doesn't match the subscription's billing model. For more information, see[Monitoring usage and estimated costs in Azure Monitor](https://aka.ms/PricingTierWarning).
83
83
84
84
#### Resolution
85
85
@@ -124,7 +124,7 @@ Check the notifications in the upper-right corner of the Azure portal, or go to
124
124
125
125
#### Issue
126
126
127
-
You receive the following error message when you try to unlink a workspace.
127
+
You receive the following error message when you try to unlink a workspace:
128
128
129
129
```error
130
130
The link cannot be updated or deleted because it is linked to Update Management and/or ChangeTracking Solutions.
@@ -145,7 +145,7 @@ Remove the following solutions from your workspace if you're using them:
145
145
After you remove the solutions, you can unlink your workspace. It's important to clean up any existing artifacts from these solutions from your workspace and your Automation account:
146
146
147
147
* For Update Management, remove **Update Deployments (Schedules)** from your Automation account.
148
-
* For Start/Stop VMs during off-hours, remove any locks on solution components in your Automation account under **Settings** > **Locks**. See[Remove the Start/Stop VMs during off-hours solution](../automation-solution-vm-management.md#remove-the-solution).
148
+
* For Start/Stop VMs during off-hours, remove any locks on solution components in your Automation account under **Settings** > **Locks**. For more information, see[Remove the Start/Stop VMs during off-hours solution](../automation-solution-vm-management.md#remove-the-solution).
149
149
150
150
## <aname="mma-extension-failures"></a>Log Analytics for Windows extension failures
0 commit comments