由于文件上存在锁定、无法删除或重命名文件
适用场景
- ONTAP 9
- CIFS/SMB
- CIFS锁定
问题描述
Access denied
或在访问或尝试重命名或删除ONTAP中的文件或文件夹时出现类似错误- 用户无法删除文件:
- 刷新 Windows资源管理器时、文件消失并重新出现
- "
Cannot delete file because it is open by the system
"错误
- 在System Manager中删除文件失败:
You do not have permission to close this activity
- Sectrace输出显示:
::> vserver security trace trace-result show Vserver: svm_1
Node Index Filter Details Reason
--------------- ----- -------------------------- ------------------------------
Node-01 1 Security Style: - Access is denied because a
delete is pending on this
object
Protocol: cifs
Volume: -
Share: share1
Path: /example/test/test.file
Win-User: domain\user
UNIX-User: root
Session-ID: xxxxxxxxxxxxxx
- ONTAP命令
vserver locks show
指示客户端对受影响的文件保持锁定
示例:
::> vserver locks show Vserver: vs0 Volume Object Path LIF Protocol Lock Type Client -------- ------------------------- ----------- --------- ----------- ---------- vol1 /vol1/notes.txt node1_data1 cifs share-level 192.168.1.5 Sharelock Mode: read_write-deny_delete op-lock 192.168.1.5 Oplock Level: read-batch