March 27, 2011 at 11:40 pm
Hi
I have SQL Server 2005 cluster on Windows Server 2003. I configured SQL Server 2005 cluster. Thereafter i deleted SQL Server Full Text Search service from cluster. Now I dont know how to add it back on cluster. Please suggest me what to do ? I deleted it just for R & D purpose. Also this service is running fine on Node1.
Thanks in advance. 🙂
March 29, 2011 at 10:56 am
Does the service exist in cluster admin on node1?
March 29, 2011 at 11:18 pm
No, it does not. Is locally running on Node1. I can see it running in Services.msc.
March 29, 2011 at 11:25 pm
You can make use of command prompt for it:
start /wait Path of setup.exe /qb VS=Virtual Server name INSTANCENAME=MSSQLSERVER ADDLOCAL=SQL_FullText GROUP=Fulltextgroupname IP='IP Address' ADMINPASSWORD='Password' SAPWD='SAPassword' INSTALLSQLDIR='directory path' INSTALLSQLDATADIR='Data Folder path' SQLREPORTING=1
March 30, 2011 at 1:57 pm
beejug1983 (3/29/2011)
No, it does not. Is locally running on Node1. I can see it running in Services.msc.
You will have to stop the cluster and create a cluster resource called SQL SERVER Full Text and add it to primary node. Make sure SQL SERVER Full Text Service is dependent on SQL Server Physical disk on which you have MSSQL installed.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply