Exchange 2013 Troubleshooting: Some of the health set are in Unhealthy state
Issues:
Some of the health set are Unhealthy state in Exchange 2013.
Cause:
High Possibility that there is some issue with the Monitoring Mailbox.
Troubleshooting:
- 1- Make sure all the Server Components are in healthy state, you can check these by running the below cmd
Get-ServerComponentState –Identity "Exchange Server Name"
- 2- If any of the components which is required for production is not active bring that to Active state:
- Set-ServerComponentState "Exchange Server Name" -Component "Component Name"-State Active -Requester Maintenance or Functional or HealthAPI
- Restart the Microsoft Exchange Health Manager Service
- Check the Heath set status
Get-ServerHealth "Exchange Server Name"| ?{$_.AlertValue -eq "unhealthy"}
- If still in unhealthy state restart the respective App pool or restart the IIS and check the status.
- Still same Check the below log
- Microsoft ==>ActiveMonitoring ==>ProbeResult
- You will see the account guid@your domain
- Verify above AD account is not disabled.Locked.