<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Marvellous Point : Architecture</title><link>http://blogs.msdn.com/martinkearn/archive/tags/Architecture/default.aspx</link><description>Tags: Architecture</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Useful facts about SharePoint farms</title><link>http://blogs.msdn.com/martinkearn/archive/2008/03/13/useful-facts-about-sharepoint-farms.aspx</link><pubDate>Thu, 13 Mar 2008 19:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8181842</guid><dc:creator>Martin.Kearn@Microsoft.com</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/martinkearn/comments/8181842.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinkearn/commentrss.aspx?PostID=8181842</wfw:commentRss><wfw:comment>http://blogs.msdn.com/martinkearn/rsscomments.aspx?PostID=8181842</wfw:comment><description>I recently presented a talk at the Office Developer Conference in San Jose and I was surprised about the amount of questions we got around SharePoint server farms and topologies. Having a good understanding of what a farm is and some of the best practices...(&lt;a href="http://blogs.msdn.com/martinkearn/archive/2008/03/13/useful-facts-about-sharepoint-farms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8181842" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Shared+Services/default.aspx">Shared Services</category><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Farms/default.aspx">Farms</category></item><item><title>How to install SharePoint Server 2007 on a single machine</title><link>http://blogs.msdn.com/martinkearn/archive/2007/03/28/how-to-install-sharepoint-server-2007-on-a-single-machine.aspx</link><pubDate>Wed, 28 Mar 2007 10:48:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1973214</guid><dc:creator>Martin.Kearn@Microsoft.com</dc:creator><slash:comments>17</slash:comments><comments>http://blogs.msdn.com/martinkearn/comments/1973214.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinkearn/commentrss.aspx?PostID=1973214</wfw:commentRss><wfw:comment>http://blogs.msdn.com/martinkearn/rsscomments.aspx?PostID=1973214</wfw:comment><description>&lt;P&gt;One of my first ever blog articles (and by far most popular to date) was a set of instructions on how to install Beta1 of SharePoint Server 2007 on a single machine. I removed this article because it was too much of an overhead updating it with the various Betas and the official guides were being developed. Now that SharePoint is RTM, I do still get a lot of questions from customers on how to do a simple installation of SharePoint (with SQL 2005) on a single machine to be used for a stand-alone development, demonstration or simple 'play-pen' server (normally on a virtual machine). This guide will outline all of the main steps to setup such an environment. &lt;/P&gt;
&lt;P&gt;Please bear in mind that this is just an unofficial guide to getting SharePoint 2007 installed quickly and easily in a demo / test environment. This guide will not necessarily observe best practices with regard to security etc. For production setups, you should seek guidance from the official documentation which is available on TechNet (&lt;A href="http://technet2.microsoft.com/Office/en-us/library/3e3b8737-c6a3-4e2c-a35f-f0095d952b781033.mspx?mfr=true" mce_href="http://technet2.microsoft.com/Office/en-us/library/3e3b8737-c6a3-4e2c-a35f-f0095d952b781033.mspx?mfr=true"&gt;&lt;SPAN style="FONT-SIZE: 10pt"&gt;http://technet2.microsoft.com/Office/en-us/library/3e3b8737-c6a3-4e2c-a35f-f0095d952b781033.mspx?mfr=true&lt;/SPAN&gt;&lt;/A&gt;). &lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Pre-Install &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There are several things that you must do before you even insert the SharePoint 2007 CD they are: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Install Windows 2003 R2 with the latest service pack (2 at time of writing) and all of the latest Windows Updates. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: Please do not use NewSID to change the SID of the machine if you are using a copy of another VM, this breaks things in SharePoint. My advice is to build Windows from fresh or to use Sysprep if you are using a copy of a VM. &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Join your machine to a domain or create a domain by running DCPromo.exe from the Start &amp;gt; Run dialog. &lt;/LI&gt;
&lt;LI&gt;Install the .net frameworks v3.0 and v2.0 from Windows Update. You can also download the full redistributable packages if your server is not online. &lt;/LI&gt;
&lt;LI&gt;Install Windows 'Application Server' from Add/Remove Programs in Control Panel with default settings &lt;/LI&gt;
&lt;LI&gt;Prepare a service account in your active directory domain to use for all Sharepoint services. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: Do not use the main domain\administrator account. This causes a problem if ever you wish to install Project Server 2007 on the same machine. &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Give your service account local administrator rights and logon as this account throughout the entire installation process. &lt;/LI&gt;
&lt;LI&gt;Install SQL 2005 (and latest service pack) with typical settings. &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Assign your service account to the 'Security Administrators' and 'Database Creators' server roles in SQL server (You will need to use SQL Server Management Studio). &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Base SharePoint Server Install &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You are now ready to install SharePoint 2007 itself, follow these steps:&lt;SPAN style="TEXT-DECORATION: underline"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Login as your service account &lt;/LI&gt;
&lt;LI&gt;Insert your CD (or attach your ISO image) and run setup.exe if it does not autorun. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: If you get an error about web service extensions here, ensure that 'ASP.net V2.0.50727' web service extension is allowed in IIS. If it is not in the list, perform a 'repair' on .net 3.0 framework using add/remove programs and then the web service extension will appear in the list. This is caused when IIS is installed after the .net framework &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Enter your CD key and accept the license agreement.&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Choose 'Advanced' on the installation type dialog. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: The definition of 'Advanced' means that you are using full SQL server (which may or may not be on the same machine). If you had selected 'Basic' then it would have installed the cut down version of SQL (MSDE). &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Select 'Complete' on the Server Type screen and click 'Install Now'. The setup will now commence and you'll get a blue progress bar. &lt;/LI&gt;
&lt;LI&gt;Once installed you will get a screen with a check box that reads "Run the SharePoint products and Technologies Wizard now". Ensure this is ticked and click 'Close'. &lt;/LI&gt;
&lt;LI&gt;After a short pause, you'll get a 'Welcome' screen. Click 'Next'. &lt;/LI&gt;
&lt;LI&gt;You will get a warning that the wizard is about to reset several services, click 'Yes'. &lt;/LI&gt;
&lt;LI&gt;You'll be asked about the farm configuration, select to 'No, I want to create a new server farm'. &lt;/LI&gt;
&lt;LI&gt;Provide the database server (your server name) and your account details (account in the domain\user format). Leave the database name as the default. Click 'Next'. &lt;/LI&gt;
&lt;LI&gt;Leave the authentication mode as 'NTLM', set a specific port number is desired (not required) and click 'Next'. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: In a production environment, you would most likely use Kerberos where possible (if your infrastructure supports it). &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You'll get a summary screen; click 'Next' to kick-off the process. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: If it fails here, it is most likely that you do not SQL setup correctly. Ensure your service account is in the right groups. Please also note that this section can take a very long time, especially step 2 (up to 45 minutes). &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You'll get a success screen at the end, click 'Finish'. &lt;/LI&gt;
&lt;LI&gt;The wizard will attempt to load the central administration window. You may need to login here, use your service account. You may also get prompted to add the site to your trusted sites; go ahead and do that. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;NOTE: This authentication prompt is caused by the secure version of IE on Windows 2003 Server. You can turn if off by modifying the security settings in IE. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Services on Server Configuration &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The first bit of configuration to do is set your server to host all services. You do not strictly have to enable all of these services, but I find it helps if you are using the machine to test / investigate functionality. &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When the Central Administration screen appears, go to 'Operations' tab, then 'Services on Server'. &lt;/LI&gt;
&lt;LI&gt;Start the 'Document Conversions Load Balancer Service'. &lt;/LI&gt;
&lt;LI&gt;Start the 'Document Conversions Launcher Service', you'll have to choose the 'Load Balancer Server'; there should only be one option. If there are no options, ensure that the 'Document Conversions Load Balancer Service' has been started. &lt;/LI&gt;
&lt;LI&gt;Start the 'Excel Calculation Services'. &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Start the 'Office SharePoint Servers Search' service, observing the following guidelines: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Tick both Query and Indexing check boxes &lt;/LI&gt;
&lt;LI&gt;Specify a contact email address (this can be any address) &lt;/LI&gt;
&lt;LI&gt;Enter your service account in the 'Farm Search Service Account' section &lt;/LI&gt;
&lt;LI&gt;Accept all other defaults and click 'Start' &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;Leave all remaining services in their default configuration &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Web Application Setup &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The next stage is to create the 3 web applications that will be required to host the basic set of sites for a typical deployment, these are: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Shared Service Provider Administration Site (Recommended to be called 'SSPAdmin') &lt;/LI&gt;
&lt;LI&gt;My Site Host (Recommended to be called 'MySite') &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The Main Intranet (or 'Portal') Site (Recommended to be called 'Intranet') &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;It is much simpler if all of these sites are on port 80 in IIS; this means that you do not have to remember to enter the ports all of the time. However having all three sites on port 80 means that each needs their own Host Header (required by IIS to differentiate between sites on the same port). The simplest way to do this is to create new 'Host (A)' records in DNS for each of your three sites. These should point to the IP address of your server; to do this follows these steps: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the DNS Management tool from Administration Tools on your domain controller &lt;/LI&gt;
&lt;LI&gt;Navigate to your DNS zone &lt;/LI&gt;
&lt;LI&gt;Create new 'Host (A)' record &lt;/LI&gt;
&lt;LI&gt;Enter the Host header (i.e. 'SSPAdmin', 'MySite' or 'Intranet') for the site and the IP address of your server &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Click 'Add Host' and repeat for each of the three sites &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Now the DNS entries are configured, we can create the three web applications in SharePoint; follow these steps for all three of your web applications (i.e. 'SSPAdmin', 'MySite' or 'Intranet'): &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In Central Administration, go to the 'Application Management' tab &lt;/LI&gt;
&lt;LI&gt;Click 'Create or Extend Web Application' and then click 'Create a new Web Application' &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Fill out the new web application screen observing the following points:&lt;EM&gt; &lt;/EM&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Change the New IIS Site description to read something like 'SharePoint – 80 - &amp;lt;Host header name&amp;gt;' where &amp;lt;Host header name&amp;gt; is the name of the web application your are creating (i.e. 'SSPAdmin', 'MySite' or 'Intranet')&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Ensure the 'Port' is set to 80 &lt;/LI&gt;
&lt;LI&gt;Set the 'Host Header' to match the DNS record you created (i.e. 'SSPAdmin', 'MySite' or 'Intranet')&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Change the 'Application Pool Name' to match the 'New IIS Site Description'&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Enter your service account for the Application Pool account settings&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Change the 'Database Name' to read something like 'WSS_Content_&amp;lt;Host header name&amp;gt;' where &amp;lt;Host header name&amp;gt; is the name of the web application your are creating (i.e. 'SSPAdmin', 'MySite' or 'Intranet')&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;Leave all other settings on default and click 'OK'&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Repeat for all three web applications (i.e. 'SSPAdmin', 'MySite' or 'Intranet')&lt;EM&gt; &lt;/EM&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Shared Service Provider Setup &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The next stage is to create the Shared Service Provider (SSP). The SSP is required in order to provide several key services such as Search or My Site. You can read more about SSP on my blog article about it &lt;A href="http://blogs.msdn.com/martinkearn/archive/2006/06/06/MOSS-Architecture-_2600_-Shared-Services.aspx" mce_href="http://blogs.msdn.com/martinkearn/archive/2006/06/06/MOSS-Architecture-_2600_-Shared-Services.aspx"&gt;here&lt;/A&gt;. To configure the SSP, follow these steps: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In Central Administration, go to the 'Application Management' tab &lt;/LI&gt;
&lt;LI&gt;In the 'Office SharePoint Server Shared Services' section, click 'Create or Configure This Farms' Shared Services' &lt;/LI&gt;
&lt;LI&gt;Click 'New SSP' &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Fill out the 'New Shared Services Provider' screen observing the following guidelines: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For the 'SSP Administration Site' web application (the first one you get asked for), choose the web application that you created earlier (suggested name was 'SharePoint – 80 - SSPAdmin') &lt;/LI&gt;
&lt;LI&gt;For the 'My Site Location' web application (the second one you get asked for), choose the web application you created earlier (suggested name was 'SharePoint – 80 - MySite') &lt;/LI&gt;
&lt;LI&gt;Enter your service account for the 'SSP Service Credentials' &lt;/LI&gt;
&lt;LI&gt;Leave all other settings on default and click 'OK'&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The creation of an SSP can take some time (up to 1 hour on a virtual machine). When it is finished you will see a 'Success!' screen, Click OK. &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Collaboration Portal Site Collection Setup &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The next stage is to create a collaboration portal which is one of the more feature-filled site types and represents a typical intranet environment. To do this, follow these steps: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In Central Administration, go to the 'Application Management' tab &lt;/LI&gt;
&lt;LI&gt;In the 'SharePoint Site Management' section, choose 'Create Site Collection' &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Fill out the 'Create Site Collection' observing the following guidelines: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Ensure you have selected the 'Intranet' web application you created earlier (suggested name was 'Intranet') &lt;/LI&gt;
&lt;LI&gt;Give your site a title ('Intranet' is suggested) &lt;/LI&gt;
&lt;LI&gt;In the 'Template Selection' section, choose 'Collaboration Portal' from 'Publishing' tab &lt;/LI&gt;
&lt;LI&gt;Enter you service account for the 'Primary Site Collection Administrator' &lt;/LI&gt;
&lt;LI&gt;Leave all other settings on default and click 'OK'&lt;EM&gt; &lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;When the 'Top-Level Site Successfully Created' message appears you have created the site, simply click the link that is provided (something like http://intranet) &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Configure Indexing &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The final step of the process is to configure indexing so that you have some search results. Though this step is optional, it is recommended as it will enable you to use the powerful search capabilities of SharePoint. To configure the index, follow these steps: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;In Central Administration, click the 'SharedServices1' link on the left-side navigation (or whatever you name your SSP) &lt;/LI&gt;
&lt;LI&gt;When the SSP Administration site appears, click on 'Search Settings' in the 'Search' section &lt;/LI&gt;
&lt;LI&gt;On the 'Configure Search Settings' page, click 'Content Sources and Crawl Schedules' &lt;/LI&gt;
&lt;LI&gt;Edit the 'Local office SharePoint Server Sites' content source by hovering your mouse over it and choosing 'Edit' &lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;Fill out the 'Edit Content Source' observing the following guidelines: &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;Set a full crawl schedule to be at least once a day &lt;/LI&gt;
&lt;LI&gt;Set a incremental crawl schedule for every 10 minutes &lt;/LI&gt;
&lt;LI&gt;Tick the 'Start Full Crawl of this Content Source' tick-box &lt;/LI&gt;
&lt;LI&gt;Click 'OK' &lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;A crawl will now start. Initial crawls normally take up to 10 minutes. &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;The process is now complete. User should be able to access the main collaboration portal from http://intranet (or whatever you called the DNS record). &lt;/P&gt;
&lt;P&gt;I hope this was useful, please comment with any errors or amendments &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1973214" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Shared+Services/default.aspx">Shared Services</category><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Architecture/default.aspx">Architecture</category><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Installation/default.aspx">Installation</category></item><item><title>MOSS Architecture and Shared Services</title><link>http://blogs.msdn.com/martinkearn/archive/2006/06/06/MOSS-Architecture-_2600_-Shared-Services.aspx</link><pubDate>Tue, 06 Jun 2006 20:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:619251</guid><dc:creator>Martin.Kearn@Microsoft.com</dc:creator><slash:comments>37</slash:comments><comments>http://blogs.msdn.com/martinkearn/comments/619251.aspx</comments><wfw:commentRss>http://blogs.msdn.com/martinkearn/commentrss.aspx?PostID=619251</wfw:commentRss><wfw:comment>http://blogs.msdn.com/martinkearn/rsscomments.aspx?PostID=619251</wfw:comment><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;I have been doing some work recently on MOSS architecture for large deployments and thought that I’d share some of my findings. MOSS architecture is very similar to SharePoint &lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;&lt;st1:metricconverter ProductID="2003 in" w:st="on"&gt;2003 in&lt;/st1:metricconverter&gt; some ways but different in a few crucial areas. &lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;So what is the same?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;MOSS adopts a typical 3-tier model with web servers at the front, application servers in the middle and a database server at the back where all the data and config is stored.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;The front-end web servers are simple web servers that can be network load balanced to achieve additional performance and fault tolerance (like 2003). The backend database is a typical SQL 2005 database service and can be clustered as you’d expect.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;So what is different?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;The interesting bit is what goes on in the middle. With MOSS, it is mandatory to have a Shared Service Provider. This is a collection of application servers that provide shared services out to any portals or sites that need them. These services include:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Search&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Index&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Audience compilation&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;User profiles database&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;My Sites&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Business Data Catalogue&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Excel Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Any of the above services can exist on any number of servers within the SSP. For example, for a small-ish deployment you could have them all on one box, or you could scale them out onto different boxes as you see fit. There are no rules that govern where these services reside within the SSP or how many servers you have servicing them (with the exception of the Index server - only one per SSP). For example if you want 10 search servers – got for it ... “fill your boots” as we’d say here in England!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;This model is very similar to the 2003 approach with one crucial difference, &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;the SSP has no portal affiliation. This means that you are not forced to have a specific parent/child style portal topology in order to use Shared Services which was one of the big sticking points with Sharepoint 2003 shared services.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;So what does the ‘Portal’ actually do now?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;For starters, it is now called ‘Collaboration Portal', not ‘portal’ and it is just another type of site collection that is hosted on an IIS site (called web applications in MOSS). Portals no longer contain any application services such as search, my site etc – all these services now have to come from an SSP. This means that all you need to host a portal is a web server and a place to put the content database. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Different portals can live on their own hardware which is completely isolated from any other hardware other than the fact that it consumes services from a centrally managed SSP. Alternatively, you can put some of your portals on shared hardware and some on dedicated.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;I always hear requirements around different business units wanting their own portal which has its own visual style, custom webparts, different SLAs etc . With this model, there does not have to be any affiliation between any portals or sites if it is not required.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;This diagram outlines the logic of how SSP provide services that are consumed by several site collections:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-no-proof: yes"&gt;&lt;IMG style="WIDTH: 477px; HEIGHT: 379px" height=379 src="http://static.flickr.com/104/262210767_49fbd1490c_o.png" width=477 mce_src="http://static.flickr.com/104/262210767_49fbd1490c_o.png"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;So does this mean that ‘Supported Farm configurations’ have gone?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;In short, yes! &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;This model means that you can scale any element of the system out as you see fit. However, there are several recommended server layouts that will meet most scenarios. These broadly follow the small, medium and large models of Sharepoint 2003, but should be considered as starting points only. You can easily deviate to a different setup depending on your requirements.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;So how does all this map to physical servers?&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;All three tiers (web, application, database) of the SharePoint model can be hosted on a single machine or scaled out to a huge collection of servers to meet the requirements. &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Most organisations will want some level of fault tolerance and separation between server roles. Typically these kind of organisations will have at least 2 web servers running your portals and sites, at least one application server hosting all services (maybe a second for fault tolerance) and one database cluster. This diagram shows this model:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-no-proof: yes"&gt;&lt;IMG style="WIDTH: 159px; HEIGHT: 570px" height=570 src="http://static.flickr.com/100/262210771_b4e5ff0ff2_o.png" width=159 mce_src="http://static.flickr.com/100/262210771_b4e5ff0ff2_o.png"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;Larger organisations may want to have separate web servers for each of their portals, sites and my sites. They may also have multiple application servers as part of the SSP. This diagram describes this model:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-no-proof: yes"&gt;&lt;IMG style="WIDTH: 727px; HEIGHT: 485px" height=485 src="http://static.flickr.com/100/262210768_5f023d7d07_o.png" width=727 mce_src="http://static.flickr.com/100/262210768_5f023d7d07_o.png"&gt; &lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-no-proof: yes"&gt;I hope this was usefull. There is an increasing amount of content on the public Microsoft sites now about this stuff, so be sure to have a dig around.&lt;/SPAN&gt;&lt;SPAN lang=EN-GB style="FONT-SIZE: 10pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Tahoma','sans-serif'; mso-ansi-language: EN-GB"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=619251" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Shared+Services/default.aspx">Shared Services</category><category domain="http://blogs.msdn.com/martinkearn/archive/tags/Architecture/default.aspx">Architecture</category></item></channel></rss>