SQL Server 2008與SQL Server 2008 R2安裝叢集模式時,略過MSCS驗證

摘要:SQL Server 2008與SQL Server 2008 R2安裝叢集模式時,略過MSCS驗證

參考KB943748

http://support.microsoft.com/kb/953748/en-us

SQL版本:SQL2008與SQL2008R2都適用
OS版本:Windows 2008與Windows 2008 R2都適用


安裝第一部叢集時使用的Command
•For an integrated failover Add-Note setup, run the following command on each node that is being added:
Setup /SkipRules=Cluster_VerifyForErrors /Action=InstallFailoverCluster


使用進階安裝叢集時,使用的Command
•For an advanced or enterprise installation, run the following command:
Setup /SkipRules=Cluster_VerifyForErrors /Action=CompleteFailoverCluster


加入叢集節點時,使用的Command
•If you receive this validation failure when you add a node to an existing failover installation, run the following command on each node that is being added:
Setup /SkipRules=Cluster_VerifyForErrors /Action=AddNode