<?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>Blog of Junkin &#187; Server Setup &amp; Config</title>
	<atom:link href="http://joe.junkin.com/category/server-setup-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe.junkin.com</link>
	<description>Software, Hardware and Fishing</description>
	<lastBuildDate>Thu, 22 Dec 2011 23:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>huge crashes with centos 6.2 &amp; LSI SAS</title>
		<link>http://joe.junkin.com/2011/12/22/huge-crashes-with-centos-6-lsi-sas/</link>
		<comments>http://joe.junkin.com/2011/12/22/huge-crashes-with-centos-6-lsi-sas/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 23:26:48 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Server Setup & Config]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=246</guid>
		<description><![CDATA[Yesterday I ran yum update on most of my servers. It was a large update, I guess it was centos 6.2? At any rate part of the update was kernel /vmlinuz-2.6.32-220.el6.x86_64. After I updated 3 of my servers became unresponsive &#8230; <a href="http://joe.junkin.com/2011/12/22/huge-crashes-with-centos-6-lsi-sas/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I ran yum update on most of my servers. It was a large update, I guess it was centos 6.2? At any rate part of the update was kernel /vmlinuz-2.6.32-220.el6.x86_64. After I updated 3 of my servers became unresponsive &#8211; which has never happened before. On the console I found strange error messages:</p>
<p>&#8216;rejecting I/O to offline device&#8217;</p>
<p>and</p>
<p>&#8216;task jbd2/sda3-8 blocked for more than 120 seconds&#8217;</p>
<p>Scary stuff! Googling around found a lot of mention of serious hardware issues. Bummer! I figured it would take a while to figure it out. Probably need to get new drivers for the LSI SAS and build the new module.</p>
<p>Then I wondered if it was maybe the new kernel from the update. I went into /boot/grub/grub.conf and changed the default from 0 to 1, which selects the prior kernel.</p>
<p>Reboot. Problem solved. Going home.</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2011/12/22/huge-crashes-with-centos-6-lsi-sas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MegaRaid Manager (MSM) for the LSI 2108</title>
		<link>http://joe.junkin.com/2011/11/22/megaraid-manager-msm-for-the-lsi-2108/</link>
		<comments>http://joe.junkin.com/2011/11/22/megaraid-manager-msm-for-the-lsi-2108/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 23:17:14 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Server Setup & Config]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=243</guid>
		<description><![CDATA[I have the supermicro SuperServer 2026TT H6RF server. Each contains 4 nodes and each node has an onboard 6Gbps SAS controller, an LSI 2108. I wanted to install a manager for monitoring the drives and raid status. Digging around I &#8230; <a href="http://joe.junkin.com/2011/11/22/megaraid-manager-msm-for-the-lsi-2108/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div>
<p>I have the supermicro <a href="http://www.supermicro.nl/products/system/2U/2026/SYS-2026TT-H6RF.cfm">SuperServer 2026TT H6RF</a> server. Each contains 4 nodes and each node has an onboard 6Gbps SAS controller, an LSI 2108. I wanted to install a manager for monitoring the drives and raid status.</p>
<p>Digging around I found:</p>
<p>ftp://ftp.supermicro.com/driver/SAS/LSI/2108/</p>
<p>which is the drivers and the MSM raid manager. I did not install the driver, centos 6 seems to utilize the SAS card just fine.</p>
<p>Upon unpacking the zip file:</p>
<p>ftp://ftp.supermicro.com/driver/SAS/LSI/2108/MSM/Linux/11.06-00/11.06-00.zip</p>
<p>I found in the disk directory the readme that has prerequisites for RHEL6. They list a bunch of rpms that need to be installed. I had the target packages installed via yum, but I got errors running the install script. It wasn’t clear what exactly I needed to install.</p>
<p>I <em>think</em> the pre-requisites are 32 bit libraries. At any rate after much fumbling around I found the MegaRaid manager worked when I installed the following yum packages:</p>
<p>yum install libstdc++.i686</p>
<p>yum install libXext.i686</p>
<p>yum install libXtst.i686</p>
<p>&nbsp;</p>
<p>Good luck!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2011/11/22/megaraid-manager-msm-for-the-lsi-2108/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best Servers(s) in the world</title>
		<link>http://joe.junkin.com/2011/06/09/the-best-serverss-in-the-world/</link>
		<comments>http://joe.junkin.com/2011/06/09/the-best-serverss-in-the-world/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 23:34:08 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Server Setup & Config]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=216</guid>
		<description><![CDATA[So you are a startup. You have decided to not use the cloudy stuff. You want some rocking hardware! Here it is. Start with the chassis: The awesome Supermicro 2026TT. This badass in a 2U case has 4 nodes and &#8230; <a href="http://joe.junkin.com/2011/06/09/the-best-serverss-in-the-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you are a startup. You have decided to not use the cloudy stuff. You want some rocking hardware! Here it is.<a href="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2498.jpg"><img class="alignleft size-full wp-image-219" title="IMG_2498" src="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2498.jpg" alt="please don't drool on the motherboards ..." width="3264" height="2448" /></a></p>
<p>Start with the chassis: The awesome <a title="Supermicro 20266TT" href="http://www.supermicro.com/products/system/2U/2026/SYS-2026TT-HIBQRF.cfm?INF=" target="_blank">Supermicro 2026TT</a>. This badass in a 2U case has 4 nodes and can handle 24 2.5&#8243; HDD&#8217;s. Each hot-swappable node has 2 sockets for Xeon processors 5600/5500, up to 196 Gig of ECC Ram and onboard LSI SAS 6g card to handle the max of six hot-swap drives.</p>
<p><a href="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2494.jpg"><img class="alignleft size-full wp-image-222" title="IMG_2494" src="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2494.jpg" alt="" width="3264" height="2448" /></a>Blades? We don&#8217;t need no &#8230; Who has the money for blades? This is an excellent startup box. Cost? For each node I configured: 48 G of ECC/REG RAM, 2 X 600G seagate HDD (to be added to later), 2X XEON E5620. I bought 2 of these servers for a total of 8 nodes. plus 2 extra drives for one of the boxes. $31,000 before tax. $31K for 8 rockin servers with 48G of RAM. This was on 12/2010.</p>
<p>Oh, and the redundant hot swap power supply consumes a max of 1400 watts which is 350 watts per server. Very low power for such beefy boxes.  After 6 months of operation these supermicro boxes have been flawless. Still running CENTOS 5.</p>
<div id="attachment_223" class="wp-caption alignleft" style="width: 3274px"><a href="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2511.jpg"><img class="size-full wp-image-223" title="IMG_2511" src="http://joe.junkin.com/wp-content/uploads/2011/06/IMG_2511.jpg" alt="" width="3264" height="2448" /></a><p class="wp-caption-text">Hot swap node</p></div>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2011/06/09/the-best-serverss-in-the-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated wordpress</title>
		<link>http://joe.junkin.com/2009/09/05/updated-wordpress/</link>
		<comments>http://joe.junkin.com/2009/09/05/updated-wordpress/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 05:43:30 +0000</pubDate>
		<dc:creator>jjunkin</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Server Configuration]]></category>
		<category><![CDATA[Server Setup & Config]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://joe.junkin.com/?p=44</guid>
		<description><![CDATA[Thanks to popurls, I happend to see the exploit warning for wordpress. I just went and updated all my wordpress sites. Thank god for subversion!]]></description>
			<content:encoded><![CDATA[<p>Thanks to popurls, I happend to see the exploit warning for wordpress. I just went and updated all my wordpress sites. Thank god for subversion!</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2009/09/05/updated-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CVS server configuration</title>
		<link>http://joe.junkin.com/2006/12/19/cvs-server-configuration/</link>
		<comments>http://joe.junkin.com/2006/12/19/cvs-server-configuration/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 21:23:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Server Setup & Config]]></category>

		<guid isPermaLink="false">http://blog.junkin.com/?p=5</guid>
		<description><![CDATA[I configured the CVS server on a remote fedora 6 (FC6) server today. It was a bit of a pain but only because of the lack of clear documentation. I needed a remote server to run CVS so that any &#8230; <a href="http://joe.junkin.com/2006/12/19/cvs-server-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I configured the CVS server on a remote fedora 6 (FC6) server today. It was a bit of a pain but only because of the lack of clear documentation. I needed a remote server to run CVS so that any client could checkout a project and then checking/update to a central server. The first thing I neeed to do was ensure that ssh between the client and server required no password. Otherwise it would be prompting me for a password at each &#8216;cvs&#8217; command.<br />
<span id="more-11"></span><br />
The first step was to configure the CVS repository on the cvs server:</p>
<p>cvs -d /var/cvs init</p>
<p>I chose /var/cvs because that seemed to be where fedora put it by default.</p>
<p>I next needed to setup server access which works through xinted. I assumed that I could set cvs up as a normal service in /etc/rc.d/init and manage it through chkconfig, but I was unable to find such a service (if anyone knows of one please let me know!) So I needed to install xinetd first:</p>
<p>yum install xinted</p>
<p>Â Next, edit the configuration for the cvs server under xinted by editing:</p>
<p>/etc/xinetd.d/cvs</p>
<p>Switch the service on by changing the line:</p>
<p>&#8216;disableÂ Â Â Â Â  = yes&#8217;Â  to Â &#8217;disable = no&#8217;</p>
<p>The rest of the config I left as default since I was using the default setup.</p>
<p>Then I started the xinetd server:</p>
<p>service inetd start</p>
<p>I tested the operation by opening a hole in the firewall for port 2401 and telnet&#8217;ing in.</p>
<p>For the client I edited my ~/.bash_profile and added a line for the cvs stuff</p>
<p># tell cvs to use rsh<br />
CVS_RSH=ssh<br />
export CVS_RSH</p>
<p># the path to the cvs executable on the remote machine</p>
<p>CVS_SERVER=/usr/bin/cvs<br />
export CVS_SERVER</p>
<p>CVSROOT=&#8221;:ext:myUserName@cvsServerName:/var/cvs&#8221;<br />
export CVSROOT #login replace myUserName and cvsServerName with appropriate settings</p>
<p>CVSEDITOR=&#8221;emacs -nw&#8221;Â  # because vi sucks ass!<br />
export CVSEDITOR</p>
]]></content:encoded>
			<wfw:commentRss>http://joe.junkin.com/2006/12/19/cvs-server-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

