Add an index column (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Data pubblicazione: 16 dicembre 2010

If the total index is too large to reside on one server, you can scale out your FAST Search Server 2010 for SharePoint farm by adding an index column.

Avviso

Before you add an index column, you must first remove all indexed content from the FAST Search Server 2010 for SharePoint farm. Depending on the size of the deployment, it may take days to re-index the content.

To add an index column

  1. Stop crawling:

  2. Pause the Web Analyzer components. These components analyze links between items and search clickthrough logs. The components must be stopped to avoid partial updates for indexed items during the procedure.

    1. On the administration server, open a FAST Search Server 2010 for SharePoint shell.

      1. Verify that you meet the following minimum requirements: You are a member of the FASTSearchAdministrators local group on the server where FAST Search Server 2010 for SharePoint is installed.

      2. On the Start menu, click All Programs.

      3. Click Microsoft FAST Search Server 2010 for SharePoint.

      4. Click Microsoft FAST Search Server 2010 for SharePoint shell.

    2. Inspect the Web Analyzer schedule status. At the Windows PowerShell command prompt, type the following command:

      waadmin ShowStatus
      

      Nota

      Refer to waadmin.exe reference(informazioni in lingua inglese) if you use multiple views for the Web Analyzer.

      In the Views section of the command output, for the default view, inspect the Schedule status. If the Schedule status is set to paused, perform the following steps:

      1. At the Windows PowerShell command prompt, type the following command:

        waadmin enqueueview
        
      2. Wait until the default Web Analyzer view is running. Type the command waadmin ShowStatus and inspect the Schedule status. The Schedule status shall be set to running.

    3. At the Windows PowerShell command prompt, type the following commands:

      waadmin AbortProcessing
      spreladmin AbortProcessing
      
  3. Wait until all item processing is finished:

    At the Windows PowerShell command prompt, type the following command:

    psctrl status
    

    Nota

    All processor servers must report "idle" before you proceed to the next step.

  4. Remove all items from the content index:

    • If you are using the FAST Search Content SSA to crawl content, follow the steps in Reset the content index (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese) to remove all items from the default content collection named "sp".

    • If you are using one or more of the FAST Search specific connectors to crawl content, remove all items from the content collections that are associated with these connectors:

      1. On the administration server, at the Windows PowerShell command prompt, type the following command:

        Get-FASTSearchContentCollection
        

        This will retrieve a list of all content collections.

      2. For each content collection, at the Windows PowerShell command prompt, type the following command:

        Clear-FASTSearchContentCollection -Name <ContentCollectionName> 
        

        Where <ContentCollectionName> is the name of the content collection.

  5. Make sure that no items are indexed on any of the indexers.

    On the administration server, at the Windows PowerShell command prompt, type the following command:

    indexerinfo –a doccount
    

    Nota

    All indexers must report 0 items before you proceed to the next step.

  6. Reconfigure the deployment to add an index column:

    1. Determine the changes you must apply to the deployment configuration file (deployment.xml):

      • Add a host element for each server in the new index column.

        Nota

        All index columns must have the same configuration.

    2. Follow the steps in Reconfigure the farm deployment including adding new servers.

  7. On the administration server, at the Windows PowerShell command prompt, run the following commands to resume processing for the Web Analyzer components:

    waadmin EnqueueView
    spreladmin Enqueue
    
  8. Start a full crawl of all content:

Vedere anche

Informazioni di riferimento

waadmin.exe reference(informazioni in lingua inglese)
spreladmin.exe reference(informazioni in lingua inglese)

Concetti

Plan FAST Search Server farm topology (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)
Manage high availability of the content index (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)
Increase query capacity (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)
deployment.xml reference(informazioni in lingua inglese)
Extend content capacity for the indexer (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Cronologia delle modifiche

Data Descrizione Motivo

16 dicembre 2010

Pubblicazione iniziale