DAG Exchange 2010 14.03.0224.002 - New objects created not viewable on one node

Hi all,

I have a persistent issue for about a week on my Exchange DAG.

when I create a mailbox or a distribution group in a node (any of each) only one displays the object.

I don't find anything suspect in the logs.

Is anybody has encountered this issue ?

Obviously it looks like a replication issue but I'm not sure.

Thanks by advanced for your answers.

April 8th, 2015 6:12am

Hi Drumart,

Thank you for your question.

We could use the following command to check if DAG replication work:

(Get-DatabaseAvailabilityGroup) | ForEach {$_.<mailbox name> | ForEach {Get-MailboxDatabaseCopyStatus -Server <mailbox name>}}

Test-ReplicationHealth Identity <server>

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

Jim

Free Windows Admin Tool Kit Click here and download it now
April 9th, 2015 4:10am

Hi,

Thanks for your answer.

The first command send : 

. : Missing property name after reference operator.
    + CategoryInfo          : ParserError: (.:String) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingPropertyName

the second one :

Name                                   Member Servers                                      Operational Servers

DAGEDUSERVICES      {LDP-EXMBX-02, LDP-EXMBX-01}

And the first one without the pipe 'mailbox' send :

Name                                          Status          CopyQueue ReplayQueue LastInspectedLogTime   ContentIndex
                                                              Length    Length                             State
----                                          ------          --------- ----------- --------------------   ------------
LCF01\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
LCF02\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
LCF03\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
FRANCHISES\LDP-EXMBX-01                       Mounted         0         0                                  Healthy
ISCOM\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
MAROC\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
DIRECTION\LDP-EXMBX-01                        Mounted         0         0                                  Healthy
TEMPORAIRE\LDP-EXMBX-01                       Mounted         0         0                                  Healthy
DIVERS\LDP-EXMBX-01                           Mounted         0         0                                  Healthy
IPAC\LDP-EXMBX-01                             Mounted         0         0                                  Healthy
Recovery\LDP-EXMBX-01                         Mounted         0         0                                  Healthy
ISIFA\LDP-EXMBX-01                            Mounted         0         0                                  Healthy
ECOTEC\LDP-EXMBX-01                           Mounted         0         0                                  Healthy
PLUSVALUES\LDP-EXMBX-01                       Mounted         0         0                                  Healthy

So of I have nothing in the column 'Operational Servers' I guess this is not normal...

Thanks again !


April 9th, 2015 9:35am

Hi Drumart,

I am sorry that I didnt state clearly.

(Get-DatabaseAvailabilityGroup) | ForEach {$_.<mailbox server name> | ForEach {Get-MailboxDatabaseCopyStatus -Server <mailbox  server name>}}

Notice: the parameter is the name of Exchange mailbox server.

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

Jim

Free Windows Admin Tool Kit Click here and download it now
April 9th, 2015 9:24pm

Hi Jim,

I'm sorry but the command still not passed.

I got the following message :

Get-DatabaseAvailabilityGroup | ForEach {$_.ldp-exmbx-01.lcf.local | ForEach {Get-MailboxDataba
seCopyStatus -Server ldp-exmbx-01.lcf.local}}
- : You must provide a value expression on the right-hand side of the '-' operator.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedValueExpression

Any clue ?

I tried to get the result with the second mailbox server as parameter and I obtained this results :

Name                                          Status          CopyQueue ReplayQueue LastInspectedLogTime   ContentIndex
                                                              Length    Length                             State
----                                          ------          --------- ----------- --------------------   ------------
LCF02\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:23:04    Healthy
LCF01\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:25:22    Healthy
LCF03\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:26:17    Healthy
FRANCHISES\LDP-EXMBX-02                       Healthy         0         0           11/04/2015 11:24:30    Healthy
ISCOM\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:22:52    Healthy
MAROC\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:19:06    Healthy
DIRECTION\LDP-EXMBX-02                        Healthy         0         0           11/04/2015 11:14:13    Healthy
TEMPORAIRE\LDP-EXMBX-02                       Healthy         0         0           11/04/2015 11:14:36    Healthy
DIVERS\LDP-EXMBX-02                           Healthy         0         0           11/04/2015 11:17:23    Healthy
IPAC\LDP-EXMBX-02                             Healthy         0         1           11/04/2015 11:27:09    Healthy
ISIFA\LDP-EXMBX-02                            Healthy         0         0           11/04/2015 11:25:28    Healthy
ECOTEC\LDP-EXMBX-02                           Healthy         0         0           11/04/2015 11:21:34    Healthy
PLUSVALUES\LDP-EXMBX-02                       Healthy         0         0           11/04/2015 11:21:45    Healthy

All seems to be ok.

What is very weird is that when I open the EMC on each server (there are two MBX and two Hub/Cas combined) only on the MBX01 I can't find the newly created objet. 

Very strange..


April 11th, 2015 5:35am

Hi,

Please run the following command to check if there are servers which is missing, then, post results to ibsexc@microsoft.com:

Get-ExchangeServer

If there are any questions regarding this issue, please be free to let me know. 

Best Regard,

Jim

Free Windows Admin Tool Kit Click here and download it now
April 12th, 2015 9:18pm

Hi

The most strange in this issue is that it solved by itself, the group I created (one week ago) just appears now !

Yet I refreshed the display of the EMC many times last days and restarted the server concerned but in vain.

So I think all works fine now.

Thanks anyway for your help.

Cheers,

Bruno

April 13th, 2015 3:06am

Hi ,

First of all, I will congratulate that it is fine.

In a general, this issue was occurred owing to DAG copy, we often check it by the command which I provide in the solution.

If there are any issue in the future, welcome to our forum and we will give a better solution for you.

Best Regard,

Jim

Free Windows Admin Tool Kit Click here and download it now
April 13th, 2015 5:21am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics