<?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; Database</title>
	<atom:link href="http://builddocs.com/categories/database_servers/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>Building a SQL 2005 Database on Windows 2003</title>
		<link>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/</link>
		<comments>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:30:23 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=906</guid>
		<description><![CDATA[This document outlines the steps to building a general purpose Microsoft SQL Server 2005 database on Windows Server 2003 Enterprise.
Formatting Disks
In this example we will be working with a single 80 GB volume. Most likely in a production environment you will be storing your database on mirrored storage and/or a SAN. Ideally, it is best [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the steps to building a general purpose Microsoft SQL Server 2005 database on Windows Server 2003 Enterprise.</p>
<h2>Formatting Disks</h2>
<p>In this example we will be working with a single 80 GB volume. Most likely in a production environment you will be storing your database on mirrored storage and/or a SAN. Ideally, it is best to store the OS and the data files on separate physical disks. However, in this example we will simply separate them by creating partitions.</p>
<p>Below are the partitions that will be used in this build. These sizes are for illustration purposes. The actual sizes will vary depending on the intended use of the database.<br />
<UL><br />
<LI>C &#8211; Windows &#8211; 14 GB<br />
<LI>G &#8211; Data &#8211; 16 GB<br />
<LI>H &#8211; Backups &#8211; 32 GB<br />
<LI>L &#8211; Logs &#8211; 12 GB<br />
<LI>Z &#8211; Apps &#8211; 6 GB<br />
</UL><br />
During the Windows installation we will create a 14 GB partition for the windows C drive. Press C to create a new partition.</p>
<p><img class="aligncenter size-full wp-image-909" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-36-47.jpg" alt="SQL-2009-08-28-10-36-47" width="504" height="277" /></p>
<p>Enter 14000 and press Enter</p>
<p><img class="aligncenter size-full wp-image-912" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-36-59.jpg" alt="SQL-2009-08-28-10-36-59" width="504" height="277" /></p>
<p>We will leave the rest of the disk unformatted for now, and use disk manager to create the rest of the partitions after the OS is installed. Press Enter to instal Windows on this partition.</p>
<p><img class="aligncenter size-full wp-image-910" src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-10-37-12.jpg" alt="SQL-2009-08-28-10-37-12" width="504" height="277" /></p>
<p>After Windows is installed Right Click on My Computer and select Manage. Then click on Disk Management.</p>
<p>Right click on the available part of the disk to create the first partition.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-21-36.jpg" alt="SQL-2009-08-28-11-21-36" width="448" height="336" class="aligncenter size-full wp-image-917" /></p>
<p>For the first drive (G drive) we will create a primary partition</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-06.jpg" alt="SQL-2009-08-28-11-28-06" width="448" height="336" class="aligncenter size-full wp-image-918" /></p>
<p>Enter the size for the g drive</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-15.jpg" alt="SQL-2009-08-28-11-28-15" width="448" height="336" class="aligncenter size-full wp-image-919" /></p>
<p>Select drive letter</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-27.jpg" alt="SQL-2009-08-28-11-28-27" width="448" height="336" class="aligncenter size-full wp-image-921" /></p>
<p>Leave defaults, enter drive label</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-28-40.jpg" alt="SQL-2009-08-28-11-28-40" width="448" height="336" class="aligncenter size-full wp-image-923" /></p>
<p>Since we only have one disk in this example, and Windows only allows up to 4 primary partitions per disk, we will need to use an extended partition and create logical drives for the H and the L.</p>
<p>Right click on the available disk space and select New partition. This time choose extended partition</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/SQL-2009-08-28-11-30-48.jpg" alt="SQL-2009-08-28-11-30-48" width="448" height="336" class="aligncenter size-full wp-image-925" /></p>
<p>Assign enough space to cover the H (backups) and the L (logs) drives. In this case 44 GB.</p>
<p>After the extended partition is created, right click on it and create the two logical partitions on top of it.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-32-38.jpg" alt="SQL-2009-08-28-11-32-38" width="448" height="336" class="aligncenter size-full wp-image-962" /></p>
<p>Use the remaining space for the Z (apps) drive.</p>
<p>When finished you should have the following drives in My Computer</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-36-32.jpg" alt="SQL-2009-08-28-11-36-32" width="448" height="336" class="aligncenter size-full wp-image-963" /></p>
<p>After formatting the drives, we will run windows update to make sure we have all the latest patches. Open the browser and goto windowsupdate.microsoft.com and follow prompts to update system.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/09/SQL-2009-08-28-11-37-36.jpg" alt="SQL-2009-08-28-11-37-36" width="448" height="336" class="aligncenter size-full wp-image-965" /></p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/database_servers/building-a-sql-2005-database-on-windows-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building LAMP on Ubuntu Part 1</title>
		<link>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/</link>
		<comments>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:27:33 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=404</guid>
		<description><![CDATA[This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.
This build will be broken up into 3 parts:
Part 1: Installing Ubuntu Operating System
Part 2: Basic Server Configuration
Part 3: Working with Ubuntu LAMP
In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via [...]]]></description>
			<content:encoded><![CDATA[<p>This build document outlines the installation and setup of a basic LAMP (Linux Apache MySQL PHP) web server using Ubuntu 9.04.</p>
<p>This build will be broken up into 3 parts:</p>
<p>Part 1: Installing Ubuntu Operating System<br />
Part 2: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Basic Server Configuration</a><br />
Part 3: <a href="http://builddocs.com/server_os_builds/building-lamp-on-ubunta-part-3/">Working with Ubuntu LAMP</a></p>
<p>In this build we will be using ubuntu-9.04-server-amd64.iso, which can be downloaded via BitTorrent or from the Ubuntu website.</p>
<p>After downloading the iso file, you must either burn it to a CD or if this is a virtual machine you may mount the iso file to your VM&#8217;s CD-rom drive.</p>
<p>To begin installation, insert CD and boot server. When installer boots, select English.</p>
<p><img class="aligncenter size-full wp-image-408" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-33-43.jpg" alt="Ubuntu 64-bit-2009-08-17-09-33-43" width="448" height="336" /></p>
<p>At Ubuntu welcome screen, select Install Ubuntu Server and press Enter</p>
<p><img class="aligncenter size-full wp-image-409" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-34-39.jpg" alt="Ubuntu 64-bit-2009-08-17-09-34-39" width="448" height="336" /></p>
<p>Select English and press Enter</p>
<p><img class="aligncenter size-full wp-image-412" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-14.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-14" width="448" height="336" /></p>
<p>Select Country and press Enter</p>
<p><img class="aligncenter size-full wp-image-413" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-35-27.jpg" alt="Ubuntu 64-bit-2009-08-17-09-35-27" width="448" height="336" /></p>
<p>Select No to skip keyboard detection</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-13.jpg" alt="Red5-2009-08-20-16-13-13" width="448" height="336" class="aligncenter size-full wp-image-602" /></p>
<p>Select Country / keyboard layout</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Red5-2009-08-20-16-13-23.jpg" alt="Red5-2009-08-20-16-13-23" width="448" height="336" class="aligncenter size-full wp-image-603" /></p>
<p>Install begins and runs for a few minutes</p>
<p><img class="aligncenter size-full wp-image-417" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-38-07.jpg" alt="Ubuntu 64-bit-2009-08-17-09-38-07" width="448" height="336" /></p>
<p>Enter a hostname for your server</p>
<p><img class="aligncenter size-full wp-image-419" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-16.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-16" width="448" height="336" /></p>
<p>Select Timezone</p>
<p><img class="aligncenter size-full wp-image-420" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-26" width="448" height="336" /></p>
<p>Choose disk partition method. In this build we will select guided &#8211; use entire disk and setup LVM (Logical Volume Manager). If you wish to setup a custom partitioning scheme choose Manual.</p>
<p><img class="aligncenter size-full wp-image-423" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-39-38.jpg" alt="Ubuntu 64-bit-2009-08-17-09-39-38" width="448" height="336" /></p>
<p>Select your hard drive / disk</p>
<p><img class="aligncenter size-full wp-image-421" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-28" width="448" height="336" /></p>
<p>Select Yes to write changes to the disk</p>
<p><img class="aligncenter size-full wp-image-425" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-41-58.jpg" alt="Ubuntu 64-bit-2009-08-17-09-41-58" width="448" height="336" /></p>
<p>Verify you want to use the entire disk, press Enter to continue</p>
<p><img class="aligncenter size-full wp-image-427" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-06.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-06" width="448" height="336" /></p>
<p>Select Yes to write changes</p>
<p><img class="aligncenter size-full wp-image-431" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-42-28.jpg" alt="Ubuntu 64-bit-2009-08-17-09-42-28" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-433" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-43-49.jpg" alt="Ubuntu 64-bit-2009-08-17-09-43-49" width="448" height="336" /></p>
<p>Enter your username</p>
<p><img class="aligncenter size-full wp-image-454" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-46-21.jpg" alt="Ubuntu 64-bit-2009-08-17-09-46-21" width="448" height="336" /></p>
<p>Enter your password (and once again to confirm)</p>
<p><img class="aligncenter size-full wp-image-452" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-03.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-03" width="448" height="336" /></p>
<p>When asked to encrypt home directory select No</p>
<p><img class="aligncenter size-full wp-image-437" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-34.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-34" width="448" height="336" /></p>
<p>Enter proxy server if any (in this build we leave blank)</p>
<p><img class="aligncenter size-full wp-image-438" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-44" width="448" height="336" /></p>
<p>Install continues</p>
<p><img class="aligncenter size-full wp-image-440" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-47-581.jpg" alt="Ubuntu 64-bit-2009-08-17-09-47-58" width="448" height="336" /></p>
<p>Select install security updates automatically</p>
<p><img class="aligncenter size-full wp-image-441" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-48-20.jpg" alt="Ubuntu 64-bit-2009-08-17-09-48-20" width="448" height="336" /></p>
<p>Select Software to install. Use up/down arrows and space bar to select. Select LAMP server, mail server and openssh server. Press Enter</p>
<p><img class="aligncenter size-full wp-image-443" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-49-44.jpg" alt="Ubuntu 64-bit-2009-08-17-09-49-44" width="448" height="336" /></p>
<p>Enter root password for MySQL database (and type again to confirm)</p>
<p><img class="aligncenter size-full wp-image-444" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-09-52-26.jpg" alt="Ubuntu 64-bit-2009-08-17-09-52-26" width="448" height="336" /></p>
<p>For mail configuration, select Internet Site and press Enter</p>
<p><img class="aligncenter size-full wp-image-445" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-46-13.jpg" alt="Ubuntu 64-bit-2009-08-17-10-46-13" width="448" height="336" /></p>
<p>Enter hostname/domain name for mail server</p>
<p><img class="aligncenter size-full wp-image-446" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-30.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-30" width="448" height="336" /></p>
<p>Last of install files get installed</p>
<p><img class="aligncenter size-full wp-image-447" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-47-38.jpg" alt="Ubuntu 64-bit-2009-08-17-10-47-38" width="448" height="336" /></p>
<p>When done, press Enter to finish. System will reboot. Make sure to remove CD-rom</p>
<p><img class="aligncenter size-full wp-image-448" src="http://builddocs.com/wp-content/uploads/2009/08/Ubuntu-64-bit-2009-08-17-10-51-56.jpg" alt="Ubuntu 64-bit-2009-08-17-10-51-56" width="448" height="336" /></p>
<p>Next Section: <A HREF="http://builddocs.com/server_os_builds/building-lamp-on-ubuntu-part-2/">Ubuntu Server Configuration</A></p>
<p>If you have questions or problems with this build please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/database_servers/building-lamp-on-ubuntu-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
