简体   繁体   English

是否还需要ApplicationPool进行CMS复制?

[英]Is CMS Replication required for ApplicationPool also?

Is CMS Replication required for ApplicationPool also? 是否还需要ApplicationPool进行CMS复制?

When I run the command Get-CsManagementStoreReplicationStatus I get UpToDate : True for my domain but it comes False for my ApplicationPool. 当我运行命令Get-CsManagementStoreReplicationStatus我得到UpToDate : True对于我的域为UpToDate : True ,但对于我的ApplicationPool则为False

UpToDate           : True
ReplicaFqdn        : ****.*****
LastStatusReport   : 07-08-2014 11:42:26
LastUpdateCreation : 07-08-2014 11:42:26
ProductVersion     : 5.0.8308.0

UpToDate           : False
ReplicaFqdn        : MyApplicationPool.****.*****
LastStatusReport   :
LastUpdateCreation : 08-08-2014 15:16:03
ProductVersion     :

UpToDate           : False
ReplicaFqdn        : ****.*****
LastStatusReport   :
LastUpdateCreation : 08-08-2014 15:10:59

Am I on the right track? 我在正确的轨道上吗? Have I created my ApplicationPool wrongly? 我是否错误地创建了ApplicationPool?

Yes, UCMA applications running on an app server generally require access to the CMS, so replication should be enabled. 是的,运行在应用程序服务器上的UCMA应用程序通常需要访问CMS,因此应启用复制。

On the app server, you'd need to: 在应用服务器上,您需要:

  • Ensure the "Lync Server Replica Replicator Agent" service is running 确保“ Lync服务器副本复制器代理”服务正在运行
  • Run Enable-CsReplica in the management shell 在管理外壳中运行Enable-CsReplica
  • Run Enable-CsTopoloy 运行Enable-CsTopoloy
  • Then run Invoke-CSManagementStoreReplication to force a replication 然后运行Invoke-CSManagementStoreReplication以强制进行复制

I've noticed that it often takes a while for the CMS to be replicated to the app server, so you might need to run Get-CsManagementStoreReplicationStatus a few times before you see UpToDate change to True. 我注意到,将CMS复制到应用服务器通常需要一段时间,因此您可能需要运行Get-CsManagementStoreReplicationStatus几次,然后才能看到UpToDate更改为True。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM