Cryptshare service is not starting on Linux server

Cryptshare service is not starting on Linux server

Applies to:

Cryptshare Server version 4.0.0.0 to 4.1.3.0

Symptom:

The Cryptshare Service doesn't start after updating Cryptshare Server from version 4.0.0.0 to 4.1.x.x .

Cause:

The upgrade process cannot adjust the custom configuration during the update process.

Solution:

Additionally install the latest Cryptshare version and copy system files from the existing installation to the new installation directory.

1. stop Cryptshare server

systemctl stop cryptshare

2. rename the existing installation (e.g. cryptshare_old) to cryptshare_bak and move it to folder /opt

mv cryptshare_old /opt/cryptshare_bak

3. install the latest Cryptshare version

Installing Cryptshare on Linux Server

4. stop the Cryptshare service

systemctl stop cryptshare

5. copy data from /opt/cryptshare_bak folder into the new installation directory

cp /opt/cryptshare_bak/cs_license.txt /opt/cryptshare/
cp /opt/cryptshare_bak/lib/security/keystore /opt/cryptshare/lib/security/keystore
cp -r /opt/cryptshare_bak/resources/ui /opt/cryptshare/resources/
cp -r /opt/cryptshare_bak/orientDB/databases/cryptshare /opt/cryptshare/orientDB/databases/

6. start the Cryptshare service

systemctl start cryptshare

7. open Cryptshare Administration Interface in your web browser and perform the post update process

28082204.png28082205.png


    • Related Articles

    • 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 ...
    • Updating Cryptshare manually

      Applies to: Cryptshare Server from version 4.2.x Purpose: This is an example of the possibilities for updating Cryptshare manually. Note that manual updates should only be done if a regular update is not possible! Please make sure you have a working ...
    • Setup public key authentication on Cryptshare Server

      Inhaltsverzeichnis 1 Applies to: 2 Purpose: 3 Solution: 3.1 Using PuTTYgen 3.2 Using openSSH Applies to: All versions of Cryptshare Server Purpose: This is a step-by-step guide with two possible ways to set up public key authentication on a ...
    • Freeing Disk Space on a Cryptshare Server

      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, ...
    • Adding LDAP or SMTP SSL certificate to the list of trusted certificates on the Cryptshare server

      Inhaltsverzeichnis 1 Applies to: 2 Symptom: 3 Cause: 4 Solution: 4.1 Method 1) Using the Windows GUI: 4.2 Method 2) Using the Command Line: Applies to: All versions of Cryptshare Server Symptom: The connection to LDAP cannot be established using ...