Open OnDemand Issues
If you are trying to log in to Open Ondemand and are seeing the following:
- You have not yet been sponsored by a faculty member. See our Account Creation page for instructions on getting registered for HPC.
- If you are already registered for HPC, this may be a browser issue. Try logging in again in an incognito session or different browser to test. If this succeeds, clearing your browser's cookies should help.
If you are trying to log in to Open Ondemand and are seeing the following:
this may be a browser issue. Try logging in again in an incognito session or different browser to test. If this succeeds, clearing your browser's cache should help.
If you are trying to log in to Open OnDemand and are seeing the following:
check your storage usage in your home directory. You can do this by logging into HPC in a terminal session and using the command uquota
. If your storage usage is >50 GB, OnDemand cannot create the temporary files necessary to give access to the website. Try clearing out some space in your home and then logging back into OnDemand.
If you're seeing:
when trying to connect to an interactive desktop session, the likely culprit is Anaconda. For a permanent solution, you can run the following command from an interactive terminal session:
conda config --set auto_activate_base false
This will prevent conda from auto-activating when you first log in and allow you to have more control over your environment. When you'd like to activate Anaconda, run conda activate
.
If you're seeing the following error pop up when using an OnDemand Desktop session:
Check the compression value set for your job. If it has been set to zero, increase the value to something nonzero and retry your session.
To check and modify your compression, go to your job tile in ood.hpc.arizona.edu under My Interactive Sessions and check the lower left-hand section.