Here is some basic information on how to connect to the UND HPC Linux clusters. In this example we will be using Hodor. If you are using one of the other clusters you will just need to replace Hodor
with the cluster you are using such as Talon
or Arya
To get an account on the cluster you will need to submit a request using the request form Here.
The user login for your Hodor account is the same as your NDUS Active Directory (NDUSAD) account, which is the same as your UND Campus Connection (UNDCC) account. This is usually in the format of:
Though, for a user who has a very common name, or a non-traditional name, the format may very slightly.
The password for your Hodor account is the same password that you use for your NDUSAD/UNDCC account. Whenever you change the password for your NDUSAD/UNDCC account, your Hodor password will automatically update to the new password.
Each user account is allocated 200GB of storage space. Should you exceed this storage limit you will be asked to remove files from the system. Failure to comply with this request may cause you to be banned from using the system.
You will be allowed three attempts to login before your local computer is locked out of the system (ie… you type your password incorrectly three times). If this happens, you must contact Aaron Bergstrom, Advanced Cyberinfrastructure Manager to get this temporary ban removed. This is done to prevent automated hacking attempts.
Aaron’s Contact Info:
You must use an SSH client to connect to Hodor. SSH Port-forwarding for the use of GUI applications is allowed, but not for computational work unless special arrangements are made prior to the work being run. A discussion of port-forwarding is beyond the scope of this document.
You may connect to the Hodor HPC cluster using the following hostname: hodor.und.edu
If using a Linux, OSX, or Cygwin terminal, you may type the following command at the shell prompt to connect to the Hodor login node (aka "headnode"):
Once connected, you’ll be prompted for your NDUSAD/UNDCC password.
Putty is a GUI telnet client with SSH capabilities for use on Windows operating systems. A link to the
A portable version of Putty is available from the UND CRC Windows Desktop Software page: https://und.edu/research/computational-research-center/software.cfm
This version of Putty does not need to be "installed". Once it is downloaded, copy the program to your desktop. It will then be ready for immediate use. Double click the putty icon to get started:
Once you’ve started the Putty you should see something similar to the image below. Do the following:
hodor.und.edu
Next, go to the "Connection" options window:
Finally return to the "Session" options page:
Once you have pressed the "Open" button, the Putty program will connect you to the login node (aka the "headenode"), and you will be prompted for your NDUSAD/UNDCC password. Once you’ve entered it, the cluster will be available for you to use.
In future connections, you simply will need to double click the Putty icon to start the program, and then:
or if you want to modify settings before connecting
While Windows users may also utilize Cygwin to connect to Hodor, an overview of how to download, install, and use Cygwin is outside the scope of this document.
Once you have logged into the Hodor cluster, you’ll need to navigate and execute programs through the "Bash" Shell (aka command line) instructions. Here is a list of useful BASH commands for novice Linux users:
pwd
Displays your current directory
env
Displays your current environment variables
cd ..
Moves you up one level to the folder above your current directory
cd ../../
Moves you up two levels to the folder two levels above your current directory
cd ~
Moves you to your Home directory
cd -
Moves you to your previous directory
ls
Lists the contents of your current directory
ls –al
Lists the contents of your current directory with more information
squeue –a
Lists the computational jobs actively running on the Hodor cluster
For further information on how to use the Bash shell see the following website: http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
Experienced Linux users may prefer to use CSH or some other command shell. Contact Aaron Bergstrom for more information about other command shells available for use on Hodor.
©