<?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: Tip for extending disk space without entering maintanance mode or rebooting in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245874#M47906</link>
    <description>&lt;P&gt;We still have to grapple with larger images as time goes by, for instance the latest Blink for R81.20 is 10Gb, R82T12 is already 8GB and just getting started.&lt;/P&gt;
&lt;P&gt;We're at a point where the only way forward to upgrade some versions is to clean install as appliances &amp;nbsp;don't scale with multiple upgrades, even for the next JHF.&lt;/P&gt;
&lt;P&gt;Deleting older folders still containing R80.x repositories in CPda and/or messing with partitions isn't the greatest feeling either, so either we get appliances shipped with TB of disk space or and advanced CPUSE which keeps the file system up to date for continuous upgrades.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Apr 2025 16:37:13 GMT</pubDate>
    <dc:creator>Alex-</dc:creator>
    <dc:date>2025-04-07T16:37:13Z</dc:date>
    <item>
      <title>Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245783#M47888</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;
&lt;P&gt;Credit for this 100% goes to&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/75318"&gt;@yukaia&lt;/a&gt;&amp;nbsp;. I wanted to share it, as Im sure a lot of people may never heard about it (I certainly never have) and would always reboot, go into maintenance mode and run lvm_manager and then extend, reboot again.&lt;/P&gt;
&lt;P&gt;Examples that can be done and works on vm, physical box, regardless of the version/jumbo hotfix:&lt;/P&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)" data-olk-copy-source="MessageBody"&gt;I always recommend take backup and/or snapshot (just in&amp;nbsp;case), though in my lab, that was not needed, worked like a charm.&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;Example 1:&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;Say you want to extend / dir to 35 BG:&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;First command:&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&lt;SPAN data-ogsc=""&gt;lvresize -L35G vg_splat/lv_&lt;/SPAN&gt;current&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;Then -&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ogsc=""&gt;xfs_growfs /&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&lt;SPAN data-ogsc=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;Example 2:&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="x_elementToProof" data-ogsc="rgb(0, 0, 0)"&gt;If you wish to extend /var/log to say 55GB&lt;/DIV&gt;
&lt;DIV id="x_Signature" class="x_elementToProof"&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)" data-ogsb="rgb(255, 255, 255)"&gt;lvresize -L55G vg_splat/lv_log&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)" data-ogsb="rgb(255, 255, 255)"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)" data-ogsb="rgb(255, 255, 255)"&gt;xfs_growfs /var/log&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)"&gt;Run df -h to verify!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)"&gt;WARNING: As&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/71054"&gt;@emmap&lt;/a&gt;&amp;nbsp;had indicated, this would prevent you from doing major upgrades (jumbos would work on same version), and I even confirmed with R&amp;amp;D that there is NO WAY to bypass this requirement, since OS needs to have enough unallocated space to generate snapshot during the upgrade.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-ogsc="rgb(0, 0, 0)"&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 May 2025 11:47:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245783#M47888</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-05-27T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245798#M47895</link>
      <description>&lt;P&gt;Hi, you're all adults so I'm not going to tell you what not to do with your stuff, but:&lt;/P&gt;
