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: azure-local/concepts/telemetry-and-diagnostics-overview.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,6 @@ Repair Description: N/A
113
113
114
114
You can grant remote access to Microsoft support by using remote support operations. After enabling remote support, assign a specific access level to Microsoft support based on your requirements. For more information, see [Enable remote support diagnostics](../manage/get-remote-support.md#enable-remote-support-diagnostics) and the [List of Microsoft support operations](../manage/remote-support-arc-extension.md#list-of-microsoft-support-operations).
115
115
116
-
## Troubleshoot telemetry and diagnostic errors
117
-
118
-
For information on troubleshootings Arc extension errors, see [Troubleshoot Arc extensions on Azure Local](../manage/troubleshoot-arc-enabled-extensions.md).
119
-
120
116
## Next step
121
117
122
118
Learn about [Azure Arc extension management on Azure Local](../manage/arc-extension-management.md).
Copy file name to clipboardExpand all lines: azure-local/manage/get-remote-support.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ To enable remote support on your Azure Local, follow these steps:
91
91
>
92
92
> `Processing data from remote server NodeName failed with the following error message: The I/O operation has been aborted because of either a thread exit or an application request.`
93
93
>
94
-
> For more information, see [Error handling](./troubleshoot-arc-enabled-extensions.md#error-enabling-remote-support).
94
+
> For more information, see [Error handling](#error-handling).
> Session transcript details are retained for 90 days. You can retrieve details for a remote session within 90 days after the session.
204
204
205
+
## Error handling
206
+
207
+
When you enable remote support on Azure Local, you may encounter an error. The following section describes the error message, its cause, and suggested resolutions.
208
+
209
+
When you run the enable remote support command for the first time, you may see the following error message:
Processing data from remote server NodeName failed with the following error message: The I/O operation has been aborted because of either a thread exit or an application request.
224
+
```
225
+
226
+
**Error Message**: Processing data from remote server `NodeName` failed with the following error message: The I/O operation has been aborted because of either a thread exit or an application request.
227
+
228
+
**Cause**: When you enable remote support, a Windows Remote Management (WinRM) service restart is required to active Just Enough Administration (JEA). During the remote support JEA configuration, the WinRM restarts twice, which might disrupt the PowerShell session to the node.
229
+
230
+
**Suggested resolutions**: You can choose one of the following options to resolve this error and enable remote support:
231
+
232
+
- Wait for a few minutes. Repeat step #2 and #3 for each JEA endpoint to reconnect to your machine and enable remote support.
233
+
- After the third run of the enable remote support command, you shouldn’t see any other error. Refer to the output at step #3 for a successful example of the remote support installation.
234
+
- Instead of using the remote PowerShell session, you can enable remote support by connecting to each node using [Remote Desktop Protocol](https://support.microsoft.com/en-us/windows/how-to-use-remote-desktop-5fe128d5-8fb1-7a23-3b8a-41e636865e8c) and enabling it.
235
+
205
236
## Next steps
206
237
207
238
- Learn about [Azure Arc extension management](../manage/arc-extension-management.md).
0 commit comments