Skip to content

Commit f4602ee

Browse files
author
Manika Dhiman
committed
fixed warning
1 parent 9b1e883 commit f4602ee

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

azure-local/manage/support-tools.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Before you use the PowerShell module:
3535

3636
- Ensure that you are using an account that has administrative access to the Azure Local machines.
3737

38-
- Ensure that PSRemoting has been configured on the Azure Local machines. Run `Enable-PSRemoting` to configure remote PowerShell. For more information, see the [Enable-PSRemoting](https://learn.microsoft.com/powershell/module/microsoft.powershell.core/enable-psremoting) reference documentation.
38+
- Ensure that PSRemoting has been configured on the Azure Local machines. Run `Enable-PSRemoting` to configure remote PowerShell. For more information, see the [Enable-PSRemoting](/powershell/module/microsoft.powershell.core/enable-psremoting) reference documentation.
3939

4040
## Install or update the Azure Local Support Diagnostic Tool
4141

@@ -141,7 +141,7 @@ Get-AzsSupportEceUpdateDetails
141141
Start-AzsSupportStorageDiagnostic
142142
```
143143

144-
For complete guidance on troubleshooting storage related issues, refer to [Troubleshooting-Storage-With-Support-Diagnostics-Tool](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Storage/Troubleshooting-Storage-With-Support-Diagnostics-Tool.md).
144+
For complete guidance on troubleshooting storage related issues, refer to [Troubleshooting-Storage-With-Support-Diagnostics-Tool](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Storage/Troubleshooting-Storage-With-Support-Diagnostics-Tool.md).
145145

146146
### For registration issues
147147

@@ -163,32 +163,24 @@ Invoke-AzsSupportDiagnosticCheck -Component Registration
163163
[Pass] [Azure Stack HCI - General registration state]
164164
Validate that the cluster is registered
165165
Details: Validation successfull
166-
167166
[Fail] [Azure Stack HCI - Azure Connection state]
168167
Validate that the cluster is in a connected state
169168
Details: This Azure Stack HCI node does not seem to be connected to azure. Ensure that this node is in a connected state.
170169
Documentation: https://learn.microsoft.com/azure-stack/hci/deploy/troubleshoot-hci-registration.
171-
172170
[Pass] [Azure Arc Agent - Connection state]
173171
Validate that the azure arc agent is connected
174172
Details: Validation successfull
175-
176173
[Pass] [Azure Arc Agent - Service state]
177174
Validate that all azure arc services are running
178175
Details: Validation successfull
179-
180176
[Pass] [Azure Arc Agent - Heartbeat state]
181177
Validate that the azure arc agent has sent out a heartbeat at least a day ago
182178
Details: Validation successfull
183-
184179
[Pass] [Azure Stack HCI - Arc Agent onboarded]
185180
Validate that all arc agent checks are passed
186181
Details: Validation successfull
187-
188182
[Fail] [Validation summary]
189-
190183
Details: At least one node reported an invalid registration state.
191-
192184
We will collect log information from your envirorment.
193185
Creating local storage container for diagnostic data.
194186
Gathering cluster data ... this might take a while.
@@ -221,22 +213,18 @@ Invoke-AzsSupportDiagnosticCheck -Component BaseSystem
221213
[Pass] [Failover Clustering - Cluster validation report contains no errors]
222214
Validate that there are no critical errors in the cluster validation report
223215
Details: Validation successfull
224-
225216
[Pass] [Failover Clustering - Cluster Networks have redundancy]
226217
Validate that we have redundancy in clustered networks
227218
Details: Validation successfull
228-
229219
[Pass] [Failover Clustering - Validation Summary]
230220
Validate that there are no critical issues in our cluster validation report.
231221
Details: Validation successfull
232-
233222
Collecting node data.
234223
Finished collecting diagnostic information.
235224
====[ Validating data from node: HCI-N-1 ]====
236225
[Pass] [Windows Features - All windows features installed]
237226
Verify that all features required for Azure Local are installed.
238227
Details: Validation successfull
239-
240228
[Pass] [Validation summary]
241229
Ensure that no other check has returned a failed state
242230
Details: Validation successfull

0 commit comments

Comments
 (0)