Monday 14 May 2012

SharePoint Installation Process Part 6


Create and setup Query SSA
  1. Open SharePoint 2010 Central Administration Home Page, under Application Management and click Manage Service ApplicationsImage 59
  2. In Manage Service Applications page, click New –> Search Service ApplicationsImage 60
  3. In Create New Search Service Application page, fill in the details (here’s what I filled)
    1. Name: FAST Query SSA
    2. FAST Service Application: FAST Search Query
    3. Search Service Account: selected the default value
    4. Application Pool for Search Admin Web Service: FAST_Query_Admin_App_Pool
      I also decided to let the AppPool run under dotnetscraps\svcaccnt service account.
    5. Application Pool for Search Query and Site Settings Web Service: FAST_Query_App_PoolI also decided to let the AppPool run under dotnetscraps\svcaccnt service account.
    6. Refer %fastsearch%\install_info.txt on FAST Search Server for the following details|e.g.: Query Service Location (since our queries are HTTP based): http://WIN-FS.dotnetscraps.com:13287
      Administration Service Location: http://WIN-FS.dotnetscraps.com:13257
      Resource Store Location: http://WIN-FS.dotnetscraps.com:13255
      Account for Administration Service: dotnetscraps\fastuser
    7. Click OKImage 71
      Image 72
      Image 73
    8. When finished, you will get a confirmation that a new Content SSA is created and is added in the list of Service Applications –> click OKImage 74
  4. Now to configure SharePoint 2010 to use FAST Search as a default search provider
    1. Open SharePoint Central Administration –> Application Management and click Configure service application associationsImage 75
    2. Under Application Proxy Group, click defaultImage 76
    3. Select FAST Query SSA (or the Query SSA you created earlier) and click [set as default].
      NOTE: I decided to uncheck Search Service Application as I won’t be using it for our http://win-sp site.Image 77So now, all search done on our team site will use FAST Search to perform the query.
  5. We haven’t finished yet, SharePoint 2010 uses Claims for authentication. We will need to export a certificate from SharePoint 2010 Server and import it on the FAST Search query server(s). This does not mean your query traffic is HTTPS base.
    1. On SharePoint Server 2010, Start –> All Programs –> Microsoft SharePoint 2010 Products –> right click onSharePoint 2010 Management Shell and Run as administrator
    2. Type the following command$stsCert = (Get-SPSecurityTokenServiceConfig).LocalLoginProvider.SigningCertificate
      $stsCert.Export(“cert”) | Set-Content -encoding byte MOSS_STS.cer

      Image 78
    3. Copy the MOSS_STS.cer on the FAST Search Server
    4. On FAST Search Server, Start –> All Programs –> Microsoft FAST Search Server 2010 for SharePoint –> right click on Microsoft FAST Search Server 2010 for SharePoint shell and Run as administrator
    5. Navigate to the folder %FASTSEARCH%\installer\scripts, and type the command.\InstallSTSCertificateForClaims.ps1 -certPath <”path_to_MOSS_STS.cer_file”>Image 79
  6. Finally, we will need to activate SharePoint Server Publishing Infrastructure under Site Collection Administration.
    1. Open the Web Site (http://win-sp, this is a Team  site I created using the Configuration Wizard).
    2. Click Site Actions –> click Site SettingsImage 80
    3. Under Site Collection Administration –> click Site collection featuresImage 81
    4. Scroll down and look for SharePoint Server Publishing Infrastructure and click ActivateImage 82
Let us also verify the Office Web Application feature of viewing and editing Office documents directly from the browser is enabled on the server.
  1. Open SharePoint 2010 Central Administration Home Page, under System Settings and click Manage services on server
    Image 85
  2. On the Services page, verify that Excel Calculation ServicesWord Viewing Service, and PowerPoint Service are Started.Image 86Looks good now.
Open a new browser windows and hit http://win-sp, right hand top corner in the search bar type “document” (I typed “topology” as I know some of the documents I have uploaded have topology as a keyword.)
Image 83
Image 84
Success !! The FAST Search is working fine
Click on View In Browser in the screenshot above.
Image 87
Click Edit in Browser, you can Edit the document Format it and Save it.
Image 88
Done.

No comments:

Post a Comment