Introduction to the Magnolia Cluster Workshop: Difference between revisions

From HPC Wiki
Jump to:navigation Jump to:search
No edit summary
(added category)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
This workshop is intended as an introduction to logging into and submitting jobs to the Magnolia cluster.
This workshop is intended as an introduction to logging into and submitting jobs to the Magnolia computer cluster.
{|
{|
|'''When:'''
|'''When:'''
|''October 19, 2018. 1.00 pm — 3 pm''
|''October 19, 2018. 1 pm — 3 pm''
|-
|-
|'''Where:'''
|'''Where:'''
Line 16: Line 16:


=Fill out registration form=
=Fill out registration form=
Those planning to attend need to fill out the registration form. [Put link to Redcap form here]
Those planning to attend need to fill out the registration form. [//redcap.usm.edu/surveys/?s=NWJH493JAL Registration Page]


=Configure the SSH connection=
=Configure the SSH connection=
[Link to 'connecting to Magnolia' tutorial]
If you are using Linux or OSX, SSH is used from the terminal. Type the command shown below to check the host key fingerprint. Do not enter any passwords. Instead, cancel by typing {{Key|Control+C}}. For Windows users, install an SSH client like PuTTY (http://www.putty.org) and follow the directions given in the following link. [[Connect_to_Magnolia#Windows|Windows Specific Directions]]


{{Cmd|ssh -o VisualHostKey{{=}}yes check@magnolia.usm.edu|output=<pre>
{{Cmd|ssh -o VisualHostKey{{=}}yes check@magnolia.usm.edu|output=<pre>
Line 37: Line 37:
</pre>}}
</pre>}}


Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. [link to list]
Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. [[SSH_Fingerprints/magnolia.usm.edu]]
 
If you have any questions, please email [mailto:joseph.tyson@usm.edu?subject=Magnolia%20Cluster:%20Workshop%20Question%20 Joseph Tyson].
 
[[Category:Workshops]]

Latest revision as of 09:49, 1 October 2018

This workshop is intended as an introduction to logging into and submitting jobs to the Magnolia computer cluster.

When: October 19, 2018. 1 pm — 3 pm
Where: PSRC 105
Important
Workshop participants MUST configure the SSH connection between their computer and Magnolia BEFORE the day of the workshop.

Pre-Workshop Checklist

  • Fill out the registration form
  • Configure the SSH connection between your computer and Magnolia
  • Bring your computer to the workshop

Fill out registration form

Those planning to attend need to fill out the registration form. Registration Page

Configure the SSH connection

If you are using Linux or OSX, SSH is used from the terminal. Type the command shown below to check the host key fingerprint. Do not enter any passwords. Instead, cancel by typing Control+C. For Windows users, install an SSH client like PuTTY (http://www.putty.org) and follow the directions given in the following link. Windows Specific Directions

user $ssh -o VisualHostKey=yes check@magnolia.usm.edu
Host key fingerprint is SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis
+---[ECDSA 256]---+
|ooX^@=o          |
|o++*B+o.         |
|.+o ...          |
|o.o. o           |
|+o oo . S        |
|oo=.   .         |
|o=oo             |
|E+. .            |
|oo .             |
+----[SHA256]-----+
check@magnolia.usm.edu's password: 

Make sure that the host key fingerprint (In this case: SHA256:glQIZZKlsAwf3QJNNDQSxFpRzE2rKs4GfxByO6ZBzis) matches one of the fingerprints given in the list of SSH fingerprints for Magnolia. SSH_Fingerprints/magnolia.usm.edu

If you have any questions, please email Joseph Tyson.