wiki:SystemAdministration/CEArchive

Version 4 (modified by Willem Elbers, 7 years ago) (diff)

--

Responsible for this page: Willem Elbers?.
Last content check: 2017-06-22

CE Archive

Public url: https://office.clarin.eu (Account details available via sysops@clarin.eu)

Source code: https://github.com/clarin-eric/ce-archive

Architecture

See: https://github.com/clarin-eric/ce-archive/blob/master/README.md

References

Issues

Dropbox client not syncing

  • Symptoms:
    • Files in CE_Docs_Uploads are not moved to the ce archive
    • Local folder is out of sync with web interface. Run the following command to check the content of the local folder:
      sudo docker exec -ti ce_archive_dropbox_copy ls -l /root/Dropbox/CLARIN-EU/CE_Docs_Uploads
      
  • Cause: This typically happens after the dropbox account runs out of space.
  • Solution: Restart the ce_archive_dropbox2 container on the clarinvm host:
    sudo docker restart ce_archive_dropbox2
    

History

The CE Archive code base was originally developed and host by Steven Krauwer as a set of korn shell files. The codebase was dockerized and refactored by Willem Elbers, after which it has been deployed in the infrastructure managed by the CLARIN ERIC sysops team.