在2003年群集安装程序安装SQL Server 2008 SP2失败

当我尝试安装SP2(或简单地“修复”SQL Server安装)时,依赖项检查发现以下问题:

Rule "Not clustered or the cluster service is up and online." failed. The machine is clustered, but the cluster is not online or cannot be accessed from one of its nodes. To continue determine why the cluster is not online and rerun setup instead of rerunning the rule since the rule can no longer detect a cluster environment correctly. 

现在的确,服务器是双节点集群的一部分。 但是集群正在工作,无论我的服务器是主动节点还是被动节点,以及集群服务是否正在运行,都会发生这种情况。

有任何想法吗?

这可以通过从pipe理命令提示符处运行以下命令来解决。

find这个目录: %systemroot%\system32\wbem

然后依次运行这些命令并重新启动您的设置。

 regsvr32 cluswmi.dll mofcomp.exe ClusWMI.mof 

在安装,升级,删除或实际上在MS群集感知软件上执行任何操作时,您应该在群集上执行这些操作 – 不要在单个节点上执行这些操作。

连接到群集VIP并从那里configurationSQL服务器。