Sunday, March 13, 2011

How to add an application server role to your SharePoint farm

To add an application sever with an application server role to your SharePoint farm run this PowerShell commands:

  1. Connect-SPConfigurationDatabase -DatabaseServer "MySqlServer" -DatabaseName "MySharePointFarmName_SharePoint_Config" -Passphrase "myPassPhrase"
  2. Install-SPHelpCollection -All
  3. Initialize-SPResourceSecurity
  4. Install-SPService
  5. Install-SPFeature -AllExistingFeatures
  6. Install-SPApplicationContent


For more infomation on this read this technet article “Add a Web or application server to the farm (SharePoint Server 2010)” - http://technet.microsoft.com/en-us/library/cc261752.aspx

No comments:

Post a Comment