CKB:Restart the Cryptshare service during update process: Unterschied zwischen den Versionen
Aus Cryptshare Documentation
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
== Applies To == | == Applies To == | ||
All versions of Cryptshare Server | All versions of the Cryptshare Server | ||
== Problem == | == Problem == | ||
Zeile 6: | Zeile 6: | ||
== Cause == | == Cause == | ||
This can happen if the database is large and the update process makes changes to the database after starting an update of the Cryptshare Server ([[CSSCurrent en:Manual Updating Cryptshare|see Updating Cryptshare]]). | |||
[[CSSCurrent | |||
== Solution/Workaround == | == Solution/Workaround == | ||
* log in as '''root''' on the Cryptshare Appliance | * log in as '''root''' on the Cryptshare Appliance | ||
* Check | *Check the output of the log using the following command: | ||
tail -f /opt/cryptshare-3/log/cryptshare.log | |||
* Additionally, you can check if the database file is still being worked on looking at the contents and file sizes of the 'db' directory in the cryptshare installation directory. | |||
watch du -sh /opt/cryptshare-3/db/* | |||
If there are temporary files listed, or the database size changes from time to time, the update of the database is still ongoing. | |||
tail -f /opt/cryptshare-3/log/cryptshare.log | |||
Version vom 15. Februar 2022, 13:52 Uhr
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 starting an update of the Cryptshare Server (see Updating Cryptshare).
Solution/Workaround
- log in as root on the Cryptshare Appliance
- Check the output of the log using the following command:
tail -f /opt/cryptshare-3/log/cryptshare.log
- Additionally, you can check if the database file is still being worked on looking at the contents and file sizes of the 'db' directory in the cryptshare installation directory.
watch du -sh /opt/cryptshare-3/db/*
If there are temporary files listed, or the database size changes from time to time, the update of the database is still ongoing.