TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Jesper Arnecke
(Microsoft Partner)
When:
20 Feb 2013 12:30 AM
Last revision by
Richard Mueller
(cMVP, Microsoft Community Contributo)
When:
5 Apr 2013 7:19 PM
Revisions:
3
Comments:
0
Options
Subscribe to Article (RSS)
Share this
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
SharePoint 2010 : Setup Enterprise Server Search
SharePoint 2010 : Setup Enterprise Server Search
Article
History
SharePoint 2010 : Setup Enterprise Server Search
Point & click installation
Start SharePoint Server Search (link on the right side) and click [OK].
Click New (top, left), Search Service Application and fill out the page as follows:
Name: Search Service
Search Service Account: <domain>\svcSPESearch.
Application Pool for Search Admin Web Service
Application pool name: Search Service Admin.
Configurable: <domain>\svcSPESearchA
Application Pool for Search Query and Site Settings Web Service
Application pool name: Search Service Settings.
Configurable: <domain>\svcSPESearchS
Click [OK], [OK].
Click Search Service, [Modify] (if the application hangs at “loading…”; refresh the page).
Under Databases, click Crawl Database: Search_Service_CrawlStoreDB_<GUID>, Edit Properties.
Under Edit Crawl Database change Database Name to:
<ENVIRONMENTPREFIX>_SharePoint_service_EnterpriseSearch_CrawlStore and click [OK].
Under Databases, click Property Database: Search_Service_PropertyStoreDB_<GUID>, Edit Properties.
Under Edit Property Database change Database Name to:
<ENVIRONMENTPREFIX>_SharePoint_service_EnterpriseSearch_PropertyStore and click [OK].
Click [Apply Topology Changes] (lasts >10 minutes) and Central Administration (navigationmenu top, left).
Rename the admin database
Backup the "old" admin database.
Create a new database with the new name. (<ENVIRONMENTPREFIX>_SharePoint_service_EnterpriseSearch_Admin)
Restore old admin database to the newly created.
Run the following PS script on the SharePoint server with a user that is db_owner on both the “old” and the new database:
$searchapp = Get-SPEnterpriseSearchServiceApplication | Where-Object {$_.name -eq "Search"}
$searchapp.Pause()
$searchapp | Set-SPEnterpriseSearchServiceApplication -DatabaseName "<ENVIRONMENTPREFIX>_SharePoint_service_EnterpriseSearch_Admin>" -DatabaseServer "<DATABASE SERVER NAME>"
Get-SPDatabase | where {$_.name -match '<OLD ADMIN DB NAME>'} | foreach {$_.Delete()};
Enterprise Server search
,
en-US
,
has code
,
PowerShell
,
setup
,
SharePoint 2010
[Edit tags]
Leave a Comment
Please add 7 and 3 and type the answer here:
Post
Wiki - Revision Comment List(Revision Comment)
Wikis - Comment List