network tcpdump trace delete
Delete a tcpdump tracefile
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The network tcpdump trace delete command deletes the tcpdump trace file from a matching node.
Parameters
- -node {<nodename>|local} - Node Name
- Use this parameter to delete the tcpdump trace file from a matching node.
- -trace-file <text> - Trace File
- Use this parameter to specify the tcpdump trace file to be deleted.
Examples
The following example deletes the list of tcpdump trace files from node "node1" using wildcard pattern:
cluster1::> network tcpdump trace delete -node node1 -trace-file *
Give documentation feedback