ONTAP 9.12.1 commands

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

    Delete a coredump

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

    Description

    The system node coredump delete command deletes a specified core dump. If the command is issued while the specified core dump is being saved, the command prompts you before stopping the save operation and deleting the core dump.

    Parameters

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

    This specifies the node from which core files are to be deleted.

    [-type {kernel|ancillary-kernel-segment|application}] - Coredump Type

    This specifies the type of core file to be deleted. If the type is kernel, the specified kernel core file will be deleted. If the type is application, the specified application core file will be deleted.

    -corename <text> - Coredump Name

    This specifies the core file that is to be deleted.

    Examples

    The following example deletes a core dump named core.101268397.2010-05-30.19_37_31.nz from a node named node0:

    cluster1::> system node coredump delete -node node0 -corename core.101268397.2010-05-30.19_37_31.nz
    Top of Page