<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rob Garrett - Blog &#187; Servers</title>
	<atom:link href="http://blog.robgarrett.com/tag/servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robgarrett.com</link>
	<description>Software and Technology Tid-bits</description>
	<lastBuildDate>Fri, 03 Feb 2012 21:52:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.robgarrett.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/aab8ef1df0f0164f4c766c98b644e9fb?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Rob Garrett - Blog &#187; Servers</title>
		<link>http://blog.robgarrett.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.robgarrett.com/osd.xml" title="Rob Garrett - Blog" />
	<atom:link rel='hub' href='http://blog.robgarrett.com/?pushpress=hub'/>
		<item>
		<title>Active Directory, Domain Controller and DNS</title>
		<link>http://blog.robgarrett.com/2006/04/04/active-directory-domain-controller-and-dns/</link>
		<comments>http://blog.robgarrett.com/2006/04/04/active-directory-domain-controller-and-dns/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 21:08:00 +0000</pubDate>
		<dc:creator>Rob Garrett</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">/cs/blogs/software/archive/2006/04/04/1912.aspx</guid>
		<description><![CDATA[Anyone who has ever installed Exchange Server 2000 on a Windows 2000 Domain Controller will tell you that it can be a real pain in the rump when something goes wrong.&#160; You see, the SMTP service, Exchange services, DNS service and active directory services are all intertwined like grandma&#8217;s spaghetti on your dinner plate (sans [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1912&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anyone who has ever installed Exchange Server 2000 on a Windows 2000 Domain Controller will tell you that it can be a real pain in the rump when something goes wrong.&nbsp; You see, the SMTP service, Exchange services, DNS service and active directory services are all intertwined like grandma&#8217;s spaghetti on your dinner plate (sans the tomato sauce). God forbid that anyone of them should go out to lunch one day, and the whole server comes crashing down to it&#8217;s knees.&nbsp; </p>
<p>I happen to find out yesterday that none of my outgoing mails were leaving the Exchange outbound message queues.&nbsp; After taking a quick peek at the event log I saw a long list of red messages &#8211; Event ID 5774 Net Logon DNS failed access errors.&nbsp; Somehow, my DNS forward lookup zones were messed up, and Active Directory was in a tizzy over it.&nbsp; This caused Exchange to sulk and thus no mail was leaving the server. Naturally, I checked Google and found an article about reinstalling DNS zones in Active Directory (<a href="http://www.jsifaq.com/subk/tip5400/rh5493.htm">link</a>).&nbsp; </p>
<p>I do not confess to being an AD nor an Exchange 2000 guru, so I followed the instructions as best as I could, and eventually fixed my problem (well it at least appears that way for now).&nbsp; Below is a synopsis of the steps I followed.&nbsp; Be sure that you know what you&#8217;re doing before following these instructions, they worked for me, but not every situation is the same and there is a possibility that you might toast your server.&nbsp; If possible backup the server first. Also, I only tried these steps on a Windows 2000 server domain controller with Exchange 2000 on the same box &#8211; there is no saying how these steps will behave in a different configuration.</p>
<p>Haven&#8217;t scared you off? Good, here we go&#8230;</p>
<p>1. Open up Administrative Tools in the Control panel (If I&#8217;ve lost you already then I would suggest calling in an expert).<br />2. Double click the DNS applet to view the currently installed forward lookup zones and reverse look up zones.<br />3. Right click each zone, click properties and change active directory zones types to &#8220;Standard Primary&#8221;.<br />&nbsp;&nbsp;&nbsp; (Before making and changes, make a note of the zone settings for later).<br />4. Double click the services applet, find the DNS Server service and stop it.<br />5. Stop the Net Logon service too.<br />6. In %SystemRoot%System32DNS remove the &#8220;.dns&#8221; files corresponding to the zones you just changed in step #3.<br />7. Double click the Active Directory Users and Computers applet.<br />8. Click the view menu and make sure that Advanced Features is checked.<br />9. In the treeview on the left navigate to SystemMicrosoftDNS<br />10. Remove the zones (note: ignore the scary dialog about removing entries from Exchange if you have Exchange installed, it didn&#8217;t seem to break anything).<br />11. Remove the zones from the DNS server applet.<br />12. From a command prompt execute <span style="font-weight:bold;">ipconfig /flushdns</span>.</p>
<p>The article, I read, mentioned removing and reinstalling the DNS server service at one point, which cannot hurt (unless you have custom configured your DNS entries).&nbsp; I&#8217;ll not document these steps because if you&#8217;ve got this far then you should know how to do this already.&nbsp; The DNS service can be uninstalled from &#8220;Add Remove Windows Components&#8221; in the control panel.</p>
<p>12. With a fresh install of the DNS server continue with the following steps.<br />13. Make sure the DHCP client is running.<br />14. Remove all DNS IP addresses from the active network TCP/IP settings, and set the main DNS server address to the IP address of this domain controller.</p>
<p><span style="font-style:italic;"></p>
<p>NOTE : The Dynamic Host Configuration Protocol (DHCP) client service needs to be running on each of these computers to register the records in Dynamic DNS. It is not relevant if the computer is a DHCP client or not. You must have this service set to &#8220;start&#8221; and the &#8220;Start up&#8221; type set to &#8220;automatic.&#8221; The DHCP client service is what registers records in Dynamic DNS. (Refer to the description in the Computer Management snap-in.)</span> &#8211; Yes this one perplexed me at first, but it seems to make sense.</p>
<p>15. If not already started, start the DNS Server service and Net Logon service.<br />16. Open the DNS server applet again and add the forward zones and reverse zones back from step #3, their type should be AD integrated.<br />17. From the command line execute <span style="font-weight:bold;">ipconfig /flushdns</span> followed by <span style="font-weight:bold;">ipconfig /registerdns</span>.<br />18. Make sure that you can still access the Active Directory Users and Computers applet.<br />19. Reboot the server for kicks, and all may be good again.</p>
<p>After I had completed the above I no longer received Net Logon errors, and pending mail in the Exchange SMTP queues started to leave the server.&nbsp; I&#8217;ll check back in a few hours to see if I see anymore problems listed in the event log, but for now the outlook appears sunny.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robgarrett.wordpress.com/1912/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robgarrett.wordpress.com/1912/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robgarrett.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robgarrett.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robgarrett.wordpress.com/1912/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1912&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.robgarrett.com/2006/04/04/active-directory-domain-controller-and-dns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Rob Garrett</media:title>
		</media:content>
	</item>
		<item>
		<title>System repair in less than an hour</title>
		<link>http://blog.robgarrett.com/2005/08/25/system-repair-in-less-than-an-hour/</link>
		<comments>http://blog.robgarrett.com/2005/08/25/system-repair-in-less-than-an-hour/#comments</comments>
		<pubDate>Thu, 25 Aug 2005 10:19:00 +0000</pubDate>
		<dc:creator>Rob Garrett</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Gadgets and Tech]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">/cs/blogs/software/archive/2005/08/25/1528.aspx</guid>
		<description><![CDATA[I truly love Norton&#8217;s Ghost 2003! My laptop was behaving strangely this evening &#8211; applications were spontaneously hanging, system was freezing when logging out, etc.&#160; A closer look at my Windows XP event log told me that STISVC.EXE (still imaging service) was failing to start, and a whole load of errors were reported about the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1528&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I truly love <a href="http://www.symantec.com/sabu/ghost/ghost_personal/">Norton&#8217;s Ghost 2003</a>! </p>
<p>My laptop was behaving strangely this evening &#8211; applications<br />
were spontaneously hanging, system was freezing when logging out, etc.&nbsp; A<br />
closer look at my Windows XP event log told me that STISVC.EXE (still<br />
imaging service) was failing to start, and a whole load of errors were<br />
reported about the COM+ subsystem. Uh-oh!</p>
<p>So, I reinstalled COM+ (as per my <a href="http://robgarrett.com/Blogs/software/archive/2005/04/20/614.aspx">instructions</a>),<br />
which fixed the COM+ errors, but did nothing for the random system<br />
hangs.&nbsp; So, after backing up the user profiles on my machine, I<br />
pulled up Ghost, found my last good image from June and restored my<br />
machine. A quick break of 15 minutes, while Ghost does it&#8217;s magic,<br />
after which my machine was stable again.&nbsp; All I needed to do then<br />
was run windows update, update my anti virus application, and restore<br />
the user profiles, presto &#8211; a working machine.</p>
<p>The moral of this story boys and girls &#8211; always have a recent backup<br />
of your data files, and and a working operating system image stashed<br />
away somewhere.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robgarrett.wordpress.com/1528/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robgarrett.wordpress.com/1528/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robgarrett.wordpress.com/1528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robgarrett.wordpress.com/1528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robgarrett.wordpress.com/1528/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1528&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.robgarrett.com/2005/08/25/system-repair-in-less-than-an-hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Rob Garrett</media:title>
		</media:content>
	</item>
		<item>
		<title>Server running again (for now)</title>
		<link>http://blog.robgarrett.com/2005/08/12/server-running-again-for-now/</link>
		<comments>http://blog.robgarrett.com/2005/08/12/server-running-again-for-now/#comments</comments>
		<pubDate>Fri, 12 Aug 2005 20:31:00 +0000</pubDate>
		<dc:creator>Rob Garrett</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Gadgets and Tech]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">/cs/blogs/software/archive/2005/08/12/1509.aspx</guid>
		<description><![CDATA[I spent another late night in the server room last night, working on my crippled server (see yesterday&#8217;s post), but I think I have resolved the issue. The problem has to be hardware related because a reinstall of a previous working Ghost image was experiencing the same &#8220;hanging&#8221; symptoms as before, but yet my server [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1509&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent another late night in the server room last night, working on my<br />
crippled server (see yesterday&#8217;s post), but I think I have resolved the<br />
issue.</p>
<p>The problem has to be hardware related because a reinstall of a<br />
previous working Ghost image was experiencing the same &#8220;hanging&#8221;<br />
symptoms as before, but yet my server worked great in safe mode (no<br />
surprise since most of the services are not running in safe<br />
mode).&nbsp; So, here is what I did to resolve my problem:</p>
<p>While in <acronym title="Safe Mode">SM</acronym>, I made a note of all the services with start up type set<br />
to &#8220;Automatic&#8221;, and then disabled them all.&nbsp; I noticed that most<br />
of the services, not running, were using <span style="font-style:italic;">svchost.exe</span><br />
-&nbsp; a service host for non-service applications. During earlier<br />
testing I had seen several instances of this executable running in the<br />
task manager, and killing a few of the instances would sometimes<br />
resolve the hanging issue (most of the time the system would become<br />
unstable).&nbsp; I wondered if <span style="font-style:italic;">svchost.exe</span> was hung up trying to access a broken piece of hardware, and all other requests using the same executable were then deadlocked.</p>
<p>After rebooting into normal mode, I was able to install Windows 2003<br />
SP1 and remaining updates from windows update (this would at least replace <i>svchost.exe</i>, if it happened to be corrupted). Finally, I enabled the<br />
services that I had disabled earlier, leaving out those services that I<br />
did not require (such as the sound system and print spooler<br />
services).&nbsp; I was going to enable all the services to see which<br />
one caused the problem, and possibly pinpoint a hardware component<br />
failure, but my server was behaving, and running faster, so I decided<br />
not to toy with it.</p>
<p>I figured I should start backing up some of the more recent changes to my data in case my server failed catastrophically (I<br />
usually keep a good back up, but it was out of date), so I started dumping files onto<br />
DVD.&nbsp; Midway through burning files my E drive failed. Fortunately<br />
I was able to get the drive back with a cold reboot, and there was very little<br />
data on it, so I was able to copy over everything to my D drive, and<br />
continue burning everything to DVD.</p>
<p>Presently, everything seems to be working.&nbsp; Windows update works<br />
fine, so does RDP, and my E drive has not failed since I cleaned it out<br />
(but I&#8217;m not using it).&nbsp; I am tempted to experiment with <i>svchost.exe</i><br />
and the services list some more, to see which service causes the system<br />
to hang, but I would like to think that the problem was related to the<br />
secondary disk failure, and having look no further.&nbsp; I am in need<br />
of some more disk space on my server, so I plan to replace this disk<br />
anyway.&nbsp; </p>
<p>Hopefully I&#8217;ve seen the end of my problem for now, and can spend<br />
tonight enjoying a glass of wine in front of the TV &#8211; not in the server<br />
room.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robgarrett.wordpress.com/1509/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robgarrett.wordpress.com/1509/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robgarrett.wordpress.com/1509/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robgarrett.wordpress.com/1509/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robgarrett.wordpress.com/1509/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1509&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.robgarrett.com/2005/08/12/server-running-again-for-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Rob Garrett</media:title>
		</media:content>
	</item>
		<item>
		<title>Server Problems</title>
		<link>http://blog.robgarrett.com/2005/08/11/server-problems/</link>
		<comments>http://blog.robgarrett.com/2005/08/11/server-problems/#comments</comments>
		<pubDate>Thu, 11 Aug 2005 19:06:00 +0000</pubDate>
		<dc:creator>Rob Garrett</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">/cs/blogs/software/archive/2005/08/11/1507.aspx</guid>
		<description><![CDATA[This is technically a rant, but it is also software related, so I have posted my woes here&#8230;. I ran into problems with one of my Windows 2003 servers yesterday.&#160; It all started when I had connected remotely (via RDP) from the office and installed the latest Microsoft updates.&#160; The upgrade went smoothly, but after [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1507&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is technically a rant, but it is also software related, so I have posted my woes here&#8230;.</p>
<p>I ran into problems with one of my Windows 2003 servers<br />
yesterday.&nbsp; It all started when I had connected remotely (via RDP)<br />
from the office and installed the latest Microsoft updates.&nbsp; The<br />
upgrade went smoothly, but after a reboot I was no longer able to<br />
connect to my server remotely.&nbsp; Later, when I got home I went down to my server<br />
room to investigate the problem.&nbsp; I was half expecting to see a <acronym title="Blie Screen of Death">BSoD</acronym>, but I<br />
was able to log onto the console and everything looked peachy, except for RDP not working.</p>
<p>The next step was to check out the network settings, perhaps my card<br />
had gone phut, or maybe the upgrade had changed the network<br />
settings.&nbsp; However, I found out that I was not able to pull<br />
up the network settings dialog, without <i>mmc.exe</i><br />
hanging.&nbsp; Rebooting into safe mode enabled me to check the<br />
network, and all the settings were as they should be, but once I rebooted<br />
into normal mode, I could not get at the network properties once again.</p>
<p>At this point I decided to cut a big corner and restore the system from<br />
a ghost image that I had made back in January.&nbsp; My machine has<br />
been working fine since January, until yesterday, so I know the image<br />
would work.&nbsp; I waited a brief pause while <a href="http://www.symantec.com/sabu/ghost/ghost_personal/">Norton Ghost</a> did it&#8217;s thing,<br />
and then I was able to boot back into my system.&nbsp; The network<br />
hanging issue had gone away &#8211; hurrah! All I needed to do was run<br />
<a href="http://windowsupdate.microsoft.com">windows update</a> again, and run an upgrade on my anti virus software -<br />
sounds easy enough &#8211; oh no!&nbsp; Both windows update and the anti virus<br />
application were suffering from the same &#8220;hanging&#8221; problem that I had<br />
been experiencing with the network settings. </p>
<p>Since I could count on the Ghost image being correct, I figured that<br />
the problem must be hardware related &#8211; time to start disabling hardware<br />
components.&nbsp; I cracked open the case, added a new network card,<br />
disabled the on board LAN, disabled the on board modem, and disabled<br />
the<br />
on board sound card.&nbsp;&nbsp; After another reboot I was able to run<br />
the anti virus update successfully, windows update was still not<br />
cooperating.</p>
<p>I wondered if bad disk sectors or faulty memory could be the<br />
problem.&nbsp; So I spent the next couple of hours running check disk<br />
(checking for bad sectors).&nbsp; On another machine I attempted to<br />
download memory checker software, but I didn&#8217;t find anything that worked.<br />
I had used <a href="http://www.memtest86.com/">memtest86</a> in the past, but for some reason this application<br />
did not even boot on my server, never mind check the memory.</p>
<p>At 2am this morning I decided that I should shelve this problem for<br />
another day (after some sleep I may have some fresh ideas).&nbsp; RDP<br />
seemed to be working again, as did my anti virus software (I ran a full<br />
scan), but windows update is still broken &#8211; I don&#8217;t even get to see<br />
the welcome screen, IE just goes into a tailspin when I visit the site, which makes me think that the problem is IE<br />
related. However, I can browse other web sites.</p>
<p>So, question time&#8230;..</p>
<p>1. Does anyone know of any good hardware diagnostic software, which<br />
does not cost an arm and a leg (free would be desirable), will not<br />
destroy the data on my drives, and doesn&#8217;t require me to pull apart my<br />
machine?</p>
<p>2. Has anyone out there experienced similar problems with windows update?</p>
<p>3. Can you share any thoughts on why random applications and system<br />
configuration dialogs (they appear to be network related) may hang for no<br />
reason, but work fine in safe mode.</p>
<p>4. Do any log files exist, which would give me an indication as to the<br />
problem?&nbsp; I<br />
checked the <i>windows update log</i>, but it doesn&#8217;t appear to indicate an error.&nbsp;<br />
Also, the event log doesn&#8217;t show up any errors or warnings.</p>
<p>5. Please, no wise ass cracks about replacing Windows with<br />
Linux, this post is not an excuse to start another OS debate. I really<br />
want some insight into fixing my server.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robgarrett.wordpress.com/1507/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robgarrett.wordpress.com/1507/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robgarrett.wordpress.com/1507/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robgarrett.wordpress.com/1507/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robgarrett.wordpress.com/1507/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=1507&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.robgarrett.com/2005/08/11/server-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Rob Garrett</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrate Physical Server to Virtual Server</title>
		<link>http://blog.robgarrett.com/2004/12/01/migrate-physical-server-to-virtual-server/</link>
		<comments>http://blog.robgarrett.com/2004/12/01/migrate-physical-server-to-virtual-server/#comments</comments>
		<pubDate>Thu, 02 Dec 2004 01:29:00 +0000</pubDate>
		<dc:creator>Rob Garrett</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Everything]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">/cs/blogs/software/archive/2004/12/01/316.aspx</guid>
		<description><![CDATA[Virtual PC is simply great. No more desks cluttered with expensive (sometimes crappy inexpensive) PCs for the purpose of testing applications on multiple platforms. What if an application runs great in all test environments&#160;but not on a particular live server? The last thing you really want to do is to install debug build software on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=316&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Virtual PC is simply great. No more desks cluttered with expensive (sometimes crappy inexpensive) PCs for the purpose of testing applications on multiple platforms. What if an application runs great in all test environments&nbsp;but not on a particular live server? The last thing you really want to do is to install debug build software on a critical live server, ideally what you need is a perfect copy of the live server in a VPC session. Microsoft has the answer, a migration tool to replicate a live server in a Virtual Server 2005 session.</p>
<p><a href="http://www.microsoft.com/windowsserversystem/virtualserver/evaluation/vsmt.mspx">http://www.microsoft.com/windowsserversystem/virtualserver/evaluation/vsmt.mspx</a></p>
<p>Note, this software is in beta.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/robgarrett.wordpress.com/316/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/robgarrett.wordpress.com/316/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/robgarrett.wordpress.com/316/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/robgarrett.wordpress.com/316/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/robgarrett.wordpress.com/316/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.robgarrett.com&amp;blog=7688126&amp;post=316&amp;subd=robgarrett&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.robgarrett.com/2004/12/01/migrate-physical-server-to-virtual-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Rob Garrett</media:title>
		</media:content>
	</item>
	</channel>
</rss>
