ONTAP 9.12.1 commands

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

    Save all unsaved kernel coredumps owned by a node

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

    Description

    The system node coredump save-all saves all unsaved core dumps on a specified node. If the node has already attempted to save the core dump by the value set by the -save-attempts parameter, the command prompts you before continuing. The save-attempts parameter is set by invoking the command system node coredump config modify.

    Parameters

    -node <nodename> - Node That Owns the Coredump

    This specifies the node on which unsaved core dumps are to be saved.

    Examples

    The following example saves all unsaved core dumps on a node named node0:

    cluster1::> system node coredump save-all -node node0
    Top of Page