CIFS エラー「ソース ファイルまたはディスクから読み取れません」または「システムに接続されたデバイスが機能していません」
環境
- ONTAP 9
- Vscan
問題
- ユーザーは共有からファイルを開くことができません。
- ユーザーは共有上にファイルを作成できません。
- クライアント エラー メッセージ:
Can't read from the source file or disk
A device attached to the system is not functioning
- 共有の fileops プロファイルを none に変更すると、問題は発生しなくなります。
1.vscan-fileop-profile値を記録:
::> cifs share show -vserver SVM1 -fields vscan-fileop-profile
2. no-scanに設定:
::> cifs share modify -vserver SVM1 -share-name DATA -vscan-fileop-profile no-scan
3.テストアクセス。
4.必要であれば元に戻す。