CSSCurrent en:Freeing Disk Space

Aus Cryptshare Documentation
(Weitergeleitet von CSSCurrent en:Maintenance)
Wechseln zu:Navigation, Suche



Remove old kernels

During the lifecycle of an appliance, it may have gone through several updates, including kernel updates. The old kernels are not deleted by default and have to be removed manually. Each installed kernel takes up about 100–300 MB of disk space. This article explains how to remove these unused kernels from the appliance.

Creating a backup
If you're unfamiliar with managing Linux systems, it is strongly recommended creating a snapshot of the appliance. Removing the wrong kernel (e.g. the one currently in use) may result in a non-booting appliance.

To remove old kernels, please proceed as follows:

  1. Reboot the system to ensure that your system is booting the most recently installed kernel.
  2. Display the kernel version in use and write it down for the duration of this tutorial. The output may look as follows:
cryptshare:~ # uname -r
4.4.104-39-default
  1. Display all installed kernels.
cryptshare:~ # rpm -qa | grep -i kernel
kernel-default-4.4.104-39.1.x86\_64
kernel-firmware-20170530-14.1.noarch
kernel-default-4.4.104-18.44.1.x86\_64
  1. Only consider the entries containing "kernel-default" or "kernel-desktop". As you can see in this example, a kernel version older than the one currently in use is installed: kernel-default-4.4.104-18.44.1.x86\_64
  2. Start with the oldest installed kernel and remove it from the system as follows.
cryptshare:~ # zypper rm kernel-default-4.4.104-18.44.1
Loading repository data...
Reading installed packages...
Resolving package dependencies...
 
The following package is going to be REMOVED:
  kernel-default-4.4.104-18.44.1
 
1 package to remove.
After the operation, 238.0 MiB will be freed.
Continue? \[y/n/...? shows all options\] (y):
  1. Carefully read through the package removal summary and, once confident with the correctness, confirm by pressing Enter. (Hint: additional packages such as vmware-guest-tools may also be listed for removal - this is fine.)
  2. Repeat the above step for all kernels that do not match the kernel currently in use.
  3. After zypper has finished the removal process, you've successfully freed disk space.

Limit the size of journal logs

This article describes how to limit the size of the journal logs. Since the journal logs are likely to grow up to hundreds of MB, they might occupy a significant amount of disk space on your Cryptshare Server. To limit the size of the journal logs to 10MB, please follow the instructions below:

  1. Connect to your Cryptshare Server via SSH
  2. Verify current disk space usage:
df -h
  1. Limit the size of the journal:
sed -i -e 's/#SystemMaxUse=/SystemMaxUse=10M/' /etc/systemd/journald.conf
  1. Restart the journal daemon:
systemctl restart systemd-journald
  1. Verify that the disk space usage went down:
df -h

Extend the Disk Space of your Server

Linux

# Download the tool GParted (as ISO) [1]
  1. Change the virtual disk size in your vSphere environment
  2. Mount the downloaded GParted-image and boot the server from the CD
51970894.png
4\. Select the disk you want to extend 51970751.png
5\. Select the swap partition and move it to the right

51970752.png

51970753.png
6\. Apply changes 51970754.png
7\. Select the partition `/dev/sda1` and resize it to the maximum available space

51970755.png

51970756.png
8\. Apply the changes 51970757.png
9\. Quit the GParted Application 51970758.png
10\. Shutdown the System 51970759.png
11\. Umount the GParted image in the vSphere Client

12\. Start the server 13\. Login as '`root`' and check the settings using the command '`df -h`'

51970760.png

Windows

Read this Microsoft Technet Article for detailed instructions.


  1. Change the virtual disk size in your vSphere Client
  2. Start your Windows Host
  3. Open the Windows Disk Manager
  4. Select the volume you want to extend
  5. Click 'extend Volume.' and follow the instructions

51970895.png

Azure


  1. Attach a data disk to your VM like described in following article:

https://docs.microsoft.com/en-us/azure/virtual-machines/linux/attach-disk-portal Please note: you do not need to perform the task Connect to the Linux VM to mount the new disk 2\. Perform the following commands:

wget https://update.cryptshare.com/cryptshare/scripts/cs-appliance/attachHDD.sh
sh attachHDD.sh