CIFS share not serving data because the Audit Log Destination is full
Applies to
- ONTAP 9
- CIFS
- Auditing
Issue
- Possible to access a CIFS share, but not possible to open/create files due to the following error:
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 Messages:
adtconsolidation: adt.dest.directory.full:EMERGENCY Audit destination directory "path" of Vserver "SVM" is fulladt.service.block:EMERGENCY
- A message similar to the following is reported when Audit destination directory clients attempt to create a file/folder:
There is not enough space on " " The network path was not found
-
Verify the destination is full using the below process:
- Determine the audit logs destination:
::> vserver audit show -vserver <vserver name> -fields destination::> vserver object-store-server audit show -vserver <vserver_name> -fields destination - Determine volume and aggregate for the above destination path:
::> vol show -fields junction-path,aggregate - Check the space usage on the volume and aggregate:
- Determine the audit logs destination:
::> df -h <volume name>
::> aggr show-space -aggregate-name <aggregate name>
