<?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>dc84.com &#187; Servers</title>
	<atom:link href="http://www.dc84.com/cat/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dc84.com</link>
	<description>Journal of David W. Campbell</description>
	<lastBuildDate>Tue, 07 Sep 2010 06:55:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Miss me?</title>
		<link>http://www.dc84.com/miss-me/</link>
		<comments>http://www.dc84.com/miss-me/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:31:01 +0000</pubDate>
		<dc:creator>David W. Campbell</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://dc84.com/2009/10/20/miss-me/</guid>
		<description><![CDATA[totally unacceptable in any industry let alone the BANKING industry]]></description>
			<content:encoded><![CDATA[<p>Hey blog, so it turns out I got the job, and I&#8217;ve been plodding away at it, hence the me being absent part. I&#8217;m not sure how much I can tell you about the job, but basically it&#8217;s at a Bank, and looking after the bank computer systems and servers. FUN ON THE BUN</p>
<p>IBM AIX 5.3, Prepare to be my bitch</p>
<p>I&#8217;m having fun adapting to the system here, at it&#8217;s core theres an IBM AIX 5.3 box that does most of the hard stuff, but then there is this horrible windows monster network attached to it, along with a dedicated machine for MS-SQL and a few other machines for fileservers and Exchange, the system is clunky and at best in-efficient. The off-shore support for the software we use is ridiculous (it took an entire week for them to login and make me a new sysop user) I&#8217;m sorry but that&#8217;s just sad, and totally unacceptable in any industry let alone the BANKING industry, the sad part is that there is really no other choice but to use them or develop your own software, and the bank I am at is not big enough to handle that kind of project on its own&#8230; so there we are between a rock and a hard place.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc84.com/miss-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stack Builder 2.1.0</title>
		<link>http://www.dc84.com/stack-builder-2-1-0/</link>
		<comments>http://www.dc84.com/stack-builder-2-1-0/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 06:06:13 +0000</pubDate>
		<dc:creator>David W. Campbell</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[stack builder]]></category>

		<guid isPermaLink="false">http://dc84.com/?p=89</guid>
		<description><![CDATA[I&#8217;ve taken on a contract recently that meant I needed to install a PostGreSQL  database on a windows server, so I figured I&#8217;d brush up on it a little before I began the real job. I installed Windows Server 2003 Standard in a virtual machine in my net-book using virtualbox and downloaded the latest pre-built [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_90" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-90" title="postgresql-elephant" src="http://dc84.com/wp-content/uploads/2009/09/postgresql-elephant-150x150.png" alt="PostGreSQL.org" width="150" height="150" /><p class="wp-caption-text">PostGreSQL.org</p></div>
<p>I&#8217;ve taken on a contract recently that meant I needed to install a PostGreSQL  database on a windows server, so I figured I&#8217;d brush up on it a little before I began the real job. I installed Windows Server 2003 Standard in a virtual machine in my net-book using virtualbox and downloaded the latest pre-built binary of PostGres for Windows which meant I had a portable copy of my little testing chamber to take with me on-site for reference if needed.</p>
<p>I&#8217;d never installed PostGreSQL on a windows system before so I expected some teething issues to play with, but I was very wrong. It was dead easy.</p>
<p>Installing the actual database wasn&#8217;t the main thing that impressed me though, the main thing that impressed me about installing PostGreSQL on a windows server was an application called &#8220;Stack Builder&#8221; which makes installing a database server and web server (ApachePHP with phppgadmin and a few other programs) on windows as easy as it is in Debian, easier than debian if you are the kind of person who shrieks in fear of a Linux bash console (like some managers I could name)</p>
<p>On completion of the install of the database I was surprised by a nice looking GUI that gave me options for it to download, install and configure several applications and a few web apps (like drupal and media wiki) so they were setup and ready to roll with my new database, being a person all for trying new things, I went ahead and ticked what I wanted, ApachePHP, phppgadmin and the postgres ODBC driver, then clicked next.</p>
<p>It then downloaded everything it needed, presented me with a port option for Apache (I&#8217;m glad it did that as it takes out another step out of messing around with configs to get it to run on the same machine as IIS if you already had that running on the standard web server port, it&#8217;s default offering was 8080 which I left as is ) It then asked me for database information for phppgadmin which I left at its default settings for server and port as I had not modified that from the database install and clicked next. PostgresqlODBC was next and that was as easy as clicking next then finish.</p>
<p>After that it let me know that it was all done and I should really reboot my server now, so  I did.</p>
<p>Upon reboot everything was in convenient start-menu locations, even phppgadmin had a link.</p>
<p>The default web-root of &#8220;C:\Program Files\PostgreSQL\EnterpriseDB-ApachePhp\apache\www&#8221; was a little buried but easily fixed and IS customizable in the install script if you change the install directory.</p>
<p>Thank you VERY much PostGreSQL &amp; Stack Builder, everything ran perfectly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dc84.com/stack-builder-2-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
