ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node coredump reports delete

    Delete an application core report

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

    Description

    The system node coredump reports delete command deletes the specified application core report.

    Parameters

    -node {<nodename>|local} - Node That Owns the Coredump

    This specifies the node from which reports are to be deleted.

    -reportname <text> - Report Name

    This specifies the report that is to be deleted.

    Examples

    The following example shows how a report named notifyd.1894.80335005.2011-03-25.09_59_43.ucore.report is deleted from a node named node0:

    cluster1::> system node coredump reports delete -node node0 -reportname notifyd.1894.80335005.2011-03-25.09_59_43.ucore.report
    Top of Page