506629361 发表于 2015-9-26 11:51:11

Sharepoint 2013 系列篇(安装部署)--上篇

前言
  sharepoint的部署是按照物理拓扑图的架构来部署,按照物理拓扑图架构分为一层拓扑图架构,二层拓扑图架构,三层拓扑图架构,多层拓扑图架构。
  按照分层的拓扑图部署是按照需求来划分的,一层拓扑图是适合小企业类型,使用的人不是很多, 二层拓扑图适合中型企业,三层或者多层拓扑图架构适合大型企业。
  
  下图是一层拓扑图架构:

  一层拓扑图架构我们经常用这种来部署测试开发的环境.或者小型的企业使用这种方式来部署。
  
  下图是二层拓扑图架构:

  
  多层sharepoint部署,主要分为前端server即web 服务器,中端应用程序服务器,主要开启一些search, office等服务,另外中端还有一台应用程序管理server,主要开启管理中心,用负载均衡来连接这些server。再就是后端数据库server,主要不是sharepoint的farm集群,用instance连接起来.
  
  如下图:

  
  
部署
  今天来搭建sharepoint 2013的环境. 需要准备的有sql2012,sharepoint 2013 server, 另外其他的以后在部署上去.
  
  
  开始安装win server 2008 R2,如下图:

  
  
  
Front End Servers
  Microsoft SharePoint Foundation Web Application
  Search Query and Site Settings Service
  SharePoint Server Search Service

Application Server
  Access Database Service
  Application Registry Service
  Business Data Connectivity Service
  Central Administration
  Claims to Windows Token Service
  Document Conversions Launcher Service
  Document Conversions Load Balancer Service
  Excel Calculation Services
  Lotus Notes Connector (If required)
  Managed Metadata Web Service
  Microsoft SharePoint Foundation Incoming E-mail
  Microsoft SharePoint Foundation Workflow Timer Service
  PerformancePoint Service
  PowerPoint Service
  Search Query and Site Settings Service
  Secure Store Service
  SharePoint Foundation Search
  SharePoint Server Search
  User Profile Service
  User Profile Synchronization Service
  Visio Graphics Service
  Web Analytics Data Processing Service
  Web Analytics Web Service
  Word Automation Services
  Word Viewing Service
  

  
  接下来重点讲述SQL Server的集群安装, web servers的安装和app servers的安装,app servers包含管理中心,搜索,爬网,还有其他的产品,如office web app等
  web servers用NLB或routed requests连接起来,另外可以配置外网访问,内网访问,这里需要不同的网卡.
  
  在下篇中会详细讲述.....................
  
  
页: [1]
查看完整版本: Sharepoint 2013 系列篇(安装部署)--上篇