<?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"
	>

<channel>
	<title>mainesysadmin.com</title>
	<atom:link href="http://mainesysadmin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mainesysadmin.com</link>
	<description>SysAdmin in Maine</description>
	<pubDate>Wed, 19 Nov 2008 23:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>VMware HA Agent has an error</title>
		<link>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/</link>
		<comments>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:04:55 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[cli]]></category>

		<category><![CDATA[drs]]></category>

		<category><![CDATA[esx]]></category>

		<category><![CDATA[ha]]></category>

		<category><![CDATA[management]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[vi3]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=158</guid>
		<description><![CDATA[This vague message turned into a nightmare for myself this past Sunday.  I was able to get the problem fixed with minimal downtime as the issue only came up during a Sunday maint. window (ironic).
I had patched my ESX hosts to Update2 (patched version) and started receiving the error &#8220;VMware HA Agent has an error&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>This vague message turned into a nightmare for myself this past Sunday.  I was able to get the problem fixed with minimal downtime as the issue only came up during a Sunday maint. window (ironic).</p>
<p>I had patched my ESX hosts to Update2 (patched version) and started receiving the error &#8220;VMware HA Agent has an error&#8221; in my virtual infrastructure client.  First step is to make sure you&#8217;re running a compliant version of Virtual Center with your ESX.  Ok, Check.</p>
<p>Next check your host files in each esx host located here:  /etc/hosts</p>
<p>You should see the default line of 127.0.0.1 for localhost, below there needs to be at least one linewith the host your working on.</p>
<p>192.168.1.103     esx9.yourdomain.com     esx9</p>
<p>Over the past 3 years I&#8217;ve seen conflicting guidance over the configuration of the host files .  In 3.0.2 I was required to enter all my hosts in each host file, but now that seems to be resolved and only requires the local details of the host you&#8217;re working with.  In short make sure that you can ping your hosts from each host with the FQDN and/or friendly name and you should be all good there.</p>
<p>The next steps were found on some vmtn.net postings, and I lost the URL amongst all my troubleshooting but I saved the resolution.  For myself I found the following steps helpful in resolving the problem&#8230;.</p>
<p>The problem in my situation was specifically around the Virtual Center agents and conflicting versions.</p>
<ul>
<li>Check the vpxa version on your host: <em> rpm -qa |grep vpxa</em></li>
<li>That will give you the current version of vpxa that you&#8217;re running. eg:  VMware-vpxa-2.5.0-104215</li>
<li>Stop the VMware mgmt service:  <em>service vmware-mgmt stop</em></li>
<li>Stop the vpx agent:  <em>/etc/init.d/vmware-vpxa stop</em></li>
<li>The vpx agent error can be ignored (<em>warning: /etc/vmware/vpxa.cfg saved as /etc/vmware/vpxa.cfg.rpmsave</em>)</li>
<li>Remember your vpx version from the first step and use it here to remove the vpx agent.</li>
<li><em>rpm -e VMware-vpxa-2.5.0-104215</em></li>
<li>Switch over to your Virtual Center client and remove the host you just modified (guest vms will remain)</li>
<li>Reboot the host (vm&#8217;s will go down)</li>
<li>After boot reconnect the host to VC and the latest vpx agent will be intstalled.</li>
<li>Enable HA and the error should disappear.</li>
</ul>
<p>Luckily my event occurred on a Sunday.  This was the first time that the guest vm&#8217;s experienced unplanned downtime without being able to vmotion in 3 years.  Be careful with those VMware patches!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F11%2F18%2Fvmware-ha-agent-has-an-error%2F';
  addthis_title  = 'VMware+HA+Agent+has+an+error';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/11/18/vmware-ha-agent-has-an-error/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo - create a volume greater than 2 terabytes in win2k3 (min sp1)</title>
		<link>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/</link>
		<comments>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 16:59:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[cli]]></category>

		<category><![CDATA[management]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[netapp]]></category>

		<category><![CDATA[san]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[win2k3]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=150</guid>
		<description><![CDATA[For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.

Open Windows Disk management.
Click Action -&#62; Rescan disks to make your new [...]]]></description>
			<content:encoded><![CDATA[<p>For a task that is REALLY easy it took a more googling than I had anticipated to come up with the solution.  Once your volume has been delivered to the server it is important to initialize the disk but not to create any partitions.</p>
<ol>
<li>Open Windows Disk management.</li>
<li>Click Action -&gt; Rescan disks to make your new disk appear, if greater than 2tb it will appear as 2 partitions on 1 disk</li>
<li>Right click on the disk and initialize the disk</li>
<li>Open a windows command prompt</li>
<li>type &#8220;diskpart&#8221;</li>
<li>type &#8220;list disk&#8221;</li>
<li>select the new disk that&#8217;s over 2tb</li>
<li>convert gpt</li>
<li>Now from windows Disk Management you should see a single disk greater than 2tb</li>
</ol>
<p>Information on the diskpart utility:   <a href="http://support.microsoft.com/default.aspx/kb/300415" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/support.microsoft.com');">http://support.microsoft.com/default.aspx/kb/300415</a></p>
<p>The most important prereqs include Windows 2k3 is up to at least sp1 and that no partitions exist on the disk.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F10%2F24%2Fhowto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1%2F';
  addthis_title  = 'HowTo+-+create+a+volume+greater+than+2+terabytes+in+win2k3+%28min+sp1%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/24/howto-create-a-volume-greater-than-2-terabytes-in-win2k3-min-sp1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VMware ESX NIC configuration &#038; utilization</title>
		<link>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/</link>
		<comments>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 14:32:49 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[clustering]]></category>

		<category><![CDATA[esx]]></category>

		<category><![CDATA[ha]]></category>

		<category><![CDATA[management]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[vi3]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=147</guid>
		<description><![CDATA[Scott featured a nice write up comparison of ESX nic utilization and vSwitch configuration the other day.  The article is specifically around the Guest VM vSwitch and compares the differences between Link Aggregation and the opposite.  It&#8217;s a useful reminder of the load balancing characterists of the different settings in the vSwitch.
This was a two [...]]]></description>
			<content:encoded><![CDATA[<p>Scott featured a nice write up comparison of ESX nic utilization and vSwitch configuration the other day.  The article is specifically around the Guest VM vSwitch and compares the differences between Link Aggregation and the opposite.  It&#8217;s a useful reminder of the load balancing characterists of the different settings in the vSwitch.</p>
<p>This was a two part series on his webpage:</p>
<p>Part 2: <a href="http://blog.scottlowe.org/2008/10/08/more-on-vmware-esx-nic-utilization/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">http://blog.scottlowe.org/2008/10/08/more-on-vmware-esx-nic-utilization/</a></p>
<p>Part 1: <a href="http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/blog.scottlowe.org');">http://blog.scottlowe.org/2008/07/16/understanding-nic-utilization-in-vmware-esx/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F10%2F10%2Fvmware-esx-nic-configuration-utilization%2F';
  addthis_title  = 'VMware+ESX+NIC+configuration+%26%23038%3B+utilization';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/10/vmware-esx-nic-configuration-utilization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo - Remove the U3 system from your thumb drive</title>
		<link>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/</link>
		<comments>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:02:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[geek news]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=143</guid>
		<description><![CDATA[I love lifehacker.com.  I always find usefull posts like this one below.
http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive
This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  http://www.u3.com/uninstall/default.aspx

  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F10%2F07%2Fhowto-remove-the-u3-system-from-your-thumb-drive%2F';
  addthis_title [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a href="http://www.lifehacker.com" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.lifehacker.com');">lifehacker.com</a>.  I always find usefull posts like this one below.</p>
<p><a href="http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">http://lifehacker.com/5057484/remove-u3-to-speed-up-your-flash-drive</a></p>
<p>This is very useful for us Linux users.  It&#8217;s so annoying to plug a u3 drive into a linux o/s.  Anyhow download the utility and clean up your U3 enabled usb thumb drive here:  <a href="http://www.u3.com/uninstall/default.aspx" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/www.u3.com');">http://www.u3.com/uninstall/default.aspx</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F10%2F07%2Fhowto-remove-the-u3-system-from-your-thumb-drive%2F';
  addthis_title  = 'HowTo+-+Remove+the+U3+system+from+your+thumb+drive';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/howto-remove-the-u3-system-from-your-thumb-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo - publish flash animation with IIS6</title>
		<link>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/</link>
		<comments>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 19:19:46 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[IIS]]></category>

		<category><![CDATA[microsoft]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[webmaster]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=112</guid>
		<description><![CDATA[Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.
http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198
Adding .flv MIME type in IIS
1) Select the [...]]]></description>
			<content:encoded><![CDATA[<p>Before recently I had not required to publish any flash animations with a windows server running IIS6.  Come to find out that it is really easy to do.  I ran across the following blog below with the correct information.  I&#8217;ll include the steps below the url for posterity.</p>
<p><a href="http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/it.toolbox.com');">http://it.toolbox.com/blogs/rymoore/adding-flv-mime-type-in-iis-4198</a></p>
<p>Adding .flv MIME type in IIS</p>
<p>1) Select the site to configure in IIS, right click and select &#8220;Properties&#8221;<br />
2) Under HTTP Headers Tab, select &#8220;File Types&#8221; under the MIME Map section and select &#8220;New Type&#8221;<br />
3) Type &#8220;.flv&#8221; as the associated extension and &#8220;video/x-flv&#8221; as the content type.<br />
4) Select &#8220;OK&#8221; and you&#8217;re ready to fly!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F10%2F07%2Fhow-to-publish-flash-animation-with-iis6%2F';
  addthis_title  = 'HowTo+-+publish+flash+animation+with+IIS6';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/10/07/how-to-publish-flash-animation-with-iis6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo - Install Subsonic on Ubuntu</title>
		<link>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/</link>
		<comments>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 20:00:58 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=107</guid>
		<description><![CDATA[There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).
I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.
http://ubuntuforums.org/showthread.php?t=920178

URL: http://subsonic.sourceforge.net
Step1: [...]]]></description>
			<content:encoded><![CDATA[<p>There is so much great software available for ubuntu.  This weekend I ran into subsonic, an excellent music streaming website you can host from your own PC.  This can be used over LAN or WAN (be careful with security).</p>
<p>I followed the following url&#8217;s excellent instructions, but I&#8217;ll include them for future usage.<br />
<a href="http://ubuntuforums.org/showthread.php?t=920178" onclick="javascript:pageTracker._trackPageview ('/outbound/ubuntuforums.org');">http://ubuntuforums.org/showthread.php?t=920178</a></p>
<p style="padding-left: 30px;">
<p style="padding-left: 30px;">URL: http://subsonic.sourceforge.net</p>
<p style="padding-left: 30px;">Step1: Dependencies</p>
<p style="padding-left: 30px;">sudo apt-get install tomcat5.5</p>
<p style="padding-left: 30px;">cd; wget http://prdownloads.sourceforge.net/subsonic/subsonic-3.4.zip</p>
<p style="padding-left: 30px;">Step2: Modify Init For Tomcat &amp; Start</p>
<p style="padding-left: 30px;">sudo nano /etc/init.d/tomcat5.5</p>
<p style="padding-left: 30px;">Change TOMCAT_SECURITY=yes to TOMCAT_SECURITY=no</p>
<p style="padding-left: 30px;">sudo /etc/init.d/tomcat5.5 start</p>
<p style="padding-left: 30px;">Step3: Unzip/Install Subsonic</p>
<p style="padding-left: 30px;">unzip subsonic-3.4.zip</p>
<p style="padding-left: 30px;">mv subsonic.war /var/lib/tomcat5.5/webapps/</p>
<p style="padding-left: 30px;">mkdir /var/subsonic</p>
<p style="padding-left: 30px;">chown tomcat55:nogroup /var/subsonic</p>
<p style="padding-left: 30px;">Step4: Test</p>
<p style="padding-left: 30px;">firefox http://127.0.0.1:8180/subsonic</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F09%2F29%2Fhow-to-install-subsonic-on-ubuntu%2F';
  addthis_title  = 'HowTo+-+Install+Subsonic+on+Ubuntu';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/29/how-to-install-subsonic-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HowTo - create a bootable linux usb thumb drive (the easy way)</title>
		<link>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/</link>
		<comments>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 13:26:39 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=103</guid>
		<description><![CDATA[Browsing around lifehacker.com I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.

Download the utility.
Open the utility and download one of the supported linux iso&#8217;s.
Plug your usb thumb drive into your computer (utility is linux or windows, so you [...]]]></description>
			<content:encoded><![CDATA[<p>Browsing around <a href="http://lifehacker.com" onclick="javascript:pageTracker._trackPageview ('/outbound/lifehacker.com');">lifehacker.com</a> I ran across an article on how to create a bootable linux usb thumbdrive.  This is by far the easiest method that I&#8217;ve run across.</p>
<ul>
<li>Download the utility.</li>
<li>Open the utility and download one of the supported linux iso&#8217;s.</li>
<li>Plug your usb thumb drive into your computer (utility is linux or windows, so you can do this from either)</li>
<li>Point the utility at the iso you downloaded and the correct usb thumb drive.</li>
<li>execute, wait and reboot off of your newly created bootable thumb drive.</li>
</ul>
<p>article with better detail on process:<br />
<a href="http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/" onclick="javascript:pageTracker._trackPageview ('/outbound/tombuntu.com');">http://tombuntu.com/index.php/2008/08/27/create-a-bootable-usb-drive-or-memory-card/</a></p>
<p>direct link to the utility download page:<br />
<a href="http://unetbootin.sourceforge.net/" onclick="javascript:pageTracker._trackPageview ('/outbound/unetbootin.sourceforge.net');">http://unetbootin.sourceforge.net/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F09%2F11%2Fhow-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way%2F';
  addthis_title  = 'HowTo+-+create+a+bootable+linux+usb+thumb+drive+%28the+easy+way%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/09/11/how-to-create-a-bootable-linux-usb-thumb-drive-the-easy-way/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How-To - Redirect 404 to index page via PHP</title>
		<link>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/</link>
		<comments>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 19:32:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=102</guid>
		<description><![CDATA[I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/
I deleted whatever text was in 404.php and replaced it with:
&#60;?php
  header( [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working a quirky sub-domain 404 issue and I found a quick and clean redirect script.  Instead of a nasty 404 page you can redirect the web request to the index page.  I found the helpful script here:  <a href="http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/" onclick="javascript:pageTracker._trackPageview ('/outbound/css-tricks.com');">http://css-tricks.com/how-to-redirect-indexhtml-to-indexphp/</a></p>
<p>I deleted whatever text was in 404.php and replaced it with:</p>
<p><code>&lt;?php<br />
  header( 'Location: http://www.redirect-location.com' );<br />
  exit();<br />
?&gt;</code></p>
<p>Worked like a charm for me!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F08%2F25%2Fhow-to-redirect-404-to-index-page-via-php%2F';
  addthis_title  = 'How-To+-+Redirect+404+to+index+page+via+PHP';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/08/25/how-to-redirect-404-to-index-page-via-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Palm Treo App - Soft Reset for Garnet powered Treos - Especially good for Centro</title>
		<link>http://mainesysadmin.com/2008/08/17/palm-treo-app-soft-rest-for-garnet-powered-treos-especially-good-for-centro/</link>
		<comments>http://mainesysadmin.com/2008/08/17/palm-treo-app-soft-rest-for-garnet-powered-treos-especially-good-for-centro/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 17:28:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[palm]]></category>

		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=99</guid>
		<description><![CDATA[I&#8217;ve used a lot of different Palm Treos.  Now that I&#8217;ve switched to a Centro I knew the battery cover was going to be a problem for resetting the device.  I googled for a soft reset application and found one that is very useful.  You can set a default app to load upon every execution [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used a lot of different Palm Treos.  Now that I&#8217;ve switched to a Centro I knew the battery cover was going to be a problem for resetting the device.  I googled for a soft reset application and found one that is very useful.  You can set a default app to load upon every execution of soft reset.  I use it to launch Good Mobile Messaging which will in turn launch the broadband connection required for that application.  Works very well!</p>
<p><a href="http://software.treonauts.com/product.asp?id=1819" target="_blank" onclick="javascript:pageTracker._trackPageview ('/outbound/software.treonauts.com');">http://software.treonauts.com/product.asp?id=1819</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F08%2F17%2Fpalm-treo-app-soft-rest-for-garnet-powered-treos-especially-good-for-centro%2F';
  addthis_title  = 'Palm+Treo+App+-+Soft+Reset+for+Garnet+powered+Treos+-+Especially+good+for+Centro';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/08/17/palm-treo-app-soft-rest-for-garnet-powered-treos-especially-good-for-centro/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Very Small shootout:  DeDuplication (NetApp) vs. Compression (vRanger Pro)</title>
		<link>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/</link>
		<comments>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 13:50:56 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[backup]]></category>

		<category><![CDATA[de-duplication]]></category>

		<category><![CDATA[esx]]></category>

		<category><![CDATA[esxranger]]></category>

		<category><![CDATA[management]]></category>

		<category><![CDATA[netapp]]></category>

		<category><![CDATA[san]]></category>

		<category><![CDATA[vi3]]></category>

		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://mainesysadmin.com/?p=97</guid>
		<description><![CDATA[The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.
Compressed vs Deduplicated
COMPRESSED: (backed up via vRanger Pro over VCB, size on win NTFS volume)
citrix_server = [...]]]></description>
			<content:encoded><![CDATA[<p>The purpose of this shootout was to analyze already backed up images of VM guests sitting idle on disk.  We like to keep 7 days online, so I was curious as to how the two compared in our environment.</p>
<p><strong>Compressed vs Deduplicated</strong></p>
<p><span style="text-decoration: underline;"><strong>COMPRESSED:</strong></span> (backed up via vRanger Pro over VCB, size on win NTFS volume)<br />
citrix_server = 4.29gb<br />
win_sql_server_64bit = 9.76gb<br />
citrix_server2 = 6.14gb<br />
win2k3_member = 4.97gb</p>
<p><strong>compressed vm total = 25.16gb</strong></p>
<p><span style="text-decoration: underline;"><strong>UNCOMPRESSED:</strong></span></p>
<p>citrix_server = 10gb<br />
win_sql_server_64bit = 20gb<br />
citrix_server2 = 10gb<br />
win2k3_member = 35gb</p>
<p><strong>uncompressed total = 75gb</strong></p>
<p><span style="text-decoration: underline;"><strong>DEDUPED VS COMPRESSED:</strong></span></p>
<p><strong>deduped     = 54.29% savings (NetApp cmd output below)<br />
compressed     = 66.45% savings</strong></p>
<p>Here&#8217;s the actual output from the NetApp find_space exe:<br />
<code>A-SIS Deduplication Space Savings estimate.</p>
<p>Name of Fingerprint File:          d:\esx_deduped.txt<br />
Total Number of Directories:       5<br />
Total Number of Files:             58<br />
Total Number of 4K Blocks:         19662390<br />
Total Number of Duplicate Blocks:  10673928<br />
Percentage of Duplicate Data:      <strong>54.29</strong><br />
Scan Start Time:                   Wed, Jul 30 2008 3:40:16 PM<br />
Scan End Time:                     Wed, Jul 30 2008 4:22:25 PM</code></p>
<p>I&#8217;ll be honest, I was expecting deduplication to blow compression out of the water even with only 4 vm&#8217;s.  I&#8217;ll go out on a limb and venture that deduplication would provide more results as you toss more vm&#8217;s into the picture.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fmainesysadmin.com%2F2008%2F07%2F31%2Fvery-small-shootout-deduplication-netapp-vs-compression-vranger-pro%2F';
  addthis_title  = 'Very+Small+shootout%3A++DeDuplication+%28NetApp%29+vs.+Compression+%28vRanger+Pro%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://mainesysadmin.com/2008/07/31/very-small-shootout-deduplication-netapp-vs-compression-vranger-pro/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
