ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver security trace trace-result delete

    Delete security trace results

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    Delete the specified security tracing event record.

    Parameters

    -node {<nodename>|local} - Node

    This parameter specifies the cluster node on which the permission tracing event that you want to delete occurred.

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver on which the permission tracing event that you want to delete occurred.

    -seqnum <integer> - Sequence Number

    This parameter specifies the sequence number of the log entry to be deleted.

    Examples

    The following example deletes the security trace result record for the Vserver ``_vserver_1_`` on node ``_Node_1_`` whose sequence number is ``_999_`` .
    cluster1::> vserver security trace trace-result delete -vserver vserver_1 -node Node_1 -seqnum 999
    Top of Page