Skip Ribbon Commands
Skip to main content

Aghy Blog (English)

:

Aghy.hu > Aghy Blog (English) > Posts > My Best Practices for FAST Search Server for SharePoint 2010 Installation [Updated]
December 04
My Best Practices for FAST Search Server for SharePoint 2010 Installation [Updated]

Last week, I’ve been honored as a speaker of Best Practices Conference 2010 in Washington DC, and got a lot of questions about the installation of FAST Search Server for SharePoint 2010. So that, I’ve decided to collect my tips and best practices and publish here. I know my list is not full and definitely will be growing in the future.

  1. Install FAST Search Server to one or more separated box, not to the SharePoint server(s). - Why? Because in this case not only the performance will be better but you’ll have a more manageable and maintainable environment. For example, checking the performance or troubleshooting is much easier in this case.
    Of course, exceptions can be happened always. Although the best practice is to have separated App Servers and WFEs as well as separated Admin and Non-Admin FAST servers in the farm, in some cases we should deploy some different architecture. Even in my case: as you know, I make a lot of sessions and presentations, online as well as personally. If you have speaker experience, you know: basically we have three options to make a demo during the presentation:
    • Bring the farm to the venue. – Yes, sometimes it’s an option, for example if the event is in the office of your company. But in most cases this option is not an option, you cannot bring 2-3-5-… boxes to a foreign conference.
    • Connect to a remote farm. – If you leave the farm in the office (or at home), you can connect to that from your session via Remote Desktop, or simply in the browser, for example. It’s a good choice if you have a good Internet connection, otherwise all your presentation can be collapsed on the demo unable to work.
    • Have the demo environment on your laptop. – Ok, you can do that only in case if you have a proper laptop. But even if you have, it’s not to easy to have a full SharePoint 2010 farm, SQL, AD and FAST Search Server all together on your laptop. But I can say: it’s not impossible :) I have installed a VMware image to my laptop (HP8530p with 8GB RAM), Win2008 R2 as a domain controller, SQL Express and SharePoint Server 2010 Enterprise on it, as well as FAST Search Server on the same virtual box. So it works, but of course it’s not a production environment: doesn’t contain too much content, there are no crawlings scheduled, etc. It’s just a simple demo machine for my sessions. So please don’t do this kind of installation, except you really need a demo environment! In production, never. Never! Please…
  2. After installing the FAST bits, use the FAST Configuration Wizard for the final steps, but don’t forget the additional steps! – First of all, the Config Wizard doesn’t create and import the certificates, so you have to do that manually. The following steps have to be performed:
    • Export the certificate with the following Powershell command running in the SharePoint 2010 Management Shell:

      $stsCert = (Get-SPSecurityTokenServiceConfig).LocalLoginProvider.SigningCertificate

      $stsCert.Export("cert") | Set-Content -encoding byte MOSS_STS.cer

    • Import the certificate on the FAST Search Server, either in the Certificates MMC Console or by running Powershell again.

      image

    • [Update 03/10/2010] If you get a Certificate error during the configuration (check the config log for the error message), don’t panic: close the FAST Search Configuration Wizard, and start it again as Administrator (‘Run as Administrator’). It’ll work.

  3. Check InstallInfo.txt before deploying the FAST Service Applications. – Even if you’ve installed a lot of FAST Servers and think you know every port numbers and settings, please check the InstallInfo.txt. It contains all URLs and port numbers for the proper deployment, and believe me: it worth some seconds!
  4. Doublecheck all the URLs and port numbers when deploying the FAST Service Applications.
  5. If you’re ready with installation and configuration, create a FAST Search Center, and don’t forget to crawl your content!
    • [Update 03/11/2010] If the SharePoint content cannot be crawled in the FAST Content SSA, and the only thing you get instead of the result set is an error message like “We did not find any results”, but anything else (see point 6.) looks fine, check the Firewall on the servers in the farm. You might have an error “Unable to resolve Contentdistributor” in the Event Log too.
  6. If the content has been crawled, check the environment with querying something on the FAST Search Center. If you get some error, don’t panic! :)
    • The search request was unable to connect to the Search Service – This error means that SharePoint is unable to make connection to the FAST engine. Its reason can be vary on your settings, please check all of them:
      • Check the services with the command “nctrl status”.
      • Check the URLs and port numbers: compare if your Service Application settings fit to the InstallInfo.txt. Don’t forget to check the protocols as well (HTTP or HTTPS), as the port numbers can be different with the different protocols. And don’t forget to check both FAST Content SSA and FAST Query SSA.
      • Check if the FAST Query SSA is associated to your Web Application, and this is the default one.
      • Check if the credential has been imported properly to the FAST Server. Don’t copy it from another farm!
      • [Update 03/10/2010] Check [FASTSearchDirectory]\etc\contentdistributor.cfg for the Content Distributor URL and port number.
      • [Update 03/11/2010] Check if the FAST Server has been restarted after the installation. If not, probably you’ll get an error" “Unexpected error occurred while communicating with Administration Service” too when trying to configure the FAST settings on SharePoint 2010 (for example, keywords, user context, etc.) Restart it (again) if it’s necessary.
    • Unable to display this Web part – This error message means that probably you have something misconfigured in FAST Search Server for SharePoint 2010.
      • Check the services with the command “nctrl status”.
      • Check the Managed Properties settings on the FAST Query SSA / FAST Search Administration page. If you get an error here, the FAST Search Server definitely doesn’t work properly and you should check it not the SharePoint. If you get the list of the managed properties, the FAST Search Server component is definitely running.
      • Check the URLs and port numbers: compare if your Service Application settings fit to the InstallInfo.txt. Don’t forget to check the protocols as well (HTTP or HTTPS), as the port numbers can be different with the different protocols. And don’t forget to check both FAST Content SSA and FAST Query SSA.
    • [Update 03/11/2010] Unexpected error occurred while communicating with Administration Service – The FAST Search Server’s Administration Service cannot be reached by SP2010.
      • Check the services with the command “nctrl status”.
      • Check the URLs and port numbers: compare if your Service Application settings fit to the InstallInfo.txt. Don’t forget to check the protocols as well (HTTP or HTTPS), as the port numbers can be different with the different protocols.
      • Check if the FAST Server has been restarted after the installation. Restart it (again) if it’s necessary.
    • [Update 03/10/2010] If the Word/PowerPoint thumbnails and preview don’t work, check Office Web Apps (try to open some documents in the browser). Be careful, because on DCs you can have a strange issue: if the operation ‘Edit in Browser’ works but ‘View in Browser’ doesn’t, check this article, run IISRESET and you might run also SharePoint 2010 Config Wizard. After these steps Office Web Apps should start to work properly. You might also have a Full Crawling before having it working on FAST Result Pages.
    • [Update 03/10/2010] Sometimes it looks like FAST Search results are got from an old index: the result set contains some items don’t exist anymore and doesn’t contain some new items. If a new crawling doesn’t help, clear the FAST Content Collection by running this command in the FAST Search Server for SharePoint 2010 Management shell: Clear-FASTSearchContentCollection –Name <ContentCollectionName> and run an IISRESET. Of course, a new crawling will be needed to get the correct index again.
    • [Update 04/12/2010] In case of you get an error like “Failed to communicate with WCF service.”  when running FAST admin functions (for example, Clear-FASTContentCollection), check if you have FAST admin privileges on the server. If not, try again to run the command as a different user with admin privileges.

