Windows 8 – NetApp CIFS Share Probleme

Unter Windows 8 ist es unter Umständen nicht möglich CIFS Share der NetApp einzubinden.

Microsoft Lösungen

Enable signing on the third-party file server.

Set-SmbClientConfiguration -RequireSecuritySignature $true

Disable „Secure Negotiate“ on the client.

Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate -Value 0 -Force

NetApp Lösungen

Enable SMB 2 signing on the NetApp(ONTAP CLI)

options cifs.smb2.signing.required on

Enable SMB 2 signing on the NetApp(PowerShell)

ipmo DataONTAP
Connect-NaController controller
Set-NaOption cifs.smb2.signing.required off

1 Gedanke zu “Windows 8 – NetApp CIFS Share Probleme”

  1. Great blog you have here but I was wondering if you knew of any community forums that cover the same topics discussed in this article? I’d really love to be a part of online community where I can get comments from other knowledgeable people that share the same interest. If you have any recommendations, please let me know. Kudos!

Kommentar verfassen

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.