NetApp CIFS shares are not able to browse on Windows 8 or Windows Server 2012. You may get “Network not found” error when you try in command prompt.
Answer is simple. Windows 8 and Server 2012 is expecting SMB signing from NetApp shares. I tried to enabling SMB signing on the NetApp and it DIDN’T help. I guess new Windows is expecting latest version of SMB v3 signing. Simply disabling the client side SMB signing resolve my issue.
- Open Powershell as administrator (elevated) mode on your Windows 8 or Windows 2012 server
- Copy/paste this command: Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters” RequireSecureNegotiate -Value 0 -Force
You don’t even need a reboot. Try accessing your NetApp shares. Hope this helps. Thank me in the reply.
Thanks!
Legend! Thank you!
Do solve the problem
Worked…. Thanks
Thanks!
I’ve been researching this issue on and off for a couple of months now. Thanks. You rock!
top !
Thanks!
Thanks , Worked Great
Works perfectly on my Windows Server 2012 R2 system!
Worked perfectly on my Windows Server 2012 R2 system!
This fixed a problem that had me beating my head against the wall. So, thank you for saving my skull (and sanity). You rock, sir!
I am very glad my blog helped you. Enjoy!
Thanks for the fix. I’ve been using your page as a reference for some time now.
We recently upgraded the firmware on our Netapp, and the issue appears to be resolved. The latest version seems to allow signing to be negotiated properly, and you don’t need to apply the fix anymore.
That worked instantly – thanks!
thank you!