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.
- EMS Messages:
adtconsolidation: adt.dest.directory.full:EMERGENCY Audit destination directory "path" of Vserver "SVM" is full
adt.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>