Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.45 KB

verifying-nfs-audit-integration.adoc

File metadata and controls

30 lines (24 loc) · 1.45 KB
permalink sidebar keywords summary
admin/verifying-nfs-audit-integration.html
sidebar
nfs, audit share, audit client
After you configure an audit share and add an NFS audit client, you can mount the audit client share and verify that the files are available from the audit share.

Verify NFS audit integration

After you configure an audit share and add an NFS audit client, you can mount the audit client share and verify that the files are available from the audit share.

Note
Support for NFS has been deprecated and will be removed in a future release.
Steps
  1. Verify connectivity (or variant for the client system) using the client-side IP address of the Admin Node hosting the AMS service. Enter: ping IP_address

    Verify that the server responds, indicating connectivity.

  2. Mount the audit read-only share using a command appropriate to the client operating system. An example Linux command is (enter on one line):

    mount -t nfs -o hard,intr Admin_Node_IP_address:/var/local/log myAudit

    Use the IP address of the Admin Node hosting the AMS service and the predefined share name for the audit system. The mount point can be any name selected by the client (for example, myAudit in the previous command).

  3. Verify that the files are available from the audit share. Enter: ls myAudit /*

    where myAudit is the mount point of the audit share. There should be at least one log file listed.