<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuildDocs.com - Operating System and Application Build Documents Repository &#187; wss</title>
	<atom:link href="http://builddocs.com/tags/wss/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows SharePoint Services (WSS) Server Farm installation</title>
		<link>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/</link>
		<comments>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=928</guid>
		<description><![CDATA[Windows SharePoint Services (WSS) can be installed in two ways; Single Server or Basic installation and Server Farm installation.  In the Basic setup, SQL 2005 embedded edition gets installed automatically as part of the WSS setup and a default SharePoint web application is also created when the Post setup configuration is complete.  The major limitation [...]]]></description>
			<content:encoded><![CDATA[<p>Windows SharePoint Services (WSS) can be installed in two ways; <strong>Single Server or Basic installation and Server Farm</strong> installation.  In the Basic setup, SQL 2005 embedded edition gets installed automatically as part of the WSS setup and a default SharePoint web application is also created when the Post setup configuration is complete.  The major limitation is that you cannot add one more server to the SharePoint environment and so it is not scalable.  In the farm setup, you need to have a separate SQL server (SQL 2000 or 2005 or 2008) and WSS would be connected to the database in that server.  Any number of servers can be added to the farm which means that this is highly scalable.</p>
<p><strong><span style="text-decoration: underline;">Prerequisites</span></strong><strong> </strong></p>
<p>WSS install requires the following configuration:</p>
<ul>
<li>NTFS install drive
<ul>
<li>Internet Information Services (IIS) 6.0 (not supported in IIS 5 compatibility mode)</li>
<li>ASP.NET 2.0 Framework</li>
<li>WinFX (workflow components)</li>
</ul>
</li>
</ul>
<p><strong><span style="text-decoration: underline;">Running Setup</span></strong><strong> </strong></p>
<p>WSS 2003 supports both stand-alone and farm (remote SQL) installs.   When you run setup.exe you are first prompted with the EULA.</p>
<p><img class="aligncenter size-full wp-image-953" title="image002" src="http://builddocs.com/wp-content/uploads/2009/09/image0021.jpg" alt="image002" width="319" height="256" /></p>
<p>By the time the EULA is displayed, setup has verified the following:</p>
<p>●     Admin requirement check is passed (you must be an administrator)</p>
<p>●     OS requirement check is passed</p>
<p>●     IIS minimum version check is passed, current IIS version is 6.0</p>
<p>●     .NET Framework version 2.0.50727 is installed</p>
<p>●     WinFX version check is passed, minimum required version is [3.0.3807.7]</p>
<p>●     File system check is passed, the path root is C:\ is NTFS</p>
<p>●     System drive free space check is passed</p>
<p>By the time you see the EULA, setup logging has already started.  Log files can be located by Clicking Start&gt;Run and typing %temp%.  <strong> </strong></p>
<p>When you click next in the setup wizard, you are presented with two choices.  There are two installation types to choose from; Single Server which will install all components and the SQL Express Desktop Engine, and Farm which has a few other options.</p>
<h3><span style="text-decoration: underline;">Advanced Setup</span></h3>
<p>Choosing the Advanced setup option from the initial screen provides some additional choices.</p>
<p><img class="aligncenter size-full wp-image-932" title="image004" src="http://builddocs.com/wp-content/uploads/2009/09/image004.jpg" alt="image004" width="454" height="367" /></p>
<h4><span style="text-decoration: underline;"><img class="aligncenter size-full wp-image-933" title="image006" src="http://builddocs.com/wp-content/uploads/2009/09/image006.jpg" alt="image006" width="456" height="369" /></span></h4>
<h4><span style="text-decoration: underline;">Stand-alone</span></h4>
<p>The stand-alone setup is the same as the Single Server Setup configuration.  The exception is that you have the option to participate in the Customer Experience Improvement Program (CEIP).</p>
<h4><span style="text-decoration: underline;">Web Front End</span></h4>
<p>The Web Front End option installs SharePoint and allows connection to either a new farm or existing farm and will not install SQL Embedded.  Other options that can be set at this point are:</p>
<h5><strong><span style="text-decoration: underline;">Data Location</span></strong></h5>
<p>The data location specified here will allow administrators to control the local path where search index files are stored.</p>
<p><img class="aligncenter size-full wp-image-934" title="image008" src="http://builddocs.com/wp-content/uploads/2009/09/image008.jpg" alt="image008" width="455" height="369" /></p>
<p>These index files can be quite large and as such administrators may want to select a drive other than the one where the OS is installed.</p>
<h5><strong><span style="text-decoration: underline;">Customer Experience Improvement Program (CEIP)</span></strong></h5>
<p>You can also choose to participate in the CEIP.  This setting can also be specified later.</p>
<p><img class="aligncenter size-full wp-image-937" title="image010" src="http://builddocs.com/wp-content/uploads/2009/09/image0101.jpg" alt="image010" width="451" height="369" /></p>
<p>Clicking install now will continue with the installation.At the end of the install, the configuration wizard is launched with some new options.</p>
<p><img class="aligncenter size-full wp-image-939" title="image012" src="http://builddocs.com/wp-content/uploads/2009/09/image0121.jpg" alt="image012" width="456" height="369" /></p>
<p>The installation proceeds without any intervention until complete.</p>
<p><img class="aligncenter size-full wp-image-941" title="image014" src="http://builddocs.com/wp-content/uploads/2009/09/image014.jpg" alt="image014" width="457" height="369" /></p>
<p><strong><span style="text-decoration: underline;">Configuration Wizard (New Farm)</span></strong></p>
<p>After running the Web Front End setup, the configuration wizard is different from the Standalone / Basic setup.</p>
<p><img class="aligncenter size-full wp-image-942" title="image016" src="http://builddocs.com/wp-content/uploads/2009/09/image016.jpg" alt="image016" width="466" height="392" /></p>
<p>You will need to supply the name of a SQL server to use along with credentials to be used for the connections to SQL.  Clicking next will again warn you that some services may need to be stopped (the same as the Single Server Setup).</p>
<p><img class="aligncenter size-full wp-image-955" title="image018" src="http://builddocs.com/wp-content/uploads/2009/09/image0181.jpg" alt="image018" width="356" height="92" /></p>
<p>Next, you are offered the option to connect to an existing farm (in the event that this is an additional Web Front End in an existing farm), or the option to create a new farm and thus a new configuration database.</p>
<p><img class="aligncenter size-full wp-image-956" title="image020" src="http://builddocs.com/wp-content/uploads/2009/09/image0201.jpg" alt="image020" width="435" height="375" /></p>
<p>Next, you will need to provide the name of the SQL server, pick a configuration database name (SharePoint_Config is the default and is pre populated in the dialog), and provide the credentials to be used in the SQL connection.  The account used for the SQL connection must be a <em>securityadmin</em> and <em>dbcreator</em> in SQL permissions.</p>
<p><img class="aligncenter size-full wp-image-957" title="image022" src="http://builddocs.com/wp-content/uploads/2009/09/image0221.jpg" alt="image022" width="435" height="356" /></p>
<p>Once the required information is supplied, clicking next will provide the opportunity to set the port for the SharePoint Central administration site to be set along with the security to be used (NTLM [the default], or Kerberos).  It should be noted that Kerberos is more secure but requires some additional configuration at the Active directory domain in order for it to work.</p>
<p><img class="aligncenter size-full wp-image-958" title="image024" src="http://builddocs.com/wp-content/uploads/2009/09/image024.jpg" alt="image024" width="383" height="329" /></p>
<p>When you click next on the above dialog, you will see a confirmation of the information you provided.</p>
<p><img class="aligncenter size-full wp-image-947" title="image026" src="http://builddocs.com/wp-content/uploads/2009/09/image026.jpg" alt="image026" width="466" height="392" /></p>
<p>Click on Advanced settings and enable the Active Directory Account Creation Mode.  This mode will require a specific OU to be created in your Active Directory where the SharePoint user accounts will be stored.</p>
<p><img class="aligncenter size-full wp-image-949" title="image028" src="http://builddocs.com/wp-content/uploads/2009/09/image028.gif" alt="image028" width="476" height="408" /></p>
<p>Use Active Directory account creation mode when it is necessary to create new user accounts rather than using existing domain accounts.  For example, an Internet service provider (ISP) may need the ability to allow SharePoint site owners the capability to create user accounts or invite users to collaborate on a Web site where existing domain accounts for those users do not already exist.</p>
<p>Once you have provided all the necessary details, click Next.  At this point the wizard will perform its operations and report any errors encountered.</p>
<p><img class="aligncenter size-full wp-image-950" title="image030" src="http://builddocs.com/wp-content/uploads/2009/09/image030.jpg" alt="image030" width="459" height="391" /></p>
<p>Upon successful configuration, the settings are again displayed.</p>
<p><img class="aligncenter size-full wp-image-959" title="image032" src="http://builddocs.com/wp-content/uploads/2009/09/image0321.jpg" alt="image032" width="435" height="365" /></p>
<p>Clicking finish will launch the SharePoint Central Administration site to allow for additional configuration and provisioning.  It should be noted that the first install in a farm does not create a Web application or provision a site.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
