Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Wiki
  • Possible Operational Problems and Solutions

Possible Operational Problems and Solutions · Changes

Page history
Update Possible Operational Problems and Solutions authored Feb 27, 2024 by dbeltran's avatar dbeltran
Hide whitespace changes
Inline Side-by-side
Possible-Operational-Problems-and-Solutions.md
View page @ c636b840
...@@ -22,4 +22,21 @@ Finally, you can delete the old database `ecearth.db~`. ...@@ -22,4 +22,21 @@ Finally, you can delete the old database `ecearth.db~`.
In this case, the most probable cause of this issue is that the `/esarchive/autosubmit/%expid%/pkl/job_packages_%expid%.db` database has been blocked by a process. The user should stop any autosubmit run currently using that experiment and then try again. If that doesn't free the database, then delete the file and execute `autosubmit create` again. In this case, the most probable cause of this issue is that the `/esarchive/autosubmit/%expid%/pkl/job_packages_%expid%.db` database has been blocked by a process. The user should stop any autosubmit run currently using that experiment and then try again. If that doesn't free the database, then delete the file and execute `autosubmit create` again.
Also, could happen that the job historical db ( where the experiment stats are located) is locked. In that case, an `autosubmit dbfix <expid>` can solve it. Also, it could happen that the job historical db ( where the experiment stats are located) is locked. In that case, an `autosubmit dbfix <expid>` can solve it.
\ No newline at end of file
## Fixing errors with the pkl after /esarchive space issues
Sometimes, when the space of the disk is full, some issues may raise when you try to recover the experiment
to resolve them, introduce the following commands:
```shell
rm /esarchive/autosubmit/$YOUR_EXPID/pkl/job_list_*
autosubmit create $YOUR_EXPID -np
autosubmit recovery $YOUR_EXPID --all -s # if you have to recover the previous workflow status
```
Clone repository
  • Code coverage
  • Deployment
  • Issues documenting different aspects
  • Leaflet
  • Possible Operational Problems and Solutions
  • Running Autosubmit in Earth Sciences
  • Testing_Suite
  • Updating ReadTheDocs Autosubmit documentation
  • Visual Identity
  • [DestinE] Autosubmit VM on Lumi
  • background
  • bibtex
  • databases
  • development
  • dissemination
View All Pages