2. Logging in to Gadi#

Overview

Tutorial: 10 min

Objectives:
  • Learn how to use Gadi terminal in ARE.

To access Gadi, you will need to complete the crucial step of creating an NCI account and becoming affiliated with a project. Our Getting Started at NCI guide can walk you through this process if you haven’t already begun.

2.1. By Australian Research Environment (ARE)#

../_images/12.png

Us the link - http://are.nci.org.au to login to Australian Research Environment (ARE).

../_images/13.png

You should use your NCI username (not your email) and your NCI password to login.

../_images/14.png

From the landing page select Gadi Terminal.

../_images/15.png

Now you should have access to a terminal on Gadi.

2.2. Practice: Login to ARE and open a terminal#

Exercise

  1. Login to ARE at http://are.nci.org.au/ using your NCI username and password.

  2. Check out the tool bar items and what they do.

  3. From the landing page select Gadi Terminal.

  4. You should have access to a terminal on Gadi.

  5. Check the terminal prompt.

2.3. By Terminal#

The first step is to assess what operating system you are using, as that will change how you log into Gadi. Mac and Linux users will be able to use the built-in terminal to access Gadi, however windows users will need to download a 3rd party application, MobaXterm.

Mac users can open Terminal by clicking the Launchpad icon in the dock, typing “terminal” in the search bar, and then clicking on the Terminal icon to open it.

Alternatively, press Command + Space bar, type “terminal”, and select the Terminal app when it appears.

Linux users can open Terminal from the Applications menu by locating and clicking on the terminal icon.

Alternatively, press Ctrl + Alt + T to open a terminal using the keyboard shortcut.

Windows users can use PowerShell to perform an SSH login. OR Download and install MobaXterm from https://mobaxterm.mobatek.net/. This application will serve as your SSH client to access Gadi.

A quick guide to using MobaXterm is available to help you get started. Please follow the guide before continuing with this walkthrough.

Once you have an open terminal, you can connect to Gadi using the command line,

ssh <username>@gadi.nci.org.au

Replacing <username> with your MyNCI user name. e.g. aaa777, then enter your password.

Note

When typing your password, nothing will appear on the screen, but key strokes are recorded as normal.

This is normal behavior for Linux-based systems. Simply type your password and press Enter.

Using Graphical Tools

  1. Run an X server on your local system, such as XQuartz on Mac, startx on Linux, or MobaXterm on windows

  2. Login to Gadi using ssh -Y <username>@gadi.nci.org.au.

    The -Y enables forwarding of trusted X protocol messages between your X-Server and Gadi’s X programs, allowing you to use graphical applications on Gadi.

  3. Test the connection by running xclock or xeyes. These are simple X programs that display a clock or eyes, respectively.

For more information on using graphical tools to access Gadi, please refer to the NCI Documentation.