BwUniCluster 2.0 User Access New

From bwHPC Wiki
Revision as of 16:01, 4 August 2020 by S Raffeiner (talk | contribs) (Created page with "<!--{| style="border-style: solid; border-width: 1px" ! Navigation: bwHPC BPR / bwUniCluster |}--> bwUniClus...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

bwUniCluster 2.0 is Baden-Württemberg's general purpose tier 3 high performance computing (HPC) cluster co-financed by Baden-Württemberg's ministry of science, research and arts and the shareholders:

  • Albert Ludwig University of Freiburg
  • Eberhard Karls University, Tübingen
  • Karlsruhe Institute of Technology (KIT)
  • Heidelberg University (Ruprecht-Karls-Universität Heidelberg)
  • Ulm University
  • University of Hohenheim
  • University of Konstanz
  • University of Mannheim
  • University of Stuttgart
  • HAW BW e.V. (an association of university of applied sciences in Baden-Württemberg)


To log on bwUniCluster 2.0 a user account is required. All members of the shareholder universities can apply for an account.




bwUniCluster wiring by Holger Obermaier, copyright: KIT (SCC)
bwUniCluster wiring © KIT (SCC)

1 Registration

Granting access and issuing a user account for bwUniCluster 2.0 requires the registration at the KIT service website https://bwidm.scc.kit.edu (step B). However, this registration depends on the bwUniCluster entitlement issued by your university (step A).

1.1 Step A: bwUniCluster entitlement for registration

The entitlement is called bwUniCluster (not bwUniCluster 2.0) and each university issues the bwUniCluster entitlement only for their own respective members. Some have established on-line processes or provide downloads of the entitlement application forms. If there is no link behind the name of an institution in the following list, please contact the local IT support services:


1.2 Step B: Web Registration, service password and 2-factor authentication

After completing step A, i.e., after successfull issueing of the bwUniCluster entitlement, you have to register yourself for the service. To do so please visit https://bwidm.scc.kit.edu and complete the following steps.

1. Select your home organization from the list on the main page and click Proceed or Fortfahren.

BwUniCluster 2.0 access login bwidm select institution.png

2. You will be directed to the Identity Provider of your home organisation. Enter the user ID / username and password of your home organisation - this is usually the same password used for your e-mail account and other services - and click on Login, Einloggen or something similar.

3. You will be redirected back to the registration website https://bwidm.scc.kit.edu/. If you are logging into bwIDM for the first time, there will be a summary screen which shows the account details your home institution is providing to the central system. Please check that all data is valid and then click on Continue or Weiter.

4. Once you have successfully logged into the bwIDM system, you will be greeted by a home screen showing all state-wide services you have access to. There will be a box labelled "bwUniCluster". Click on Register or Registrieren to start the registration process.

BwUniCluster 2.0 access login bwidm service list.png

5. Make sure that all requirements are met to register for the service by checking the Requirements box at the top. If the requirements are not met you might be able to correct the issure by following the instructions, in all other cases please contact the operations team through the [Support channels].

BwUniCluster 2.0 access login bwidm registration requirements.png

6. Read the Terms of Use (Nutzungsbedingungen und -richtlinien), check the box besides I have read and accepted the terms of use and click on Register or Registrieren.

7. Set a service password for the bwUniCluster. Logging in with the password of your home organisation, like on the former bwUniCluster 1, is no longer possible. Please make sure to use a strong password which is different from any other password you are currently using or have used on other systems. You will also be asked to change the service password regularly.

BwUniCluster 2.0 access login bwidm service password.png



1.3 Step C: Amendment: bwUniCluster questionnaire

Starting June 1st, 2015, usage of bwUniCluster mandatorily requires the questionnaire

  https://zas.bwhpc.de/shib/en/bwunicluster_survey.php

to be answered. The input is solely used for the elaboration of future support activities and for planning future HPC resources. From June 1st, 2015, login to bwUniCluster 2.0 is only permitted to users who have already answered the questionnaire. Exception: For the first 14 days after the web registration login to bwUniCluster 2.0 is permitted without participation in the questionnaire.

1.4 Changing Password

Your bwUniCluster 2.0 password is the service password you set during the web registration (compare step 7 of chapter 1.2). At any time, you can set a new bwUniCluster 2.0 password via the registration website https://bwidm.scc.kit.edu by carrying out the following steps:

  1. visit https://bwidm.scc.kit.edu and select your home organization
  2. authenticate yourself via your home-organizational user id / username and your home-organizational password
  3. find on the left side bwUniCluster and select Set Service Password
  4. set new service, i.e. bwUniCluster, password, repeat it and click Save button.
  5. the page answers e.g. "Das Passwort wurde bei dem Dienst geändert" ("password has been changed")
  6. proceed to log in using the new password in the next step


1.5 Contact

If you have questions or problems concerning bwUniCluster (2.0) registration, please contact your local hotline.

2 Establishing network access

Access to bwUniCluster 2.0 is limited to IP addresses from within the campus networks of the respective home institutions of our current users. If you are outside of one of these networks (e.g. in your home office instead of in your campus office), a VPN connection to your home institution has to be established first (see e.g. [1] for the KIT).

3 Login

After finishing the web registration and making sure that you have access to a network from which you have access to bwUniCluster 2.0 (e.g. by establishing a VPN connection), the HPC cluster is ready for your SSH based login. Available SSH applications are:

  • built-in command under Linux and macOS using the application terminal
  • MobaXterm under Windows

bwUniCluster 2.0 has four + two dedicated login nodes. The selection of the login node is done automatically and is based on a round-robin scheduling. Logging in another time the session might run on the other login node.

Only the secure shell SSH is allowed to login. Other protocols like telnet or rlogin are not allowed for security reasons.

3.1 Login applications: Linux and macOS

A connection to bwUniCluster 2.0 can be established by the command:

$ ssh <UserID>@bwunicluster.scc.kit.edu   # or
$ ssh <UserID>@uc2.scc.kit.edu            # Login on a Cascade-Lake-node - or
$ ssh <UserID>@uc1e.scc.kit.edu           # Login on a Broadwell-node  

If you are using openSSH (usually installed on Linux based systems) and you want to use a GUI-based application on bwUniCluster 2.0 you should use the ssh command with the option -X

$ ssh -X <UserID>@bwunicluster.scc.kit.edu   # or
$ ssh -X <UserID>@uc2.scc.kit.edu            # or
$ ssh -X <UserID>@uc1e.scc.kit.edu

3.2 Login applications: Windows

3.2.1 Hints for using MobaXterm

Note: The bwHPC-C5 support team strongly recommends to use MobaXterm instead of PuTTY or WinSCP. MobaXterm provides a X11 server allowing to start GUI based software.

Start MobaXterm, fill in the following fields:

Remote name              : uc2.scc.kit.edu    # or uc1e.scc.kit.edu
Specify user name        : <UserID>
Port                     : 22

After that click on 'ok'. Then a terminal will be opened and there you can enter your password.

3.2.2 Deprecated: Hints for using PuTTY

Start PuTTY, fill in at window PuTTY Configuration under category Session the following fields

Host Name        : <UserID>@uc2.scc.kit.edu    # or <UserID>@uc1e.scc.kit.edu
Port             : 22
Connection type  : SSH

and click on Open, enter your password and accept adding host key. Note that you can also name the configured session via Save and load it later via the given name.

3.2.3 Deprecated: Hints for using WinSCP

Start WinSCP, fill in the following fields:

File Protocol    : SCP
Host name        : uc2.scc.kit.edu          # or uc1e.scc.kit.edu 
Port             : 22
User name        : <UserID>

and click on 'Login' and enter your password. Note that you can also name the configured session via Save and load it later via the given name.

3.3 About UserID / Username

<UserID> of the ssh command is a placeholder for your username at your home organization together with a prefix as followed:

Home organization <UserID>
Universität Freiburg fr_username
Universität Heidelberg hd_username
Universität Hohenheim ho_username
KIT username (without any prefix)
Universität Konstanz kn_username
Universität Mannheim ma_username
Universität Stuttgart st_username
Universität Tübingen tu_username
Universität Ulm ul_username
Hochschule Aalen aa_username
Hochschule Albstadt-Sigmaringen as_username
Hochschule Esslingen es_username
Hochschule Furtwangen hf_username
Hochschule Karlsruhe hk_username
HTWG Konstanz ht_username
Hochschule Reutlingen hr_username
Hochschule Rottenburg ro_username
Hochschule für Technik Stuttgart hs_username
Hochschule Ulm hu_username

3.4 Allowed activities on login nodes

The login nodes of bwUniCluster 2.0 are the access point to the compute system and to your bwUniCluster 2.0 $HOME directory. The login nodes are shared with all the users of bwUniCluster 2.0. Therefore, your activities on the login nodes are limited to primarily set up your batch jobs. Your activities may also be:

  • short compilation of your program code and
  • short pre- and postprocessing of your batch jobs.

To guarantee usability for all the users of bwUniCluster 2.0 you must not run your compute jobs on the login nodes. Compute jobs must be submitted to the queueing system. Any compute job running on the login nodes will be terminated without any notice. Any long-running compilation or any long-running pre- or postprocessing of batch jobs must also be submitted to the queueing system.

4 First steps on bwUniCluster

First and some important steps on bwUniCluster 2.0 can be found here.


5 Deregistration

If you plan to permanently leave the bwUniCluster 2.0, follow the deregister checklist:

  1. Transfer all your data in $HOME and workspace to your local computer/storage and after that clear off all your data
  2. Visit https://bwidm.scc.kit.edu
    • Select your home organization from the list and click Proceed
    • Enter your home-organisational user ID / username and your home-organisational password and click Login button
    • You will be redirected back to the registration website https://bwidm.scc.kit.edu/
    • Select Registry Info of the service bwUniCluster (on the left hand side)
      BwUniCluster registration sidebar.png
    • Click Deregister

Note that Step 2 will automatically unsubscribe you from the bwunicluster mail list.