監査ログのデスティネーションがフルのため、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>