ONTAP 9.12.1 commands

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

    Delete a dumpconfiguration file

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

    Description

    The system bridge config-dump delete command deletes dumpconfiguration files previously retrieved with the system bridge config-dump collect command.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to delete a dumpconfiguration file stored on the specified node.

    -file <text> - Config File

    Use this parameter to delete the dumpconfiguration file with the specified file name.

    Examples

    The following example deletes dsbridge_config.FB7500N100001.2017-04-28_14_49_30.txt from node1:

    cluster1::*> system bridge config-dump delete -node node1 -file dsbridge_config.FB7500N100001.2017-04-28_14_49_30.txt
    
    cluster1::*>
    Top of Page