Topic Last Modified: 2014-02-24

Verifies that replication is working between a Registrar pool and its assigned backup pool. This cmdlet was introduced in Lync Server 2013.

Syntax

Debug-CsInterPoolReplication -PoolFqdn <Fqdn> [-BackupModule <All | CentralMgmt | PresenceFocus | DataConf>] [-Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-SuppressMultiMasterDetection <SwitchParameter>] [-WhatIf [<SwitchParameter>]]

Examples

Example 1

The command shown in Example 1 verifies the full replication status between the pool atl-cs-001.litwareinc.com and its previously-assigned backup pool.

Copy Code
Debug-CsInterPoolReplication -PoolFqdn "atl-cs-001.litwareinc.com"

Example 2

In Example 2, only the replication of data conferencing data is verified between the pool atl-cs-001.litwareinc.com and its previously-assigned backup pool.

Copy Code
Debug-CsInterPoolReplication -PoolFqdn "atl-cs-001.litwareinc.com" -BackupModule DataConf

Detailed Description

In Lync Server 2013 each Registrar pool can be associated with a backup pool. The backup pool maintains a copy of all the data stored on the primary pool. Should the primary pool become unavailable then users of that pool can automatically be "failed over" to the backup pool. This enables those users to continue to use Lync Server even though their home pool is not available. The Debug-CsInterPoolReplication cmdlet is used to compare the data stores on a primary pool and its backup pool, and thus verify that replication between the two pools is working as expected.

Note that this command will fail if the pool being tested has not been assigned a backup pool.

To return a list of all the role-based access control (RBAC) roles this cmdlet has been assigned to (including any custom RBAC roles you have created yourself), run the following command from the Windows PowerShell command-line interface prompt:

Get-CsAdminRole | Where-Object {$_.Cmdlets –match "Debug-CsInterPoolReplication"}

Lync Server Control Panel: The functions carried out by the Debug-CsInterPoolReplication cmdlet are not available in the Lync Server Control Panel.

Parameters

Parameter Required Type Description

PoolFqdn

Required

Microsoft.Rtc.Management.Deploy.Fqdn

Fully qualified domain name of the primary pool being tested. For example:

-PoolFqdn "atl-cs-001.litwareinc.com"

BackupModule

Optional

Microsoft.Rtc.Management.Hadr.InterPoolReplication.BackupModules

Enables administrators to specify the data store to be verified. Allowed values are:

* All

* CentralMgmt

* PresenceFocus

* DataConf

The default value is All.

Confirm

Optional

System.Management.Automation.SwitchParameter

Prompts you for confirmation before executing the command.

Force

Optional

System.Management.Automation.SwitchParameter

Suppresses the display of any non-fatal error message that might occur when running the command.

SuppressMultiMasterDetection

Optional

System.Management.Automation.SwitchParameter

When present, Debug-CsInterPoolReplication will not attempt to locate all of the servers that participate in multimaster replication.

WhatIf

Optional

System.Management.Automation.SwitchParameter

Describes what would happen if you executed the command without actually executing the command.

Input Types

None. Debug-CsInterPoolReplication does not accept pipelined data.

Return Types

String value.