安装后如何配置SharePoint 2010

来源:互联网 发布:淘宝怎么搜相册同款 编辑:程序博客网 时间:2024/05/17 12:47

1. At the SharePoint Products Configuration Wizard welcome screen, click Next

2. Click Yes when you are prompted to start or restart services

  1. Specifically the following services will be restarted:
  2. Internet Information Services
  3. SharePoint Administration Service v4
  4. SharePoint Timer Service v4

3. Now you will be prompted to Connect to a server farm, either an existing server farm or create a new server farm.  In our case, we are going to selectCreate a new server farm and clickNext

  • Database Server: Enter database server name. You can use script :select @@SERVERNAMEAS[Server]  inSQL Server Query  to get the name
  • Database Name: Enter SharePoint Configuration Database Name:Here SharePoint_Config is the default name 
  • Database Access Account(Changing this account later is very very difficult, so it’s highly recommend not to use a personal account here):
  • User Name: Enter SharePoint Server Farm access account
  • Password: Enter the corresponding password

    4. At the Specify Farm Security Settings screen, you are requested to enter a passphrase and is required for each server that joins the farm.  Fret not, you can change this passphrase after the farm is configured. ClickNext. (The Passphrase has at least 8 characters, contains at lease three of the following four character groups: A~Z; a~z; !,$,#,% and so on )

    5. Configure SharePoint Central Administration Web Application screen allows you to specify the port number for the Central Administration Web Application as well as configure security settings. ClickNext.

    6.After all is said and done, you have the Completing the SharePoint Products Configuration Wizard.  This screen will provide you a summary of the settings.  If you are comfortable with these settings, please clickNext.

    7.Now is the time where you grab a coffee or go and pray that no errors show up.  If you follow the best practices for installing SharePoint 2010 as well set the appropriate permissions for the service accounts, this screen will not throw any errors.  If it does, make sure you check out my blog post on what service accounts you need.

    8.After about 10 minutes or an hour, done.  Note that : If you are using SQL Server 2012, and the SharePoint has not SharePoint SP1 installed, it will be corrupted in the end.So, for this case, you need to download SP1 fromhttp://support.microsoft.com/kb/2460045

     

     

     

  • 原创粉丝点击