<?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>vividly nonsensical &#187; IUSR</title>
	<atom:link href="http://www.jirc.com/tag/iusr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jirc.com</link>
	<description>it just makes nonsense</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:57:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Migrate IIS from one server to another</title>
		<link>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/</link>
		<comments>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:46:42 +0000</pubDate>
		<dc:creator>mvarre</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IUSR]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jirc.com/?p=306</guid>
		<description><![CDATA[Last week I had the unfortunate and immediate need to migrate IIS 6.0 from one Windows Server 2003 to another. I thought this process was going to be very painful, when in fact it was quite simple and straightforward. It&#8217;s hard to believe that after all these years I&#8217;ve never had to do this. There [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I had the unfortunate and immediate need to migrate <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> 6.0 from one <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 to another. I thought this process was going to be very painful, when in fact it was quite simple and straightforward. It&#8217;s hard to believe that after all these years I&#8217;ve never had to do this. There really is a first time for everything!</p>
<p>Luckily I run everything within VMware <a href="http://www.jirc.com/tag/esx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with ESX">ESX</a> Environment, so no data needed to be copied from one machine to another. I simply provisioned a new <a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">Windows</a> Server 2003 guest and added the old server&#8217;s VMDK disk to the new machine.</p>
<ul>
<li>The first thing you need to do is backup your old <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> configuration. In <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager, right click in <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager &gt; All Tasks &gt; Backup/Restore Configuration.</li>
</ul>
<ul>
<li>Probably the most imporant part of the whole process is to make sure you &#8220;Encrypt the backup using password&#8221;. This makes th e <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> config &#8220;portable&#8221;. If you don&#8217;t encrypt it, you won&#8217;t be able to import it on a different system as there are sessions keys stored withing the <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> metabase.</li>
</ul>
<ul>
<li>By default the configuration backup goes to C:\<a href="http://www.jirc.com/tag/windows/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Windows">WINDOWS</a>\system32\inetsrv\MetaBack. So you will need to grab both files it has created and move them on over to the new server. Place them in the same location on the new server because <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> doesn&#8217;t give you a choice to browse for a backup &#8211; it looks in that directory each time.</li>
</ul>
<ul>
<li>Now you&#8217;ll restore that configuration from within <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager, right click in <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> Manager &gt; All Tasks &gt; Backup/Restore Configuration. Choose the one you want to restore and restore. It will ask for the encryptin password.</li>
<li>Now we need to restart <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a>. This will actually re-create the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account in the Local User Manager, which kind of impressed me. The password will be wrong for this account so you need to set it to something manually by the normal Reset Password function.</li>
<li>Now you need to need to tell the metabase about that new password. <a href="http://www.jirc.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with microsoft">Microsoft</a> has a nice article outlining how this is done.<br />
<a href="http://support.microsoft.com/kb/297989" target="_blank">http://support.microsoft.com/kb/297989</a></li>
<li>Restart <a href="http://www.jirc.com/tag/iis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IIS">IIS</a> and for the most part you should be good to go.</li>
</ul>
<p>I opted to simply reset the password for the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account that the metabase created automatically for me. The name was wrong (hence IUSR_computer), however this meant I wouldnt need to change all of the special <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> permissions set for special files such as MDB and other special case files. You can easily tell the metabase to use a new user account as the <a href="http://www.jirc.com/tag/iusr/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IUSR">IUSR</a> account using the metabase explorer, but I&#8217;m not going to go into that right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jirc.com/2009/06/18/migrate-iis-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
