Skip to content
Snippets Groups Projects

Update _FAQ_My Open OnDemand JupyterLab/Interactive App Session is stuck and...

Closed hchen2016 requested to merge hchen2016-faq-home-is-full into master
+ 6
0
@@ -18,6 +18,7 @@ weight = "95"
- [My submitted job takes long time waiting in the queue or it is not running?](#my-submitted-job-takes-long-time-waiting-in-the-queue-or-it-is-not-running)
- [What IP's do I use to allow connections to/from HCC resources?](#what-ip-s-do-i-use-to-allow-connections-to-from-hcc-resources)
- [Why is my job is showing (ReqNodeNotAvail, Reserved for maintenance) before a downtime?](#why-is-my-job-is-showing-reqnodenotavail-reserved-for-maintenance-before-a-downtime)
- [My Open OnDemand JupyterLab/Interactive App Session is stuck and it is not starting. What could be happening? How do I fix it?](#my-open-ondemand-jupyterLab-interactive-app-session-is-stuck-and-it-is-not-starting-what-could-be-happening-how-do-i-fix-it)
---
@@ -250,3 +251,8 @@ If you are sure your job can finish in time, you can lower the requested time to
the downtime begins (for example, 4 days if the downtime starts in 6 days). Use this with care however to ensure your
job isn't prematurely terminated. Alternatively, you can simply wait until the downtime is completed. Jobs will
automatically resume normally afterwards; no special action is required.
#### My Open OnDemand JupyterLab/Interactive App Session is stuck and it is not starting. What could be happening? How do I fix it?
The most common reason for this is full `$HOME` directory. You can check the size of the directories in $HOME by running `ncdu` on the terminal from the $HOME directory.
Then, please remove any unnecessary data; move data to [$COMMON or $WORK](https://hcc.unl.edu/docs/open_ondemand/managing_and_transferring_files/); or [back up important data elsewhere](https://hcc.unl.edu/docs/handling_data/data_storage/preventing_file_loss/).
If the majority of storage space in $HOME is utilized by `conda` environments, please [move the conda environments](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#moving-and-recreating-existing-environment) or [remove unused conda packages and caches](https://hcc.unl.edu/docs/applications/user_software/using_anaconda_package_manager/#remove-unused-anaconda-packages-and-caches).
\ No newline at end of file
Loading