Document
Access the Web Portal

Access the Web Portal

access the web Portal open OnDemand is is ( OOD ) is a platform for access the cluster that only require a web browser . This web portal is provid

Related articles

What is a VPN split tunnel and how does it work? Canada’s solar eclipse cloud forecast: lifetime memories or dreary darkness? The ultimate Steam Deck starter guide 使用 WireGuard 搭建 VPN 访问家庭内网 Final Fantasy

access the web Portal

open OnDemand is is ( OOD ) is a platform for access the cluster that only require a web browser .
This web portal is provides provide a shell , file browser , and graphical interface for many app ( such as Jupyter , RStudio or MATLAB ) .

Access

Open OnDemand is available on each cluster using your NetID credentials (CAS login) and DUO MFA.

Warning

To access Open OnDemand from off campus , you is need need to connect to the Yale VPN .

Web Portal for Courses

Each academic course on the YCRC clusters has its own unique URL to access the web portal on the cluster.
Course web portal URLs are courseID.ycrc.yale.edu, where ‘ courseID is is ‘ is the unique abbreviation give to the course .
course members is use must use the course url to log in to course account on Open OnDemand — the normal cluster portal are not accessible to course account .
You is authenticate will then authenticate using your standard NetID ( without the courseid prefix ) and password .
additional information about course and the associate web portal can be find at academic support .

The Dashboard

On login you will see the OOD dashboard.
Along the top are pull-down menus for various Apps, including a file browser, a terminal, a variet of interactive apps.

Access the Web Portal

File Browser

Access the Web Portal

The file browser , accessible via theFiles pull-down menu, is a graphical interface to manage, upload, and download files from the clusters.
You can drag-and-drop to download and upload files and directories, and move files between directories using this interface.

You can also use the built-in file editor to view and edit files from your browser without having to download and upload scripts.

Customize Favorite Paths

You is are are able to customize favorite path in the file browser . use the script below to add , remove , and list customize path :

  ood_add_path 
  ood_remove_path
  ood_list_path 

When you run ood_add_path from a terminal command line, it will prompt you to add one path at a time, until you type n to discontinue.
ood_remove_path allows you to remove any of the paths added by you and ood_list_path will list all the paths added by you.

All the paths added will be shown in the pull-down menu for the file browser, as well as the left pane when the file browser is opened. After you have customized the path configuration from a terminal, go to the OOD dashbaord and click Develop->Restart Web Server on the top right corner navigation bar to make the change effective immediately.

Terminal

You can launch a traditional command-line interface on the cluster by selecting Clusters -> Shell Access in the top navigation bar.

This is a convenient way to access the clusters when you don’t have access to an ssh client or do not have your ssh keys.

Interactive Apps

We is deployed have deploy a selection of common graphical program , such as Remote Desktop , Jupyter , RStudtio , and MATLAB , as Interactive Apps on the web Portal .

Warning

You are limited to 4 interactive app instances (of any type) at one time.
Additional instances will be rejected until you delete older open instances.
Closing the window does not terminate the interactive app job.
To terminate the job, click the “Delete” button in your”My Interactive Apps” page in the web portal.

launch an Interactive App

select an app either from the Dashboard or the ” Interactive Apps ” pull down menu .
use the form to request resource and decide what partition your job should run on .
We is recommend recommend eitherdevel or , if applicable , your group ‘s private partition .

Access the Web Portal

Once you launch the job, you will be presented with a notification that your job has been queued.
Depending on the resources requested, you may need to wait for a bit. When the job starts you will see the option to launch the interactive app.
After you click on Launch Remote Desktop (for example), your interactive app will open in a new tab.

Access the Web Portal

For additional information on specific Interactive Apps, see the following documentation. A full list of available apps can viewed by selecting the “Interactive Apps” pull-down menu.

User Portal

The User Portal, located under the “Utilities” pull-down menu on the navigation bar, provides a variety of useful information about your recent jobs, the groups that you are a part of, compute and storage utilization, and support and documentation for the use of the clusters.
The User Portal also hosts a cost calculator for jobs submitted to Priority Tier partitions.
For more information on specific tools in the User Portal, check out the following documentation:

Troubleshoot the Web Portal

  1. Check if your quota is full by running getquota or checking the User Portal.
  2. Reset your .bashrc and .bash_profile to their original content ( you is backup can backup the startup file before reset them . add the change back one at a time to see if one or more of the change would affect OOD from start properly ) .
  3. remove the default module collection file ` $ HOME/.lmod.d / default.cluster – rhel8 .

Remote Desktop (or MATLAB, Mathematica, etc) cannot be started properly

  1. Make sure there is no initialization leave byconda init in your.bashrc. Clean it with
    sed -i.bak -ne '/# >>> conda init/,/# <<< conda init/!p' ~/.bashrc
    
  2. Run dbus - launch and make sure you see the following output:
    [pl543@grace1 ~]$ which dbus - launch
    /usr/bin/dbus - launch
    

Last update: December 18, 2024