<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Solo Technology</title>
	
	<link>http://www.solo-technology.com/blog</link>
	<description>A Technology Crow in search of Bright Shiny Objects</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoloTechnology" type="application/rss+xml" /><feedburner:emailServiceId>SoloTechnology</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Upgraded to VMware ESXi</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/aIx3AoKuMsQ/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:06:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMware-Converter]]></category>
		<category><![CDATA[VMware-ESXi]]></category>
		<category><![CDATA[VMware-Server]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3578</guid>
		<description><![CDATA[This week I had the pleasure of advancing my &#8220;virtualization program&#8221; at work. I also got a chance to install and configure my first &#8220;real&#8221; production VMware ESXi 4.0 server. Not my first, but the first one that isn&#8217;t educational and will really get used at the office.
ESXi is what is called a &#8220;bare metal [...]]]></description>
			<content:encoded><![CDATA[<p>This week I had the pleasure of advancing my &#8220;virtualization program&#8221; at work. I also got a chance to install and configure my first &#8220;real&#8221; production <a title="VMware ESXi Home page" href="http://www.vmware.com/products/esxi/">VMware ESXi</a> 4.0 server. Not my first, but the first one that isn&#8217;t educational and will really get used at the office.</p>
<p>ESXi is what is called a &#8220;bare metal hyper visor.&#8221; Looks a lot like *nix to me, but it is definitely the bare minimum to keep things going and host virtual machines. It is also free &#8212; and I&#8217;m a big fan of free!</p>
<p>We have been running <a href="http://www.vmware.com/products/server/">VMware Server 2</a> (also free) hosted on a Windows 2003 server for about two years now but it has been a bit sluggish of late. The hardware isn&#8217;t great &#8212; a pair of hyper-threaded Xeon 3.0 Ghz procs, 6 GB of RAM and a bunch of 7200 RPM SATA drives in <a href="http://en.wikipedia.org/wiki/RAID#Nested_.28hybrid.29_RAID">RAID 1+0</a>. More memory would&#8217;ve helped but the server is of a vintage where that old memory is actually quite expensive. This box used to be a database server and I&#8217;m pleased that it ran as well as it did. Great way to extend the usability of some old hardware, but it was time to move on.</p>
<p>This week a much more modern server was freed up. This one is an HP <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF05a/15351-15351-3328412-241644-241475-1121516.html">DL380 G5</a>. Dual quad-core procs and 12 GB of RAM. A pair of 36 GB drives mirrored and 4 more 280 GB drives in RAID 1+0 &#8212; all the drives are 10 K RPM too. More cores, twice the ram and faster drives. Definitely a step up from where we&#8217;ve been. Not bad for a couple year old box.</p>
<p>The ESXi install was completely uneventful. I watched it draw dots on the screen for a bit, answered a few questions and watched it boot up for the first time. Slick, easy and painless.</p>
<p>So there I am with 4 VM&#8217;s on the older server that I want to be on the new server. How to move them? I opted to go the <a title="VMware vCenter Converter home page" href="http://www.vmware.com/products/converter/">Converter</a> route. I shut down each machine then pointed the converter at the files. It knew they were VMware machines from Server. Then I pointed it at the ESXi server as the target and turned it loose. It worked well enough but it took <em>many </em>hours to do all the VMs. I made sure my machine (running Converter) and both servers were on the same gigabit switch but that didn&#8217;t make as much difference as I had hoped.</p>
<p>On the second attempt I thought things would speed up if I ran Converter on the old VMware Server &#8212; the data wouldn&#8217;t have to pass through my machine (I had noticed a large amount of network traffic on my machine while running the first conversion). Unfortunately, thanks to the &#8220;large file copy issues&#8221; of Windows 2003 (see <a href="http://www.solo-technology.com/blog/2008/10/14/vmware-converter-doesnt-like-x64/">this post</a> and last comments for more info) the server very quickly ran out of memory only about 20% into the job.</p>
<p>I restarted the second copy from my machine and figured I&#8217;d copy the 3rd machine to a USB drive while the second was converting. That way the third conversion would have the source files locally. Alas, doing a conversion of one while copying files for another just slowed both down too much. I sucked it up and stopped looking for shortcuts and just finished them.</p>
<p>After the conversions, I was a bit startled to have to reactivate the windows machines. I&#8217;ve done a fair number of physical to virtual conversions and rarely hit that issue (except when using OEM licenses on some desktops). I really didn&#8217;t expect to hit that issue at all converting from VMware Server to ESXi&#8230; Not a huge deal, just caught me by surprise.</p>
<p>First impressions? I should have done this years ago! I&#8217;m not the only one at the office that noticed how much faster the VMs are performing. Granted, the new hardware is definitely an upgrade, but now I&#8217;m curious if installing ESXi on that older server would&#8217;ve shown some improvements&#8230;</p>
<p>I see that <a href="http://www.vmware.com/support/vsphere4/doc/vsp_esx40_u1_rel_notes.html">update 1</a> was released yesterday. My timing was one day off.</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/virtualization/" title="virtualization" rel="tag">virtualization</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-converter/" title="VMware-Converter" rel="tag">VMware-Converter</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-esxi/" title="VMware-ESXi" rel="tag">VMware-ESXi</a>, <a href="http://www.solo-technology.com/blog/tag/vmware-server/" title="VMware-Server" rel="tag">VMware-Server</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2008/07/29/vmware-esxi-goes-free-hmmm/" title="VMware ESXi Goes Free &#8212; Hmmm&#8230; (July 29, 2008)">VMware ESXi Goes Free &#8212; Hmmm&#8230;</a> (3)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/02/22/vmware-server-ftw/" title="VMware Server FTW! (February 22, 2008)">VMware Server FTW!</a> (0)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/03/12/vmware-server-2-on-windows-2008-server-core/" title="VMware Server 2 on Windows 2008 Server Core? (March 12, 2009)">VMware Server 2 on Windows 2008 Server Core?</a> (2)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/10/28/vmware-upgrade-policy-disappoints/" title="VMware Upgrade Policy Disappoints (October 28, 2009)">VMware Upgrade Policy Disappoints</a> (3)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/lYt-yuqsmKl5rZVfViXKCvvdv1U/0/da"><img src="http://feedads.g.doubleclick.net/~a/lYt-yuqsmKl5rZVfViXKCvvdv1U/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/lYt-yuqsmKl5rZVfViXKCvvdv1U/1/da"><img src="http://feedads.g.doubleclick.net/~a/lYt-yuqsmKl5rZVfViXKCvvdv1U/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=aIx3AoKuMsQ:vgOpHGPPr5c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=aIx3AoKuMsQ:vgOpHGPPr5c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=aIx3AoKuMsQ:vgOpHGPPr5c:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=aIx3AoKuMsQ:vgOpHGPPr5c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=aIx3AoKuMsQ:vgOpHGPPr5c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=aIx3AoKuMsQ:vgOpHGPPr5c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/aIx3AoKuMsQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/20/upgraded-to-vmware-esxi/</feedburner:origLink></item>
		<item>
		<title>Tip: Testing Multiple IE versions on Win7</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/7WInc1Jhw0c/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/16/tip-testing-multiple-ie-versions-on-win7/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 04:03:17 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[hyper-v]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3575</guid>
		<description><![CDATA[Here’s a neat little tip I spotted the other day and thought I’d share. If you are running Windows 7 (Pro, Ultimate or Enterprise) and need to test sites with various versions of Internet Explorer (6, 7 and  then you’ll find this tip interesting as well:
Run IE6, IE7, and IE8 on the Same Machine [...]]]></description>
			<content:encoded><![CDATA[<p>Here’s a neat little tip I spotted the other day and thought I’d share. If you are running Windows 7 (Pro, Ultimate or Enterprise) and need to test sites with various versions of Internet Explorer (6, 7 and <img src='http://www.solo-technology.com/blog/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> then you’ll find this tip interesting as well:</p>
<p><a href="http://articles.sitepoint.com/article/ie6-ie7-ie8-win7-xp-mode">Run IE6, IE7, and IE8 on the Same Machine Using Windows 7 XP Mode</a></p>
<p>Clever article and worth a read.</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/hyper-v/" title="hyper-v" rel="tag">hyper-v</a>, <a href="http://www.solo-technology.com/blog/tag/ie6/" title="IE6" rel="tag">IE6</a>, <a href="http://www.solo-technology.com/blog/tag/ie7/" title="IE7" rel="tag">IE7</a>, <a href="http://www.solo-technology.com/blog/tag/ie8/" title="IE8" rel="tag">IE8</a>, <a href="http://www.solo-technology.com/blog/tag/testing/" title="testing" rel="tag">testing</a>, <a href="http://www.solo-technology.com/blog/tag/virtualization/" title="virtualization" rel="tag">virtualization</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2008/05/07/vmware-fusion-beta-2/" title="VMware Fusion 2 Beta (May 7, 2008)">VMware Fusion 2 Beta</a> (4)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/10/07/sysinternals-disk2vhd-announced/" title="Sysinternals Disk2vhd Announced (October 7, 2009)">Sysinternals Disk2vhd Announced</a> (0)</li>
	<li><a href="http://www.solo-technology.com/blog/2006/11/30/a-twist-on-running-ie6-and-ie7-on-a-single-machine/" title="A Twist on Running IE6 and IE7 on a Single Machine (November 30, 2006)">A Twist on Running IE6 and IE7 on a Single Machine</a> (3)</li>
	<li><a href="http://www.solo-technology.com/blog/2007/10/04/wow-microsoft-eases-stance-on-wga/" title="Wow &#8212; Microsoft Eases Stance on WGA? (October 4, 2007)">Wow &#8212; Microsoft Eases Stance on WGA?</a> (5)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/btBhEcxMJnk0neSiN1zx-2X4Uek/0/da"><img src="http://feedads.g.doubleclick.net/~a/btBhEcxMJnk0neSiN1zx-2X4Uek/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/btBhEcxMJnk0neSiN1zx-2X4Uek/1/da"><img src="http://feedads.g.doubleclick.net/~a/btBhEcxMJnk0neSiN1zx-2X4Uek/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7WInc1Jhw0c:v4qeU4ybo5Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=7WInc1Jhw0c:v4qeU4ybo5Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7WInc1Jhw0c:v4qeU4ybo5Q:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7WInc1Jhw0c:v4qeU4ybo5Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=7WInc1Jhw0c:v4qeU4ybo5Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=7WInc1Jhw0c:v4qeU4ybo5Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/7WInc1Jhw0c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/16/tip-testing-multiple-ie-versions-on-win7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/16/tip-testing-multiple-ie-versions-on-win7/</feedburner:origLink></item>
		<item>
		<title>A Quick Look at Nocs</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/k1o3Dd-musk/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/15/a-quick-look-at-nocs/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 06:05:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google-docs]]></category>
		<category><![CDATA[Nocs]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3570</guid>
		<description><![CDATA[ Nocs is an interesting take on the concept of having access to your notes from anywhere. Instead of having to build out another infrastructure, the Nocs author leverages your existing Google Docs account for storage and integration. Just use the windows client to work with existing docs or create new ones.
Aside from the “in [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Nocs home" href="http://code.google.com/p/nocs/"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Nocs Image" src="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/nocs2.jpg" border="0" alt="Nocs Image" width="179" height="147" align="right" /> Nocs</a> is an interesting take on the concept of having access to your notes from anywhere. Instead of having to build out another infrastructure, the Nocs author leverages your existing <a title="Google Docs" href="http://docs.google.com">Google Docs</a> account for storage and integration. Just use the windows client to work with existing docs or create new ones.</p>
<p>Aside from the “in the cloud” aspect, think Windows Notepad. And all the formatting options that Notepad offers…</p>
<p>Tip: Don’t select a bunch of text and hit ctrl-I to italicize it – it’ll just disappear! Oh, and don’t hit ctrl-Z to undo that gaffe – nothing will happen. Just close the doc and re-open it instead.</p>
<p>From Nocs you can browse and open any document in your Google Docs account. This is a great feature but because of the formatting limitations don’t open a fully formatted document – or one with images – in Nocs and make changes. All the formatting – and images – will disappear.</p>
<p>Limitations aside though, this is a nifty little note taking application. Each note is a doc. Since the docs are hosted on Google Docs you can do some cool stuff with sharing docs or folders. Cool way to to have access to all of your notes <em>and</em> integrate them with a team.</p>
<p>For the future it’d be nice to see some more full featured formatting options. It would also be nice if Nocs created documents in a specified Google Documents folder.</p>
<p>If you’re looking for a Windows note taking app that lets you also access those notes from the web you might give this one a look. Lightweight, fast loading and easy to use are all big pluses.</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/free/" title="free" rel="tag">free</a>, <a href="http://www.solo-technology.com/blog/tag/google-docs/" title="google-docs" rel="tag">google-docs</a>, <a href="http://www.solo-technology.com/blog/tag/nocs/" title="Nocs" rel="tag">Nocs</a>, <a href="http://www.solo-technology.com/blog/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2006/11/28/the-power-of-together/" title="The Power of Together (November 28, 2006)">The Power of Together</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2007/08/23/more-on-remote-desktop-royal-ts/" title="More on Remote Desktop: Royal TS (August 23, 2007)">More on Remote Desktop: Royal TS</a> (5)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/09/04/zoho-docs-the-glue/" title="Zoho Docs: The Glue (September 4, 2008)">Zoho Docs: The Glue</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/05/02/wrestling-with-wsus-bandwidth/" title="Wrestling with WSUS Bandwidth (May 2, 2009)">Wrestling with WSUS Bandwidth</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/dnPwk4g8i967ldQJFDfrfx2zb9w/0/da"><img src="http://feedads.g.doubleclick.net/~a/dnPwk4g8i967ldQJFDfrfx2zb9w/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/dnPwk4g8i967ldQJFDfrfx2zb9w/1/da"><img src="http://feedads.g.doubleclick.net/~a/dnPwk4g8i967ldQJFDfrfx2zb9w/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=k1o3Dd-musk:lqO-AxJN9z0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=k1o3Dd-musk:lqO-AxJN9z0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=k1o3Dd-musk:lqO-AxJN9z0:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=k1o3Dd-musk:lqO-AxJN9z0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=k1o3Dd-musk:lqO-AxJN9z0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=k1o3Dd-musk:lqO-AxJN9z0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/k1o3Dd-musk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/15/a-quick-look-at-nocs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/15/a-quick-look-at-nocs/</feedburner:origLink></item>
		<item>
		<title>Windows 2003 TCP Tweak</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/xcvvgmVYAB4/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/08/windows-2003-tcp-tweak/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 20:43:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[Tech-Ops]]></category>
		<category><![CDATA[windows-2000]]></category>
		<category><![CDATA[windows-2003]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3564</guid>
		<description><![CDATA[I have spent the past few days working on migrating a bunch of classic ASP web applications from a Windows 2000 server to a Windows 2003 server. A long overdue task, but one who’s time has finally come. The hardware under the Windows 2000 box has been acting up a bit lately and I’m rapidly [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent the past few days working on migrating a bunch of <a href="http://en.wikipedia.org/wiki/Active_Server_Pages">classic ASP</a> web applications from a Windows 2000 server to a Windows 2003 server. A <strong>long</strong> overdue task, but one who’s time has finally come. The hardware under the Windows 2000 box has been acting up a bit lately and I’m rapidly losing confidence in it. Not to mention that Windows 2000 is getting closer to the <a href="http://support.microsoft.com/lifecycle/?LN=en-us&amp;x=6&amp;y=11&amp;p1=7274">end of support</a>.</p>
<p>The good news is that most of the migrated sites worked right off the bat. The key word being “most.” In one of the apps we have some code that’s a bit out of the norm – deeply recursive with lots of SQL Server database IO. Every time we’d hit that code we would get an error after over a minute. And every error was on a different line of code:</p>
<p><code>Microsoft OLE DB Provider for ODBC Drivers error '80004005'<br />
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied. </code></p>
<p>Now, we know the database server didn’t suddenly go away because it had to exist to even get to this point.</p>
<p>After confirming that this stuff still works on the old Win2K server (against the same database server) we started poking around the code. No recent changes there and after way too many hours we took a break last night to mull it over some more.</p>
<p>This morning I decided that it might be interesting to install the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=228DE03F-3B5A-428A-923F-58A033D316E1&amp;displaylang=en">SQL Server native drivers</a> instead of using the ones that are bundled with Win2K3 (remember ODBC?). I installed the drivers, rebuilt the ODBC DSNs and tried again.</p>
<p>Still get an error, but now it is a little different:</p>
<p><code>[Microsoft][SQL Server Native Client 10.0]Named Pipes Provider: Could not open a connection to SQL Server [1326]. </code></p>
<p>Funny, but that error was caused by the new drivers. I had to change the connection string to force TCP/IP instead of named pipes (the DB server is on a different subnet behind a firewall).</p>
<p>OK, back on TCP/IP connections we get yet another new error:</p>
<p><code>[Microsoft][SQL Server Native Client 10.0]TCP Provider: Only one usage of each socket address (protocol/network address/port) is normally permitted. </code></p>
<p>Oh, but wait – we have a new little twist. On a whim, my testing partner hit refresh on that error page and it reloaded and completed without error.</p>
<p>Clearly we have an environmental issue, not a coding issue <em>(we can debate if deeply recursive ASP is an issue another day!)</em></p>
<p>After a bit of searching I turned up an interesting blog post titled, “<a href="http://blogs.msdn.com/dgorti/archive/2005/09/18/470766.aspx">Only one usage of each socket address (protocol/network address/port) is normally permitted</a>.” It starts with a nice summary of why I’m getting these errors:</p>
<blockquote><p>Here is the scoop<br />
1. When you make authenticated calls, the client is closing connections. And when you are making authenticated calls repeatedly to the same server, you are making and closing connections repeatedly<br />
2. The same might happen when you are making regular http [un authenticated] calls but setting keep-alive = false.</p>
<p>When a connection is closed, on the side that is closing the connection the 5 tuple { Protocol, Local IP, Local Port, Remote IP, Remote Port} goes into a TIME_WAIT state for 240 seconds by default.<br />
In this case, the protocol is fixed &#8211; TCP. [T]he local IP, remote IP and remote PORT are also typically fixed. So the variable is the local port. What happens is that when you don&#8217;t bind a port in the range 1024-5000 is used. So roughly you have 4000 ports. If you use all of them in 4 minutes &#8211; meaning roughly you make 16 web service calls per second for 4 minutes you will exhaust all the ports. That is the cause of this exception.</p></blockquote>
<p>The article continues with a solution based on a couple registry modifications:</p>
<blockquote><p>1. One of the ways is to increase the dynamic port range. The max by default is 5000. You can set this up to 65534.<br />
<code>HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\MaxUserPort</code> is the key to use.</p>
<p>2. The second thing you can do is once the connection does get into an TIME_WAIT state you can reduce the time it is in that state, Default is 4 monutes, but you can set this to 30 seconds<br />
<code>HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\TCPTimedWaitDelay</code> is the key to use.<br />
Set this to 30 seconds</p></blockquote>
<p>Neither of those keys existed for me so I created both (as DWORD type). I used 32768 for the first one and 30 for the second. Rebooted the box and stuff started working!</p>
<p>As we add load to this machine I’ll likely have to revisit both parameters – and probably the code itself to try and streamline things a bit. I’m pretty sure I’m going to knock that 30 seconds parm down to closer to 10. But for now I’m happy. I have a server ready to take on the load and everything works.</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/asp/" title="ASP" rel="tag">ASP</a>, <a href="http://www.solo-technology.com/blog/tag/migration/" title="migration" rel="tag">migration</a>, <a href="http://www.solo-technology.com/blog/tag/tech-ops/" title="Tech-Ops" rel="tag">Tech-Ops</a>, <a href="http://www.solo-technology.com/blog/tag/windows-2000/" title="windows-2000" rel="tag">windows-2000</a>, <a href="http://www.solo-technology.com/blog/tag/windows-2003/" title="windows-2003" rel="tag">windows-2003</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2008/07/01/lost-afternoon/" title="Lost Afternoon (July 1, 2008)">Lost Afternoon</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/05/25/yesterdays-education/" title="Yesterday&#8217;s Education (May 25, 2008)">Yesterday&#8217;s Education</a> (3)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/05/02/wrestling-with-wsus-bandwidth/" title="Wrestling with WSUS Bandwidth (May 2, 2009)">Wrestling with WSUS Bandwidth</a> (0)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/01/30/windows-error-event-id-1054-solved/" title="Windows Error Event ID: 1054 (Solved) (January 30, 2009)">Windows Error Event ID: 1054 (Solved)</a> (1)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/L3XBf9m-UWTR3JfwQeZngde61kk/0/da"><img src="http://feedads.g.doubleclick.net/~a/L3XBf9m-UWTR3JfwQeZngde61kk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/L3XBf9m-UWTR3JfwQeZngde61kk/1/da"><img src="http://feedads.g.doubleclick.net/~a/L3XBf9m-UWTR3JfwQeZngde61kk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=xcvvgmVYAB4:LuWOSAH-KQo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=xcvvgmVYAB4:LuWOSAH-KQo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=xcvvgmVYAB4:LuWOSAH-KQo:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=xcvvgmVYAB4:LuWOSAH-KQo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=xcvvgmVYAB4:LuWOSAH-KQo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=xcvvgmVYAB4:LuWOSAH-KQo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/xcvvgmVYAB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/08/windows-2003-tcp-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/08/windows-2003-tcp-tweak/</feedburner:origLink></item>
		<item>
		<title>Twitter Lists – Useful!</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/QXF4JAjM3g4/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/06/twitter-lists-useful/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 23:10:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[social-networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3561</guid>
		<description><![CDATA[I have to confess that when Twitter’s new “list” feature was announced my response was a well-reasoned “meh.” I just didn’t see the point and had little interest in investigating…
Fortunately (for me!) I decided to play around the feature a bit this morning. Right away, my first thought was that it would be cool to [...]]]></description>
			<content:encoded><![CDATA[<p>I have to confess that when Twitter’s new “list” feature <a title="Twitter blog post announcing the Lists feature" href="http://blog.twitter.com/2009/10/theres-list-for-that.html">was announced</a> my response was a well-reasoned “meh.” I just didn’t see the point and had little interest in investigating…</p>
<p>Fortunately (for me!) I decided to play around the feature a bit this morning. Right away, my <a href="http://twitter.com/Chris_Kasten/status/5481152579">first thought</a> was that it would be cool to <strong>exclude</strong> a list from my main feed.</p>
<p>For instance, let me group up all the <a href="http://twitter.com/#/list/Chris_Kasten/sql-server">SQL server gurus</a> that I follow but not show them in my main list (They’ve all been at <a href="http://www.sqlpass.org/Events/ctl/ViewEvent/mid/521.aspx?ID=35">PASS</a> this week and the tweet-volume was a <em>bit</em> much!). I <a href="http://help.twitter.com/requests/651790">logged the suggestion</a> and was dismayed to see it was almost immediately closed – as “Solved.”</p>
<p>Clearly, a hint that I’m missing something obvious…</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="Light Bulb" src="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/image1.png" border="0" alt="Light Bulb" width="120" height="147" align="right" /> About 2 minutes later I was looking at someone’s twitter profile and realized I could <strong>add them to a list – without having to Follow them first</strong>.</p>
<p>Suddenly I became a big fan of Twitter lists! (and if this was painfully obvious to you from the beginning just have pity on me for being a bit slow on this one&#8230;)</p>
<p>I’ll admit there have been a lot of people that I considered following on twitter but just didn’t want to see them in my main twitter view. Maybe they post a little too much or a little too “inappropriately” (for over the shoulder views) or even too specialized. Now I can just add them to a list but not directly follow them. I can just periodically check on my lists to see what’s going on.</p>
<p>Frankly, I bet this is going to drop overall “Follow” counts system-wide…</p>
<p>Now, when will all the Twitter clients start offering support to view our lists?</p>
<p><em>[You can find me on Twitter as </em><a title="Me. On Twitter!" href="http://twitter.com/Chris_Kasten"><em>Chris_Kasten</em></a><em>. Follow or add me to a list!]</em></p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/social-networking/" title="social-networking" rel="tag">social-networking</a>, <a href="http://www.solo-technology.com/blog/tag/twitter/" title="twitter" rel="tag">twitter</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2008/05/20/sorry-twitter-but-its-you-not-me/" title="Sorry Twitter But It&#8217;s You, Not Me. (May 20, 2008)">Sorry Twitter But It&#8217;s You, Not Me.</a> (7)</li>
	<li><a href="http://www.solo-technology.com/blog/2007/08/12/pownced/" title="Pownce&#8217;d (August 12, 2007)">Pownce&#8217;d</a> (7)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/05/22/ok-twitter-maybe-it-was-me-too/" title="OK Twitter, Maybe it WAS Me Too&#8230; (May 22, 2008)">OK Twitter, Maybe it WAS Me Too&#8230;</a> (5)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/05/29/twittergadget-url-expansion/" title="TwitterGadget URL Expansion (May 29, 2009)">TwitterGadget URL Expansion</a> (0)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/x0iM-TR9f_xtDead4HzZ7uL8m_I/0/da"><img src="http://feedads.g.doubleclick.net/~a/x0iM-TR9f_xtDead4HzZ7uL8m_I/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/x0iM-TR9f_xtDead4HzZ7uL8m_I/1/da"><img src="http://feedads.g.doubleclick.net/~a/x0iM-TR9f_xtDead4HzZ7uL8m_I/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QXF4JAjM3g4:A6UGRVyt8wk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=QXF4JAjM3g4:A6UGRVyt8wk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QXF4JAjM3g4:A6UGRVyt8wk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QXF4JAjM3g4:A6UGRVyt8wk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=QXF4JAjM3g4:A6UGRVyt8wk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=QXF4JAjM3g4:A6UGRVyt8wk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/QXF4JAjM3g4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/06/twitter-lists-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/06/twitter-lists-useful/</feedburner:origLink></item>
		<item>
		<title>Quick Look at Kon-Boot</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/OO5UDoP09Cs/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/04/quick-look-at-kon-boot/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:23:05 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[boot-CD]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[kon-boot]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3556</guid>
		<description><![CDATA[Ever find a utility that seems so useful you’re scared to actually use it? That’s Kon-Boot for me. It has some incredible tricks, but I just can’t decide if I should trust it – no code available, how do I know what else it is doing?
What do I know it does for sure? Boot from [...]]]></description>
			<content:encoded><![CDATA[<p>Ever find a utility that seems <em>so</em> useful you’re scared to actually use it? That’s <a href="http://www.piotrbania.com/all/kon-boot/">Kon-Boot</a> for me. It has some incredible tricks, but I just can’t decide if I should trust it – no code available, how do I know what <em>else</em> it is doing?</p>
<p>What do I know it does for sure? Boot from the Kon-Boot CD and you can completely ignore Windows passwords – or get root on Linux.</p>
<blockquote><p>Kon-Boot is an prototype piece of software which allows to change contents of a linux kernel (and now Windows kernel also!!!) on the fly (while booting). In the current compilation state it allows to log into a linux system as &#8216;root&#8217; user without typing the correct password or to elevate privileges from current user to root. For Windows systems it allows to enter any password protected profile without any knowledge of the password.</p></blockquote>
<p>I’ve cautiously tested it on a Windows XP machine and it definitely seems to work as advertised. The machine I used is an XP box in our corporate domain and, most importantly, disconnected from the network at the time. <em>(That machine is also slated for a wipe and reload before anything else is done with it!)</em></p>
<p>I’d love to test it more with those domain credentials by putting it on the network first, but I guess that would be kind of like inviting the folks from <a href="http://nitrocircus.com/">Nitro Circus</a> to do all my server admin work…</p>
<p>I popped in the CD, booted from it, admired the old school BBS style ANSI graphics and then it started up Windows as normal.</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Kon-Boot booting" src="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/image_thumb.png" border="0" alt="Kon-Boot booting" width="404" height="227" /></a></p>
<p>At the Windows user/pass prompt I entered “administrator” and selected our domain. Leaving the password blank I smacked <kbd>Enter</kbd> and… holy crap, I was logged in!</p>
<p>Pulled the CD, rebooted and had to provide the original password to log in.</p>
<p>Kon-Boot doesn’t remove the password nor does it change it. This is incredibly helpful when you need to do a spot of maintenance on someone’s machine and they’re not around. No more changing their domain password on ‘em.</p>
<p>But can we trust it?</p>
<p>I spent an hour or so this evening searching around, didn’t really find anything definitive. Plenty of folks claiming safe/not-safe, but not much for details. A fellow in <a href="http://news.ycombinator.com/item?id=613356">this hacker-news topic</a> gave about the most details I found – all in 3 or 4 sentences…</p>
<p>Anyone else using it or have more information?</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/boot-cd/" title="boot-CD" rel="tag">boot-CD</a>, <a href="http://www.solo-technology.com/blog/tag/hacking/" title="hacking" rel="tag">hacking</a>, <a href="http://www.solo-technology.com/blog/tag/kon-boot/" title="kon-boot" rel="tag">kon-boot</a>, <a href="http://www.solo-technology.com/blog/tag/security/" title="security" rel="tag">security</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2006/08/19/i-have-a-dream/" title="I have a dream&#8230; (August 19, 2006)">I have a dream&#8230;</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/02/16/dead-latitude-alas-and-no-metasploit-love-on-win-2000/" title="Dead Latitude (alas!) and No Metasploit Love on Win 2000 (February 16, 2008)">Dead Latitude (alas!) and No Metasploit Love on Win 2000</a> (7)</li>
	<li><a href="http://www.solo-technology.com/blog/2007/12/17/barts-pe-builder-driveimage-xml-simple/" title="Bart&#8217;s PE Builder + DriveImage XML = Simple (December 17, 2007)">Bart&#8217;s PE Builder + DriveImage XML = Simple</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2006/10/07/zoho-rolled-out-single-sign-on/" title="Zoho Rolled Out Single Sign-on (October 7, 2006)">Zoho Rolled Out Single Sign-on</a> (2)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/JwhQCVih2h2Lz02wodkKJxZiNRU/0/da"><img src="http://feedads.g.doubleclick.net/~a/JwhQCVih2h2Lz02wodkKJxZiNRU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JwhQCVih2h2Lz02wodkKJxZiNRU/1/da"><img src="http://feedads.g.doubleclick.net/~a/JwhQCVih2h2Lz02wodkKJxZiNRU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=OO5UDoP09Cs:XNHpHXPz_1o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=OO5UDoP09Cs:XNHpHXPz_1o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=OO5UDoP09Cs:XNHpHXPz_1o:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=OO5UDoP09Cs:XNHpHXPz_1o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=OO5UDoP09Cs:XNHpHXPz_1o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=OO5UDoP09Cs:XNHpHXPz_1o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/OO5UDoP09Cs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/04/quick-look-at-kon-boot/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/04/quick-look-at-kon-boot/</feedburner:origLink></item>
		<item>
		<title>Cyber Protection Removal</title>
		<link>http://feedproxy.google.com/~r/SoloTechnology/~3/TLBJDNS3ZkM/</link>
		<comments>http://www.solo-technology.com/blog/2009/11/01/cyber-protection-removal/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:48:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Cyber-Security]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.solo-technology.com/blog/?p=3551</guid>
		<description><![CDATA[My sister-in-law called last week. She was being prompted to renew her anti-virus – the machine had a long expired Norton AV on it – but the renewal prompts had “Cyber Security” on them.
A quick web search set off some warning bells and I suggested she just turn off the PC and drop it off [...]]]></description>
			<content:encoded><![CDATA[<p>My sister-in-law called last week. She was being prompted to renew her anti-virus – the machine had a long expired Norton AV on it – but the renewal prompts had “Cyber Security” on them.</p>
<p>A quick web search set off some warning bells and I suggested she just turn off the PC and drop it off so that I might take a closer look.</p>
<p>I powered it up this morning. First thing that greeted me was this:</p>
<p><a href="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/cyberprotectioncenter.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="cyber protection center" src="http://www.solo-technology.com/blog/wp-content/uploads/2009/11/cyberprotectioncenter_thumb.jpg" border="0" alt="cyber protection center" width="404" height="316" /></a></p>
<p>Sure looks like the Windows Security Center, doesn’t it? Yet it is the “Cyber Protection Center” instead. <strong>Not</strong> a good sign! The Norton AV was there and running but disabled (and still long expired).</p>
<p>I looked around a bit and turned up a nice little <a href="http://www.bleepingcomputer.com/virus-removal/remove-cyber-security">Cyber Security Removal Guide</a> over at bleepingcomputer.com. I followed the guide and it seems to have done the job &#8212; <a href="http://www.malwarebytes.org/mbam.php">Malwarebyte’s Anti Malware</a> provides the heavy lifting. I’ve had a lot of good luck with that app this year.</p>
<p>Once it seemed clean I booted into safe mode and ran a few more scans with a few more utilities just to be sure. I think we’re good.</p>
<p>I next removed the old Norton and installed Microsoft’s <a href="http://www.solo-technology.com/blog/2009/10/02/microsoft-security-essentials/">Security Essentials</a> and boxed it all back up. Hopefully she can get a few more months out of this trusty old Celeron laptop.</p>
<p><strong>Obligatory Disclaimer</strong>: you want to keep in mind that there’s never a 100% guarantee on complete malware removal – there can be too many variants. If you have the time – and all the original OS and app media – backing up the user data and then formatting and reloading clean is always a better option.</p>

	Tags: <a href="http://www.solo-technology.com/blog/tag/antivirus/" title="antivirus" rel="tag">antivirus</a>, <a href="http://www.solo-technology.com/blog/tag/cyber-security/" title="Cyber-Security" rel="tag">Cyber-Security</a>, <a href="http://www.solo-technology.com/blog/tag/malware/" title="malware" rel="tag">malware</a>, <a href="http://www.solo-technology.com/blog/tag/virus/" title="virus" rel="tag">virus</a><br />

	<strong>Possibly Related Posts</strong>
	<ul class="st-related-posts">
	<li><a href="http://www.solo-technology.com/blog/2008/02/08/virusd-the-follow-up/" title="Virus&#8217;d &#8211; The Follow-up (February 8, 2008)">Virus&#8217;d &#8211; The Follow-up</a> (1)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/06/22/swatted/" title="Swatted (June 22, 2008)">Swatted</a> (2)</li>
	<li><a href="http://www.solo-technology.com/blog/2008/06/01/how-much-do-we-trust-shared-online-docs/" title="How Much Do We Trust Shared Online Docs? (June 1, 2008)">How Much Do We Trust Shared Online Docs?</a> (4)</li>
	<li><a href="http://www.solo-technology.com/blog/2009/08/10/win-7-x64-and-avira-antivir/" title="Win 7 x64 and Avira AntiVir (August 10, 2009)">Win 7 x64 and Avira AntiVir</a> (2)</li>
</ul>


<p><a href="http://feedads.g.doubleclick.net/~a/By3EotjX3lsTHGzUT3gPzJC6H1g/0/da"><img src="http://feedads.g.doubleclick.net/~a/By3EotjX3lsTHGzUT3gPzJC6H1g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/By3EotjX3lsTHGzUT3gPzJC6H1g/1/da"><img src="http://feedads.g.doubleclick.net/~a/By3EotjX3lsTHGzUT3gPzJC6H1g/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=TLBJDNS3ZkM:w7fcqa80GCA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=TLBJDNS3ZkM:w7fcqa80GCA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=TLBJDNS3ZkM:w7fcqa80GCA:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=YwkR-u9nhCs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=TLBJDNS3ZkM:w7fcqa80GCA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?i=TLBJDNS3ZkM:w7fcqa80GCA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SoloTechnology?a=TLBJDNS3ZkM:w7fcqa80GCA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SoloTechnology?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SoloTechnology/~4/TLBJDNS3ZkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solo-technology.com/blog/2009/11/01/cyber-protection-removal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.solo-technology.com/blog/2009/11/01/cyber-protection-removal/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.951 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-21 07:55:27 -->
