CKB:Cryptshare service is not starting on Linux server

Aus Cryptshare Documentation
Version vom 14. Januar 2022, 13:35 Uhr von Maintenance script (Diskussion | Beiträge) (Imported from text file)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche


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
  1. rename the existing installation (e.g. cryptshare_old) to cryptshare_bak and move it to folder /opt

mv cryptshare_old /opt/cryptshare_bak
  1. install the latest Cryptshare version

Installing Cryptshare on Linux Server

  1. stop the Cryptshare service
systemctl stop cryptshare
  1. 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/
  1. start the Cryptshare service
systemctl start cryptshare
  1. open Cryptshare Administration Interface in your web browser and perform the post update process

28082204.png28082205.png