Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to start new VDI session #28

Open
aidanheerdegen opened this issue Feb 18, 2021 · 0 comments
Open

Add option to start new VDI session #28

aidanheerdegen opened this issue Feb 18, 2021 · 0 comments

Comments

@aidanheerdegen
Copy link
Member

Sometimes users have issues starting a jupyter notebook from an existing VDI session. The script times out, perhaps due to the node running very slowly.

It is possible to increase the timeouts in the script, but it is usually sufficient to terminate the session and a new session will be started, hopefully on a different VDI node.

It is possible to use the /opt/vdi/bin/session-ctl command directly to list the available sessions to get the pid of the session and use

ssh vdi.nci.org.au /opt/vdi/bin/session-ctl terminate --jobid $ID

to terminate it, but it would be simpler to add a flag to the script to do this for users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant