设置Sharepoint 2010 – 在哪里主持广告?

我正在设置Sharepoint 2010 Beta。

这是一个开发环境,通过VMWare Workstation。 我有一个虚拟机的SQL Server和另一个将主持Sharepoint本身。

关于AD,这个适合哪里? 我应该为AD制作另一个虚拟机,还是应该将它放在MOSS服务器上?

我正在使用Windows Server 2008 x64 R2。

一个单独的服务器/虚拟机总是更好的select。 如果您的资源意识到Windows Server 2008核心安装! 用最less的RAM运行它。

出于好奇,如果你有2008服务器,为什么不使用hyper-v,这是免费的,但使用VMWare工作站,其成本$$

恕我直言,在大多数环境下Sharepoint将不会安装在域控制器上,所以我的build议是为AD创build一个新的虚拟机。

您不需要两个单独的虚拟机来创build服务器场,但是在安装SharePoint时仍然会在向导中select“完成”选项。 我正在用VMWare Workstation 7做同样的事情,并且今天晚些时候会在这里发布一个博客:

http://www.codersbarn.com/post/2009/11/21/Install-SharePoint-2010-on-Windows-2008.aspx 

开发机器上也不需要AD。 您可以按照以下步骤解决SharePoint 2010的“无本地帐户”限制:

 http://sharepoint.microsoft.com/blogs/fromthefield/Lists/Posts/Post.aspx?ID=112 

我使用W2K8标准 – 据我所知,有一些R2的新修补程序,所以检查团队的博客。

DB部分的一些链接:

 Script to open SQL Server ports: http://support.microsoft.com/default.aspx/kb/968872 SQL Server 2008 SP1: http://www.microsoft.com/downloads/details.aspx?familyid=66AB3DBB-BF3E-4F46-9559-CCC6A4F9DC19&displaylang=en CU2 for SP1: http://support.microsoft.com/kb/970315 

编辑

如果SP Pre-Requisites检查器在Powershell方面失败,请手动安装最新的2.0版本:

 http://www.microsoft.com/downloads/details.aspx?FamilyId=d37e25cf-db05-4b23-a852-cdf865d81b82&displaylang=en 

编辑

修复R2:

 KB976462 would be the WCF Fix article for Windows 2008 R2 and Windows 7 http://support.microsoft.com/kb/976462 (link not activated yet) http://go.microsoft.com/fwlink/?LinkID=166231 (this is the download) 

编辑

 http://andreasglaser.net/post/2009/11/17/Installing-SharePoint-Server-2010-on-Windows-Server-2008-R2-and-SQL-Server-2008-R2-Part-4-Active-Directory-installation-and-configuration.aspx http://andreasglaser.net/post/2009/11/17/Installing-SharePoint-Server-2010-on-Windows-Server-2008-R2-and-SQL-Server-2008-R2-Part-1-Overview.aspx