HI All,
We are about to embark on a client CIFS migration from Windows 2k3/2k8 to NetApp 9.1 P8
Due to time constraints and the clients requests not to change the current AD home directory paths, we are obligated to match the current MSCS infrastructure in OnTap.
e.g.
\\MSCS1
\accounts-dept\data
\accounts-users$\%username%
\finance-dept\data
\finance-users$\%username%
\\SVM1
\accounts-dept\data
\accounts-users$\%username%
\finance-dept\data
\finance-users$\%username%
Is is possible to implement ONTAPs home dir functionality in this case?
I require 2 home dir shares:
\\svm1\accounts-user$\%w
\\svm1\finance-user$\%w
with the following home dir search paths
/svm1/svm1_vol01/accounts-user$
/svm1/svm1_vol01/finance-user$
Commands:
vserver cifs share create -vserver SVM1 -share-name %w -path accounts-user$/%w -share-properties oplocks,browsable,changenotify,homedirectory
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
Thanking you in advance,
John