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
This article provides information on the Azure Stack HCI Support Diagnostic Tool that helps you troubleshoot and diagnose complex issues on your Azure Stack HCI. The tool consists of a set of PowerShell commands that simplify data collection, troubleshooting, and resolution of common issues in Azure Stack HCI.
15
-
16
-
> [!NOTE]
17
-
> This tool is currently only available for Azure Stack HCI, version 22H2.
18
-
19
-
This tool is designed to simplify the support and troubleshooting process and isn't a substitute for expert knowledge. If you encounter any issues, we recommend that you reach out to Microsoft Support for assistance.
10
+
# Use the Support Diagnostic Tool to troubleshoot Azure Local issues
20
11
12
+
This article provides information to download and use the Azure Local Support Diagnostic Tool. The tool is a set of PowerShell commands to simplify data collection, troubleshooting, and resolution of common issues.
21
13
14
+
This tool isn't a substitute for expert knowledge. If you encounter any issues, contact Microsoft Support for assistance.
22
15
23
16
## Benefits
24
17
25
-
The Azure Stack HCI Support Diagnostic Tool simplifies the support and troubleshooting process by providing simple commands that don't require any knowledge of the underlying product. This means that you can quickly get a first glance at what might be causing an issue, without needing to be an expert on the product.
18
+
The Azure Local Support Diagnostic Tool uses simple commands to identify issues without expert product knowledge.
26
19
27
-
The tool currently offers the following features:
20
+
The tool provides:
28
21
29
-
-**Easy installation and updates**: Can be installed and updated natively using PowerShell Gallery, without any extra requirements.
22
+
-**Easy installation and updates**: Install and update natively using PowerShell Gallery, without extra requirements.
30
23
31
-
-**Diagnostic checks**: Offers diagnostic checks based on common issues, incidents, and telemetry data.
24
+
-**Diagnostic checks**: Provides diagnostic checks based on common issues, incidents, and telemetry data.
32
25
33
-
-**Automatic data collection**: Automatically collects important data in case you want to reach out to Microsoft Customer Support.
26
+
-**Automatic data collection**: Automatically collects important data to provide to Microsoft Support.
34
27
35
-
-**Regular updates**: Is regularly updated with new checks and useful commands to manage, troubleshoot, and diagnose issues on Azure Stack HCI.
28
+
-**Regular updates**: Updates with new checks and useful commands to manage, troubleshoot, and diagnose issues on Azure Local.
36
29
37
30
## Prerequisites
38
31
39
-
The following prerequisites must be completed to ensure the PowerShell module runs properly:
32
+
Before you use the PowerShell module, make sure to:
33
+
34
+
- Download the Azure Local Support Diagnostic Tool from the [PowerShell Gallery](https://www.powershellgallery.com/packages?q=hci).
40
35
41
-
-Download the Azure Stack HCI Support Diagnostic tool from the [PowerShell Gallery](https://www.powershellgallery.com/packages?q=hci).
36
+
-Import the module into an elevated PowerShell window using an account with administrator privileges on the local system.
42
37
43
-
-Import the module into an elevated PowerShell window by an account with administrator privileges on the local system.
38
+
-Install the module on each node of the Azure Local system.
44
39
45
-
- Install the module on each node of the Azure Stack HCI system.
40
+
##Install and use the Azure Local Support Diagnostic Tool
46
41
47
-
## Install and use the tool
42
+
Run PowerShell as an administrator and then run the following commands:
48
43
49
-
To install the tool, run the following command in PowerShell:
Here's an example of the output for base system issues:
134
155
135
156
```output
@@ -155,21 +176,53 @@ Collecting node data.
155
176
Finished collecting diagnostic information.
156
177
====[ Validating data from node: HCI-N-1 ]====
157
178
[Pass] [Windows Features - All windows features installed]
158
-
Verify that all features required for Azure Stack HCI are installed.
179
+
Verify that all features required for Azure Local are installed.
159
180
Details: Validation successfull
160
181
161
182
[Pass] [Validation summary]
162
183
Ensure that no other check has returned a failed state
163
184
Details: Validation successfull
164
185
```
165
186
166
-
Afterwards, a comprehensive overview of the different components that are required for properly connected Azure Stack HCI systems is created. Based on this overview, you can either follow the troubleshooting guidance or reach out to Microsoft Support for further assistance.
187
+
Afterwards, a comprehensive overview of the different components that are required for properly connected Azure Local systems is created. Based on this overview, you can either follow troubleshooting guidance or reach out to Microsoft Support for assistance.
188
+
189
+
To collect data, refer to the following two example scenarios:
190
+
191
+
#### For automatic data collection
192
+
193
+
```powershell
194
+
New-AzsSupportDataBundle -Component OS
195
+
==== CUT ==================== CUT =======
196
+
Data collection done C:\temp\Azs.Support\XXXXXXX\SupportDataBundle-XX-XX_XX-XX-XXXX.zip . Please upload the file to the Microsoft Workspace
0 commit comments