IntroductionBiocluster is a collection of machines managed and linked together to allow for computational and other complex problem sets to be submitted, and to have the results returned in a timely fashion. The way we achieve this is a queuing and scheduling system that places jobs on particular nodes. A node is a single system part that is part of the larger collection. In our case, there are 34 nodes. Of those, 32 of them have 16 GB of RAM and 8 CPU cores. Two of those nodes have 48 CPU cores and 64 GB of RAM. A glossary of terms will be provided at the end to help with any terms you are unfamiliar with. Getting ConnectedThis guide will walk you through connecting to biocluster using the Secure Shell protocol, SSH, from your workstation or laptop. WindowsDownload and Install PuTTYVisit http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and download the Installer. Once downloaded, Run the installer and complete the installation. Using PuTTY To ConnectLaunch PuTTYPutty can be found by going to Start > All Programs > PuTTY > PuTTY. Connecting to BioclusterOnce you have launched PuTTY, fill in the Host Name box with biocluster.ucr.edu and then click Open. You may get a PuTTY Security Alert dialog box that pops up. This is normal and should only happen the first time you connect to biocluster from that computer. It is safe to click Yes. You will then be presented with a screen that asks for your username, enter the username you were given by Dr. Girke or the systems administrator. Press enter and then you will be asked for your password, use the password you were given with the username. If all goes well, you should end up with a screen that looks like this: MacCommandsssh - Used on Mac OS X and Linux to connect to other systems. Glossaryjob - A job is a task that is submitted to the queue for processing. SSH - A secure protocol for establishing interactive sessions with systems. |