{"id":325,"date":"2017-04-11T11:23:51","date_gmt":"2017-04-11T10:23:51","guid":{"rendered":"https:\/\/portal.supercomputing.wales\/?page_id=325"},"modified":"2024-04-03T18:26:59","modified_gmt":"2024-04-03T17:26:59","slug":"accessing-the-system","status":"publish","type":"page","link":"https:\/\/portal.supercomputing.wales\/index.php\/index\/accessing-the-system\/","title":{"rendered":"Accessing the System"},"content":{"rendered":"<p>Once you have been given an account, and have the credentials (username &amp; password) from <a href=\"https:\/\/my.supercomputing.wales\">My SCW<\/a>, you can login&#8230;.<\/p>\n<h2>Let&#8217;s Go!<\/h2>\n<div>To access Supercomputing Wales (SCW) systems via the command line, you must use a terminal emulator, which connects your local keyboard and screen to the remote system. This uses a protocol called \u201cSecure Shell\u201d, or \u201cSSH\u201d; this is available as standard with a Linux workstation or Mac, but requires a program to be downloaded and installed with Microsoft Windows.<\/div>\n<div><\/div>\n<div>The SCW infrastructure consists of two compute clusters:<\/div>\n<ul>\n<li><strong>Hawk<\/strong>, based in Cardiff, and for the use of Cardiff and Bangor owned projects.<\/li>\n<li><strong>Sunbird<\/strong>, based in Swansea, and for the use of Swansea and Aberystwyth projects.<\/li>\n<\/ul>\n<div>Each of these clusters has its own \u2018Login Nodes\u2019, which enable you to execute and manage jobs on that particular cluster. Please see details linked from the <a href=\"https:\/\/portal.supercomputing.wales\/\">front page<\/a> of the User Portal for hardware information.<\/div>\n<div><\/div>\n<h2>Logging in to the Cardiff System (Hawk)<\/h2>\n<p>From 8th April 2024, access to Hawk requires institutional Multi-Factor Authenticated login in order to improve the security posture of the system. This means that direct access to Hawk from the Internet is no longer possible. Please click the below links for details on how to access the system, depending on whether you are from a Cardiff or Bangor owned project:<\/p>\n<ul>\n<li><a href=\"https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2024\/04\/Hawk-MFA-Plans-and-User-Guidance-April-2024.pdf\" target=\"_blank\" rel=\"noopener\">For Cardiff Project Users<\/a><\/li>\n<li><a href=\"https:\/\/bangoroffice365.sharepoint.com\/sites\/DigitalServices\/SitePages\/eResearch---Access-to-the-Hawk-Supercomputer.aspx\">For Bangor Project Users<\/a><\/li>\n<\/ul>\n<div>\n<div>Please note, your SCW username given to you at registration and is different to that of the institution (it will be prefixed with a &#8216;c.&#8217; or &#8216;b.&#8217;). Hawk&#8217;s login nodes are called <em>hawklogin.cf.ac.uk<\/em>.<\/div>\n<\/div>\n<div><\/div>\n<div><\/div>\n<div>\n<h2>Logging in to the Swansea System (Sunbird)<\/h2>\n<h4><em>Via PuTTY on Windows<\/em><\/h4>\n<div>\n<div>In order to log in to SCW Swansea cluster, enter \u201c&lt;username&gt;@sunbird.swansea.ac.uk\u201d into the \u201cHost Name (or IP address)\u201d box; where &#8220;&lt;username&gt;&#8221; is your SCW username given to you at registration. You may wish to save this information for reuse, in which case also enter a name in the \u201cSaved Sessions\u201d box, and hit the \u201cSave\u201d button.<\/div>\n<div><\/div>\n<\/div>\n<div>\n<div>After entering the address of the machine you wish to log into (\u201csunbird.swansea.ac.uk\u201d), click on the \u201cOpen\u201d button to connect to the SCW cluster.<\/div>\n<div><\/div>\n<div>The first time you connect you will be asked to accept a security certificate. Accept the certificate, and you will be linked to an SCW login node. A screen will pop up akin to this:<\/div>\n<div><\/div>\n<\/div>\n<div><a href=\"https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-845 aligncenter\" src=\"https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1.png\" alt=\"\" width=\"569\" height=\"381\" srcset=\"https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1.png 1240w, https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1-300x201.png 300w, https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1-768x514.png 768w, https:\/\/portal.supercomputing.wales\/wp-content\/uploads\/2018\/09\/sunbird-login1-1-1024x685.png 1024w\" sizes=\"auto, (max-width: 569px) 100vw, 569px\" \/><\/a><\/div>\n<div><\/div>\n<div>\n<div>You are now set to log in \u2013 now enter your password and you should now have a command prompt.<\/div>\n<\/div>\n<div><\/div>\n<div>\n<div>Please skip the next section &#8220;Logging in from Linux&#8221; and proceed with section &#8220;Entering your password&#8221;.<\/div>\n<\/div>\n<\/div>\n<div>\n<h4><em>From Linux\/Mac<\/em><\/h4>\n<div>Linux has SSH (\u201cSecure Shell\u201d) built &#8211; in, so you should not need to install ssh manually. To log in to SCW systems, simply start a terminal and enter:<\/div>\n<p><pre class=\"preserve-code-formatting\">ssh username@sunbird.swansea.ac.uk<\/pre>\n<\/p><\/div>\n<div>\n<div>Where you should replace \u201cusername\u201d with your username. On first logging on from a machine, you will be asked to confirm the secure certificate associated with SCW cluster login node; please confirm \u201cyes\u201d, such as:<\/div>\n<p><pre class=\"preserve-code-formatting\">[~]$ ssh John.Doe@sunbirdlogin.cf.ac.uk\nThe authenticity of host &#039;hawklogin.cf.ac.uk (131.251.129.4)&#039; can&#039;t be established.\nECDSA key fingerprint is SHA256:P8MxFCLE7+ROcYqIdFRZSZ1WI7CKGIWsJ96o5vjZluo.\nECDSA key fingerprint is MD5:31:fc:cb:35:fa:7c:90:37:ef:4c:f7:3d:55:3c:01:3e.\nAre you sure you want to continue connecting (yes\/no)?<\/pre><\/p>\n<div>You will then proceed to be asked for your password, and can continue with the next section on logging in (which is common to both Linux and Windows).<\/div>\n<div><\/div>\n<\/div>\n<div>\n<h3>Entering your Password<\/h3>\n<div>Your password is the one you chose when signing up for a Super Computing Wales account. If you forgot your password and need to reset, login to <a href=\"https:\/\/my.supercomputing.wales\">My SCW<\/a> with your university credentials and reset it. External users will need to contact the <a href=\"https:\/\/portal.supercomputing.wales\/index.php\/index\/submit-support-ticket\/\">helpdesk<\/a>.<\/div>\n<\/div>\n<div><\/div>\n<div>\n<div>Once you are logged in successfully, you will see text displayed similar to the following:<\/div>\n<p><pre class=\"preserve-code-formatting\">======================== Supercomputing Wales - Hawk ==========================\n\nThis system is for authorised users, if you do not have authorised access\nplease disconnect immediately, and contact support@supercomputing.wales\n\n-----------------------------------------------------------------------------\n\nFor user guides, documentation and technical support:\nEmail: support@supercomputing.wales Web: http:\/\/portal.supercomputing.wales\n\n-------------------------- Message of the Day -------------------------------\n\n-----------------------------------------------------------------------------\n\n===============================================================================<\/pre><\/p>\n<div>\n<div>You are now at the command prompt of a SCW cluster login node .<\/div>\n<div>\n<div><\/div>\n<p><em>Tip: Note that with the shell command line, you can use the left and right cursor keys (arrow keys) to move the cursor around the current line of text at the command prompt and edit it \u2013 to remove any mistakes or change your mind. Similarly, pressing the up or down arrow will bring back the previous command you typed. Pressing the up arrow repeatedly will show older and older commands \u2013 whereas the down arrow will bring you back to the last command you typed, or press it again \u2013 back to a blank line ready for you to start a new command.<\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div><\/div>\n<div>For next steps, please see other pages on the SCW User Portal.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Once you have been given an account, and have the credentials (username &amp; password) from My SCW, you can login&#8230;. Let&#8217;s Go! To access Supercomputing Wales (SCW) systems via the command line, you must use a terminal emulator, which connects your local keyboard and screen to the remote system. This uses a protocol called \u201cSecure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":5,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-nosidebar.php","meta":{"_lmt_disableupdate":"no","_lmt_disable":"","footnotes":""},"class_list":["post-325","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/pages\/325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/comments?post=325"}],"version-history":[{"count":21,"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/pages\/325\/revisions"}],"predecessor-version":[{"id":1447,"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/pages\/325\/revisions\/1447"}],"up":[{"embeddable":true,"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/pages\/5"}],"wp:attachment":[{"href":"https:\/\/portal.supercomputing.wales\/index.php\/wp-json\/wp\/v2\/media?parent=325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}