Planning for Front End Pool Pairing

Asked By 20 points N/A Posted on -
qa-featured

Hello fellers,

I was using Lync Server 2013 when I encountered an interesting issue which occurs during testing out a paired pools functionality involving the Topology Builder.  This article at TechNet pretty much explains paired pools well: Planning for Front End Pool Pairing.

So, after I selected a backup pool to use as my primary pool, I proceeded to publish the topology, but suddenly I got this error:

Error: Script failed when installing "CentralMgmtStore" on "BETA-LS15-SE1.beta.deitterick.comrtc". For details, see the following log file: "C:UsersAdministrator.BETAAppDataLocalTempCreate-CentralMgmtStore-BETA-LS15-SE1.beta.deitterick.com_rtc-[2012_08_01][12_13_34].log"

Error: Script failed when installing "CentralMgmtStore" on "BETA-LS15-SE1.beta.deitterick.comrtc". For details, see the following log file: "C:UsersAdministrator.BETAAppDataLocalTempCreate-CentralMgmtStore-BETA-LS15-SE1.beta.deitterick.com_rtc-[2012_08_01][12_13_34].log"
SHARE
Answered By 0 points N/A #190371

Planning for Front End Pool Pairing

qa-featured

Hello Joseph,

To be able to fix that issue, you will need to run the following PowerShell cmdlet:

Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN <FQDN of your SQL Server> -SQLInstanceName <name of instance>

Once you do that, a blank xds database will be created on the backup pool, which happens to be the same cmdlet that you would run if you were following the steps to move the CMS to another pool. 

Regards,

Nicke

Related Questions