1 / 18

Implementando y configurando FAST para SharePoint

Implementando y configurando FAST para SharePoint. Instalemos…. Pre requisitos. Instalación. Activar ejecución remota de scripts en PowerShell Set- ExecutionPolicy RemoteSigned En forma predeterminada se instala en C:FASTSearch. Preparación (Post Configuración).

hija
Download Presentation

Implementando y configurando FAST para SharePoint

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Implementando y configurando FAST para SharePoint

  2. Instalemos…

  3. Pre requisitos

  4. Instalación • Activar ejecución remota de scripts en PowerShell • Set-ExecutionPolicyRemoteSigned • En forma predeterminada se instala en • C:\FASTSearch

  5. Preparación (Post Configuración) • Asegurarnos de asignar al usuario que asignaremos al servicio de FAST, derechos de dbcreator en el SQL Server que contendrá las bases de datos Sólo durante el proceso de configuración  • Asegurarnos que haya comunicación TCP entre el servidor de FAST y SQL Server (1433)

  6. Post Configuración

  7. Configuremos…

  8. Se necesitan… FAST SearchConnector FAST Search Center Buscar el c:\FASTSearch\install_info.txt

  9. FAST SearchConnector • ManageServiceApplications • New – SearchApplication • FAST SearchConnector

  10. FAST SearchConnector • SharePoint necesita confiar en FAST • Configurar SSL entre ambos • Copiar desde FASTSearch al Servidor SharePoint • C:\FASTSearch\installer\scripts\securefastsearchconnector.ps1 • C:\FASTSearch\data\data_security\cert\FASTSearchCert.pfx • Ejecutar con Microsoft SharePoint 2010 Management Shell en el Servidor SharePoint .\SecureFASTSearchConnector.ps1 –certPath ".\FASTSearchCert.pfx" –ssaName "<FAST Connector>" –username “<domain\usernameforSearch 14>”

  11. FAST SearchQuery • ManageServiceApplications • New – SearchApplication • FAST SearchQuery

  12. FAST Search Center • Es un sitio más en la granja • O en la colección de sitios • Es una plantilla de Web que se agrega • Debe tener activadas características empresariales en la colección de sitios y Site

  13. Completemos… • Tus sitios SharePoint aún no buscan por FAST • Hay que asociar el ServiceApplication • Central Administration • Application Management • Configure serviceapplicationassociations • Application Proxy Group (default)

  14. Completemos… … • Configuramos ClaimsAuthentication • SharePoint debe poder identificarse fehaciente-mente ante el Servicio FAST • Esto permite filtrar los resultados por seguridad • Sólo los que el usuario puede ver

  15. Configuramos ClaimsAuthentication • SharePoint • SharePoint 2010 Management Shell • As Admin cd \FASTSearch $stsCert = (Get-SPSecurityTokenServiceConfig).LocalLoginProvider.SigningCertificate $stsCert.Export("cert") | Set-Content -encoding byte MOSS_STS.cer • FAST • Microsoft FAST Search Server 2010 for SharePoint • As Admin cd c:\FASTSearch\installer\scripts .\InstallSTSCertificateForClaims.ps1 -certPath c:\FASTSearch\MOSS_SPS.cer

  16. Comprobemos • Microsoft FAST Search Server 2010 for SharePoint nctrl status

  17. Comprobando contenido • Microsoft FAST Search Server 2010 for SharePoint shell Get-FASTSearchContentCollection -Name "sp"

  18. Daniel A. Seara dseara@solidq.com

More Related