&lt;P&gt;This sort of thing can remove the ability to perform in-place upgrades via CPUSE due to lack of unpartitioned space. It can also remove the ability to take snapshots for the same reason. As such it is not supported to do this on CP appliances outside of an explicit recommendation from TAC with accompanying SR/guidance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, here is the SK about adding a disk to a VM or open server that also utilises these commands:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk165122" target="_blank" rel="noopener"&gt;https://support.checkpoint.com/results/sk/sk165122&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 02:14:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245798#M47895</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2025-04-07T02:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245799#M47896</link>
      <description>&lt;P&gt;Thank you Emma, I totally get your point, definitely something to consider. I was able to upgrade one of my lab fws today to R82, did not complain about anything.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 02:27:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245799#M47896</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T02:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245861#M47899</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/71054"&gt;@emmap&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are 100% correct. I tested 2 lab devices today and snapshot failed, as well as cpuse verification upgrade. Just wondering, is there any way to get around that?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:25:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245861#M47899</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245862#M47900</link>
      <description>&lt;P&gt;You can't shrink an xfs partition, so the only way to fix it would be to add more disk space if it's a VM.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:36:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245862#M47900</guid>
      <dc:creator>yukaia</dc:creator>
      <dc:date>2025-04-07T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245864#M47901</link>
      <description>&lt;P&gt;I think so, yea...I went intomaintenance mode, but does not let me modify anything with unpartitioned space.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:44:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245864#M47901</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T15:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245865#M47902</link>
      <description>&lt;P&gt;Unless there is another command to do it without rebooting, but I doubt it...&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:45:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245865#M47902</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T15:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245867#M47903</link>
      <description>&lt;P&gt;Yeah, it's a limitation of xfs.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:48:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245867#M47903</guid>
      <dc:creator>yukaia</dc:creator>
      <dc:date>2025-04-07T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245868#M47904</link>
      <description>&lt;P&gt;K, fair enough. t least I extended partitions in my labs, so im happy with that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 15:49:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245868#M47904</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245874#M47906</link>
      <description>&lt;P&gt;We still have to grapple with larger images as time goes by, for instance the latest Blink for R81.20 is 10Gb, R82T12 is already 8GB and just getting started.&lt;/P&gt;
&lt;P&gt;We're at a point where the only way forward to upgrade some versions is to clean install as appliances &amp;nbsp;don't scale with multiple upgrades, even for the next JHF.&lt;/P&gt;
&lt;P&gt;Deleting older folders still containing R80.x repositories in CPda and/or messing with partitions isn't the greatest feeling either, so either we get appliances shipped with TB of disk space or and advanced CPUSE which keeps the file system up to date for continuous upgrades.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 16:37:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245874#M47906</guid>
      <dc:creator>Alex-</dc:creator>
      <dc:date>2025-04-07T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245878#M47907</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/10384"&gt;@Alex-&lt;/a&gt;&amp;nbsp;I agree 100% with all you had said. Btw, I had a call maybe about a month ago with genetleman from Israel office (cant recall his name now, super nice guy), we discussed things about upgrades and he told me they are working on developing a script that would clean up unnecessary files/packages after the upgrade or even before major one.&lt;/P&gt;
&lt;P&gt;Brilliant idea.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 16:56:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245878#M47907</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-07T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245882#M47909</link>
      <description>&lt;P&gt;Absolutely, it's particularly painful that the Maestro Orchestrators only come with 120gb SSDs in them.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Apr 2025 17:41:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245882#M47909</guid>
      <dc:creator>yukaia</dc:creator>
      <dc:date>2025-04-07T17:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245908#M47922</link>
      <description>&lt;P&gt;With VMs you can add more virtual disks with the SK I linked to up there, but if it's an appliance and you've expanded partitions and removed all the unpartitioned space, the only way to recover is to reinstall (and re-partition) from USB. Hence why it's unsupported and not recommended to do it.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 02:17:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245908#M47922</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2025-04-08T02:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245909#M47923</link>
      <description>&lt;P&gt;Gotcha...just curious though, since its my labs, though I dont want to rebuild it, but even if I have to, not a big deal, but is there any workaround to get cpuse work after running those commands I linked in the post? Im using EVE-NG, though not sure if that makes much difference.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 02:24:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245909#M47923</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-08T02:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245913#M47924</link>
      <description>&lt;P&gt;If the failure is disk space related then no, there's no workaround that I'm aware of.&lt;/P&gt;
&lt;P&gt;The 'autosnap' part of the process isn't something that can be skipped - as I understand it, the upgrade procedure creates a new root partition with a clean install of the new version, and then copies data from the old root over to the new one. The 'autosnap' snapshot that remains available as a rollback point is that old root partition, it's not a fresh snapshot like a manually taken one would be. So the requirement to have enough unpartitioned space isn't something that can be bypassed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 03:24:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245913#M47924</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2025-04-08T03:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tip for extending disk space without entering maintanance mode or rebooting</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245914#M47925</link>
      <description>&lt;P&gt;Thanks as always, amazing help from you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 03:26:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Tip-for-extending-disk-space-without-entering-maintanance-mode/m-p/245914#M47925</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-04-08T03:26:13Z</dc:date>
    </item>
  </channel>
</rss>

