Current TIM data is not coming in after the /tim directory is getting full. Also files are not getting autocleared on its own after applying HF60 hotfix . Need to stop the TIM and HTTPD services to clear it every time.
There are couple of problems.
1. The TIM apmpacket/data/pcap directory contains almost 135GB of pcap files.
2. The domain configuration status and TIM configuration status was not sent to TIM from CEM.
Release : 10.7.0
Component : CEM
1. Check that the filesystem for <tim installation path>/apmpacket/data/pcap, If there is any filesystem other than tmpfs, change the filesystem type to tmpfs.
If the above checks are good, then consider deleting those pcap files that are older than 15mins. To delete them, stop the apmpacket service, then stop the tim service.
Go to each workers directory and run rm -f *
2. Check the TIM settings for proper TessCollectorIpAddr and TessIpAddr. See if they are set to correct value.
A script could be created to loop into each worker directory and delete all of the files.