<?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: Resizing Disk After Increasing Disk Size in VMware on Gaia in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199947#M79908</link>
    <description>&lt;P&gt;There's also a special sk: How to increase the disk size of a CloudGuard VM for Azure, AWS, GCP, and OCI&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk156552" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk156552&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 10:05:16 GMT</pubDate>
    <dc:creator>Amir_Senn</dc:creator>
    <dc:date>2023-12-07T10:05:16Z</dc:date>
    <item>
      <title>Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87447#M79896</link>
      <description>&lt;P&gt;I had a VM working as Manager on production enviroment.&lt;/P&gt;&lt;P&gt;According to sk94671, we can increase the log storage but we have to add a new virtual disk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, we increased the current Disk assigned to the VM (we make the test first on my lab, increase the hdd from 100 GB to 200GB in Gaia R80.20).&lt;/P&gt;&lt;P&gt;I did the following procedure:&lt;/P&gt;&lt;P&gt;*****1.- Create partition with "parted"*****&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]# parted&lt;BR /&gt;GNU Parted 3.1&lt;BR /&gt;Using /dev/sda&lt;BR /&gt;Welcome to GNU Parted! Type 'help' to view a list of commands.&lt;BR /&gt;(parted) unit b&lt;BR /&gt;(parted) print free&lt;BR /&gt;Model: VMware Virtual disk (scsi)&lt;BR /&gt;Disk /dev/sda: 214748364800B&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: gpt&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size File system Name Flags&lt;BR /&gt;1 17408B 314590207B 314572800B ext3 boot&lt;BR /&gt;2 314590208B 8901783039B 8587192832B linux-swap(v1)&lt;BR /&gt;3 8901783040B 107374165503B 98472382464B lvm&lt;BR /&gt;107374165504B 214748347903B 107374182400B Free Space&lt;/P&gt;&lt;P&gt;(parted) mkpart&lt;BR /&gt;Partition name? []?&lt;BR /&gt;File system type? [ext2]?&lt;BR /&gt;Start? 107374165504B --&amp;gt; Set inicial "Free Space"&lt;BR /&gt;End? 214748347903B --&amp;gt; Se final "Free Space""&lt;BR /&gt;Warning: The resulting partition is not properly aligned for best performance.&lt;BR /&gt;Ignore/Cancel? Ignore&lt;BR /&gt;(parted) p&lt;BR /&gt;Model: VMware Virtual disk (scsi)&lt;BR /&gt;Disk /dev/sda: 214748364800B&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: gpt&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size File system Name Flags&lt;BR /&gt;1 17408B 314590207B 314572800B ext3 boot&lt;BR /&gt;2 314590208B 8901783039B 8587192832B linux-swap(v1)&lt;BR /&gt;3 8901783040B 107374165503B 98472382464B lvm&lt;BR /&gt;4 107374165504B 214748347903B 107374182400B&lt;/P&gt;&lt;P&gt;(parted) t&lt;BR /&gt;Partition number? 4&lt;BR /&gt;Flag to Invert? lvm&lt;BR /&gt;(parted) p&lt;BR /&gt;Model: VMware Virtual disk (scsi)&lt;BR /&gt;Disk /dev/sda: 214748364800B&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: gpt&lt;BR /&gt;Disk Flags:&lt;/P&gt;&lt;P&gt;Number Start End Size File system Name Flags&lt;BR /&gt;1 17408B 314590207B 314572800B ext3 boot&lt;BR /&gt;2 314590208B 8901783039B 8587192832B linux-swap(v1)&lt;BR /&gt;3 8901783040B 107374165503B 98472382464B lvm&lt;BR /&gt;4 107374165504B 214748347903B 107374182400B lvm&lt;/P&gt;&lt;P&gt;(parted) q&lt;BR /&gt;Information: You may need to update /etc/fstab.&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]# reboot&lt;/P&gt;&lt;P&gt;Are you sure? (y/n) y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;****2.- Extend patition vg_splat*****&lt;/P&gt;&lt;P&gt;We have now a new partition markes as lvm&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# pvcreate /dev/sda4&lt;BR /&gt;Physical volume "/dev/sda4" successfully created.&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# pvdisplay /dev/sda4&lt;BR /&gt;"/dev/sda4" is a new physical volume of "100.00 GiB"&lt;BR /&gt;--- NEW Physical volume ---&lt;BR /&gt;PV Name /dev/sda4&lt;BR /&gt;VG Name&lt;BR /&gt;PV Size 100.00 GiB&lt;BR /&gt;Allocatable NO&lt;BR /&gt;PE Size 0&lt;BR /&gt;Total PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Allocated PE 0&lt;BR /&gt;PV UUID gYyKX0-kV9W-e41V-UQRH-qVCw-JHLc-fDjA64&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# vgscan --mknodes&lt;BR /&gt;Reading volume groups from cache.&lt;BR /&gt;Found volume group "vg_splat" using metadata type lvm2&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# pvdisplay /dev/sda4&lt;BR /&gt;"/dev/sda4" is a new physical volume of "100.00 GiB"&lt;BR /&gt;--- NEW Physical volume ---&lt;BR /&gt;PV Name /dev/sda4&lt;BR /&gt;VG Name&lt;BR /&gt;PV Size 100.00 GiB&lt;BR /&gt;Allocatable NO&lt;BR /&gt;PE Size 0&lt;BR /&gt;Total PE 0&lt;BR /&gt;Free PE 0&lt;BR /&gt;Allocated PE 0&lt;BR /&gt;PV UUID AsDVvU-XSVh-32dQ-W6Wd-cDiL-KvYJ-qw2EbC&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# vgextend vg_splat /dev/sda4&lt;BR /&gt;Volume group "vg_splat" successfully extended&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]#&lt;BR /&gt;[Expert@crdsmc001:0]# vgdisplay&lt;BR /&gt;--- Volume group ---&lt;BR /&gt;VG Name vg_splat&lt;BR /&gt;System ID&lt;BR /&gt;Format lvm2&lt;BR /&gt;Metadata Areas 2&lt;BR /&gt;Metadata Sequence No 4&lt;BR /&gt;VG Access read/write&lt;BR /&gt;VG Status resizable&lt;BR /&gt;MAX LV 0&lt;BR /&gt;Cur LV 2&lt;BR /&gt;Open LV 2&lt;BR /&gt;Max PV 0&lt;BR /&gt;Cur PV 2&lt;BR /&gt;Act PV 2&lt;BR /&gt;VG Size 191.66 GiB&lt;BR /&gt;PE Size 32.00 MiB&lt;BR /&gt;Total PE 6133&lt;BR /&gt;Alloc PE / Size 1760 / 55.00 GiB&lt;BR /&gt;Free PE / Size 4373 / 136.66 GiB&lt;BR /&gt;VG UUID Tse907-Fb0t-1pGk-SpN8-PcD9-MCme-rZzmfF&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;****3.- Extend log volume with lvm_manager in maintenance mode****&lt;/P&gt;&lt;P&gt;Reboot the VM and stop the boot.&lt;/P&gt;&lt;P&gt;Choose maintenance mode --&amp;gt; expert password will be required&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Expert@crdsmc001:0]# lvm_manager&lt;BR /&gt;Select action:&lt;/P&gt;&lt;P&gt;1) View LVM storage overview&lt;BR /&gt;2) Resize lv_current/lv_log Logical Volume&lt;BR /&gt;3) Quit&lt;BR /&gt;Select action: 1&lt;BR /&gt;LVM overview&lt;BR /&gt;============&lt;BR /&gt;Size(GB) Used(GB) Configurable Description&lt;BR /&gt;lv_current 25 11 yes Check Point OS and products&lt;BR /&gt;lv_log 30 6 yes Logs volume&lt;BR /&gt;upgrade 28 N/A no Reserved for version upgrade&lt;BR /&gt;swap 8 N/A no Swap volume size&lt;BR /&gt;free 108 N/A no Unused space&lt;BR /&gt;------- ----&lt;BR /&gt;total 199 N/A no Total size&lt;/P&gt;&lt;P&gt;press ENTER to continue.&lt;/P&gt;&lt;P&gt;Select action:&lt;/P&gt;&lt;P&gt;1) View LVM storage overview&lt;BR /&gt;2) Resize lv_current/lv_log Logical Volume&lt;BR /&gt;3) Quit&lt;BR /&gt;Select action: 2&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Select Logical Volume for size modification:&lt;BR /&gt;1) lv_current&lt;BR /&gt;2) lv_log&lt;BR /&gt;3) Cancel&lt;BR /&gt;Select Logical Volume: 2&lt;/P&gt;&lt;P&gt;LVM overview&lt;BR /&gt;============&lt;BR /&gt;Size(GB) Used(GB) Configurable Description&lt;BR /&gt;lv_current 25 11 yes Check Point OS and products&lt;BR /&gt;lv_log 30 6 yes Logs volume&lt;BR /&gt;upgrade 28 N/A no Reserved for version upgrade&lt;BR /&gt;swap 8 N/A no Swap volume size&lt;BR /&gt;free 108 N/A no Unused space&lt;BR /&gt;------- ----&lt;BR /&gt;total 199 N/A no Total size&lt;/P&gt;&lt;P&gt;Resizing lv_log Logical Volume&lt;BR /&gt;==============================&lt;BR /&gt;lv_log size can be between 31G to 139G.&lt;BR /&gt;Enter the new size(GB) or leave blank to cancel: 139&lt;/P&gt;&lt;P&gt;Note that all Check Point products will be shutdown during the resizing operation and the machine will be rebooted automatically at the end of the process.&lt;BR /&gt;This may take several minutes.&lt;BR /&gt;Are you sure you want to continue?(Y/N)[N]Y&lt;/P&gt;&lt;P&gt;Stopping Check Point products. This may take several minutes ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*********************************************************************************************************************************************************&lt;/P&gt;&lt;P&gt;Operation ended succesfully&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Logical Volume size changed from 31G to 139G&lt;/P&gt;&lt;P&gt;Press ENTER to reboot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****************&lt;/P&gt;&lt;P&gt;Finally.&lt;/P&gt;&lt;P&gt;After the reboot, you can see that the log volume has increased and you are using the whole disk assigned to the VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 17:36:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87447#M79896</guid>
      <dc:creator>jonito_villa</dc:creator>
      <dc:date>2020-06-05T17:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87521#M79897</link>
      <description>So I take it this worked for you?&lt;BR /&gt;Looks that way from the output.</description>
      <pubDate>Mon, 08 Jun 2020 02:12:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87521#M79897</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-08T02:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87555#M79898</link>
      <description>&lt;P&gt;Yes... the procedure works...&lt;/P&gt;&lt;P&gt;The most important is the new partition created via parted.&lt;/P&gt;&lt;P&gt;The others steps was taken from the sk94671.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 04:37:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87555#M79898</guid>
      <dc:creator>jonito_villa</dc:creator>
      <dc:date>2020-06-08T04:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87983#M79899</link>
      <description>Just wanted to make sure I didn't miss anything &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 11 Jun 2020 02:19:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/87983#M79899</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-06-11T02:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/88673#M79900</link>
      <description>&lt;P&gt;Is this relevant for XFS file system ?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:33:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/88673#M79900</guid>
      <dc:creator>genisis__</dc:creator>
      <dc:date>2020-06-15T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/88678#M79901</link>
      <description>well... we only expand the logical volumen with a new partition...&lt;BR /&gt;the unique difference with the sk94671 is that the new partition is created with "parted"&lt;BR /&gt;the existing partition in fstab are not modified.</description>
      <pubDate>Mon, 15 Jun 2020 15:48:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/88678#M79901</guid>
      <dc:creator>jonito_villa</dc:creator>
      <dc:date>2020-06-15T15:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/97420#M79902</link>
      <description>&lt;P&gt;Worked for me. Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 10:45:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/97420#M79902</guid>
      <dc:creator>Oliver_Fink</dc:creator>
      <dc:date>2020-09-24T10:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/99040#M79903</link>
      <description>&lt;P&gt;Thanks Jonathan&amp;nbsp;&lt;/P&gt;&lt;P&gt;This procedur&amp;nbsp; is working 100 %&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 02:54:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/99040#M79903</guid>
      <dc:creator>Miguel_SantaCru</dc:creator>
      <dc:date>2020-10-14T02:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/153724#M79904</link>
      <description>&lt;P&gt;Worked for me with R81.10 on VMware Workstation 16.&lt;/P&gt;
