ONTAP Discussions
ONTAP Discussions
Hi,
I have a strange problem.
I have started migrate volumes to a new cluster via snapmirror.
After broken off the snapmirror relationship, the volume gets RW and I create a junction path to use for the cifs share.
Even if I give the share Everyone, I'm unable to access to share. I can see the share from the Explorer, but not accessing it. It worked before the migration. Even stranger gets it when I tried to create a new volume/share on the new cluster. I get the same problem, but some test share I created just after installation of the cluster works fine. The only thing I have done is upgrading ontap to 9.13.1.P2. I think it was 9.12-something before upgrading it.
I can't find anything that differ between the share that works and do who doesn't work.
Any ideas? I have a case, but the respond time is slow (prio 3).
Solved! See The Solution
Could you share this output:
::> vserver cifs share access-control show -share
Also, screenshot of the error you get when browse the share via explorer.
some kbs you can refer to for troubleshooting this issue:
https://kb.netapp.com/onprem/ontap/da/NAS/Troubleshooting_CIFS_or_SMB_access_denied
Troubleshooting CIFS or SMB access denied - NetApp Knowledge Base
https://kb.netapp.com/onprem/ontap/da/NAS/
How_to_change_security_style_of_volume_from_Unix_to_NTFS_in_Clustered_Data_ONTAP
Check 2 basic things to start with:
https://docs.netapp.com/us-en/ontap/smb-admin/configure-security-styles-task.html
Could you share this output:
::> vserver cifs share access-control show -share
Also, screenshot of the error you get when browse the share via explorer.
some kbs you can refer to for troubleshooting this issue:
https://kb.netapp.com/onprem/ontap/da/NAS/Troubleshooting_CIFS_or_SMB_access_denied
Troubleshooting CIFS or SMB access denied - NetApp Knowledge Base
https://kb.netapp.com/onprem/ontap/da/NAS/
How_to_change_security_style_of_volume_from_Unix_to_NTFS_in_Clustered_Data_ONTAP
That's an interesting problem.
My first step would be to follow the troubleshooting guide
https://kb.netapp.com/onprem/ontap/da/NAS/Troubleshooting_CIFS_or_SMB_access_denied
After you eliminate all the possible causes in that guide, you're ready to escalate with netapp because that is what your first support person is going to do.
John Kolacz
Lead Systems Architect
I did resolve the problem. After every time a create a new volume/share(not NFSv4), I must update the snapmirror load balancing for the root volume.
"snapmirror update-ls-set -S //svm_name/svm_name_root"
After that it works fine, but I don't really know why it's needed, I have never done that on my other Netapp clusters.