<?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: Can not backup because of insufficient storage memory in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166344#M29933</link>
    <description>&lt;P&gt;What happens when you type mount /var/log in expert mode?&lt;BR /&gt;/var/log isn't showing as mounted on your system.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 16:19:45 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2022-12-29T16:19:45Z</dc:date>
    <item>
      <title>Can not backup because of insufficient storage memory</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166324#M29918</link>
      <description>&lt;P&gt;Hello dear friends,&lt;/P&gt;&lt;P&gt;I have problem with my checkpoint server because it does not have enough memory so i can export backups. It is installed on e virtual esxi server and the server has just 500gb of memory.. How can i export the backup files, snapshots and other things and directly transfer the files on an ftp server.. I try to export them on my ftp server but says that there is not enough memory in the /var/log/CPbackup/backups..&lt;/P&gt;&lt;P&gt;How can i solve this issue? How to export my configuration and other things so i can transfer my VM on other server rack?&lt;/P&gt;&lt;P&gt;This is what the df -h command show:&lt;/P&gt;&lt;P&gt;/dev/mapper/vg_splat-lv_current 50G 48G 2.9G 95% /&lt;BR /&gt;/dev/sda1 291M 58M 219M 21% /boot&lt;BR /&gt;tmpfs 7.8G 6.0M 7.8G 1% /dev/shm&lt;BR /&gt;cgroup 7.8G 0 7.8G 0% /sys/fs/cgroup&lt;/P&gt;&lt;P&gt;The vmware esxi host says that the space used for the virtual machine where the checkpoint is installed is 516gb used space out of 550..&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 13:18:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166324#M29918</guid>
      <dc:creator>king_slavcho</dc:creator>
      <dc:date>2022-12-29T13:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can not backup because of insufficient storage memory</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166344#M29933</link>
      <description>&lt;P&gt;What happens when you type mount /var/log in expert mode?&lt;BR /&gt;/var/log isn't showing as mounted on your system.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 16:19:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166344#M29933</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-12-29T16:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can not backup because of insufficient storage memory</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166351#M29936</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;is correct. I also find it odd /var/log is not even showing, so definitely not mounted on the system itself.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 18:03:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/166351#M29936</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2022-12-29T18:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can not backup because of insufficient storage memory</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/167286#M30250</link>
      <description>&lt;P&gt;mount: mount /dev/mapper/vg_splat-lv_log on /var/log failed: No data available&lt;/P&gt;&lt;P&gt;I cleaned some files on the host and now i get another error when i try to backup..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 14:34:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/167286#M30250</guid>
      <dc:creator>king_slavcho</dc:creator>
      <dc:date>2023-01-10T14:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can not backup because of insufficient storage memory</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/167313#M30256</link>
      <description>&lt;P&gt;/var/log is used for a variety of things (including backups).&lt;BR /&gt;The fact this filesystem is not mounted means anything written to /var/log will actually be on the root filesystem.&lt;BR /&gt;With only 50gb allocated to the root filesystem, a backup will never successfully complete.&lt;/P&gt;
&lt;P&gt;Which means, ultimately, you need to solve the problem of why /var/log isn't mounting.&lt;BR /&gt;You can try something like an fsck -y /var/log to see what happens (will repair all errors).&lt;BR /&gt;To preserve the existing contents of /var/log, you probably need to do something like:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;mv /var/log /var/log.old&lt;BR /&gt;mkdir -m 755 /var/log&lt;BR /&gt;chown admin:root /var/log&lt;/P&gt;
&lt;P&gt;Then try and mount again.&lt;BR /&gt;If none of this works, I suggest engaging with the TAC.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 15:50:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Can-not-backup-because-of-insufficient-storage-memory/m-p/167313#M30256</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-01-10T15:50:27Z</dc:date>
    </item>
  </channel>
</rss>