image

Stay tuned, more details and updates are coming later, regarding to my experiences!

 
 
 

Comments

FAST Re-Installation

Have you ever tried re-installing FAST, if yes have u faced any issues what are the steps to be taken care
can we delete existing indexes
can we store the index in a separate storage drive
 on 5/6/2011 10:24 AM

FAST Re-Installation

Have you ever tried re-installing FAST, if yes have u faced any issues what are the steps to be taken care
can we delete existing indexes
can we store the index in a separate storage drive
 on 5/6/2011 10:30 AM

FAST Re-Installation

Have you ever tried re-installing FAST, if yes have u faced any issues what are the steps to be taken care
can we delete existing indexes
can we store the index in a separate storage drive
 on 5/6/2011 10:45 AM

Re: My Best Practices for FAST Search Server for SharePoint 2010 Installation [Updated]

 on 8/23/2011 9:59 PM

Two Chances to Win a RED8 Watch from TheWatchLounge

 Vehicle loans for weak credit would be the loans Cheap Jerseys provided in Uk into the people struggling from low credit score standing. These specifically designed loans with the borrowers with adverse credit score aid them to fulfil their dream. These loans are available in secured and unsecured option http://www.celldress.org . In secured selection, borrowers UGGs On Sale be required to pledge collateral versus the amount. http://www.celldress.org/prom-dresses.html  Because of to this, repayment facilities turned out to be additional effortless and rates becomes reduce. In unsecured method, rate of interest is higher and payment tenure is shorter. http://www.aiwatches.org/cartier-watches.html  The financial loan amount is dependent over the markets total price of the car. Bigger total could be authorized, should the borrowers can offer a protection. The rate of interest secured method is six to 11 %. In unsecured loans, it may possibly rise as great as 14 to eighteen percent. The borrowers have got to hold in head that in adverse credit loans, the interest is often better compared to loans with the borrowers with superior UGGs On Sale credit score. The repayment tenure is small as a bad credit score car loans are temporary loans http://www.hisdress.com/mother-of-the-bride-dresses.html . The repaying time period could very well be everything around 48months and 60months. The borrower will need to keep in mind in motor vehicle loans; the car is used for a form of protection with the loan companies. http://www.aiwatches.org/tag_heuer-watches.html  That is certainly, the loan providers can impound your automobile when you're not capable to Canada Goose Outlet fork out back again the full total   . Automobile loans for low credit score can be found by way of online and offline loan companies. Online lenders are banking institutions, autodealers, economical institutions, brokers and credit unions http://www.aiwatches.org . On the web loan providers provide you with diverse costs by means of their Uggs On Sale sites. The borrowers will need to consider as countless lenders as you possibly can before the one particular finest suited for them. The borrowers will need to have a credit score below 650 to become thought to be the person with adverse credit status. The borrower have to be a citizen of Uk. The borrower will have to be 18 and Canada Goose Parka higher than.
 on 3/4/2012 8:28 AM

