<?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>Fix everything</title>
	<atom:link href="http://blog.nicwaller.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nicwaller.com</link>
	<description>A sysadmin perspective on software, networking, and security</description>
	<lastBuildDate>Wed, 09 Nov 2011 08:22:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Back up, or going in reverse?</title>
		<link>http://blog.nicwaller.com/?p=69</link>
		<comments>http://blog.nicwaller.com/?p=69#comments</comments>
		<pubDate>Wed, 09 Nov 2011 08:22:33 +0000</pubDate>
		<dc:creator>nicwaller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nicwaller.com/?p=69</guid>
		<description><![CDATA[This dialog is present in Windows Server Backup 2008 R2. “the performance of the volume may be reduced by up to 200 percent while it is used to store backups.” Wait, how slow is that? Let X be the normal &#8230; <a href="http://blog.nicwaller.com/?p=69">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This dialog is present in Windows Server Backup 2008 R2.<br />
“the performance of the volume may be reduced by up to 200 percent while it is used to store backups.”</p>
<p><a href="http://blog.nicwaller.com/wp-content/uploads/2011/11/image0101.png"><img class="alignnone size-medium wp-image-78" title="image0101" src="http://blog.nicwaller.com/wp-content/uploads/2011/11/image0101-300x258.png" alt="" width="300" height="258" /></a></p>
<p>Wait, how slow is that? Let X be the normal performance, and R be the percent reduction, expressed as a decimal number between 0.0 and 1.0. The modified performance (P) can be expressed as: P = X-XR, or in it’s factored form, P = X(1-R).</p>
<p>No reduction in performance (R = 0.0)<br />
P = X(1.0 &#8211; 0.0)<br />
P = X</p>
<p>50% reduction in performance (R = 0.5)<br />
P = X(1.0 &#8211; 0.5)<br />
P = 0.5X</p>
<p>200% reduction in performance (R = 2.0)<br />
P = X(1.0 &#8211; 2.0)<br />
P = X(-1.0)<br />
P = -X</p>
<p>Okay so… while the backup is running, the harddrive is undoing everything I’ve saved? Damn. <img src='http://blog.nicwaller.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nicwaller.com/?feed=rss2&#038;p=69</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anti-virus: the best virus</title>
		<link>http://blog.nicwaller.com/?p=3</link>
		<comments>http://blog.nicwaller.com/?p=3#comments</comments>
		<pubDate>Tue, 08 Nov 2011 00:30:50 +0000</pubDate>
		<dc:creator>nicwaller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[errors]]></category>

		<guid isPermaLink="false">http://blog.nicwaller.com/?p=3</guid>
		<description><![CDATA[I was unboxing and preparing a few new computers this afternoon. One crucial step is joining the computers to our Active Directory domain. Normally this is a painless procedure, but this time I got an error message: &#8220;The following error &#8230; <a href="http://blog.nicwaller.com/?p=3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was unboxing and preparing a few new computers this afternoon. One crucial step is joining the computers to our Active Directory domain. Normally this is a painless procedure, but this time I got an error message:</p>
<p>&#8220;The following error occurred attempting to join the domain: foo.local: The network path was not found.&#8221;</p>
<p>This kind of error message usually means something has gone Very Wrong on the network, so I immediately began analyzing my domain controllers. Everything checked out, so I began a search online and still found nothing. Finally, I inspected the client, and noticed that this machine had Trend Micro anti-virus installed. I opened the properties on the LAN connection and disabled &#8220;Trend Micro NDIS 6.0 Filter Driver&#8221;, and suddenly it worked perfectly.</p>
<p>Lesson learned: using the default image provided by the OEM is a recipe for disaster. Always start with a clean install.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nicwaller.com/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

