ONTAP 9.12.1 commands

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

    Delete a saved coredump file.

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

    Description

    The system bridge coredump delete command deletes a coredump file previously retrieved with the system bridge coredump collect command.

    Parameters

    -name <text> - Bridge Name

    This parameter specifies the name of the bridge that the coredump file belongs to.

    -corename <text> - Coredump Filename

    This parameter specifies the name of the coredump file to be deleted.

    Examples

    The following example deletes coredump file core.FB7500N100018.1970-01-05.17_50_30.mem collected from bridge ATTO_FibreBridge7500N_1:

    cluster1::> system bridge coredump delete -name ATTO_FibreBridge7500N_1 -corename core.FB7500N100018.1970-01-05.17_50_30.mem
    
    cluster1::>
    Top of Page