diff --git a/TSG/Hub/Hub-Admin-Portal-Empty-Capacity-Display.md b/TSG/Hub/Hub-Admin-Portal-Empty-Capacity-Display.md index de2fb37b..a7d8a65e 100644 --- a/TSG/Hub/Hub-Admin-Portal-Empty-Capacity-Display.md +++ b/TSG/Hub/Hub-Admin-Portal-Empty-Capacity-Display.md @@ -30,7 +30,7 @@ In the Azure Stack Hub Admin Portal under Infrastructure -> Capacity, Physical M Storage Capacity will show zeroes. ![emptyportal.png](./images/emptyportal.png) -In `C:\Monitoring\agent\Logs\MonAgentHost*.log` (and the MA event-table dumps) you will see this +In `C:\Monitoring\data\Configuration\MonAgentHost*.log` (and the MA event-table dumps) you will see this error repeating every few seconds, with the agent restarting each time: ``` @@ -723,7 +723,7 @@ Invoke-Command -ComputerName $node -ScriptBlock { Select-Object Name, Id, StartTime # The fatal config error should no longer appear after the fix timestamp. - $log = Get-ChildItem 'C:\Monitoring\agent\Logs\MonAgentHost*.log' -ErrorAction SilentlyContinue | + $log = Get-ChildItem 'C:\Monitoring\data\Configuration\MonAgentHost*.log' -ErrorAction SilentlyContinue | Sort-Object LastWriteTime -Descending | Select-Object -First 1 if ($log) { Select-String -LiteralPath $log.FullName -Pattern 'Cannot define an event multiple times' |