<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disk usage issue on Cisco Firepower in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129131#M1072521</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suggest to apply these commands to see the actual files occupying sizes&lt;BR /&gt;&lt;BR /&gt;find /home -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;find /ngfw -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;find /var/sf -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;You will see things like update files, logs files, etc not deleted.&lt;BR /&gt;&lt;BR /&gt;**** please remember to rate useful posts&lt;BR /&gt;</description>
    <pubDate>Sun, 02 Aug 2020 07:05:09 GMT</pubDate>
    <dc:creator>Mohammed al Baqari</dc:creator>
    <dc:date>2020-08-02T07:05:09Z</dc:date>
    <item>
      <title>Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129018#M1072511</link>
      <description>&lt;P&gt;I have low space in file system /var/ en my cisco firepower sensor, I validated files with big weight and I found a file in path /var/sf/detection_engines that takes a lot of space (110G):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@SFNGIPSB:/var/sf/detection_engines# du -sh *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;110G 5b63061c-a756-11e8-8842-8a7aff71b588&lt;/P&gt;&lt;P&gt;116M 5b6dd3b2-a756-11e8-8842-8a7aff71b588&lt;/P&gt;&lt;P&gt;116M 5b6ed564-a756-11e8-8842-8a7aff71b588&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/855265"&gt;@ciscoCommunity&lt;/a&gt; Can I delete this file?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 14:26:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129018#M1072511</guid>
      <dc:creator>alejandrolopezlext</dc:creator>
      <dc:date>2020-08-01T14:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129121#M1072520</link>
      <description>&lt;P&gt;Older detection engine folders may be deleted. Make sure it's not the one associated with your current policy.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 06:22:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129121#M1072520</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2020-08-02T06:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129131#M1072521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I suggest to apply these commands to see the actual files occupying sizes&lt;BR /&gt;&lt;BR /&gt;find /home -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;find /ngfw -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;find /var/sf -type f -print0 | xargs -0 du -h | sort -rh | head -n 30&lt;BR /&gt;&lt;BR /&gt;You will see things like update files, logs files, etc not deleted.&lt;BR /&gt;&lt;BR /&gt;**** please remember to rate useful posts&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Aug 2020 07:05:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129131#M1072521</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2020-08-02T07:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129640#M1072540</link>
      <description>&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Effectively, e&lt;/SPAN&gt;ngine folder with high weight is the one associated with my current policy , the next files have huge weight:&lt;/P&gt;&lt;P&gt;root@SFNGIPSB:/var/sf/detection_engines/5b63061c-a756-11e8-8842-8a7aff71b588#&amp;nbsp;du -sh *&lt;/P&gt;&lt;P&gt;32G instance-1&lt;BR /&gt;19G instance-2&lt;BR /&gt;14G instance-3&lt;BR /&gt;14G instance-4&lt;BR /&gt;14G instance-5&lt;BR /&gt;18G instance-6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what can I&amp;nbsp; do to free up space?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 16:10:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129640#M1072540</guid>
      <dc:creator>alejandrolopezlext</dc:creator>
      <dc:date>2020-08-03T16:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129641#M1072541</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326046"&gt;@Marvin Rhoads&lt;/a&gt;&amp;nbsp; Effectively, engine folder with high weight is the one associated with my current policy , the next files have huge weight:&lt;BR /&gt;&lt;BR /&gt;root@SFNGIPSB:/var/sf/detection_engines/5b63061c-a756-11e8-8842-8a7aff71b588#&amp;nbsp;du -sh *&lt;BR /&gt;&lt;BR /&gt;32G instance-1&lt;BR /&gt;19G instance-2&lt;BR /&gt;14G instance-3&lt;BR /&gt;14G instance-4&lt;BR /&gt;14G instance-5&lt;BR /&gt;18G instance-6&lt;BR /&gt;&lt;BR /&gt;what can I&amp;nbsp; do to free up space?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 17:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129641#M1072541</guid>
      <dc:creator>alejandrolopezlext</dc:creator>
      <dc:date>2020-08-03T17:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129659#M1072543</link>
      <description>I suggest to contact tac to get their confirmation before deleting files.&lt;BR /&gt;You don't want to get this wrong.&lt;BR /&gt;&lt;BR /&gt;**** please remember to rate useful posts&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2020 17:13:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129659#M1072543</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2020-08-03T17:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk usage issue on Cisco Firepower</title>
      <link>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129710#M1072550</link>
      <description>&lt;P&gt;I agree with &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/292493"&gt;@Mohammed al Baqari&lt;/a&gt; to check with TAC first. They should confirm you can delete the old detection engine files.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:07:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/disk-usage-issue-on-cisco-firepower/m-p/4129710#M1072550</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2020-08-03T19:07:57Z</dc:date>
    </item>
  </channel>
</rss>

