The following information should allow you to resize partitions for the UTM and iView using a hardware appliance, Hyper V or VMware installations. The main difference being in your case you are working on resizing /dev/sda6, instead of /dev/sda4 as mentioned in my explanation. Before making any changes like this, I would take a backup and review all the steps carefully. Expanding Partitions on the UTM and iView www.rootusers.com/.../ Current drive space on test UTM: utm:/root # df -h | grep ^/dev /dev/sda6 5.2G 2.3G 2.7G 46% / /dev/sda1 331M 16M 295M 5% /boot /dev/sda5 4.2G 1.9G 2.1G 47% /var/storage /dev/sda7 5.5G 108M 5.1G 3% /var/log /dev/sda8 677M 143M 486M 23% /tmp Verify it is a Linux Native partition with ID 83: utm:/root # fdisk -l Disk /dev/sda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000620ee Device Boot Start End Blocks Id System /dev/sda1 * 2048 718848 358400+ 83 Linux /dev/sda2 718849 4913152 2097152 82 Linux swap / Solaris /dev/sda3 4913153 7010304 1048576 83 Linux /dev/sda4 7010305 41943039 17466367+ f W95 Ext'd (LBA) /dev/sda5 7010306 16506880 4748287+ 83 Linux /dev/sda6 16506882 27770880 5631999+ 83 Linux /dev/sda7 27770882 40292352 6260735+ 83 Linux /dev/sda8 40292354 41734144 720895+ 83 Linux utm:/root # **Before taking a snapshot, the drive space will need to be increased** To increase drive space: Settings > Hard Disk > Expand Disk... Then increase drive space from 20GB to 30GB Then save the changes ** To save the current state of the VM, created a clone of the virtual machine ** Download the gparted iso at gparted.sourceforge.net/download.php (selected sourceforge.net/.../download) because of using 16GB RAM and x64 architecture To change the boot order on the UTM, reboot the virtual machine Press Esc once Then select GParted Live (Default settings) Choose the default 'Don't touch keymap' Choose the language, pressing enter defaults to English Next, select the default option 0, by pressing enter, to use the GUI After following the documentation: www.rootusers.com/.../ to assign the unallocated 10GB space to be a logical drive as part of the extended /dev/sda4 partition. This resulted in GParted reporting: Unable to Satisfy All Constraints Further troubleshooting steps to try to resolve the "Unable to Satisfy All Constraints" fix partitions: www.rodsbooks.com/.../ gparted.org/h2-fix-msdos-pt.php gparted.org/faq.php Solution for the UTM: Best idea for expanding disk size on the UTM is to follow the steps below: Create a new virtual UTM with the desired disk size. Import the configuration from a backup from the original VM. If using Endpoint Protection: On the original UTM, enter the following command to get the system ID: cc get settings system_id On the new UTM, ensure the system ID imported from backup properly by entering the same command above. If it has a different system ID, use cc set settings system_id to set it to the old ID Ensure the original VM is removed so they do not conflict with each other. If you want to preserve logs/db/quarantined mail, another way of doing this is to create a VM of larger disk size, link it to the original UTM in HA and wait for everything to transfer, then set it as the master UTM and remove the old VM from the cluster. restoring from a 9.313 backup does not work on any lower UTM versions, need to do an up2date with audld.plx to update to 9.313 then apply the backup Verifying the current filesystem size on the UTM was expanded from 20GB to 30GB: utm:/root # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda6 5.2G 2.2G 2.8G 44% / udev 1003M 96K 1003M 1% /dev tmpfs 1003M 0 1003M 0% /dev/shm /dev/sda1 331M 16M 295M 5% /boot /dev/sda5 8.1G 616M 7.1G 8% /var/storage /dev/sda7 11G 48M 10G 1% /var/log /dev/sda8 878M 1.2M 816M 1% /tmp tmpfs 1003M 0 1003M 0% /var/sec/chroot-httpd/dev/shm tmpfs 1003M 0 1003M 0% /var/storage/chroot-reverseproxy/dev/shm tmpfs 1003M 36K 1003M 1% /var/storage/chroot-smtp/tmp/ram utm:/root # fdisk -l Disk /dev/sda: 32.2 GB, 32212254720 bytes 255 heads, 63 sectors/track, 3916 cylinders, total 62914560 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000cdd4e Device Boot Start End Blocks Id System /dev/sda1 * 2048 718848 358400+ 83 Linux /dev/sda2 718849 4913152 2097152 82 Linux swap / Solaris /dev/sda3 4913153 7010304 1048576 83 Linux /dev/sda4 7010305 62910539 27950117+ f W95 Ext'd (LBA) /dev/sda5 7010306 25315328 9152511+ 83 Linux /dev/sda6 25315330 36579328 5631999+ 83 Linux /dev/sda7 36579330 60635136 12027903+ 83 Linux /dev/sda8 60635138 62494720 929791+ 83 Linux Solution for iView: Checked the filesystem on the iView and it is listed as using gpt instead of msdos iview:/root # sudo parted /dev/sda -l unit s print && echo -e "\n" && df -h | grep ^/dev | sort -u Model: VMware, VMware Virtual S (scsi) Disk /dev/sda: 32.2GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name Flags 1 17.4kB 368MB 368MB ext3 primary boot, , , , , , , , , , , 2 368MB 2516MB 2147MB linux-swap primary , , , , , , , , , , , 3 2516MB 3589MB 1074MB ext3 primary , , , , , , , , , , , 4 3589MB 18.3GB 14.7GB ext3 primary , , , , , , , , , , , 5 18.3GB 24.1GB 5767MB ext3 primary , , , , , , , , , , , 6 24.1GB 31.0GB 6956MB ext3 primary , , , , , , , , , , , 7 31.0GB 32.0GB 952MB ext3 primary , , , , , , , , , , , Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: /dev/sr0: unrecognised disk label /dev/sda1 332M 14M 301M 5% /boot /dev/sda4 13G 691M 12G 6% /var/storage /dev/sda5 5.2G 1.9G 3.1G 38% / /dev/sda6 6.0G 36M 5.6G 1% /var/log /dev/sda7 878M 1.2M 832M 1% /tmp iview:/root # After applying the changes below using a GParted LiveCD: expanded the iView drive from 30GB to 50GB and followed the same steps as used for the UTM: **Before taking a snapshot, the drive space will need to be increased** To increase drive space: Settings > Hard Disk > Expand Disk... Then increase drive space from 30GB to 50GB Then save the changes ** To save the current state of the VM, created a clone of the virtual machine ** Download the gparted iso at gparted.sourceforge.net/download.php (selected sourceforge.net/.../download) because of using 16GB RAM and x64 architecture To change the boot order on the UTM, reboot the virtual machine Press Esc once Then select GParted Live (Default settings) Choose the default 'Don't touch keymap' Choose the language, pressing enter defaults to English Next, select the default option 0, by pressing enter, to use the GUI worked by using Resize/Move and Align to Cylinder for the /dev/sda7 tmp worked by using Resize/Move and Align to MiB for the /dev/sda6 log same align to MiB worked for all other /dev/sda* then added the 20GB unallocated space to /dev/sda4 Verifying the drive space is 50GB with 36.4GB dedicated to /dev/sda4: iview:/root # sudo parted /dev/sda -l unit s print && echo -e "\n" && df -h | grep ^/dev | sort -u Model: VMware, VMware Virtual S (scsi) Disk /dev/sda: 53.7GB Sector size (logical/physical): 512B/512B Partition Table: gpt Number Start End Size File system Name Flags 1 17.4kB 368MB 368MB ext3 primary boot, , , , , , , , , , , 2 368MB 2516MB 2147MB linux-swap primary , , , , , , , , , , , 3 2516MB 3589MB 1074MB ext3 primary , , , , , , , , , , , 4 3589MB 40.0GB 36.4GB ext3 primary , , , , , , , , , , , 5 40.0GB 45.8GB 5766MB ext3 primary , , , , , , , , , , , 6 45.8GB 52.7GB 6955MB ext3 primary , , , , , , , , , , , 7 52.7GB 53.7GB 954MB ext3 primary , , , , , , , , , , , Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0 has been opened read-only. Error: Can't have a partition outside the disk! /dev/sda1 332M 14M 301M 5% /boot /dev/sda4 32G 697M 30G 3% /var/storage /dev/sda5 5.2G 1.9G 3.1G 38% / /dev/sda6 6.0G 37M 5.6G 1% /var/log /dev/sda7 880M 1.2M 833M 1% /tmp iview:/root #
↧