Skip to content

Commit

Permalink
Added 1 more troubleshooting tip
Browse files Browse the repository at this point in the history
  • Loading branch information
tefarley committed Sep 27, 2024
1 parent 6d93bc8 commit 6e385fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/admin/ondemand.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ og(s) at `/var/log/apache2/$fqdn_error.log`
6. OOD Apps
When users start an app like JuyterLab or a VNC desktop the job is submitted by the users' PUN and here OOD copies and renders (with ERB) the global app template from `/var/www/ood/apps/sys/<app_name>/template/*` to `$HOME/ondemand/data/sys/dashboard/batch_connect/sys/<app_name>/(output)/<session_id>`. Any errors encountered at this step will be in `$HOME/ondemand/data/sys/dashboard/batch_connect/sys/<app_name>/(output)/<session_id>/*.log`.

7. Misc
Maybe the ondemand server is just in some invalid state and needs to be reset. I'd recommend you check the puppet conf at `/etc/puppetlabs/puppet/puppet.conf`, run `puppet agent -t` , and maybe restart the machine. Running puppet will force restart the apache server and regenerate OOD from the ood config yamls. Then you can restart the server by either ssh-ing to the server and running `reboot`, or by ssh-ing to proxmox and running `qm reset <vmid>` as root. TIP: you can find the vmid by finding the server in `qm list`.


## OOD FQDNs

Expand Down

0 comments on commit 6e385fa

Please sign in to comment.