Checking process on operating system upgrade

Checking process on operating system upgrade

Applies to:

All Cryptshare Appliances

Purpose:

As long the operating system is upgraded, all web based interfaces aren't reachable.

50399477.png

Solution:

For observing the upgrade procedure you can open an SSH connection and check one of the following logs:

1. zypper.log (detailed)

 →  shows all operating system related update information in real time

zypper.log

tail -F /var/log/zypper.log

2. cryptshare_launcher.log (summary)

→ collects and displays Cryptshare related distribution upgrade information

crypthsare_launcher.log

tail -F /opt/cryptshare-3/log/cryptshare_launcher.log

How to read a file with live reloading
To open a file and get its contents in an automatically updated version, use the command tail -F <file> in Linux.
Further information and options for the command tail can be found here: Manual Page of tail command.
    • Related Articles

    • Restoring distribution upgrade backup

      Inhaltsverzeichnis 1 Applies to: 2 Symptom: 3 Cause: 4 Solution: Applies to: All versions of Cryptshare Appliance Symptom: If the Cryptshare Appliance does not respond after upgrading your system or not automatically loads its service after reboot, ...
    • Extracting Log and System Information

      Applies to: All versions of Cryptshare for Notes Purpose: This document describes how to obtain log information for diagnostic purposes Solution: 1. Open the Cryptshare application 2. Attempt a Cryptshare transfer which causes the error. This will ...
    • Restart the Cryptshare service during update process

      Applies To All versions of the Cryptshare Server Problem During the Cryptshare update it is unclear whether the update process is still running. Cause This can happen if the database is large and the update process makes changes to the database after ...
    • User receives "System.MissingMethodException" exception when launching an Office application

      Applies to All versions of Cryptshare for Office 365 & Outlook Symptom When the user launches an Office application (Outlook, Word, Excel), an exception is displayed. The exception contains the following two messages: Exception Type: ...
    • Updating openSUSE manually

      Inhaltsverzeichnis 1 Applies To 2 Problem 3 Cause 4 Solution/Workaround 4.1 Step 1: Updating the existing operating system to the latest version 4.2 Step 2: Manually OS upgrade to openSUSE-15.6 4.3 Step 3: Starting Freshclam Timer and ClamAV Service ...