Add Azure Stack Hub TSG: Admin Portal Display: Monitoring Agent crash loop#298
Open
jessejhuang wants to merge 7 commits into
Open
Add Azure Stack Hub TSG: Admin Portal Display: Monitoring Agent crash loop#298jessejhuang wants to merge 7 commits into
jessejhuang wants to merge 7 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Azure Stack Hub troubleshooting guide (TSG) describing and remediating an Admin Portal capacity display issue caused by the Monitoring Agent crash-looping due to conflicting storeType declarations for V2FaultsIBC/V2FaultsFRP. It provides symptoms, root cause analysis, a PowerShell remediation script (including rollback), and validation steps to confirm recovery.
Changes:
- Introduces a new TSG documenting the MA crash-loop root cause (
V2FaultsIBC/V2FaultsFRPstoreType conflicts) and expected log signatures. - Provides a CLM-conscious PowerShell script to harmonize
storeType="CentralBond"across init-config XML files (with backup, dry-run, and rollback support). - Adds run instructions, expected outputs to share, and validation steps to confirm MA stability after remediation.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…Supportability into user/jehua/hub
Comment on lines
+1
to
+4
| # TSG | Hub Empty Admin Portal Display: Monitoring Agent crash loop | ||
|
|
||
| ## 1. Summary | ||
|
|
Comment on lines
+134
to
+135
| - **Targeted text edit, formatting preserved.** The `storeType` attribute is changed/inserted on the | ||
| `<Event>` tag via scoped `-replace` passes; the rest of the file is left byte-for-byte intact. |
Comment on lines
+17
to
+20
| In the Azure Stack Hub Admin Portal under Infrastructure -> Capacity, Physical Memory and Hyper-Converged | ||
| Storage Capacity will show zeroes. | ||
|  | ||
|
|
| @@ -0,0 +1,801 @@ | |||
| # TSG | Hub Empty Admin Portal Display: Monitoring Agent crash loop | |||
AlBurns-MSFT
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This TSG addresses an issue with the Admin Portal Display in azure stack hub showing capacity metrics of all zeros due to monitoring agent crash loop on the XRP and ERCS VMs.