Logging In
Logging In¶
Once you have been granted an account you will need to login to the head node of one of the clusters.
Essential knowledge: Linux command line
All the clusters run Linux and you will need to be comfortable working with the command prompt. If you have had no experience with the Linux command line interface we have training material as well as a how to guide. Alternately there are numerous web articles on how to use the Linux command prompt.
-
You will need to download an ssh client such as PuTTY. Download the 64-bit x86 executable now.
-
Save putty.exe to your C: drive and run it.
-
Enter the hostname of the cluster, for example
hpc.uct.ac.za
, and clickOpen
.Cluster name
Our cluster has two names that can be used interchangeably:
hpc.uct.ac.za
hex.uct.ac.za
-
Type in your username the black PuTTY screen
- Press enter
- Type in your password
-
Press enter (Note: The password characters will not appear when you type them, this is a security feature. Therefore it is important to pay attention when you are entering your password and be mindful of capitalisation).
Linux commands
You can learn basic Linux commands for using the cluster in our Linux cheatsheet.
-
You are successfully logged in if the prompt changes to
your_username@srvslshpc001
.
Most Apple MAC OS’s come with commands for logging in preinstalled.
-
From
Applications
>Utilities
selectTerminal
. -
In the Terminal application (black screen) type the following:
Cluster name
Our cluster has two names that can be used interchangeably:
hpc.uct.ac.za
hex.uct.ac.za
-
Type in your username
- Press enter
- Type in your password
- Press enter (Note: The password characters will not appear when you type them, this is a security feature. Therefore it is important to pay attention when you are entering your password and be mindful of capitalisation).
-
You are successfully logged in if the prompt changes to
your_username@srvslshpc001
.Linux commands
You can learn basic Linux commands for using the cluster in our Linux cheatsheet.
Most Linux distributions come with commands for logging in preinstalled.
-
Open the terminal
-
Log in with the following command:
Cluster name
Our cluster has two names that can be used interchangeably:
hpc.uct.ac.za
hex.uct.ac.za
-
Type in your username
- Press enter
- Type in your password
- Press enter (Note: The password characters will not appear when you type them, this is a security feature. Therefore it is important to pay attention when you are entering your password and be mindful of capitalisation).
-
You are successfully logged in if the prompt changes to
your_username@srvslshpc001
.Linux commands
You can learn basic Linux commands for using the cluster in our Linux cheatsheet.
Logging Out¶
The same process for logging out of the HPC can be followed regardless of the operating system of your own computer.
To exit from the cluster type exit
.