DX NetOps

 View Only
  • 1.  Data Aggregator Log/Appication Files

    Posted Jun 02, 2020 05:38 AM
    Hi Guys

    We are busy trying to cleanup the aggregator files to reduce space.

    We are seeing a number of directories under the IMDataAggregator/apache-karaf-2.4.3/ directory.

    There is a number of  data.bak folders which I'm not sure can be deleted or not and the make up about 5GB of the utilized space. See below snip and advise. I'm further seeing a similar pattern for the deploy directory. Can these be deleted?


    Regards
    David

    ------------------------------
    Ops Specialist: Enterprise Systems Management
    BCX
    Gauteng South Africa
    ------------------------------


  • 2.  RE: Data Aggregator Log/Appication Files
    Best Answer

    Broadcom Employee
    Posted Jun 02, 2020 07:14 AM
    Hi David:

    There should be no issue deleting them.  Obviously leave data and deploy ... and I think I might leave a few of the .bak directories in case for whatever reason you have to look at previous days of logs but removing them won't affect functionality

    Here is a good find command to look for other "big files"

    find /opt -size +10000k -print0 | xargs -0 ls -l

    You can tweak as needed and obviously if you have a question about whether or not a file can be deleted let us know first

    Regards,
    Joe