<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Home Directory creation for Windows Migration in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135871#M29879</link>
    <description>&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Define the search-paths:&lt;/P&gt;&lt;P&gt;vserver cifs home-directory search-path add -vserver SVM -path /VOLUME1&lt;/P&gt;&lt;P&gt;vserver cifs home-directory search-path add -vserver SVM -path /VOLUME2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a cifs share like this:&lt;/P&gt;&lt;P&gt;vserver cifs share create -vserver SVM -share-name %w -path %w -share-properties homedirectory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be what&amp;nbsp;you are searching for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 15:52:13 GMT</pubDate>
    <dc:creator>SYNTAXERROR</dc:creator>
    <dc:date>2017-11-08T15:52:13Z</dc:date>
    <item>
      <title>Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135854#M29871</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are about to embark on a client CIFS migration from Windows 2k3/2k8 to NetApp 9.1 P8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Due to time constraints and the clients requests not to change the current AD home directory paths, we are&amp;nbsp;obligated to match the current MSCS infrastructure in OnTap.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\\MSCS1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \accounts-dept\data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \accounts-users$\%username%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \finance-dept\data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \finance-users$\%username%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\\SVM1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \accounts-dept\data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \accounts-users$\%username%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \finance-dept\data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; \finance-users$\%username%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is is possible to implement ONTAPs home dir functionality in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I require 2 home dir shares:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\\svm1\&lt;STRONG&gt;accounts-user$&lt;/STRONG&gt;\%w&lt;/P&gt;&lt;P&gt;\\svm1\&lt;STRONG&gt;finance-user$&lt;/STRONG&gt;\%w&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with the following home dir search paths&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/svm1/svm1_vol01/accounts-user$&lt;/P&gt;&lt;P&gt;/svm1/svm1_vol01/finance-user$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commands:&lt;/P&gt;&lt;P&gt;vserver cifs share create -vserver SVM1 -share-name %w -path accounts-user$/%w -share-properties oplocks,browsable,changenotify,homedirectory&lt;/P&gt;&lt;P&gt;vserver cifs share create -vserver SVM1 -share-name %w -path finance-user$/%w -share-properties oplocks,browsable,changenotify,homedirectory - Failied due to duplicate share name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:24:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135854#M29871</guid>
      <dc:creator>JohnOBrien</dc:creator>
      <dc:date>2025-06-04T14:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135861#M29873</link>
      <description>&lt;P&gt;A client's home drive should be entirely irrevelant to anyone, even the user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you switch to cifs home-directory search paths, that's a 'dynamic' share, so it's only created when a user logs in and no one other than the user can access it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you even create a share and then add %w, I don't know, but I think you are loking at this the wrong way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 14:22:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135861#M29873</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-11-08T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135864#M29875</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My query is related to having multiple home directory shares from the same SVM and how they are setup?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have implemented in the past with consolidations, e.g.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all user home drives migrated into a new SVM and the home dir part was straight forward:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;robocopy \\windows\accounts-user$\a-e* \\svm1\vol01\home1$&lt;/P&gt;&lt;P&gt;robocopy \\windows\finance-user$\a-e* \\svm1\vol01\home2$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;existing AD home dir object (\\windows\accounts-user$\%username%) updated in AD to \\svm1\%username%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SVM1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;path: %w&lt;/P&gt;&lt;P&gt;relative path: %w&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Home dir search paths:&lt;/P&gt;&lt;P&gt;/vol01/home1&lt;/P&gt;&lt;P&gt;/vol0/home2&lt;/P&gt;&lt;P&gt;/vol02/home1&lt;/P&gt;&lt;P&gt;/vol02/home2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Accounts user a12345 logs in and gets dynamic share from the folder /vol01/home1/a12345.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is puzzling me here is for this migration we must retain the AD object as is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I understand it, I can have only 1 home dir share %w, which also limits me to a single relative path?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SVM1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;path: %w&lt;/P&gt;&lt;P&gt;relative path: accounts-user$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to implement dynamic home directories within a single SVM where the user objects are not being standardised?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:12:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135864#M29875</guid>
      <dc:creator>JohnOBrien</dc:creator>
      <dc:date>2017-11-08T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135866#M29876</link>
      <description>&lt;P&gt;You can only have one unique home directory per svm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would have to hardcode a second one&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do you need two HD's.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:26:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135866#M29876</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-11-08T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135867#M29877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the info I've entered above, is there a solution available to me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or will I have to disregard dynamic homedrive functionality for these migrations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:34:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135867#M29877</guid>
      <dc:creator>JohnOBrien</dc:creator>
      <dc:date>2017-11-08T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135869#M29878</link>
      <description>&lt;P&gt;Based upon what I see, you will need to not use dynamic home drives.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unless I have completely missed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:41:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135869#M29878</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-11-08T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Home Directory creation for Windows Migration</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135871#M29879</link>
      <description>&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Define the search-paths:&lt;/P&gt;&lt;P&gt;vserver cifs home-directory search-path add -vserver SVM -path /VOLUME1&lt;/P&gt;&lt;P&gt;vserver cifs home-directory search-path add -vserver SVM -path /VOLUME2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a cifs share like this:&lt;/P&gt;&lt;P&gt;vserver cifs share create -vserver SVM -share-name %w -path %w -share-properties homedirectory&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should be what&amp;nbsp;you are searching for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Dario&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 15:52:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Home-Directory-creation-for-Windows-Migration/m-p/135871#M29879</guid>
      <dc:creator>SYNTAXERROR</dc:creator>
      <dc:date>2017-11-08T15:52:13Z</dc:date>
    </item>
  </channel>
</rss>

