<?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>church of default &#187; Note to Self</title>
	<atom:link href="http://default.io/category/note-to-self/feed/" rel="self" type="application/rss+xml" />
	<link>http://default.io</link>
	<description>entropy jihad</description>
	<lastBuildDate>Tue, 10 Aug 2010 19:55:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to reclaim root reserved space on ext3</title>
		<link>http://default.io/2010/01/reclaim-root-reserved-space-ext3/</link>
		<comments>http://default.io/2010/01/reclaim-root-reserved-space-ext3/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:44:55 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=289</guid>
		<description><![CDATA[First off look at what you&#8217;ve got now:

[root@sql2 ~]# df -P /
Filesystem         1024-blocks      Used Available Capacity Mounted on
/dev/mapper/VolGroup00-LogVol00  81269424  66551212  10534464      87% /

Then check how much is reserved blocks for root:

[root@sql2 ~]# tune2fs -l [...]]]></description>
			<content:encoded><![CDATA[<p>First off look at what you&#8217;ve got now:</p>
<pre>
[root@sql2 ~]# df -P /
Filesystem         1024-blocks      Used Available Capacity Mounted on
/dev/mapper/VolGroup00-LogVol00  81269424  66551212  10534464      87% /
</pre>
<p>Then check how much is reserved blocks for root:</p>
<pre>
[root@sql2 ~]# tune2fs -l /dev/mapper/VolGroup00-LogVol00 | egrep 'Block count|Reserved block count'
Block count:              20971520
Reserved block count:     1045937
</pre>
<p>Thats 5%, which is a pretty common default.  Like a lot of old defaults its based on old hardware, we can get away with a lot less and I could use the space elsewhere (SSD is expensive).  So lets tune it down to 1%:</p>
<pre>
[root@sql2 ~]# tune2fs -m 1 /dev/mapper/VolGroup00-LogVol00
tune2fs 1.39 (29-May-2006)
Setting reserved blocks percentage to 1% (209715 blocks)
</pre>
<p>Verify that:</p>
<pre>
[root@sql2 ~]# tune2fs -l /dev/mapper/VolGroup00-LogVol00 | egrep 'Block count|Reserved block count'
Block count:              20971520
Reserved block count:     209715
</pre>
<p>Looks good, lets see how much space we got:</p>
<pre>
[root@sql2 ~]# df -P /
Filesystem         1024-blocks      Used Available Capacity Mounted on
/dev/mapper/VolGroup00-LogVol00  81269424  66551756  13878808      83% /
</pre>
<p>Sweet, touch over 3GB</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2010/01/reclaim-root-reserved-space-ext3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what *exactly* do the numbers in iostat mean?</title>
		<link>http://default.io/2010/01/what-exactly-do-the-numbers-in-iostat-mean/</link>
		<comments>http://default.io/2010/01/what-exactly-do-the-numbers-in-iostat-mean/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 03:53:17 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=252</guid>
		<description><![CDATA[You need better storage.
But if you really want to know the details, the Baron will tell you:
How Linux iostat computes its results at Xaprb.
]]></description>
			<content:encoded><![CDATA[<p>You need better storage.</p>
<p>But if you really want to know the details, the Baron will tell you:</p>
<p><a href="http://www.xaprb.com/blog/2010/01/09/how-linux-iostat-computes-its-results/">How Linux iostat computes its results at Xaprb</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2010/01/what-exactly-do-the-numbers-in-iostat-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to figure out the WWN of FC HBA cards in CentOS/RHEL</title>
		<link>http://default.io/2009/11/how-to-figure-out-the-wwn-of-fc-hba-cards-in-centosrhel/</link>
		<comments>http://default.io/2009/11/how-to-figure-out-the-wwn-of-fc-hba-cards-in-centosrhel/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 17:12:03 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=231</guid>
		<description><![CDATA[Methods to retrieve WWPN and WWNN from FC HBA cards
Haven&#8217;t tried these yet but wanted to stick this link somewhere.  Man I wish FC would just go away already.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://linux.derkeiler.com/Mailing-Lists/RedHat/2007-08/msg00138.html">Methods to retrieve WWPN and WWNN from FC HBA cards</a></p>
<p>Haven&#8217;t tried these yet but wanted to stick this link somewhere.  Man I wish FC would just go away already.</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/11/how-to-figure-out-the-wwn-of-fc-hba-cards-in-centosrhel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the internet broken?</title>
		<link>http://default.io/2009/11/is-the-internet-broken/</link>
		<comments>http://default.io/2009/11/is-the-internet-broken/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:04:34 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=198</guid>
		<description><![CDATA[Sometimes you do a pretty good job of ruling out your shit and are convinced that somewhere out there the internet is broken a little bit&#8230; but how do you know?
*shrug*  but here&#8217;s some links:
NANOG
Keynote&#8217;s Internet Health Report
Outages.org
renesys blog (good for in depth day-after info)
]]></description>
			<content:encoded><![CDATA[<p>Sometimes you do a pretty good job of ruling out your shit and are convinced that somewhere out there the internet is broken a little bit&#8230; but how do you know?</p>
<p>*shrug*  but here&#8217;s some links:</p>
<p><a href="http://www.merit.edu/mail.archives/nanog/">NANOG</a></p>
<p><a href="http://www.internethealthreport.com/Main.aspx?Period=RH1">Keynote&#8217;s Internet Health Report</a></p>
<p><a href="http://www.outages.org/index.php/Main_Page">Outages.org</a></p>
<p><a href="http://www.renesys.com/blog/">renesys blog</a> (good for in depth day-after info)</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/11/is-the-internet-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nagios-config.png</title>
		<link>http://default.io/2009/10/nagios-config-png/</link>
		<comments>http://default.io/2009/10/nagios-config-png/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 14:58:53 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=147</guid>
		<description><![CDATA[
see, its easy
source
]]></description>
			<content:encoded><![CDATA[<p><a href="http://nagios.sourceforge.net/download/contrib/documentation/misc/config_diagrams/nagios-config.png"><img src="http://default.io/wp-content/uploads/2009/10/nagios-config1-300x210.png" alt="nagios-config" title="nagios-config" width="300" height="210" class="alignleft size-medium wp-image-151" /></a></p>
<p>see, its easy</p>
<p><a href="http://wiki.nagios.org/index.php/Charts_%26_Diagrams">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/10/nagios-config-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using sed to replace a single value in a config file</title>
		<link>http://default.io/2009/10/using-sed-to-replace-a-single-value-in-a-config-file/</link>
		<comments>http://default.io/2009/10/using-sed-to-replace-a-single-value-in-a-config-file/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:27:56 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/2009/10/using-sed-to-replace-a-single-value-in-a-config-file/</guid>
		<description><![CDATA[Which happens to be the only thing I can do with sed
/bin/sed -i'' -e's/foo/bar/' /etc/filename

]]></description>
			<content:encoded><![CDATA[<p>Which happens to be the only thing I can do with sed<br />
<code>/bin/sed -i'' -e's/foo/bar/' /etc/filename<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/10/using-sed-to-replace-a-single-value-in-a-config-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>RAID Array estimated IOPS calculator</title>
		<link>http://default.io/2009/10/raid-array-estimated-iops-calculator/</link>
		<comments>http://default.io/2009/10/raid-array-estimated-iops-calculator/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:23:55 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=139</guid>
		<description><![CDATA[Check this thing out:
wmarow&#8217;s disk &#38; disk array calculator
Man I wish I had something like that 4 years ago.
]]></description>
			<content:encoded><![CDATA[<p>Check this thing out:</p>
<p><a href="http://wmarow.com/strcalc/">wmarow&#8217;s disk &amp; disk array calculator</a></p>
<p>Man I wish I had something like that 4 years ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/10/raid-array-estimated-iops-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>howto change the user of an svn checkout</title>
		<link>http://default.io/2009/08/howto-change-the-user-of-an-svn-checkout/</link>
		<comments>http://default.io/2009/08/howto-change-the-user-of-an-svn-checkout/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:52:56 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=115</guid>
		<description><![CDATA[ [Snaplogic-dev] Switching SVN checkout users .
I didn&#8217;t actually use it, I wound up blowing away the checkout and redoing it as the proper user, but this looked like a handy link to keep around.  And thats really what this blog is, me talking to myself.   Also russian comment spammers, hi guys!
]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.snaplogic.org/pipermail/snaplogic-dev/2007-July/000051.html"> [Snaplogic-dev] Switching SVN checkout users </a>.</p>
<p>I didn&#8217;t actually use it, I wound up blowing away the checkout and redoing it as the proper user, but this looked like a handy link to keep around.  And thats really what this blog is, me talking to myself.   Also russian comment spammers, hi guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/08/howto-change-the-user-of-an-svn-checkout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS: How to scan the SCSI bus with a 2.6 kernel</title>
		<link>http://default.io/2009/07/centos-how-to-scan-the-scsi-bus-with-a-26-kernel/</link>
		<comments>http://default.io/2009/07/centos-how-to-scan-the-scsi-bus-with-a-26-kernel/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:19:51 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>

		<guid isPermaLink="false">http://default.io/?p=77</guid>
		<description><![CDATA[CentOS: How to scan the SCSI bus with a 2.6 kernel.
Looks like Tim stopped updating awhile ago, but this is a handy post I wanted to have a link to here.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://misterd77.blogspot.com/2007/12/how-to-scan-scsi-bus-with-26-kernel.html">CentOS: How to scan the SCSI bus with a 2.6 kernel</a>.</p>
<p>Looks like Tim stopped updating awhile ago, but this is a handy post I wanted to have a link to here.</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/07/centos-how-to-scan-the-scsi-bus-with-a-26-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A handy uptime and downtime conversion cheat sheet &#124; Royal Pingdom</title>
		<link>http://default.io/2009/04/a-handy-uptime-and-downtime-conversion-cheat-sheet-royal-pingdom/</link>
		<comments>http://default.io/2009/04/a-handy-uptime-and-downtime-conversion-cheat-sheet-royal-pingdom/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 03:49:38 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Note to Self]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[five nines]]></category>
		<category><![CDATA[four nines]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://default.io/?p=35</guid>
		<description><![CDATA[A handy uptime and downtime conversion cheat sheet &#124; Royal Pingdom.
 
 

 
Doesn&#8217;t show my personal favorite though, 99.95, or 20-minutes/month.  Its nice to work in the media industry.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://royal.pingdom.com/2009/03/24/a-handy-uptime-and-downtime-conversion-cheat-sheet/">A handy uptime and downtime conversion cheat sheet | Royal Pingdom</a>.</p>
<p> </p>
<p> </p>
<p style="text-align: center;"><a href="http://royal.pingdom.com/2009/03/24/a-handy-uptime-and-downtime-conversion-cheat-sheet/"><img src='http://default.io/wp-content/uploads/2009/04/3382428444_e26158e37f_o.png' alt='' /></a></p>
<p> </p>
<p>Doesn&#8217;t show my personal favorite though, 99.95, or 20-minutes/month.  Its nice to work in the media industry.</p>
]]></content:encoded>
			<wfw:commentRss>http://default.io/2009/04/a-handy-uptime-and-downtime-conversion-cheat-sheet-royal-pingdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
