man will einen weiteren Knoten im SQL Cluster hinzufügen,
man erhält:
The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster
Detailed results:
Feature: Database Engine Services
Status: Failed: see logs for details
MSI status: Passed
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Feature: SQL Server Replication
Status: Failed: see logs for details
MSI status: Passed
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Feature: Full-Text Search
Status: Failed: see logs for details
MSI status: Passed
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Configuration status: Failed: see details below
Configuration error code:
0x2841E06E@1204@2 Configuration error description: The installed language for the SQL_Engine_Core_Inst feature is inconsistent between the nodes of the cluster. To cluster an instance, the language of the instance on each node must be the same.
Configuration log: C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\Datum/Zeit\Detail.txt
Folgende Ursache besteht:
- Ihr habt wirklich einen unterschiedlichen Patch Stand auf den Nodes
- Ihr habt vergessen eine Instance zu aktualisieren !
Oder Ihr habt eine Instance, die als Leiche im System liegt !
Hintergrund / Bug bei Prüfungsprozess AddNode
Obwohl Ihr mit dem identischen Patch Stand auf den Nodes
die korrekte Instance auswählt, die denselben PatchStand / Sprache aufweist,
schaut der AddNode Prozess in die Registrierung aller Nodes
und vergleicht (Bug) den Versionsstand aller Instances !
Wenn Ihr eine Leiche im System habt,
entfernt die Instance manuell aus der Registry aller Nodes
\ Local Machine \ Software \ Microsoft SQL Server \ MSSQL.10.InctanceLeichenName
Schaut auch unter \ Software \ MSSQLSERVER
Ihr habt eine saubere Konfig,
wenn Ihr das Setup neu aufruft und die defekte Instance nicht mehr zur Auswahl steht.
SP1 für SQL 2008 auf allen möglichen Knoten hinzufügen.
Dann Rollup für Sp1 SQL 2008 installieren,
wieder auf allen Nodes.
Welches Rollup aktuell ist, seht Ihr hier:
(Lest Ihr den Artikel in einigen Monaten, ist ja klar,
dass Ihr nach Sp2, etc schaut.)
Für Sp1 war das Rollup04 das erste Mal ohne den Fehler.
Aktuell ist es Rollup09 für SP1
Dann Setup neu starten mit:
PfadzuSQLDVD\setup.exe /PCUSource=C:\SP1 /SkipRules=Cluster_Veri
fyForErrors /Action=AddNode
Siehe Blog zu SQL 2008 zum Laufen kriegen...
bezüglich Slipstream Installation des SQL 2008 mit dem Sp1...