Fixing Invalid SKU Errors When Installing SQL Server 2008 on a Windows 2008 Cluster

    This post has matured and may no longer be accruate, but we leave it here as it may still be useful. You might want to click on the associated category or tag to find something newer.

    A weird issue happened to me when installing SQL 2008 on a 4-Node cluster Windows 2008 x64 cluster.

    After having issues installing from an extracted ISO, I had to manually install .Net framework 3.5 and Windows Installer 4.5 hotfixes from the redist directory of the SQL install. Thought I was in the clear, when 2 of the 4 nodes wouldn’t let me install SQL 2008 failing with an “Invalid SKU” error.

    The solution found on Microsoft’s site was:

    The solution to adding second time is add the additional node(s) with command line from the SQL 2008 source files:

    setup.exe /q /ACTION=AddNode /INSTANCENAME=”” /SQLSVCACCOUNT=”” /SQLSVCPASSWORD=”” /AGTSVCACCOUNT=””, /AGTSVCPASSWORD=”

    Reference: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=363036

    Learn more about our On-Prem Exchange Consulting.