How to install and configure the Indexing Service on a Windows Server 2008-based computer
| Article ID | : | 954822 |
| Last Review | : | June 30, 2008 |
| Revision | : | 1.0 |
On This Page
INTRODUCTION
MORE INFORMATION
How to install and configure the Indexing Service
By default, the Indexing Service is not installed on a Windows Server 2008-based computer. To install the Indexing Service on a Windows Server 2008-based computer, you must first use Server Manager to add the File Services role to the server. Then, you must add the Indexing Service role service that is available under the Windows Server 2003 File Services role. To do this, follow these steps:
| 1. | Click Start, point to All Programs, point to Administrative Tools, and then click Server Manager. |
| 2. | In the console tree of Server Manager, right-click Roles, and then click Add Roles. |
| 3. | In the Add Roles Wizard, click Next. |
| 4. | On the Select Server Roles page, click to select the File Services check box, and then click Next. |
| 5. | On the File Services page, click Next. |
| 6. | On the Select Roles Services page, click to select the Indexing Service check box under Windows Server 2003 File Services, and then click Next. |
| 7. | On the Confirm Installation Selections page, click Install. |
| 8. | Follow the instructions in the Add Roles Wizard to complete the installation. |
After you install the Indexing Service, you must create a new Microsoft Management Console (MMC) snap-in for the Indexing Service. To do this, follow these steps:
| 1. | Click Start, click Run, type mmc, and then press ENTER. |
| 2. | On the File menu, click Add/Remove Snap-in. |
| 3. | In the Available snap-ins list, click Indexing Service, and then click Add. |
| 4. | In the Connect to Computer dialog box, click Local computer: (the computer this console is running on), and then click Finish. |
| 5. | To close the Add or Remove Snap-ins dialog box, click OK. The console displays the Indexing Service snap-in. |
Changes that were made to the Indexing Service for Windows Server 2008
The following changes were made to the Indexing Service settings for Windows Server 2008:
| • | After you install the Indexing Service, a default catalog is not created for the Indexing Service. You must manually create a catalog for the Indexing Service. For more information about how to create and configure a catalog for indexing, click the following article number to view the article in the Microsoft Knowledge Base:
308202 (/Feedback.aspx?kbNumber=308202/) How to create and configure a catalog for indexing
|
| • | The Query the Catalog search page is not available in the Indexing Service. You can create a custom search page to search the catalog. For more information about how to create a custom search page for the Indexing Service, click the following article numbers to view the articles in the Microsoft Knowledge Base:
820105 (/Feedback.aspx?kbNumber=820105/) How to use an ASP.NET application to query an Indexing Service catalog by using Visual Basic .NET
820983 (/Feedback.aspx?kbNumber=820983/) How to use an ASP.NET application to query an Indexing Service catalog by using Visual C# .NET
|
| • | You cannot index Internet Information Services (IIS) Web sites in Windows Server 2008 because of the design changes that were made to IIS 7.0. The catalog that you use for the Indexing Service still has the Tracking tab. However, the catalog does not save any changes that you make to the WWW Server setting.
Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 (/Feedback.aspx?kbNumber=322756/) How to back up and restore the registry in Windows
To work around this issue, add the Web site folders to the catalogs in the Indexing Service snap-in as physical folders. Then, edit the scope registry entries for the folders. To make the scope return a virtual path, change the value from ,,5 to ,,3. For example, add the Test folder to the catalog that you create in the Indexing Service snap-in. A corresponding scope entry for the Test folder is created in the registry under the following registry subkey: HKEY_LOCAL_MACHINE SYSTEM CurrentControlSet Control ContentIndex Catalogs Catalog Name Scopes
The C: Test registry entry is created under the scope registry subkey for the Test folder. The C: Test registry entry has a value of ,,5. To make the scope return a virtual path, change the value to ,,3. |
APPLIES TO
| • | Windows Server 2008 Datacenter |
| • | Windows Server 2008 Enterprise |
| • | Windows Server 2008 Standard |
Keywords:Â |
kbexpertiseinter kbhowto KB954822 |
Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
Microsoft Corporation. All rights reserved. Terms of Use | Trademarks
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Back to the top
Leave a Reply