CKB:Updating Cryptshare manually

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 from version 4.0.0.0

Purpose:

This is an example of the possibilities for updating Cryptshare manually

Solution:

  1. contact our support and tell us which Cryptshare version is currently installed

37389172.png

  1. the support team will provide you with the corresponding update package server-VERSION.zip
  2. download the update package and unpack it into <Cryptshare installation folder>/tmp/update
Cryptshare appliance
On a Cryptshare appliance you can unzip the update package into the required folder using the following command
unzip server-VERSION.zip -d /opt/cryptshare-3/tmp/update
  1. create a backup of the current version

37389212.png

  1. stop the Cryptshare service
rccryptshare stop
  1. open the shell
  2. change into the <Cryptshare installation> folder
cd /opt/cryptshare-3
  1. change the permissions for java file (for the Linux systems only)
Permissions

chmod 755 tmp/update/jre/linux/bin/java
  1. run the following command in order to install the update
Linux

tmp/update/jre/linux/bin/java -jar tmp/update/updater.jar
Windows

tmp\update\jre\windows\bin\java.exe -jar tmp\update\updater.jar
  1. start the Cryptshare service again
rccryptshare start