DataScience Workbook / 06. High-Performance Computing (HPC) / 2. Remote Access to HPC Resources / 2.3 Open On Demand (OOD) Connection


Introduction

Open on Demand ⤴ (OOD) is a web-based graphical interface for accessing remote computing resources, such as high-performance computing (HPC) clusters. OOD is a flexible and user-friendly solution that makes HPC more accessible to a broader range of users, including those unfamiliar with the command line interface (CLI).

How OOD works?

OOD provides a convenient way for users to access remote resources through a web browser.

So, first open your favorite web-browser (e.g., Chrome, Firefox, Safari) and visit the URL specific to the HPC system you want to access.

PRO TIP:
This URL address for the OOD interface should be available in the documentation or on your organization's website.
For example, you can open the OOD interface for:
  • Atlas ⤴ cluster (part of SCINet HPC ⤴ ) at https://atlas-ood.hpc.msstate.edu/ ⤴
  • Ceres ⤴ cluster (part of SCINet HPC ⤴ ) at http://ceres-ood.scinet.usda.gov ⤴
  • Nova ⤴ cluster (part of Iowa State University HPC ⤴) at http://nova-ondemand.its.iastate.edu/ ⤴

  • Most resources probably require a login and allow access only to authorized users. Yet the good news is that logging into the OOD interface will require the same user credentials (username & password) as command-line access. To add an extra layer of security to the user authentication process, you may be asked for a multi-factor authentication (MFA).
    Typically, it is a several-digit code generated in time intervals in the application (e.g., Google Authenticator ⤴, GA) on your mobile device.
    * You need to install the required app on one of your own devices.

    02_remote_ood_login_ceres.png

    NOTE:
    Multi-factor authentication is a security mechanism that requires users to provide multiple forms of identification to verify their identity. It adds an extra layer of security to the authentication process, making it more difficult for an unauthorized user to gain access to a system. To ensure that only authorized users can access the resources, the OOD interface typically requires multi-factor authentication.


    When you log in to the OnDemand website for a given HPC system, you’ll see a graphical interface with different options to choose from, such as launching software applications or accessing data. You can select the tool or application you need by clicking on the corresponding icon or link. Once you’ve selected an option, OnDemand will launch the requested service in the new tab in your web browser window. You can monitor the list and staus of all your active applications in the My Interactive Sessions section of the OOD interface.

    01_hpc_scinet_atlas_ood_options.png

    What you get with OOD?

    The OOD interface is designed to be user-friendly, while providing classic command line operations and broad new features which comes with the graphical interface. All of that in any web browser, without the need to install additional software or manage complex configurations. This can reduce the barrier to entry for HPC and make it easier for researchers and students to access computing resources and perform research.

    With Open on Demand, users can log into a remote cluster and access its computing resources through a web-based portal. They can submit jobs, run applications, and access data stored on the cluster, all from within their web browser.

    Command Line Features^ Graphical Interface Features
    all command line operations remote graphical Desktop for the user account
    - command line file management graphical browsing of the file system
    - command line file transfer drag-and-drop file uploads
    - installing and managing software opening a terminal in the web browser^
    - scripting, code debugging & compilation job generator and job scheduling with graphical interface
    - submitting batch jobs graphical monitoring/management of job status
    - managing user permissions running software that only operates in the GUI
    - accessing compute nodes and storage - access to interactive web applications
    - automation of computational tasks - access to Jupyter notebooks and RStudio
    - selecting software version/module - visualization and data analysis tools

    ^ Command Line Features in the OOD web-based interface are available once you launch Shell Access as an interactive session or open a terminal window available in the interactive Desktop.


    Atlas Open OnDemand

    Follow the intrutions in the section: The web-browser access: Open OnDEmand login ⤴ in the SCINet: Atlas Computing Cluster ⤴ tutorial in this workbook.


    Ceres Open OnDemand

    Follow the intrutions in the section: Open OnDemand Interface Guide ⤴ at the SCINet website.


    Further Reading


    Homepage Section Index Previous Next top of page