Difference between revisions of "Quick start"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
(Created page with " == A quick start guide to logging into Bert, the HPC solution in IBERS == Once you have your login details from the administrator, you will be able to access Bert. '''In GN...")
 
Line 15: Line 15:
  
 
For Windows Operating Systems you will need to download PuTTY SSH [http://www.chiark.greenend.org.uk/~sgtatham/putty/].
 
For Windows Operating Systems you will need to download PuTTY SSH [http://www.chiark.greenend.org.uk/~sgtatham/putty/].
 +
 +
Enter username@bert.ibers.aber.ac.uk into the hostname dialogue box. This will bring up a black screen prompting you for your password. Once entered this will give you a shell on the login node. From here you can submit jobs and write programs.

Revision as of 11:31, 27 March 2012

A quick start guide to logging into Bert, the HPC solution in IBERS

Once you have your login details from the administrator, you will be able to access Bert.

In GNU/Linux, UNIX or Mac OSX

At the command line simply type into your terminal;

   ssh username@bert.ibers.aber.ac.uk

This will give you a shell on the login node. From here you can submit jobs and write programs.

In Windows

For Windows Operating Systems you will need to download PuTTY SSH [1].

Enter username@bert.ibers.aber.ac.uk into the hostname dialogue box. This will bring up a black screen prompting you for your password. Once entered this will give you a shell on the login node. From here you can submit jobs and write programs.