Can someone help me understand why my users are seeing a different behaviour with ONTAP 9 CIFS. We moved them from 8.2 7-Mode to a shinny new FAS 8040 ONTAP 9.1.
The AD Domain server remained the same 2008 R2 and the ONTAP SVM is joined to the domain as usual. All shares have default settings
nothing fancy. The windows clients are joined to the domain as a computers.
On the Old 8.2 ONTAP when they mapped a CIFS share from a client windows server all of these formats worked:
net use z: \\server\share /USER fred password
net use z: \\server\share /USER DOMAIN\fred password
net use z: \\server\share /USER fred@my.domain password
However with ONTAP 9 shares we see the following different behaviour:
net use z: \\server\share /USER fred password OK
net use z: \\server\share /USER DOMAIN\fred password FAIL
net use z: \\server\share /USER fred@domain password FAIL
All fail with:
System errror 59 has occurred'
An unexpected network error occurred
I am guess the key is something potentially kerberos name related perhaps if the client is joined to the AD domain. However thats a guess.
Any comments please.
Rgds Andy