CKB:Disabling sending of email about failed OS upgrade

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche


Applies to:

Cryptshare Server 4.8.x

Symptom:

Although the OS upgrade has been installed correctly, a notification email about failed OS update is sent regularly


Cause:

The post-update process has not completely finished


Solution:

  1. log in as root on the appliance
  2. check the OS and Kernel versions by running the following commands: uname -a cat /etc/os-release
cryptshare:~ # uname -a
Linux cryptshare 5.3.18-lp152.63-default #1 SMP Mon Feb 1 17:31:55 UTC 2021 (98caa86) x86_64 x86_64 x86_64 GNU/Linux

cryptshare:~ # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.2"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.2"
PRETTY_NAME="openSUSE Leap 15.2"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/

3. if the kernel version x.x.x-lp152.x.x-default and openSUSE version 15.2 are installed, run the following command in order to finish the post-update

rm /opt/cryptshare-3/CS_EXECUTION_SERVICE_INDEX
wget -O - https://update.cryptshare.com/cryptshare/scripts/addRepo-15.2.sh | sh

Please note! If the kernel version x.x.x-lp151.x.x-default and openSUSE version 15.1 are installed, run the following command in order to finish the post-update

rm /opt/cryptshare-3/CS_EXECUTION_SERVICE_INDEX
wget -O - https://update.cryptshare.com/cryptshare/scripts/addRepo-15.1.sh | sh