<?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>Networknet.nl Blog &#187; shares</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/shares/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>File Server: windows share migration</title>
		<link>http://www.networknet.nl/apps/wp/archives/451</link>
		<comments>http://www.networknet.nl/apps/wp/archives/451#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:04:13 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Migration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[lanmanserver]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shares]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/451</guid>
		<description><![CDATA[You have a Windows File Server and you want to migrate the windows shares. What options do you have to complete this job? A) recreate them or B) migrate them from ServerA to ServerB. Sometimes option A is the only one you have but in most cases you want to keep those Windows Shares available]]></description>
			<content:encoded><![CDATA[<p>You have a Windows File Server and you want to migrate the windows shares. What options do you have to complete this job? A) recreate them or B) migrate them from ServerA to ServerB. Sometimes option A is the only one you have but in most cases you want to keep those Windows Shares available as they were before and using some kind of script would be nice. Microsoft published a <a href="http://support.microsoft.com/kb/125996" target="_blank">KB125996</a> article based on following procedures and my option B:</p>
<ul>
<li>Reinstall Windows over an existing installation (a clean install, not an upgrade).</li>
<li>Move all of your data drives from one server to another.</li>
<li>Install Windows to another folder or drive on a computer that already has Windows installed.</li>
</ul>
<p>I am performing a clean installation of a application server which has several file shares associated for application functionality. I don&#8217;t want to recreate them manually and I am using the next steps to complete this task.</p>
<p>a) Verify the shares you want to migrate and the drive letter location is the same on both servers.</p>
<p><a rel="lightbox" href="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image_thumb.png" border="0" alt="image" width="244" height="108" /></a></p>
<p>b) Export the Shares key from HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares</p>
<p>reg export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares LanmanServer.reg</p>
<p><a rel="lightbox" href="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image_4.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image_thumb_3.png" border="0" alt="image" width="244" height="108" /></a></p>
<p>c) Make sure the user and group still <span style="text-decoration: underline;">exist</span> in the domain! When migrating from DomainA to Domain B make sure you recreate all users and groups. Copy LanmanServer.reg to ServerB and import the registry file.</p>
<div class="terminal">reg import LanmanServer.reg<br />
net stop server &amp; net start server</div>
<p><a rel="lightbox" href="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image_3.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.networknet.nl/apps/wp/wp-content/uploads/FileServerwindowssharemigration_A3E9/image_thumb_4.png" border="0" alt="image" width="244" height="108" /></a></p>
<p>Reboot the file server and verify the share with &#8220;net share&#8221; command; also check the System Eventlog for any warnings or errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/451/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