&lt;P&gt;Perfect!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 08:39:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/153724#M79904</guid>
      <dc:creator>rener</dc:creator>
      <dc:date>2022-07-25T08:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/165341#M79905</link>
      <description>&lt;P&gt;Thanks!!! Worked on R81.10 on a Azure VM.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 01:25:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/165341#M79905</guid>
      <dc:creator>spaceForceOne</dc:creator>
      <dc:date>2022-12-16T01:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/170364#M79906</link>
      <description>&lt;P&gt;worked on R81.10 Azure.&lt;/P&gt;&lt;P&gt;how about increasing lv_current?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 07:53:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/170364#M79906</guid>
      <dc:creator>allangac</dc:creator>
      <dc:date>2023-02-05T07:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199894#M79907</link>
      <description>&lt;P&gt;Worked wonderfully on Azure with 80.40 and 81.20!&lt;/P&gt;&lt;P&gt;You can save a reboot by doing the second part in maintenance mode.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 16:56:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199894#M79907</guid>
      <dc:creator>playfan5</dc:creator>
      <dc:date>2023-12-06T16:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199947#M79908</link>
      <description>&lt;P&gt;There's also a special sk: How to increase the disk size of a CloudGuard VM for Azure, AWS, GCP, and OCI&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk156552" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk156552&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 10:05:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199947#M79908</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2023-12-07T10:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199968#M79909</link>
      <description>&lt;P&gt;One of the most important issues that is pointed out in that SK is that you should NOT increase the disk but add a disc.&lt;/P&gt;
