Microsoft Forefront Security for SharePoint Service2007简单
软Office SharePoint Server 2007上的集成套件的服务器功能,可以帮助提高组织效率,提供全面的内容管理和企业搜索,加速共享业务流程,促进信息交流跨越国界进行更好的业务洞察力。 此外,该协作和内容管理服务器提供IT专业人员和开发的平台和工具,他们需要的服务器管理,应用的可扩展性和互操作性。sharepoint(字面意思分享点,门户网站)是用来资源的整合与协同工作(主要是工作流)Sharepoint包括以下几个版本;sharepoint portal server2003、sharepoint services2.0、sharepoint portal 2007、sharepoint service 3.0今天我给大家简单讲讲SharePoint Portal Server 2007,SharePoint Portal Server 2007使得公司可以部署一个智能门户网站点,可以有效的连接到用户,通过这个站点,员工可以更好的利用业务流程间的相关信息(工作流),实现高效工作。
说说部署SharePoint Portal Server 2007的条件,
IIS ASP.NET 2.0 .NET Framework 3.0 数据库支持:SQL Server 2005 +sp2补丁
实验拓扑如下:
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447423713jtk.jpg
一:前期准备
1.安装IIS ASP.NET2.0 和.Net Framework 3.0(我们可以去添加删除程序中进行安装)
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447423776o7C.jpg
这个大家应该是驾轻就熟了。。。呵呵,安装还是很快地
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742380kJ36.jpg
安装.Net Framework 3.0
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742383hd7Y.jpg
无条件投降之后,我们继续
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742385hbjX.jpg
这个还是需要一定的时间,不过也是蛮快地,安装完成
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447423885VRn.jpg
2.安装数据库引擎
(1)在SharePoint正常运行的时候得需要一个后台数据库的支持。
需要提醒的是,要是你部署的是Sharepoint Portal Server 2003的话,这个时候你就要注意了,千万别犯低级错误(SharePoint2003上装SQL Server 2005)那个时候SQL Server 2005还没有出来了哈,应该加打SQL Server 2000+SP4。我部署的是SharePoint 2007所以就直接装SQL Server 2005了(但是还是需要加打SP2补丁的)
我们在Tianjin上部署SQL Server的升级顾问,为我们的数据库安装做准备
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742392y35t.jpg
出现了一些客套话,什么欢迎###
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447423959gM7.jpg
再一次的妥协了。。。
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742400DO3L.jpg
输入姓名以及公司名称
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742403V4ni.jpg
选择要安装的程序及路径
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742407vSiU.jpg
万事具备只欠下一步了
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742410ojSQ.jpg
安装ing
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447424133Fgk.jpg
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742416JoAP.jpg
接下来我们进行安装SQL Server 2005组件
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742419J6wB.jpg
在安装之前它会自动检测你的组件安装情况
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742423bFyX.jpg
在检测过后,出先安装向导,紧跟领导步伐,走,下一步
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742425vKT2.jpg
在此过程中,他会检查你的系统配置,这里发现一个警告,无大碍Go On(报错的话你就得当心了)
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447424306j7b.jpg
姓名,公司名称,以及产品密钥
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742434cE0z.jpg
选择要安装的组建,在实际工作中这个是有选择性的安装滴。我在试验环境下,也为了大家能够看清楚,全选
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447424382f46.jpg
实例实际上就是一个服务,在管理工具的服务里面能看到。 默认实例 SQL 数据库引擎默认实例的运行方式与 SQL Server 早期版本的数据库引擎相同。默认实例仅由运行该实例的计算机的名称唯一标识,它没有单独的实例名。如果应用程序在请求连接 SQL Server 时只指定了计算机名,则 SQL Server 客户端组件将尝试连接这台计算机上的数据库引擎默认实例。这保留了与现有 SQL Server 应用程序的兼容性。 一台计算机上只能有一个默认实例,而默认实例可以是 SQL Server 的任何版本。 命名实例 除默认实例外,所有数据库引擎实例都由安装该实例的过程中指定的实例名标识。应用程序必须提供准备连接的计算机的名称和命名实例的实例名。计算机名和实例名以格式 computer_name\instance_name 指定。 我们就选择默认实例了http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447424415o1B.jpg 服务账户的选择我选择的是域用户http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447424466JKW.jpg 选择身份验证模式http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742449ctSs.jpg 排序默认选择就行了http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447425890gmq.jpg 报表服务为默认http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742593yvOa.jpg 已经做得差不多了,程序也准备完毕,我们来进行安装吧,这个时间还是会多点滴。你要是本本的话就得悠着点了。。。莫慌莫慌http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447425968G8H.jpg (2)安装SQL Server 2005+sp2补丁http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742602elCn.jpg 选择功能,其实就是一些更新信息http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447426065eZm.jpg 对于我前面的配置还没有忘记的话,那么现在就是默认—默认实例—windows身份验证http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447426104P0F.jpg 正在运行更新文件进程http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742615eLBO.jpg 在安装过程中提示我们需要重启计算机http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742619Qj8p.jpg 大概我去喝了杯水吧(不只一杯)安装完成,并且重启计算机http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742623TZpq.jpg二:安装SharePoint Portal 2007(MOSS)
(1)在Tianjin中放入光盘~~~键入产品密钥http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742625ylao.jpg 接受许可协议http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742632Ar7G.jpg 选择服务器类型,进行安装http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742636Noi4.jpg 安装过程中http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447426398zep.jpg 小憩一会儿,安装完成http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742641G37G.jpg (2)进行一些基本配置打开SparePoint Portal配置向导(一般这里会自动运行,不需要你去程序中点击运行了)http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742645YrIT.jpg 它为了配置向导的顺利进行需要重启:IIS—Internet Information Services,SAS—SharePoint Administration Service,STS—SharePoint Timer Service.http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_124474265036eI.jpg 配置共享服务器,我们这里没有,所以选择新建http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447426546vxY.jpg 数据库服务器名称以及指定数据库访问账户http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742659hbZ3.jpg WEB应用程序的选择http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742664xIfB.jpg 确认之后点击下一步进行http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742669TFSF.jpg http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742673H7JI.jpg 配置成功http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742677OA7k.jpg (3)创建站点服务器打开SharePoint 管理中心http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_124474268451tw.jpg 打开我们建立的Tianjin服务器,启动Office SharePoint Serverhttp://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742690fzPq.jpg 勾选“使用此服务器索引内容”和“使用此服务器搜索查询服务”。然后输入管理员的电子邮箱地址。服务器场搜索服务账户我们用域中的管理员http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742698Wxr6.jpg 启动WSS服务搜索http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742706RET4.jpg 服务账户和内容访问账户的配置http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742712fdWz.jpg http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742716XD5c.jpg 现在我们有了应用服务的支持,但是没有WEB站点怎么能行?创建WEB应用程序(在应用程序管理中)http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742723Q0Hw.jpg 我们还没有web所以就选择新建http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447427291XwX.jpg
创建IIS网站说明输入sharepoint -80,端口80 http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742735PB3c.jpg
设置应用地址池名和用户名
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742740WTC2.jpg
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742744HSa0.jpg
创建成功了,但是得重启IIS
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742749xx1B.jpg
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742752soUC.jpg
依葫芦画瓢,我们再创建一个网站
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447427582Vfv.jpg http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742763DqU6.jpg
两个web应用程序都创建好了,我来建共享服务,点击应用程序菜单下的“创建或配置此服务器的共享配置” http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742769EyIY.jpg 新建一个共享服务SSP http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742774A4Lp.jpg SSP名称,web应用程序选择sharepoint – 37305 http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742781tdzd.jpg 同上面一样我需要建立这个Web位置, 管理员帐号及口令,数据库验证使用“windows验证” http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742786siMs.jpg (3)创建sharepoint站点 打开“应用程序管理”选择“创建网站集” http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742791c1Jb.jpg
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742793kN8M.jpg
设定网站地址以及模版选择
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742799vyvR.jpg
创建成功了网站
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742804CdnE.jpg
我们用DC进行访问tianjin的网站
http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447428099LMo.jpg
三:安装Antigen for sharepoint Portal进行安装Antigen for sharepoint Portal,无非又是一些客套话喽http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742814Jbiv.jpg 许可协议必需同意http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_12447428196LgT.jpg 键入姓名及公司名字,客户信息么http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742822SnOb.jpg 选择在本地安装http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742825enL0.jpg 安装类型——完全安装http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742829MbLu.jpg 选择安装目录http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742832FCaD.jpg 键入数据库信息,我就用域中的管理员了http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742836GeLP.jpg http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742840i88L.jpg 安装完成http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742843tuJo.jpg 安装完成后我们可以进行查看http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742847Y7IV.jpg 登陆到服务器tianjin是我们的服务器http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742849hzoG.jpg 啊呀,这可不是人品问题,这是个测试版,所以会有使用时间进行限制,好东西哪有便宜滴?http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742851gcUD.jpg 进去瞅瞅http://yangjunfeng.blog.运维网.com/attachment/200906/11/539796_1244742855rJ2W.jpg 忽然发现了,居然是中文滴了,那么你以前不熟悉那里面得意思的话,就拿这个来练兵吧!给大家总结一下SharePoint ortal这一产品的一些性质创建一个业务的完整视图.在公司内共享知识查找和创造公司的大部分知识财富.(可以组织信息、文件和站点,使您能够通过浏览找到有价值的相关信息)查找、整合和提供SharePoint站点.创建自服务门户.实现业务流程的自动化.通过即时可用的门户服务,减少开发时间和成本.
页:
[1]