Caching 删除Sharepoint服务器后,此分布式缓存主机可能会导致缓存可靠性问题

Caching 删除Sharepoint服务器后,此分布式缓存主机可能会导致缓存可靠性问题,caching,sharepoint,sharepoint-2013,distributed-cache,Caching,Sharepoint,Sharepoint 2013,Distributed Cache,我最近从一个4服务器场中删除了2台sharepoint服务器,出现以下错误: This Distributed Cache host may cause cache reliability; More Cache hosts are running in this deployment than are registered with SharePoint. 这两个错误都指向两个已删除的服务器 缓存群集仅将剩余的2台服务器显示为缓存主机 我重新配置了分布式缓存,但仍然收到错误 还尝试了列

我最近从一个4服务器场中删除了2台sharepoint服务器,出现以下错误:

This Distributed Cache host may cause cache reliability;

More Cache hosts are running in this deployment than are registered with SharePoint.  
这两个错误都指向两个已删除的服务器

缓存群集仅将剩余的2台服务器显示为缓存主机

我重新配置了分布式缓存,但仍然收到错误

还尝试了列出的所有内容


有什么想法吗

我删除了Sharepoint“查看问题和解决方案”中的错误,并再次运行规则。第二次未显示错误。

取自此处:

首先,获取分布式缓存服务实例的ID(使用PowerShell)。 确保编辑以下命令以添加WFE服务器名称

Get-SPServiceInstance | Where-Object {$_.Server -Like "*<yourWFE>*"} | Select-Object TypeName, ID, Status | Sort-Object TypeName
重新分析警报应显示警报消失(已修复)


然后由您决定是否要部署另一个分布式缓存服务实例

这并不是一个真正的解决方案。删除警报不会删除问题。问题不会在之后出现。我可以想象警报不会在之后出现。
(Get-SPServiceInstance <yourWFE-ID>).delete()
Remove-SPDistributedCacheServiceInstance