Answered How can you tell if your SharePoint server is Farmed or Standalone?

  • Wednesday, November 17, 2010 10:40 PM
     
     

    I'm trying to figure out whether I installed a SharePoint server in Farmed mode or Stand-alone. What can I do to check?

All Replies

  • Wednesday, November 17, 2010 11:16 PM
     
     Answered
    Standalone uses SQL express deployed during the installation process (I think it also names the instance SHAREPOINT).
    Florin DUCA Logica Business Consulting, France
  • Wednesday, November 17, 2010 11:22 PM
     
     
    Go to Central Administration > Servers in Farm
    • Edited by mydevexperience Wednesday, November 17, 2010 11:27 PM Wrong answer
    • Edited by mydevexperience Wednesday, November 17, 2010 11:27 PM sp2010 answer
    •  
  • Thursday, November 18, 2010 6:14 AM
     
     Answered
    I think ServerRole is written into registry so search for key "ServerRole" and if it says STANDALONE :)
    Microsoft Certified Master | SharePoint 2007
    Blog
    • Marked As Answer by Stanfford Liu Thursday, November 25, 2010 9:23 AM
    •  
  • Thursday, July 21, 2011 10:12 AM
     
     Proposed Answer

    As per this thread:

    Check the registry

    "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\WSS"

    There will be an entry for "ServerRole" which will tell you the installation type

    Stand Alone -
    SINGLESERVER

    Farm Stand Alone -
    WFE

    Farm Complete -
    APPLICATION

     


    YP
  • Wednesday, April 18, 2012 7:18 PM
     
     

    Thanks Yannis! Your response was helpful!

    -Naga