October 18, 2006 at 2:25 pm
Not sure if this is the forum for this question so I apologize in advance. I received the following from a co-worker who wanted me to pass this along:
Installed MS SQL Server 2005 on two Node Cluster (Active Passive)
Two Services did not install into the Cluster Server as Cluster Group Resources when running the installation wizard.
SQLBrowser and MsDTSServer installed on the primary node as NTAUTORITY\LocalSystem but did not have resources created in the
SQL cluster group.
Additionally, the MsDtsServer (SSIS) did not install on the passive node (second node).
Next we changed SQLBrowser and MSDTSServer services to run manually with the LogOn credentials of MS SQL Server on both nodes.
We then added Cluster Resources in the SQL Cluster Group for SQLBrowser and MsDTSServer on the primary node and are contemplating completion of the installation.
Any and all help will be greatly appreciated. Thank!
Ken
October 18, 2006 at 2:58 pm
I followed the very good writeup at this location:
http://sqljunkies.com/WebLog/knight_reign/archive/2005/07/06/16015.aspx
Works fine for me.
October 18, 2006 at 11:46 pm
SSIS and workstation components are not cluster aware.
This is what I did in 3 different situations.
Even though I chose Database Engine, SSIS and SSMS components to get installed on the cluster, only database engine got installed on both nodes. What you do is the following: Run the SQL 2005 install CD from the passive node, selecting SSMS and SSIS, and it'll complete the SQL installation. After that, no matter which node is the active, you'll have all your components available to you.
Let me know how this works out.
Good luck
October 19, 2006 at 9:51 am
I want to thank both of you for your response. We performed the actions in the first suggestion and things are working as they should. We will be giving the second response a try when we have an oportunity.
I do have another question we need to do the same thing with the Browser service, can we follow the proceedure in the second response or is there another way? Thanks again.
Ken
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply