SharePoint 排错:添加Windows Cluster节点异常排错
2021-01-23 00:11
标签:oca cluster 解决方案 The 页面 windows manager exception 故障 AlwaysOn是SQL Server 2012开始发布的一个很棒的新特性,大家都知道 SharePoint 的数据是存储在SQL Server里的,它依赖于可靠的连接来运行。如果SQL宕机了,SharePoint也会宕机,所以一般中大型企业,我都会推荐考虑部署故障转移数据库解决方案,最低性减少终端用户读取数据失败的可能性。 但近期有小伙伴在部署SQL Server Always On for SharePoint 2019时遇到一些问题,这里分批次给大家进行汇总,希望大家日后遇到时能寻找到相应的解决方案。 在Windows Server Manager Tools 中添加Cluster时,提示错误: 步骤如下: 1.Run 中输入gpedit.msc 打开Local Group Policy Editor页面 2.在Local Group Policy Editor页面,点击Computer Configuration,如下: 4.在Windows Defender Firewalls allow inbound remote administration exception页面,点击Enable,确保Remote Administration是启用状态 谢谢大家阅读,日后遇到相关问题,也可以线下进行讨论~~ SharePoint 排错:添加Windows Cluster节点异常排错 标签:oca cluster 解决方案 The 页面 windows manager exception 故障 原文地址:https://blog.51cto.com/13969817/2460283系统设置: Windows Server 2019
Failed to access remote registry on XXX, Ensure that the remote registry service is running and have remote administration enabled.
从错误提示中,可以看出:
解决方案:
Registry Service 只需要在Services里找到,并启用即可,如下所示:
接下来如何保证Remote Administration 确保是启用状态呢?
3.按下图所示,直接找到目标节点Domain Profile, 点击Windows Defender Firewalls allow inbound remote administration exception,如下图:
5.重新操作添加节点,成功,如下所示:
文章标题:SharePoint 排错:添加Windows Cluster节点异常排错
文章链接:http://soscw.com/index.php/essay/45649.html