CIFS 共享未提供数据,因为审核日志目标已满
适用于
- ONTAP 9
- CIFS
- 审核
问题描述
- 可以访问 CIFS 共享,但由于以下错误而无法打开/创建文件:
Windows cannot access \\shareCheck the spelling or the name. Otherwise, there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.
- EMS 消息:
adtconsolidation: adt.dest.directory.full:EMERGENCY Audit destination directory "path" of Vserver "SVM" is fulladt.service.block:EMERGENCY
- 当审核目标目录客户端尝试创建文件/文件夹时,将报告类似于以下内容的消息:
There is not enough space on "" The network path was not found
使用以下流程确认目的地已满:
- 确定审核日志目标:
::> vserver audit show -vserver <vserver name> -fields destination::> vserver object-store-server audit show -vserver <vserver_name> -fields destination - 确定上述目标路径的卷和聚合:
::> vol show -fields junction-path,aggregate - 检查卷和聚合的空间使用情况:
- 确定审核日志目标:
::> df -h <volume name>
::> aggr show-space -aggregate-name <aggregate name>