【发布时间】:2014-08-08 10:00:29
【问题描述】:
ApplicationPool 是否也需要 CMS 复制?
当我运行命令Get-CsManagementStoreReplicationStatus 时,我的域得到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
我在正确的轨道上吗?我是否错误地创建了我的 ApplicationPool?
【问题讨论】:
-
请注意,我没有为我的 ApplicationPool 获得 ProductVersion。
-
当我运行 New-CsTrustedApplicationPool -Identity -Registrar -Site -CompterFqdn 我收到此警告 "WARNING: Missing Computer The following machines from the topology you are publishing在 Active Directory 中找不到,并且在 Enable-CsTopology 尝试为拓扑计算机准备 Active Directory 条目时会导致错误。如果您选择发布此拓扑,则必须在加入丢失的计算机后再次运行 Enable-CsTopology域:" 但池已成功创建,这是我无法实现复制的警告原因吗?
标签: powershell powershell-3.0 ucma lync-server-2010