Exchange 2016. HubTransport. Alert: Exchange Health Set. Messages.failed.to.be.made.redundant.Monitor -Unhealthy

Andrejs Sobolevs 86 Reputation points
2020-12-22T16:27:59.62+00:00

Hi team,

Got alert message from SCOM, telling:

Alert: Exchange Health Set
Source: MYSERVER - HubTransport
Path: MYSERVER; MYSERVER
Last modified by: System
Last modified time: 12/22/2020 5:08:57 PM Alert description: The total number of messages rejected due to shadow failure over the last 60 minutes exceeds 200

States of all monitors within the health set:
Note: Data may be stale. To get current data, run: Get-ServerHealth -Identity 'MYSERVER' -HealthSet 'HubTransport'

When I run this command in Exchange Management shell, I get:

[PS] C:\WINDOWS\system32>Get-ServerHealth -Identity 'MYSERVER' -HealthSet 'HubTransport' | select name, alertvalue  
  
Name                                                        AlertValue  
----                                                        ----------  
**Messages.failed.to.be.made.redundant.Monitor                 Unhealthy**  

Guys, instructions here:
https://learn.microsoft.com/en-us/exchange/management/health/troubleshooting-hubtransport-health-set?redirectedfrom=MSDN

says, that I have to rerun Probe. But there is no Probe for this Monitor.

(none (notification or check) - HubTransport - Messages.failed.to.be.made.redundant.Monitor)

Please assist, how to fix this Critical alert.

50532-alert.png

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,411 questions
{count} vote

Accepted answer
  1. Kael Yao-MSFT 37,586 Reputation points Microsoft Vendor
    2020-12-23T02:47:30.633+00:00

    @Andrejs Sobolevs
    Hi,

    This alert may have something to do with shadow redundancy,which only works in an environment with multiple Exchange servers.
    Do you have other Exchange servers in your environment?
    If you just have one server and currently no user is having problems with mail flow, you can safely ignore the alert or you can disable the shadow redundancy feature on the server via the following command:

    Set-Transportconfig -ShadowRedundancyEnabled $false  
    

    Here is a similar thread for your reference: Messages Rejected Due to Shadow Failure


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful