Backup and restore prerequisites (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Data pubblicazione: 12 maggio 2010

These installation prerequisites must be met before you can run a FAST Search Server 2010 for SharePoint backup and restore.

Prerequisites on all servers

  • The user who runs the backup and restore scripts must be a member of the local FASTSearchAdministrators group.

  • The user who runs the backup and restore scripts must be a member of the local administrators group. This is required for Windows PowerShell remoting to work in its default setup.

  • Windows PowerShell remoting must be enabled on all servers. To enable remoting, open a Windows PowerShell prompt as an administrator and run the following command:

    Enable-PSRemoting -Force

  • Windows PowerShell remoting must be set up as a Credential Security Support Provider (CredSSP) server.

    To enable CredSSP servers, open a Windows PowerShell prompt as an administrator and run the following command:

    Enable-WSManCredSSP -Role Server –Force

    Ff460223.Tip(it-it,office.14).gifSuggerimento:
    To determine if CredSSP has been configured correctly, run the cmdlet, Get-WSManCredSSP.

  • Increase the maximum amount of memory allocated to a Windows PowerShell instance on a remote server by running the following command:

    Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1000

Prerequisites on the FAST Search Server 2010 for SharePoint administration server

  • Set up Windows PowerShell remoting as a Credential Security Support Provider (CredSSP) client.

    To enable CredSSP clients, open a Windows PowerShell prompt as an administrator and run the following command:

    Enable-WSManCredSSP –Role Client –DelegateComputer server1,server2,…,serverN –Force

    The –DelegateComputer parameter must list the server names of all servers in the FAST Search Server 2010 for SharePoint deployment.

    Ff460223.Important(it-it,office.14).gifImportante:
    The server names server1,server2,…,serverN must be identical to the server names as they appear in the file: <FASTSearchFolder>\etc\config_data\deployment\deployment.xml.

  • The SQL Server Management Objects (SMO) .Net assemblies must be installed.

    Ff460223.Tip(it-it,office.14).gifSuggerimento:
    If SQL Server is already installed on the FAST Search Server 2010 for SharePoint administration server, you already have the SQL SMO assemblies. Otherwise, the SMO assemblies can be installed by installing the Microsoft SQL Server System CLR Types and Microsoft SQL Server 2008 Management Objects packages that are available from https://go.microsoft.com/fwlink/?LinkId=188653.

Prerequisites for the backup store

  • The backup store must be available as a UNC path by the user who runs the backup scripts, with read and write permissions.

Prerequisites for the SQL database

  • The user who runs the backup and restore script must have sysadmin permissions on the FAST Search Server 2010 for SharePoint administration database.

Vedere anche

Concetti

Configuration backup and restore (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)
Full backup and restore (FAST Search Server 2010 for SharePoint)(informazioni in lingua inglese)

Cronologia delle modifiche

Data Descrizione Motivo

12 maggio 2010

Pubblicazione iniziale