&lt;P&gt;When you do increase the disc you will not be able to upgrade to R81.20 the option&amp;nbsp; will not show in CPUSE.&lt;/P&gt;
&lt;P&gt;Another problem we ran into is that when you do a clean install of a VM with 2 discs connected during installation, it will install the boot partition on disc 1 and the swap partition (also a boot type) on disc 2. The update of grub will not allow you to upgrade to R81.20 when this is true.&lt;/P&gt;
&lt;P&gt;Parted -l output of this&amp;nbsp; type of installation:&lt;/P&gt;
&lt;P&gt;[Expert@KSO-NLAMS1VP-CPMS-002:0]# parted -l&lt;BR /&gt;Model: VMware Virtual disk (scsi)&lt;BR /&gt;Disk /dev/sda: 1100GB&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: gpt&lt;BR /&gt;Disk Flags:&lt;/P&gt;
&lt;P&gt;Number Start End Size File system Name Flags&lt;BR /&gt;1 17.4kB 315MB 315MB ext3 boot&lt;BR /&gt;2 315MB 1100GB 1099GB lvm&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Model: VMware Virtual disk (scsi)&lt;BR /&gt;Disk /dev/sdb: 5498GB&lt;BR /&gt;Sector size (logical/physical): 512B/512B&lt;BR /&gt;Partition Table: gpt&lt;BR /&gt;Disk Flags:&lt;/P&gt;
&lt;P&gt;Number Start End Size File system Name Flags&lt;BR /&gt;1 17.4kB 68.7GB 68.7GB linux-swap(v1) boot&lt;BR /&gt;2 68.7GB 5498GB 5429GB lvm&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 13:31:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/199968#M79909</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2023-12-07T13:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/209496#M79910</link>
      <description>&lt;P&gt;Can't stress this enough - if you increase the disk instead of adding a disk, you will not be able to upgrade to R81.20.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 16:06:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/209496#M79910</guid>
      <dc:creator>zenity</dc:creator>
      <dc:date>2024-03-22T16:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/216929#M79911</link>
      <description>&lt;P&gt;This also worked for us. We are running R81.20 on vmware.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2024 16:39:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/216929#M79911</guid>
      <dc:creator>Hogni_av_Reyni</dc:creator>
      <dc:date>2024-06-08T16:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/240702#M79912</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;Is it possible to creat that new partition with part of the unallocated space?&lt;/P&gt;&lt;P&gt;Thanks for the guide&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 16:05:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/240702#M79912</guid>
      <dc:creator>Franktum</dc:creator>
      <dc:date>2025-02-07T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/240743#M79913</link>
      <description>&lt;P&gt;It depends. Some of the unallocated space is reserved. So not with any amount. But if you increase it will always be possible with the size you increased since it wasn't calculated for that reserved.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Feb 2025 08:44:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/240743#M79913</guid>
      <dc:creator>Amir_Senn</dc:creator>
      <dc:date>2025-02-09T08:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resizing Disk After Increasing Disk Size in VMware on Gaia</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/259562#M79914</link>
      <description>&lt;P&gt;This procedure also worked for me on R82 on vmware&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 13:37:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Resizing-Disk-After-Increasing-Disk-Size-in-VMware-on-Gaia/m-p/259562#M79914</guid>
      <dc:creator>Hogni_av_Reyni</dc:creator>
      <dc:date>2025-10-09T13:37:36Z</dc:date>
    </item>
  </channel>
</rss>

