Hi,
I have an issue to access a W2012 file server cluster share via its UNC path \\xyzfsc\ from another W2012 server. However I have no problem accessing the same UNC path from Windows 7 and W2K8.
Windows cluster name - xyzclus
File sever cluster service name - xyzfsc
Node1 - fs01
Node2 - fs02
I got return error "the target account name is incorrect" and error event as below:
The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server fs01$. The target name used was cifs/xyzfsc.pola.dir.
This hinted me to run command "setspn -S cifs/xyzfsc.pola.dir fs01". Indeed, I can access the \\xyzfsc\ after that. However, when the file server service was failover to fs02 node, the error above come back because the service not longer hosted on fs01. Since I suppose to set spn cifs/xyzfsc.pola.dir on a server hosted the service only, what should be the permanent solution in cluster environment? Appreciate for any advice, thanks.