<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Barking Seal</title>
	
	<link>http://www.barkingseal.com</link>
	<description>Applied Trust off-leash: IT infrastructure, security, and performance</description>
	<lastBuildDate>Fri, 20 Aug 2010 20:53:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/barkingseal" /><feedburner:info uri="barkingseal" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Centreon simplifies Nagios management</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/xhkTO_-JKRA/</link>
		<comments>http://www.barkingseal.com/2010/08/centreon-simplifies-nagios-management/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 20:53:04 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[centreon]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1455</guid>
		<description><![CDATA[If you&#8217;ve been reading the Barking Seal for a while, you probably already know that we use Nagios to monitor a variety of things here at AppliedTrust.  It&#8217;s been a great platform for us, and we&#8217;ve put a lot of time and energy into writing custom plugins, integrating performance graphing tools, and generally making it [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been reading the Barking Seal for a while, you probably already know that we use Nagios to monitor a variety of things here at AppliedTrust.  It&#8217;s been a great platform for us, and we&#8217;ve put a lot of time and energy into writing custom plugins, integrating performance graphing tools, and generally making it work for us.  I&#8217;m a huge fan of Nagios because of its stability, openness (the documentation is truly excellent), and flexibility.  Historically though, Nagios has had two weak spots.  The first is auto-discovery, and the second is usability.  Unfortunately, the first issue is likely to be with us for quite some time &#8212; it seems like the process of going out over the network and automatically discovering and configuring servers and services is just too complex for the moment.  Or perhaps it just hasn&#8217;t been worthwhile for anyone to solve that problem yet&#8230; either way, I haven&#8217;t found a good solution as of now.  But amazingly, the last couple of years have seen a lot of development in the second area.  There are now several different open source projects that provide easy-to-use GUI interfaces for configuring Nagios!</p>
<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/08/phoca_thumb_l_centreon-configuration_servicelist.png"><img class="alignnone size-medium wp-image-1457" src="http://www.barkingseal.com/wp-content/uploads/2010/08/phoca_thumb_l_centreon-configuration_servicelist-300x138.png" alt="Centreon Configuration Screen" width="300" height="138" /></a></p>
<p><span id="more-1455"></span></p>
<p>I think I should add a little clarification here.  What I am complaining about is not the web interface that Nagios has had forever, where you can acknowledge alerts, view check results, force rechecks, or any of that; I have no problems with that interface.  Instead, I&#8217;m talking about the fact that all Nagios configuration is handled through text files.  For experienced *nix administrators, text files are great.  Sed, grep, and vim allow you to manage hundreds of text files without much difficulty.  But whenever I had to show anyone else how to make a change I would cringe, because most people don&#8217;t enjoy editing hundreds of text files.  That is the problem that has been solved.  The two most popular solutions are <a href="http://www.centreon.com/" target="_blank">Centreon</a> and <a href="http://www.groundworkopensource.com/" target="_blank">GroundWork</a>.  We chose to go with Centreon, so that&#8217;s what I&#8217;m more familiar with, but from what I can tell, both products provide basically the same functionality.</p>
<p>The key improvement is that Centreon relies on a MySQL database to store configuration data.  On top of that, there&#8217;s a web interface (written in PHP, so imminently hackable) that allows you to do all of the necessary management.  Using a database allows the front end to let you do things like bulk changes to tens of hundreds of services at once.  It lets you define a service, and then link it to multiple hosts.  Centreon supports everything that Nagios supports, such as templates that inherit settings, escalations, dependencies, and event handlers.  In addition it supports a lot of other things, like setting up host templates with a bunch of services automatically attached.  It integrates with LDAP if you want to authenticate your users against your AD controller.  It also has built-in performance graphing:</p>
<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/08/phoca_thumb_l_centreon-view_ds_browse.png"><img class="alignnone size-medium wp-image-1456" src="http://www.barkingseal.com/wp-content/uploads/2010/08/phoca_thumb_l_centreon-view_ds_browse-300x189.png" alt="Performance Graphing in Centreon" width="300" height="189" /></a></p>
<p>And best of all, it makes configuration easier for those who aren&#8217;t totally in love with the command line!  I believe this opens Nagios up to a whole new range of potential users, and to me that&#8217;s really exciting.  There&#8217;s still a learning curve associated with Nagios itself &#8212; learning what sorts of things it can monitor and how to make it react the way you want it to &#8212; but at least now it&#8217;s more accessible.</p>
<p>We&#8217;ve been running Centreon on our production Nagios server for 3 months now, and so far we&#8217;re very pleased.  How about you?</p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/xhkTO_-JKRA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/08/centreon-simplifies-nagios-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/08/centreon-simplifies-nagios-management/</feedburner:origLink></item>
		<item>
		<title>Essential Cacti Plugins</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/AIWPb1GUAT0/</link>
		<comments>http://www.barkingseal.com/2010/08/essential-cacti-plugins/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 16:14:21 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1408</guid>
		<description><![CDATA[We&#8217;ve blogged in the past about Nagios, the open source monitoring software. Another great open source alternative is Cacti. Both Nagios and Cacti do a great job of graphing system resources. Like Nagios, Cacti is capable of monitoring your servers, as well as processor, memory, network, and disk utilization on your networking devices. After initial [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/2010/08/essential-cacti-plugins/"><img class="alignleft size-full wp-image-1433" style="margin-left: 10px; margin-right: 10px;" title="cacti_logo" src="http://www.barkingseal.com/wp-content/uploads/2010/07/cacti_logo.gif" alt="" width="76" height="121" /></a>We&#8217;ve <a href="/2009/04/debugging-nagios-performance-problems/">blogged in the past about Nagios</a>, the open source monitoring software. Another great open source alternative is <a href="http://www.cacti.net/" target="_blank">Cacti</a>. Both <a href="http://www.nagios.org/" target="_blank">Nagios</a> and Cacti do a great job of graphing system resources.</p>
<p>Like Nagios, Cacti is capable of monitoring your servers, as well as processor, memory, network, and disk utilization on your networking devices. After initial installation, adding hosts to be monitored can be completed using nothing but the web interface.<br />
<span id="more-1408"></span><br />
Installing Cacti is fairly straightforward. There are even customized distributions, such as <a href="http://cactiez.cactiusers.org/">CactiEZ</a>, which is a <a href="http://www.centos.org/">CentOS</a> derivative, to make for an even easier install. Cacti can even be installed on a Windows host.</p>
<p>Cacti is incredibly useful right out of the box, but with a few plugins Cacti&#8217;s functionality can really begin to shine. The following is a handful of plugins that I think no Cacti installation should be without. The CactiEZ distribution includes a lot of these plugins out of the box. All of these plugins can be downloaded at <a href="http://cactiusers.org/downloads/">http://cactiusers.org/downloads/</a>.</p>
<p><strong>CLOG</strong> &#8211; CLOG provides all of your Cacti logs in an easy-to-use interface built into the Cacti web GUI. This can be immensely helpful in troubleshooting issues within your Cacti installation.</p>
<p><strong>Discovery</strong> &#8211; This plugin can be used to track down SNMP-enabled hosts on your network that haven&#8217;t been entered into Cacti yet.</p>
<p><strong>NTop </strong>- While this plugin only provides your ntop data within an iframe, it allows you a single interface to get a full overview of exactly what&#8217;s going on in your network.</p>
<p><strong>Thold </strong>- &#8220;Thold&#8221; is short for threshold. This plugin allows you the ability to configure thresholds and alerting. If you want to get an email or text message when a disk is nearly full, or a network link is reaching max capacity, this plugin is what you need.</p>
<p><strong>Weathermap </strong>- This plugin is really cool. It allows you to draw maps of your network. Once the maps are drawn, you can assign graphs to the different links. These links will be updated in real time, changing colors based on utilization. This gives you a quick overview of how the network is performing.</p>
<p>These are just a few of the many plugins out there that make Cacti such a great tool.</p>
<p><!--noslashdigglicious--></p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/AIWPb1GUAT0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/08/essential-cacti-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/08/essential-cacti-plugins/</feedburner:origLink></item>
		<item>
		<title>An important year for Open Source Software</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/0zWNA8MT-o0/</link>
		<comments>http://www.barkingseal.com/2010/08/an-important-year-for-open-source-software/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 15:19:41 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[OSS]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1426</guid>
		<description><![CDATA[Network World is reporting that 2010 will be the year of Open Source.  According to the article, half of the organizations surveyed are using Open Source Software in some capacity already, and the vast majority (71% in the US) said they are planning to greatly increase their use of OSS in the coming year. More [...]]]></description>
			<content:encoded><![CDATA[<p>Network World is <a href="http://www.networkworld.com/community/node/64751" target="_blank">reporting </a>that 2010 will be the year of Open Source.  According to the article, half of the organizations surveyed are using Open Source Software in some capacity already, and the vast majority (71% in the US) said they are planning to greatly increase their use of OSS in the coming year.</p>
<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/08/open-source.jpg"><img class="alignnone size-medium wp-image-1427" src="http://www.barkingseal.com/wp-content/uploads/2010/08/open-source-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>More interestingly, perhaps, many of the participants in the survey reported that they are switching to OSS for non-financial reasons such as:</p>
<p><span id="more-1426"></span></p>
<ul>
<li>Better security/bug fixing</li>
<li> Faster time to development</li>
<li>Improved reliability</li>
<li>Easier to maintain the software</li>
<li> Better match of software to organizational/business needs</li>
<li>Auditability of the software</li>
<li> Better quality software than proprietary systems</li>
</ul>
<p>At AppliedTrust we have experience with a wide range of Open Source Software.  Many of the servers we support are running on the Linux kernel, many of the webservers are running Apache, PHP, and MySQL.  We use Cacti and Nagios for monitoring, and Mantis, PMWiki, and MediaWiki for tracking bugs and technical issues.  It makes sense that at a time when companies are looking to cut costs and conserve money, many would look to enhancing their use of free and Open Source products.  I firmly believe that Open Source makes sense, not only from a financial perspective, but also because of the power and flexibility it gives you over your IT destiny.  When a client wants to add a piece of functionality to Mantis, not only is that a straightforward task, but they know that it will be easy to find programmers that can do the work.</p>
<p>I think we should all remember, however, that OSS is not a panacea.  For instance, Linux web servers usually provide great return on investment, but it&#8217;s important to integrate them properly into your environment.  If you use Active Directory to authenticate your Windows hosts, set up your PAM modules to authenticate against AD on your Linux hosts as well.  MySQL is easy to set up and maintain, but it&#8217;s important to remember to secure it properly by creating accounts and restricting access appropriately.  Staying abreast of vulnerability announcements and installing security updates is just as important as it is with proprietary software.  Luckily, administration in the Open Source world isn&#8217;t any harder than in the proprietary world &#8211; it&#8217;s just different.  And if you need a few pointers, there are some great resources available (warning, shameless plug!) such as the <a href="http://www.admin.com/" target="_blank">Unix and Linux System Administration Handbook</a>, 4th Edition.</p>
<p>In any event, it&#8217;s an exciting time to be in the IT industry, and it&#8217;s especially exciting as a consultant to be able to point out such a wide variety of choices to our clients.  The number of solutions to any given problem seems to multiply with each passing month, and that can be no bad thing.</p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/0zWNA8MT-o0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/08/an-important-year-for-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/08/an-important-year-for-open-source-software/</feedburner:origLink></item>
		<item>
		<title>Slow network performance for Windows Server 2008 guest on vmware ESXi 4.1</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/HC4byTaR0jc/</link>
		<comments>http://www.barkingseal.com/2010/07/slow-network-performance-for-windows-2008-on-vmware-esxi/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 03:40:12 +0000</pubDate>
		<dc:creator>trent</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1398</guid>
		<description><![CDATA[The older I get, the more lessons I seem to learn (or, not learn) over and over.  Have you ever seen TCP offload work correctly?  Of course not!  I&#8217;ve been bitten by a TCP offload (aka TCP Offload Engine or TOE) problem in just about every environment I&#8217;ve touched in the last 20 years, and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1402" class="wp-caption alignnone" style="width: 235px"><a href="http://www.barkingseal.com/wp-content/uploads/2010/07/tcp-lego-header.jpg"><img class="size-medium wp-image-1402" title="tcp lego header" src="http://www.barkingseal.com/wp-content/uploads/2010/07/tcp-lego-header-225x300.jpg" alt="tcp lego header" width="225" height="300" /></a><p class="wp-caption-text">TCP header, Lego (tm) style</p></div>
<p>The older I get, the more lessons I seem to learn (or, not learn) over and over.  Have you ever seen TCP offload work correctly?  Of course not!  I&#8217;ve been bitten by a TCP offload (aka TCP Offload Engine or TOE) problem in just about every environment I&#8217;ve touched in the last 20 years, and sadly this week was no exception.</p>
<p>To make a long story short, we have a production vmware ESXi 4.1 host with both Linux (CentOS) and Windows Server 2008 guests.  No problems were reported (or measured) with the Linux guests, but the Win 2008 guests suffered from <span style="text-decoration: underline;">extremely</span> choppy network connections, for common services like Remote Desktop and backups (including lost connections).  As you probably know, I&#8217;m big into actually investigating the underlying cause of a problem rather than randomly throwing darts at it, and as such I grabbed some packet traces with wireshark.  Check this out:</p>
<p><span id="more-1398"></span></p>
<div id="attachment_1400" class="wp-caption alignnone" style="width: 670px"><a href="http://www.barkingseal.com/wp-content/uploads/2010/07/offload-bad1.jpg"><img class="size-full wp-image-1400" title="TCP offload bad" src="http://www.barkingseal.com/wp-content/uploads/2010/07/offload-bad1.jpg" alt="TCP offload bad" width="660" height="478" /></a><p class="wp-caption-text">wireshark analysis of poor TCP connection</p></div>
<p>Ouch! That is super ugly (this is across a LAN, btw)!  How can you screw up a single TCP connection so badly in 6 feet of cable?  Probably not the cable (or network), sherlock.  It appears this is a &#8220;known problem.&#8221;    While this problem (described in the vmware article as &#8220;Network performance is very slow and connections drop intermittently&#8221;) seems contrained in the article to vmware guests running on a Windows host, I can attest to this occuring on both ESXi 4.0 Update 1 and ESXi 4.1 hosts with Windows guests.  After following the instructions in this <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006619" target="_blank">vmware article</a> to remedy the situation by disabling TCP offload on the Win 2008 guests, they exhibit downright snappy network performance.  Check out the improved trace results:</p>
<div id="attachment_1401" class="wp-caption alignnone" style="width: 672px"><a href="http://www.barkingseal.com/wp-content/uploads/2010/07/offload-good.jpg"><img class="size-full wp-image-1401" title="TCP offload good" src="http://www.barkingseal.com/wp-content/uploads/2010/07/offload-good.jpg" alt="TCP offload good" width="662" height="362" /></a><p class="wp-caption-text">wireshark analysis after disabling TCP offload</p></div>
<p>Moral of the story:  TCP offload always sucks.  Turn it off on Windows Server 2008 vmware guests.</p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/HC4byTaR0jc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/07/slow-network-performance-for-windows-2008-on-vmware-esxi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/07/slow-network-performance-for-windows-2008-on-vmware-esxi/</feedburner:origLink></item>
		<item>
		<title>Now available: Unix and Linux System Administration Handbook, 4th edition</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/iAjAi_KQV2A/</link>
		<comments>http://www.barkingseal.com/2010/07/now-available-unix-and-linux-system-administration-handbook-4th-edition/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:34:10 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[USAH]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1386</guid>
		<description><![CDATA[I know you&#8217;ve all been waiting with bated breath for this day:  UNIX and Linux System Administration Handbook, 4th edition, is finally out! More than two years in the making, this edition covers six major operating systems in 1300 pages of fresh deliciousness. Plenty of new topics, including virtualization, green IT, scripting, and modern storage [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.barkingseal.com/wp-content/uploads/2010/07/3DFrontView.jpg"><img class="size-large wp-image-1387 aligncenter" title="ULSAH/4E Cover" src="http://www.barkingseal.com/wp-content/uploads/2010/07/3DFrontView-977x1024.jpg" alt="ULSAH/4E Cover" width="410" height="430" /></a>I know you&#8217;ve all been waiting with bated breath for this day:  <a href="http://www.admin.com" target="_blank">UNIX and Linux System Administration Handbook</a>, 4th edition, is finally out! More than two years in the making, this edition covers six major operating systems in 1300 pages of fresh deliciousness. Plenty of new topics, including virtualization, green IT, scripting, and modern storage and security. Copies available at <a href="http://www.amazon.com/UNIX-Linux-System-Administration-Handbook/dp/0131480057/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1279639136&amp;sr=8-1">Amazon</a>, <a href="http://search.barnesandnoble.com/Unix-and-Linux-System-Administration-Handbook/Evi-Nemeth/e/9780131480056/?itm=1&amp;USRI=UNIX+and+Linux+System+Administration+Handbook">Barnes &amp; Noble</a>, or from <a href="http://www.pearsonhighered.com/educator/product/UNIX-and-Linux-System-Administration-Handbook/9780131480056.page">Pearson Education</a>.</p>
<p style="text-align: left;">Writing a book of this magnitude is an intense process that I learned all about. The steps to produce the book, from inception to dead trees, include:</p>
<ul>
<li>Brainstorm and agree on full topic list</li>
<li>Brainstorm and agree on contributing authors</li>
<li>Assign chapters to authors and contributors</li>
<li>Write chapter, distribute for review</li>
<li>Integrate reviewed comments from all other authors, distribute to external reviewers</li>
<li>Integrate external review comments</li>
<li>Repeat for all 32 chapters</li>
<li>Edit chapters</li>
<li>Index chapters individually</li>
<li>Engage artist (<a href="http://lisahaney.com/">Lisa Haney</a>) for new chapter cartoons, dividers and cover art</li>
<li>Engage outside organizations (IBM, Sun, HP) for test equipment</li>
<li>Regular (semi-weekly) meetings with authors, occasional meetings with publisher</li>
<li>Read and revise page proofs, searching for any obvious errors or inconsistencies</li>
<li>Deliver final manuscript to publisher and wait patiently</li>
</ul>
<p style="text-align: left;">One of the biggest challenges in producing this edition was the distributed collaboration effort. We Skyped regularly to stay in sync. Evi was around for much of the development, but we also corresponded with her while she was sailing in the Caribbean and the Pacific. We used a subversion repository for the Adobe FrameMaker source files to avoid stomping on each other&#8217;s work. I&#8217;d say this was met with mixed success; Frame&#8217;s binary files are hard to merge, despite Garth&#8217;s valiant efforts at a scripted solution.</p>
<p style="text-align: left;">Special thanks to our named and unnamed contributors whose efforts are highly appreciated and certainly worthy of recognition. This is the best edition yet!</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition" title="Slashdot It!"><img src="/wp-content/plugins/slashdot.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition" title="Digg This Story"><img src="/wp-content/plugins/digg.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition" title="Reddit"><img src="/wp-content/plugins/reddit.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="/wp-content/plugins/delicious.gif" width="16" height="16" alt="[del.icio.us]" /></a>

<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F" title="Add to my Technorati Favorites"><img src="/wp-content/plugins/technorati.ico" width="16" height="16" alt="[Technorati]" /></a>

<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fnow-available-unix-and-linux-system-administration-handbook-4th-edition%2F&amp;title=Now+available%3A+Unix+and+Linux+System+Administration+Handbook%2C+4th+edition" title="Stumble it!"><img src="/wp-content/plugins/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><img src="http://feeds.feedburner.com/~r/barkingseal/~4/iAjAi_KQV2A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/07/now-available-unix-and-linux-system-administration-handbook-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/07/now-available-unix-and-linux-system-administration-handbook-4th-edition/</feedburner:origLink></item>
		<item>
		<title>The Barking Seal Q3 2010 is Here and Filled with Goodies!</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/29ABUdh9_BI/</link>
		<comments>http://www.barkingseal.com/2010/07/the-barking-seal-q3-2010-is-here-and-filled-with-goodies/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 15:57:22 +0000</pubDate>
		<dc:creator>katief</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[applied trust]]></category>
		<category><![CDATA[AppliedTrust]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[version-control]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1381</guid>
		<description><![CDATA[The latest version of The Barking Seal is here , and it is filled with a variety of applicable and accessible treats.  Want some? Keep reading for a taste&#8230; Goodie #1: Learn why version control is important for all businesses across the board. Goodie #2: Get some assistance in deciding “Git or Subversion? Git or Subversion? [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of The Barking Seal is here , and it is filled with a variety of applicable and accessible treats.  Want some? Keep reading for a taste&#8230;</p>
<p><a href="http://www.appliedtrust.com/q3-2010"><img class="alignleft size-medium wp-image-1383" style="margin-left: 10px; margin-right: 10px;" title="platter_large_dessert-basket" src="http://www.barkingseal.com/wp-content/uploads/2010/07/platter_large_dessert-basket-300x212.jpg" alt="" width="300" height="212" /></a>Goodie #1: Learn why version control is important for all businesses across the board.</p>
<p>Goodie #2: Get some assistance in deciding “Git or Subversion? Git or Subversion? Git…?”</p>
<p>Goodie #3 (otherwise known as the cherry on top): Meet Jim Turpin, one of our fabulous network engineers, who embodies the concept of multi-discipline to a T both inside and outside of the office.</p>
<p><a href="http://www.appliedtrust.com/q3-2010">Click here to read Q3 2010</a>, and, as always, enjoy the treat!</p>
<p>We&#8217;d love to hear from you, so please post your comments and questions here.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21" title="Slashdot It!"><img src="/wp-content/plugins/slashdot.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21" title="Digg This Story"><img src="/wp-content/plugins/digg.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21" title="Reddit"><img src="/wp-content/plugins/reddit.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="/wp-content/plugins/delicious.gif" width="16" height="16" alt="[del.icio.us]" /></a>

<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F" title="Add to my Technorati Favorites"><img src="/wp-content/plugins/technorati.ico" width="16" height="16" alt="[Technorati]" /></a>

<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fthe-barking-seal-q3-2010-is-here-and-filled-with-goodies%2F&amp;title=The+Barking+Seal+Q3+2010+is+Here+and+Filled+with+Goodies%21" title="Stumble it!"><img src="/wp-content/plugins/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><img src="http://feeds.feedburner.com/~r/barkingseal/~4/29ABUdh9_BI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/07/the-barking-seal-q3-2010-is-here-and-filled-with-goodies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/07/the-barking-seal-q3-2010-is-here-and-filled-with-goodies/</feedburner:origLink></item>
		<item>
		<title>A Gentle Infrastructure Monitoring Reminder</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/1y9db9NPl5I/</link>
		<comments>http://www.barkingseal.com/2010/07/a-gentle-infrastructure-monitoring-reminder/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:57:51 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1373</guid>
		<description><![CDATA[The fine folks at Twitter Engineering recently posted about the performance issues they have had over the holiday weekend. Since Saturday, the site has been slow for users and API calls. While AppliedTrust hasn&#8217;t (yet) made the leap to Twitter, we recognize how important it is for delivering World Cup news. I give Twitter Engineering tons [...]]]></description>
			<content:encoded><![CDATA[<p>The fine folks at <a href="http://engineering.twitter.com/2010/06/perfect-stormof-whales.html" target="_blank">Twitter Engineering recently posted about the performance issues</a> they have had over the holiday weekend. Since Saturday, the site has been slow for users and API calls. While AppliedTrust hasn&#8217;t (yet) made the leap to Twitter, we recognize how important it is for delivering World Cup news. I give Twitter Engineering tons of credit for being so transparent about the details of the problem &#8211; they say:</p>
<table border="1">
<tbody>
<tr>
<td>
<div id="_mcePaste"><span style="font-size: x-small;"><span style="font-size: small;"><span style="line-height: 19px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"><span style="font-size: x-small;"><strong>In brief, we made three mistakes:</strong></span></span></span></span></div>
<div id="_mcePaste"><span style="font-size: x-small;"><span style="font-size: small;"><span style="line-height: 19px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"><span style="font-size: x-small;"><strong>* We put two critical, fast-growing, high-bandwith components on the same segment of our internal network.</strong></span></span></span></span></div>
<div id="_mcePaste"><span style="font-size: x-small;"><span style="font-size: small;"><span style="line-height: 19px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"><span style="font-size: x-small;"><strong>* Our internal network wasn&#8217;t appropriately being monitored.</strong></span></span></span></span></div>
<div id="_mcePaste"><span style="font-size: x-small;"><span style="font-size: small;"><span style="line-height: 19px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;"><span style="font-size: x-small;"><strong>* Our internal network was temporarily misconfigured.</strong></span></span></span></span></div>
</td>
</tr>
</tbody>
</table>
<p>
<p>Twitter is well known for great application-layer monitoring and instrumentation, so this gap in monitoring is a surprise. It exposes a common misconception among social software companies &#8211; that their server and network infrastructure is &#8220;covered&#8221; by their hosting provider.  As web applications scale to even 1/1000 the size of Twitter, software becomes critically interdependent on the underlying network. Infrastructure should be instrumented and monitored at least as closely as the software that depends on it.</p>
<p>For more The Barking Seal articles on monitoring and troubleshooting, see:</p>
<div id="_mcePaste">
<ul>
<li><a href="http://www.barkingseal.com/2009/08/monitoring-site-to-site-vpns-on-a-cisco-asa/" target="_blank"><span style="color: #000000;">Monitoring Site to Site VPNs</span></a></li>
<li><a href="http://www.barkingseal.com/2008/12/interpreting-packet-traces-with-wireshark-part-1-of-n/" target="_blank"><span style="color: #000000;">Interpreting Packet Traces</span></a></li>
<li><a href="/2008/10/walk-then-run-thoughts-about-event-value/" target="_blank"><span style="color: #000000;">Thoughts on Monitoring Event Value</span></a></li>
</ul>
</div>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder" title="Slashdot It!"><img src="/wp-content/plugins/slashdot.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder" title="Digg This Story"><img src="/wp-content/plugins/digg.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder" title="Reddit"><img src="/wp-content/plugins/reddit.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="/wp-content/plugins/delicious.gif" width="16" height="16" alt="[del.icio.us]" /></a>

<a href="http://technorati.com/faves?add=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F" title="Add to my Technorati Favorites"><img src="/wp-content/plugins/technorati.ico" width="16" height="16" alt="[Technorati]" /></a>

<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.barkingseal.com%2F2010%2F07%2Fa-gentle-infrastructure-monitoring-reminder%2F&amp;title=A+Gentle+Infrastructure+Monitoring+Reminder" title="Stumble it!"><img src="/wp-content/plugins/stumbleupon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span><img src="http://feeds.feedburner.com/~r/barkingseal/~4/1y9db9NPl5I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/07/a-gentle-infrastructure-monitoring-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/07/a-gentle-infrastructure-monitoring-reminder/</feedburner:origLink></item>
		<item>
		<title>AppliedTrust Goes Drupal!</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/_xCN9-4ERnk/</link>
		<comments>http://www.barkingseal.com/2010/06/appliedtrust-goes-drupal/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 00:21:23 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[applied trust]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[platform security]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1340</guid>
		<description><![CDATA[This month, AppliedTrust re-launched our web site on the CMS called Drupal. Although the &#8220;look and feel&#8221; of the site hasn&#8217;t changed much, this upgrade has been a breakthrough in terms of both performance and manageability. I would give our previous CMS, Joomla, a grade of a B- in comparison to Drupal&#8217;s solid A. Here [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/06/drupal_drop.jpg"><img class="alignleft size-full wp-image-1367" style="margin-left: 5px; margin-right: 5px;" title="drupal_drop" src="http://www.barkingseal.com/wp-content/uploads/2010/06/drupal_drop.jpg" alt="" width="86" height="99" /></a>This month, <a href="http://www.appliedtrust.com">AppliedTrust re-launched our web site</a> on the CMS called <a href="http://drupal.org" target="_blank">Drupal</a>. Although the &#8220;look and feel&#8221; of the site hasn&#8217;t changed much, this upgrade has been a breakthrough in terms of both performance and manageability. I would give our previous CMS, <a href="http://www.joomla.org/" target="_blank">Joomla</a>, a grade of a B- in comparison to Drupal&#8217;s solid A. Here are six reasons why Drupal is a great fit for <a href="http://www.appliedtrust.com/">www.appliedtrust.com</a>:</p>
<p><span id="more-1340"></span></p>
<div id="_mcePaste">
<ol>
<li><strong>Performance: </strong>In our migration from Joomla to Drupal, we tried to keep as many things constant as possible. We tried to keep our look and feel similar (we didn&#8217;t kill ourselves to replicate every detail, but it&#8217;s very close). We are hosting the site on the same server, with the same database and version of PHP. We didn&#8217;t add or remove any significant functionality. This is definitely not a scientific comparison of Joomla and Drupal performance, but it saved www.appliedtrust.com a full second in load time, which is a 33% reduction and <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" target="_blank">important for our Google ranking</a>. We just love performance tuning and are very excited! (This is data from <a href="http://browsermob.com">BrowserMob</a> &#8211; the red circles indicate outages during the site cutover).<a href="http://www.barkingseal.com/wp-content/uploads/2010/06/browsermob_before_after.png" target="_blank"><img class="size-full wp-image-1344 alignright" title="browsermob_before_after" src="http://www.barkingseal.com/wp-content/uploads/2010/06/browsermob_before_after.png" alt="" width="472" height="186" /></a></li>
<li><strong>The &#8220;Boboli&#8221; approach to features: </strong>Most CMSs are like a frozen pizza &#8211; you can usually find one you want, but it&#8217;s never perfect. The &#8220;Boboli&#8221; approach is to separate the tasty dough from the toppings &#8211; you get exactly what you want. Drupal is pretty much the same; it provides a robust &#8220;Drupal Core&#8221; with a minimal set of functionality. You can <a href="http://drupal.org/project/Modules" target="_blank">add only the features you want</a>, just like fresh pizza toppings from throughout the grocery store. This is a win for security <em>and</em> performance. Most CMSs and blogging systems include a large bundle of built-in functionality &#8211; much more like a frozen pizza.</li>
<li><strong>Command-line management:</strong> Drupal offers a <a href="http://drupal.org/project/drush">command-line tool called drush</a>. While many administrators will prefer the nice web-based management interface, old UNIX cowboys will find the drush shell super efficient. You can download, install, and enable modules or themes in just two commands! Drush is also useful for scheduling tasks out of cron, and for general troubleshooting and administration.</li>
<li><strong>Content and menu customization</strong><strong>:</strong> One of the worse &#8220;features&#8221; of Joomla is that it imposes a weird relationship between content (web pages) and menu item links. For a web page to be accessible, it has to be linked to a menu. On our old Joomla site, we constantly had to police for cases where duplicate URLs linked to a single page. Drupal, on the other hand, completely decouples content (and URLs) from menus. If you have ever managed Joomla, I am confident you know what I&#8217;m talking about!</li>
<li><strong>Dogmatic architecture and implementation</strong><strong>:</strong> When I first opened one of Drupal&#8217;s source code files (it&#8217;s written in PHP), I was shocked to see more comments than code! This is something every Computer Science 101 professor covers &#8211; &#8220;comment your code&#8221; &#8211; but is rarely executed well in practice. The Drupal community follows <a href="http://drupal.org/coding-standards">high quality coding standards</a>, and uses a rigorous peer review process for &#8220;the core&#8221;. As a security professional, I especially love their <a href="http://drupal.org/node/101497" target="_blank">policy for security vulnerabilities</a>: if the module developers don&#8217;t start working on important vulnerabilities within a month, the software is removed from the Drupal web site. Can you name a software company that would stop selling their products until an important patch is released? (hint: it&#8217;s not Sun, Microsoft, Oracle, or Google!)</li>
</ol>
</div>
<p>I should emphasize that this was our experience, and your mileage may vary. AppliedTrust is not a web design firm &#8211; we pride ourselves on infrastructure (servers, networks, security, performance, etc.). Still, I am tremendously impressed with Drupal and you are probably making a mistake if you are building a complex web site and haven&#8217;t considered it.</p>
<p>Looking back, since 2001 we have transitioned from static HTML (managed with GoLive), to Joomla, to WordPress (which we continue to use for this blog), to Drupal. Each transition has been a marked improvement, and today, I can&#8217;t imagine using anything except Drupal (for complex sites) or WordPress (for simple ones). In closing, here is a visual history of AppliedTrust&#8217;s web platform &#8220;evolution&#8221;:</p>
<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/06/AT_EvolutionOfWebPlatforms_06-20101.png" target="_blank"><img class="alignnone size-full wp-image-1342" title="AT_EvolutionOfWebPlatforms_06-2010" src="http://www.barkingseal.com/wp-content/uploads/2010/06/AT_EvolutionOfWebPlatforms_06-20101.png" alt="" width="481" height="265" /></a></p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/_xCN9-4ERnk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/06/appliedtrust-goes-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/06/appliedtrust-goes-drupal/</feedburner:origLink></item>
		<item>
		<title>Information Security and Running, Long Lost Brothers?</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/xBJzzyrL3SA/</link>
		<comments>http://www.barkingseal.com/2010/06/information-security-and-running-long-lost-brothers/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:08:28 +0000</pubDate>
		<dc:creator>terry</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1335</guid>
		<description><![CDATA[Saturday morning I was up and out the door early for a long run before the heat set in too much. As I was running I was thinking to myself, &#8220;Gosh, having a good exercise routine is kind of like having a good information security program.&#8221; I had lots of time to ponder this particular [...]]]></description>
			<content:encoded><![CDATA[<p>Saturday morning I was up and out the door early for a long run before the heat set in too much.  As I was running I was thinking to myself, &#8220;Gosh, having a good exercise routine is kind of like having a good information security program.&#8221;  I had lots of time to ponder this particular issue, as my iPod was unfortunately not charged and I had no one to talk to.  Here are a few things I thought of that make exercise and security so alike.</p>
<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/06/running-feet.jpg"><img class="alignleft size-medium wp-image-1337" style="margin-left: 5px; margin-right: 5px;" title="running feet" src="http://www.barkingseal.com/wp-content/uploads/2010/06/running-feet-300x191.jpg" alt="" width="300" height="191" /></a>1) Set goals: Both in exercise and in information security, it is good to set goals.  For example, before I can write up a training plan for myself, I need to know what race I&#8217;m training for, and what my target pace is.  Similarly, before I can write up my information security plan, I need to know what information I need to protect and how much protection I need (is this credit card data, or is it records of what color paint my store sold last year?)</p>
<p><span id="more-1335"></span></p>
<p>2) Stick to the plan: Sometimes on Saturday morning at 6 a.m. I don&#8217;t really want to go for a run, but I know that the only way to reach my goal is to throw my legs over the side of the bed and stand up.  I also know that the best infosec plan in the world does no good if it doesn&#8217;t get followed.  It may not be fun to conduct that periodic audit again, and it may be frustrating to have to patch those darn servers in the middle of the night so you don&#8217;t impact the production systems, but you&#8217;ve got to do it.  A plan in a drawer is no plan at all!</p>
<p>3) Make the plan doable: I could probably run my race a lot faster if I was willing to quit my job and train full time, but that&#8217;s just not practical.  I need to keep perspective on the rest of my life and make the plan something that I can accomplish.  The same is true for the security plan.  It&#8217;s not reasonable to expect your team to install each and every patch within 24 hours of release.  Save that extreme stuff for the really critical items that only come up once in a while.  Be reasonable, and you&#8217;ll make everyone&#8217;s life easier.  No one wants a security approach that flies in the face of usability.  But there are some things that just can&#8217;t slip &#8211; and make sure you know what those are.  Passwords, for example: I know it&#8217;s easier to remember five-letter passwords with no complexity requirements, but if you let that happen, you may as well forget the rest of the plan.</p>
<p>4) Celebrate your successes: I run with a group twice a week, and the coach keeps track of our times throughout the season(s).  When I hit a personal record, she knows it and we celebrate the accomplishment.  Do the same thing with security!  Did your annual assessment just come back with 20% fewer recommendations?  Did you just pass a penetration test with flying colors?  Great!  Celebrate!  There&#8217;s always another mitigation recommendation you can implement, but don&#8217;t forget you&#8217;ve done many already, and congratulate yourself on a job well done.</p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/xBJzzyrL3SA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/06/information-security-and-running-long-lost-brothers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/06/information-security-and-running-long-lost-brothers/</feedburner:origLink></item>
		<item>
		<title>An IT lesson from the BP disaster</title>
		<link>http://feedproxy.google.com/~r/barkingseal/~3/dMkH7a0L2xQ/</link>
		<comments>http://www.barkingseal.com/2010/06/an-it-lesson-from-the-bp-disaster/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 16:26:00 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[IT Management]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[regulations]]></category>

		<guid isPermaLink="false">http://www.barkingseal.com/?p=1331</guid>
		<description><![CDATA[Sadly disasters happen, and when they do there are often valuable lessons to be learned. Unfortunately, poor IT infrastructure will limit the lessons the oil industry can learn from this incident. The Deepwater Horizon rig was equipped with a vessel management system (VMS), which records dozens of different metrics about the conditions on the rig [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barkingseal.com/wp-content/uploads/2010/06/dwh_onfire.jpg"><img class="alignright size-medium wp-image-1330" title="dwh_onfire" src="http://www.barkingseal.com/wp-content/uploads/2010/06/dwh_onfire-300x226.jpg" alt="" width="300" height="226" /></a>Sadly disasters happen, and when they do there are often valuable lessons to be learned. Unfortunately, poor IT infrastructure will limit the lessons the oil industry can learn from this incident.</p>
<p>The Deepwater Horizon rig was equipped with a vessel management system (VMS), which records dozens of different metrics about the conditions on the rig and in the well. These VMS logs would contain valuable details about the blowout, much like an airplane &#8220;black box&#8221; is essential in understanding a plane crash.</p>
<p><span id="more-1331"></span></p>
<p>Steven Newman, the CEO of Transocean, said during a recent senate hearing, &#8220;There is some delay in the replication of our data, so our operational data, our sequence of events ends at 3 o&#8217;clock in the afternoon on the 20th. And so the VMS system, along with the logs of the VMS system, would have gone down with the vessel.&#8221;  The blowout and massive explosion happened at 10, taking eleven lives and seven hours of VMS data to the bottom of the ocean. Representative Bruce Braley from Iowa followed up with &#8220;So you have no mirrored backup data device so that that information is recorded at some other location than on the rig itself?&#8221;.  Newman replied, &#8220;We do not have real-time off-rig monitoring of what&#8217;s going on on the vessel&#8221;.</p>
<p>The costs to synchronize this data back to shore closer to &#8220;real-time&#8221; are nothing compared to the catastrophe at hand.  If an IT Disaster Recovery risk analysis had been performed, this replication delay would have stood out like a sore thumb.  We can be certain that new congressional regulations will be established to ensure that VMS data is replicated back to shore in a timely manner, but what about the rest of us?  Now is a <strong>perfect</strong> time to take a look at <strong>your</strong> business and make sure that critical data is being backed up appropriately to an off-site location.</p>
<img src="http://feeds.feedburner.com/~r/barkingseal/~4/dMkH7a0L2xQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.barkingseal.com/2010/06/an-it-lesson-from-the-bp-disaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.barkingseal.com/2010/06/an-it-lesson-from-the-bp-disaster/</feedburner:origLink></item>
	</channel>
</rss>
