メインコンテンツへスキップ

監査ログにアクセスする方法

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. ONTAP CLIから、手順1でリストしたボリュームにアクセスできるようにCIFS共有を設定します:

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

注: デフォルトでは、ONTAPはEveryoneグループにフルコントロールを付与し、アクセスはファイルレベルのACLによって制限できます。 

  1. (オプション)手順1でリストしたボリュームをNFS経由でマウントします。

:デフォルトでは、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.

 

  • この記事は役に立ちましたか?