harris

circulation numbers high or danger losing cash. Regardless of whether or not you ought to ignore the postcards or unending number of renewal notices really depends. You might want to take into consideration purchasing a magazine subscription if 2 or more from the following applies to you http://www.fakesale.org/tissot-watches.html :Frequency http://www.watcheview.com  http://www.fakesale.org/breitling-watches.html  http://www.fakesale.org/tag-watches.html  http://www.fakesale.org/mens-watches.html : You Obtain the Magazine on a regular basis: http://www.watcheview.com/dunhill-watches.html Generally magazine subscriptions are very discounted in comparison to theCowboys Jerseys costs charged at newsstands http://www.fakesale.org/rolex-watches.html . Purchasing a subscription can very easily save
 on 3/16/2012 7:57 PM

Tyler

and place it to the entrance on the look at, producing a a lot busier encounter.The further thickness from the SeaDweller39 http://www.isweddingdress.org/Evening-Dresses.html black evening dresses ;s situation past that with the Submariner would be to accommodate the helium escape valve.The bulbous form on the hour hand which Rolex utilizes on a lot of of their activity designs permits it to become observed even though immediately below the moment hand. This may possibly appear like an pointless depth, but it39;s in fact an incredible   , broadly copied, http://www.isweddingdress.org vintage swing dance dresses  and below appreciated style. In addition http://www.isweddingdress.org cheap plus dresses , http://www.isweddingdress.org cheap summer dresses  it tends to make the hour hand additional quickly distinguishable in reduced gentle.This terribly wonderful observe is becoming discontinued http://www.isweddingdress.org long bridal dresses . It can be becoming changed with the admittedly intriguing, but incredibly unique SeaDweller DEEPSEA. http://www.isweddingdress.org bridesmaid beach dresses  I can guarantee you that there'll often be considered a marketplace for your old SeaDwellers, http://www.isweddingdress.org victorian bridal dresses  even so. http://www.isweddingdress.org bridesmaid dresses under $200  They had been classics even
 on 3/23/2012 12:51 AM

Melissa

 on 3/30/2012 12:33 AM

Cole

 on 3/30/2012 12:34 AM

prom dresses and gowns

frequent on useful dive watches such as a luminous 2nd hand and bezel as was astutely pointed out by divewatch blogger Roger Ruegger  http://www.askweddingdress.net bridal bridesmaid dresses  ; regardless of whether or not this can detract from its perceived worth is always to be observed. I;m not positive what the cost could be, but I'll enterprise a guess that a cost of $750 may well be within the ballpark.Desire to understand what Mercier is going to be presenting in the 2010 Salon Worldwide de la Haute Horlogerie SIHH in January? Properly you do not need to surprise any longer http://www.askweddingdress.net informal wedding dresses  . http://www.askweddingdress.net brown cocktail dress   http://www.askweddingdress.net cheap cocktail dresses   http://www.askweddingdress.net white evening dresses   The Classima Executives XL Chronograph Total Calendar see will probably be centered phase at this prestigious occasion http://www.askweddingdress.net large size evening dresses   http://www.askweddingdress.net simple beach dresses  . The classically formed spherical situation actions 42mm in diameter, a lot of room to consist of all of the wonderful functions supplied about the view http://www.askweddingdress.net/prom-dresses.html beach dresses  . Its silvered dial attributes a stamped "grain d'orge" guilloche pattern at middle as well as a  http://www.askweddingdress.net formal wedding dresses cheap 
 on 4/10/2012 4:32 AM
1 - 10Next

Add Comment

Name *


E-Mail *


Url


Title


Body *


Attachments

 

 Sponsors

 
I review for the O'Reilly Blogger Review Program
Hosted by
 FpWeb.net