17-Aug-2022 21:08 - edited 17-Aug-2022 21:09
Hello everyone!
I'm running an HA pair of Big-IP units (BIG-IP 12.1.2 Build 0.0.249 Final) and I need to take packet captures now and then. I'm just wondering if it's safe to delete the capture files once I'm done, like from the CLI?
Could I just [cd /var/tmp] and then [rm capturefile.pcap] ?
Thanks!
Solved! Go to Solution.
18-Aug-2022 01:59
Sure, it's safe. You can even use
rm -f /var/tmp/capturefile.pcap
18-Aug-2022 01:59
Sure, it's safe. You can even use
rm -f /var/tmp/capturefile.pcap
18-Aug-2022 08:51
It's a good idea to keep those cleaned up. I use Filezilla to retrieve or delete pcap files.