CKB:Cryptshare service is not starting on Linux server: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
(Imported from text file)
 
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
== Solution: ==
== Solution: ==
Additionally install the latest Cryptshare version and copy system files from the existing installation to the new installation directory.
Additionally install the latest Cryptshare version and copy system files from the existing installation to the new installation directory.
# stop Cryptshare server
 
1. stop Cryptshare server
  systemctl stop cryptshare
  systemctl stop cryptshare
# rename the existing installation (e.g. cryptshare_old) to '''cryptshare_bak''' and move it to folder '''/opt   
2. rename the existing installation (e.g. cryptshare_old) to '''cryptshare_bak''' and move it to folder '''/opt  '''
'''
  mv cryptshare_old /opt/cryptshare_bak
  mv cryptshare_old /opt/cryptshare_bak
# install the latest Cryptshare version
3. install the latest Cryptshare version
 
[https://wiki.cryptshare.com/x/N4MP Installing Cryptshare on Linux Server]
[https://wiki.cryptshare.com/x/N4MP Installing Cryptshare on Linux Server]
# stop the Cryptshare service
 
4. stop the Cryptshare service
  systemctl stop cryptshare
  systemctl stop cryptshare
# copy data from /opt/cryptshare_bak folder into the new installation directory
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/cs_license.txt /opt/cryptshare/
  cp /opt/cryptshare_bak/lib/security/keystore /opt/cryptshare/lib/security/keystore
  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/resources/ui /opt/cryptshare/resources/
  cp -r /opt/cryptshare_bak/orientDB/databases/cryptshare /opt/cryptshare/orientDB/databases/
  cp -r /opt/cryptshare_bak/orientDB/databases/cryptshare /opt/cryptshare/orientDB/databases/
# start the Cryptshare service
6. start the Cryptshare service
  systemctl start cryptshare
  systemctl start cryptshare
# open Cryptshare Administration Interface in your web browser and perform the post update process
7. open Cryptshare Administration Interface in your web browser and perform the post update process
 
[[File:28082204.png]][[File:28082205.png]]
[[File:28082204.png]][[File:28082205.png]]


-----
-----

Version vom 14. Januar 2022, 14:18 Uhr


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