跳转到主内容

如何访问审核日志?

Views:
32
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
nas
Last Updated:

适用于

  • ONTAP 9
  • CIFS
  • CIFS 审核

问题解答

  1. 从 ONTAP CLI 确定审核日志的目标卷:

vserver audit show -vserver <vserver> -fields destination 

示例:

Cluster::> vserver audit show -vserver VS1 -fields destination
vserver    destination
------------ -----------
VS1      /audit

 

  1. 配置 CIFS 共享以允许从 ONTAP CLI 访问第 1 步中列出的卷:

vserver cifs share create -vserver <vserver> -share-name <share_name> -path <path_from_step_1> 

注意: 默认情况下,ONTAP 将授予Everyone组完全控制权,可以通过文件级 ACL 限制访问。 

  1. (可选)通过 NFS 装载步骤 1 中列出的卷。
    • 可能需要修改导出策略,以允许主机访问卷。

注意:默认情况下,ONTAP 将二进制日志转换为 EVTX 文件格式。

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • 这篇文章对您有帮助吗?