无法在群集中添加节点,并且在 Windows 故障转移群集中添加节点时出现异常

无法在群集中添加节点,并且在 Windows 故障转移群集中添加节点时出现异常

最近,其中一个集群节点重新启动了(由于某些磁盘损坏),我们首先将其从集群中删除,然后当我们尝试将其重新添加到集群中时,我们遇到异常。

我们尝试寻找不同之处,例如比较两台服务器上的不同组件,但没有起作用(我们无法对主节点运行清除命令,因为这是 2 节点集群并且一个节点已经关闭)

错误堆栈如下:-

后台操作发生异常 - System.ApplicationException:向群集“Cluster_name”添加节点时发生错误。---> System.ApplicationException:向群集“Cluster_name”添加节点“node_name”时发生错误。 ---> System.ComponentModel.Win32Exception: 参数不正确 --- 内部异常堆栈跟踪结束 --- 在 MS.Internal.ServerClusters.ClusApiExceptionFactory.CreateAndThrow(Cluster cluster, Int32 sc, String format, Object arg0, Object arg1) 在 MS.Internal.ServerClusters.Cluster.AddNode(String nodeName, ClusterActionCallback callback) 在 MS.Internal.ServerClusters.Configuration.AddNodeManagement.AddNodes(ActionArgs actionArgs, ActionUpdateHelper updateHelper) --- 内部异常堆栈跟踪结束 --- 在 MS.Internal.ServerClusters.Configuration.AddNodeManagement.AddNodes(ActionArgs actionArgs, ActionUpdateHelper updateHelper) 在 MS.Internal.ServerClusters.Configuration.AddNodeManagement.PerformAddNodes(ActionArgs actionArgs) MS.Internal.ServerClusters.Configuration.ConfigurationBase.PerformActionWrapper(BackgroundOperationStatus backgroundOperationStatus,BackgroundOperationArgs 参数)位于 MS.Internal.ServerClusters.BackgroundOperation`2.BackgroundOperationProc(对象状态)

相关内容