CKB:Restart the Cryptshare service during update process
Aus Cryptshare Documentation
Applies To
All versions of Cryptshare Server
Problem
During the Cryptshare update it is unclear whether the update process is still running.
Cause
If the database is large and the update process makes changes in the database.
You tried to update the regluar update procedere
CSSCurrent de:Manuelles Update des Cryptshare Servers
Solution/Workaround
- log in as root on the Cryptshare Appliance
- Check that there are no more temporary data in the db folder
Please check the livelog and folder size with the following commands:
tail -f /opt/cryptshare-3/log/cryptshare.log
while true; do echo; du -sh /opt/cryptshare-3/db/*; sleep 5; done
while true; do echo; ls -lh /opt/cryptshare-3/db/*; sleep 5; done
while true; do echo; du -sh /opt/cryptshare-3/db/*; sleep 5; done
while true; do echo; du -sh /opt/cryptshare-3/* | grep tmp ; sleep 5; done