How to start Search Administration Web service

eunsol seo 21 Reputation points
2022-05-21T10:50:02.683+00:00

I configured search service topology on 4 servers.
Here is details.

204303-2.png

As you see, sdap01 and sdap02 has search admin component.
But i checked Manage services on server, Search Administration Web Service is stopped on sdap02.
How to start search administration web service?
204311-1.png

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,783 questions
{count} votes

Accepted answer
  1. Yi Lu_MSFT 17,446 Reputation points
    2022-05-24T08:15:13.437+00:00

    Hi @eunsol seo
    You can start the Search Admin Web Service Instance is on a server with an Admin Component using the following PowerShell:

    PowerShell Resolution:  
      $(Get-SPFarm).Servers["<ServerName>"].ServiceInstances |  
         Where {$_.TypeName -eq "Search Administration Web Service"} |  
         Start-SPServiceInstance  
    

    For more information about managing search components, you could refer to:
    https://learn.microsoft.com/en-au/SharePoint/search/manage-search-components?redirectedfrom=MSDN


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful