Skip to content

Commit c3634bd

Browse files
committed
Updated text
1 parent 206fd8d commit c3634bd

File tree

2 files changed

+32
-5
lines changed

2 files changed

+32
-5
lines changed

azure-local/concepts/telemetry-and-diagnostics-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ Repair Description: N/A
113113

114114
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).
115115

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-
120116
## Next step
121117

122118
Learn about [Azure Arc extension management on Azure Local](../manage/arc-extension-management.md).

azure-local/manage/get-remote-support.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To enable remote support on your Azure Local, follow these steps:
9191
>
9292
> `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.`
9393
>
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).
9595
9696
3. To enable remote support, run this command:
9797
@@ -202,6 +202,37 @@ Get-RemoteSupportSessionHistory -IncludeSessionTranscript -SessionId <SessionId>
202202
> [!NOTE]
203203
> Session transcript details are retained for 90 days. You can retrieve details for a remote session within 90 days after the session.
204204
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:
210+
211+
```console
212+
PS C:\Users\Administrator> etsn -ComputerName v-host1 -Credential $cred
213+
214+
PS C:\Users\HciDeploymentUser\Documents> Enable-RemoteSupport -AccessLevel Diagnostics -ExpireMinutes 1440
215+
216+
Proceed with enabling remote support?
217+
[Y] Yes [N] No [?] Help (default is "Y"): Y
218+
219+
Type Keys Name
220+
---- ---- ----
221+
Container {Name=SupportDiagnosticEndpoint} SupportDiagnosticEndpoint
222+
223+
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+
205236
## Next steps
206237

207238
- Learn about [Azure Arc extension management](../manage/arc-extension-management.md).

0 commit comments

Comments
 (0)