Skip to content

Commit a664cb6

Browse files
author
Manika Dhiman
committed
tweaks
1 parent f4602ee commit a664cb6

File tree

1 file changed

+83
-73
lines changed

1 file changed

+83
-73
lines changed

azure-local/manage/support-tools.md

Lines changed: 83 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -149,88 +149,98 @@ For complete guidance on troubleshooting storage related issues, refer to [Troub
149149
Invoke-AzsSupportDiagnosticCheck -Component Registration
150150
```
151151

152-
Here's a sample output for a registration issue:
153-
154-
```output
155-
PS C:\temp> Invoke-AzsSupportDiagnosticCheck -Component Registration
156-
Starting known issue check for Azure Stack HCI: Registration.
157-
Starting Azure Stack HCI base system validation.
158-
Gathering information from all clustered nodes.
159-
We are preparing to collect diagnostic information from your environment
160-
We started the diagnostic data collection! This might take some time.
161-
Finished collecting diagnostic information.
162-
====[ Validating registration state on node: HCI-N-1 ]====
163-
[Pass] [Azure Stack HCI - General registration state]
164-
Validate that the cluster is registered
165-
Details: Validation successfull
166-
[Fail] [Azure Stack HCI - Azure Connection state]
167-
Validate that the cluster is in a connected state
168-
Details: This Azure Stack HCI node does not seem to be connected to azure. Ensure that this node is in a connected state.
169-
Documentation: https://learn.microsoft.com/azure-stack/hci/deploy/troubleshoot-hci-registration.
170-
[Pass] [Azure Arc Agent - Connection state]
171-
Validate that the azure arc agent is connected
172-
Details: Validation successfull
173-
[Pass] [Azure Arc Agent - Service state]
174-
Validate that all azure arc services are running
175-
Details: Validation successfull
176-
[Pass] [Azure Arc Agent - Heartbeat state]
177-
Validate that the azure arc agent has sent out a heartbeat at least a day ago
178-
Details: Validation successfull
179-
[Pass] [Azure Stack HCI - Arc Agent onboarded]
180-
Validate that all arc agent checks are passed
181-
Details: Validation successfull
182-
[Fail] [Validation summary]
183-
Details: At least one node reported an invalid registration state.
184-
We will collect log information from your envirorment.
185-
Creating local storage container for diagnostic data.
186-
Gathering cluster data ... this might take a while.
187-
Cluster data collection complete.
188-
We are preparing to collect diagnostic information from your environment
189-
We started the diagnostic data collection! This might take some time.
190-
Waiting for all diagnostic output to be generated and compressed ... this might take a while.
191-
Finished collecting diagnostic information.
192-
Starting copy of items ... this might take a while.
193-
All items copied.
194-
Successfully created archive C:\temp\6c5a4685-6e32-4b68-aeec-05475f8d6c6f\log-collection-RegistrationInformation07-22_06-03-2024.zip. Removing raw data C:\temp\6c5a4685-6e32-4b68-aeec-05475f8d6c6f\container.
195-
Data collection done . Please upload the file to the Microsoft Workspace.
196-
```
152+
Here's a sample output for a registration issue:
153+
154+
```output
155+
PS C:\temp> Invoke-AzsSupportDiagnosticCheck -Component Registration
156+
Starting known issue check for Azure Stack HCI: Registration.
157+
Starting Azure Stack HCI base system validation.
158+
Gathering information from all clustered nodes.
159+
We are preparing to collect diagnostic information from your environment
160+
We started the diagnostic data collection! This might take some time.
161+
Finished collecting diagnostic information.
162+
====[ Validating registration state on node: HCI-N-1 ]====
163+
[Pass] [Azure Stack HCI - General registration state]
164+
Validate that the cluster is registered
165+
Details: Validation successfull
166+
167+
[Fail] [Azure Stack HCI - Azure Connection state]
168+
Validate that the cluster is in a connected state
169+
Details: This Azure Stack HCI node does not seem to be connected to azure. Ensure that this node is in a connected state.
170+
Documentation: https://learn.microsoft.com/azure-stack/hci/deploy/troubleshoot-hci-registration.
171+
172+
[Pass] [Azure Arc Agent - Connection state]
173+
Validate that the azure arc agent is connected
174+
Details: Validation successfull
175+
176+
[Pass] [Azure Arc Agent - Service state]
177+
Validate that all azure arc services are running
178+
Details: Validation successfull
179+
180+
[Pass] [Azure Arc Agent - Heartbeat state]
181+
Validate that the azure arc agent has sent out a heartbeat at least a day ago
182+
Details: Validation successfull
183+
184+
[Pass] [Azure Stack HCI - Arc Agent onboarded]
185+
Validate that all arc agent checks are passed
186+
Details: Validation successfull
187+
188+
[Fail] [Validation summary]
189+
Details: At least one node reported an invalid registration state.
190+
We will collect log information from your envirorment.
191+
Creating local storage container for diagnostic data.
192+
Gathering cluster data ... this might take a while.
193+
Cluster data collection complete.
194+
We are preparing to collect diagnostic information from your environment
195+
We started the diagnostic data collection! This might take some time.
196+
Waiting for all diagnostic output to be generated and compressed ... this might take a while.
197+
Finished collecting diagnostic information.
198+
Starting copy of items ... this might take a while.
199+
All items copied.
200+
Successfully created archive C:\temp\6c5a4685-6e32-4b68-aeec-05475f8d6c6f\log-collection-RegistrationInformation07-22_06-03-2024.zip. Removing raw data C:\temp\6c5a4685-6e32-4b68-aeec-05475f8d6c6f\container.
201+
Data collection done . Please upload the file to the Microsoft Workspace.
202+
```
197203

198204
### For base Azure Local system issues
199205

200206
```powershell
201207
Invoke-AzsSupportDiagnosticCheck -Component BaseSystem
202208
```
203209

204-
Here's a sample output for base system issues:
205-
206-
```output
207-
PS C:\temp> Invoke-AzsSupportDiagnosticCheck -Component BaseSystem
208-
Starting known issue check for Azure Stack HCI: BaseSystem.
209-
Gathering information from all clustered nodes.
210-
We are preparing to collect diagnostic information from your environment
211-
We started the diagnostic data collection! This might take some time.
212-
Starting to validate cluster settings.
213-
[Pass] [Failover Clustering - Cluster validation report contains no errors]
214-
Validate that there are no critical errors in the cluster validation report
215-
Details: Validation successfull
216-
[Pass] [Failover Clustering - Cluster Networks have redundancy]
217-
Validate that we have redundancy in clustered networks
218-
Details: Validation successfull
219-
[Pass] [Failover Clustering - Validation Summary]
220-
Validate that there are no critical issues in our cluster validation report.
221-
Details: Validation successfull
222-
Collecting node data.
223-
Finished collecting diagnostic information.
224-
====[ Validating data from node: HCI-N-1 ]====
225-
[Pass] [Windows Features - All windows features installed]
226-
Verify that all features required for Azure Local are installed.
227-
Details: Validation successfull
228-
[Pass] [Validation summary]
229-
Ensure that no other check has returned a failed state
230-
Details: Validation successfull
210+
Here's a sample output for base system issues:
211+
212+
```output
213+
PS C:\temp> Invoke-AzsSupportDiagnosticCheck -Component BaseSystem
214+
Starting known issue check for Azure Stack HCI: BaseSystem.
215+
Gathering information from all clustered nodes.
216+
We are preparing to collect diagnostic information from your environment
217+
We started the diagnostic data collection! This might take some time.
218+
Starting to validate cluster settings.
219+
[Pass] [Failover Clustering - Cluster validation report contains no errors]
220+
Validate that there are no critical errors in the cluster validation report
221+
Details: Validation successfull
222+
223+
[Pass] [Failover Clustering - Cluster Networks have redundancy]
224+
Validate that we have redundancy in clustered networks
225+
Details: Validation successfull
226+
227+
[Pass] [Failover Clustering - Validation Summary]
228+
Validate that there are no critical issues in our cluster validation report.
229+
Details: Validation successfull
230+
231+
Collecting node data.
232+
Finished collecting diagnostic information.
233+
====[ Validating data from node: HCI-N-1 ]====
234+
[Pass] [Windows Features - All windows features installed]
235+
Verify that all features required for Azure Local are installed.
236+
Details: Validation successfull
237+
238+
[Pass] [Validation summary]
239+
Ensure that no other check has returned a failed state
240+
Details: Validation successfull
231241
```
232242

233-
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.
243+
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.
234244

235245
To collect data, refer to the following two example scenarios:
236246

0 commit comments

Comments
 (0)