CKB:Freeing Disk Space on a Cryptshare Server

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche


Applies to

All versions of Cryptshare Server

Purpose

The Cryptshare Server has insufficient disk space to operate properly or requires more disk space to store files.

Solutions

Remove old Cryptshare Backups (Versions older than 3.12.x)

By default, the Cryptshare Server performs a Backup on a daily basis. These backups are not automatically deleted and therefore can occupy disk space. Please update to the actual Cryptshare Version In order to free disk space you can manually remove old backups from the file system.  The default location for Cryptshare Backups lies within the Cryptshare Installation folder in the sub directory 'backup'. Depending on your Operating System you can enable a backup rotation as described here: Activate Backup-Rotation on Cryptshare Appliances under openSUSE

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]
# Change the virtual disk size in your vSphere environment
# Mount the downloaded GParted-image and boot the server from the CD

8093736.png
4. Select the disk you want to extend
8093740.png
5. Select the swap partition and move it to the right
8093741.png
8093743.png
6. Apply changes
8093744.png
7. Select the partition /dev/sda1 and resize it to the maximum available space
8093746.png
8093748.png
8. Apply the changes
8093749.png
9. Quit the GParted Application
8093750.png
10. Shutdown the System
8093751.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'
8093752.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

8093733.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