To start working with the Setonix supercomputer, you must first access one of its login nodes. This page shows how to log into Setonix using an SSH client. |
You must have a Pawsey account, with its username and password. Your account must also be a member of an active Setonix allocation. For new users, an account creation email with instructions is sent when you receive an allocation or are added to a project.
The Setonix supercomputer has a modest number of login nodes in addition to the large number of compute nodes it contains for computational work. These login nodes provide an environment to schedule work on the compute nodes on the supercomputer. The login nodes are a shared resource, and it is important not to run computational work locally on the login node.
You can connect to the login nodes by using a Secure Shell Protocol (SSH) client program. SSH is a encrypted communication protocol for communicating securely with a remote computer. It has a number of client programs available. There are several different SSH clients available, depending on your operating system:
The following high-level steps outline the process of logging into and using Setonix:
setonix.pawsey.org.au
) and your Pawsey user name and password.Detailed step-by-step instructions for some common SSH clients are available below.
Use the following steps to access a Setonix login node with a Linux terminal program:
Run the following command, using your Pawsey username and password:
|
Note that username
should be replaced with your Pawsey username, and that your password will not appear as you type it.
exit
to close the secure shell environment and SSH client.You will first need to download and install MobaXTerm from its website:
https://mobaxterm.mobatek.net/
You can set up a new SSH session as a shortcut for logging into Setonix:
setonix.pawsey.org.au
into the box next to "Remote host:"This will log you into a Setonix login node ready to work with the supercomputer.
Now that the MobaXterm session is configured, you can log in faster by clicking on the "setonix.pawsey.org.au (username)" in the MobaXterm sidebar or home pane, and providing your Pawsey password.
Alternatively, the ssh command in the previous subsection can be used you prefer starting from a local MobaXterm terminal session:
ssh username@setonix.pawsey.org.au
, replacing username
with your actual Pawsey usernameYou can connect using the PuTTY terminal client by:
setonix.pawsey.org.au
into the box under "Host Name (or IP Address)"You may also save the settings by following the first three steps above, then:
Setonix
into the box under "Saved Sessions"Now you can connect by clicking "Setonix" in the list and the "Load" button, and following steps 5 and 6 above.
If you need help accessing the Setonix login nodes, raise a ticket in the User Support Portal for further assistance.
Once you can access the Setonix login nodes, the related pages below provide further information for using Setonix.