arch Service.
List the search services active on a SharePoint Server
stsadm -o osearch -action listSample output (Assuming one Index server and two Query Servers)
Farm Contact Email: Farm Service Account: Farm Performance Level:
Server 1: Status: Role: Server 2: Status: Role:*Server 3: Status: Role: This command will list down all the servers in the farm and their corresponding role (Query or Index) in the farm and their status (Online). You will also notice that an asterisk (*) is displayed against the name of one of the servers. This is just to identify on which server you are executing this command. So in the above example, based on the sample output, the command should have been executed from Server 3. You should execute this command within each of the server (query & index) in the farm. This will give you a better insight, if all the services are online.
Stopping the Search Service
stsadm -o osearch -action Stop
While executing this command, two things should be noted
- This command should be first executed on the query Servers and then finally on Index Server (if needed)
- Executing this command on Index server will delete the previously indexed. You will get a prompt as below

I will talk about STSADM command line to start the search service and configure it in my next blog. Keep reading! :)

No comments:
Post a Comment