Difference between revisions of "Registration/Login"

From bwHPC Wiki
Jump to: navigation, search
m
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
= Login to the Clusters =
All members of universities and colleges in Baden-Württemberg can use the bwHPC resources.
 
Prefixes are used to ensure that the usernames assigned by the home organization are unique within the state.
 
The username for the bwHPC clusters is the same as the one assigned by the university or college, but it is prefixed with two letters for the home institution.
 
   
  +
{|style="background:#deffee; width:100%;"
The following list contains all prefixes currently in use.
 
  +
|style="padding:5px; background:#cef2e0; text-align:left"|
 
  +
[[Image:Attention.svg|center|25px]]
{| style="border:3px solid darkgray; margin: 5em auto 5em auto;"
 
  +
|style="padding:5px; background:#cef2e0; text-align:left"|
|-
 
  +
Access to the clusters (bwUniCluster/bwForCluster) is restricted to IP addresses of universities/colleges from Baden-Württemberg [https://bgpview.io/asn/553#prefixes-v4 (BelWü network)].
!style="width:280px; background-color:darkgray"| University
 
  +
If you are outside the BelWü network (e.g. at home), you must first establish a VPN connection to your home university or a connection to an SSH jump host at your home university.
!style="width:60px; background-color:darkgray"| Prefix
 
!style="width:130px; background-color:darkgray"| Username bwUniCluster
 
!style="width:130px; background-color:darkgray"| Username bwForCluster
 
|-
 
| Universität Freiburg
 
| fr
 
| colspan="2" align="center"| fr_''<username>''
 
|-
 
| Universität Heidelberg
 
| hd
 
| colspan="2" align="center"| hd_''<username>''
 
|-
 
| Universität Hohenheim
 
| ho
 
| colspan="2" align="center"| ho_''<username>''
 
|-
 
| Karlsruhe Institute of Technology (KIT)
 
| ka
 
| style="color:red;" align="center"| ''<username>''
 
| style="color:red;" align="center"| ka_''<username>''
 
|-
 
| Universität Konstanz
 
| kn
 
| colspan="2" align="center"| kn_''<username>''
 
|-
 
| Universität Mannheim
 
| ma
 
| colspan="2" align="center"| ma_''<username>''
 
|-
 
| Universität Stuttgart
 
| st
 
| colspan="2" align="center"| st_''<username>''
 
|-
 
| Universität Tübingen
 
| tu
 
| colspan="2" align="center"| tu_''<username>''
 
|-
 
| Universität Ulm
 
| ul
 
| colspan="2" align="center"| ul_''<username>''
 
 
|}
 
|}
   
  +
== SSH Clients ==
{| style="border:3px solid darkgray; margin: 5em auto 5em auto;"
 
|-
 
!style="width:280px; background-color:darkgray"| [[HAW BW e.V.]]
 
!style="width:60px; background-color:darkgray"| Prefix
 
!style="width:260px; background-color:darkgray"| Username bwUniCluster/bwForCluster
 
|-
 
| Hochschule Aalen
 
| aa
 
| align="center"| aa_''<username>''
 
|-
 
| Hochschule Albstadt-Sigmaringen
 
| as
 
| align="center"| as_''<username>''
 
|-
 
| Hochschule Esslingen
 
| es
 
| align="center"| es_''<username>''
 
|-
 
| Hochschule Heilbronn
 
| hn
 
| align="center"| hn_''<username>''
 
|-
 
| Hochschule Karlsruhe
 
| hk
 
| align="center"| hk_''<username>''
 
|-
 
| Hochschule Konstanz (HTWG)
 
| ht
 
| align="center"| ht_''<username>''
 
|-
 
| Hochschule Mannheim
 
| mn
 
| align="center"| mn_''<username>''
 
|-
 
| Hochschule Offenburg
 
| of
 
| align="center"| of_''<username>''
 
|-
 
| Hochschule Reutlingen
 
| hr
 
| align="center"| hr_''<username>''
 
|-
 
| Hochschule Rottenburg
 
| ro
 
| align="center"| ro_''<username>''
 
|-
 
| Hochschule Stuttgart (HfT)
 
| hs
 
| align="center"| hs_''<username>''
 
|-
 
| Hochschule Ulm
 
| hu
 
| align="center"| hu_''<username>''
 
|}
 
   
  +
After completing the [[Registration|web registration]] and [[Registration/Password|setting a service password]] the HPC cluster is ready for your '''SSH''' based login.
  +
* [[Registration/Login/Client| What Client to Use]]
  +
  +
== Cluster Specific Information ==
  +
  +
Every cluster has its own documentation for login.
  +
* If you want to '''login''' to the bwUniCluster, please refer to <br /> &rarr; '''[[bwUniCluster2.0/Login|bwUniCluster 2.0]]'''
  +
* If you want to '''login''' to one of the bwForClusters, please refer to <br /> &rarr; '''[[BinAC/Login|BINAC]]''' <br /> &rarr; '''[[JUSTUS2/Login|JUSTUS 2]]''' <br /> &rarr; '''[[Helix/Login|Helix]]''' <br /> &rarr; '''[[NEMO/Login|NEMO]]'''
  +
  +
= Allowed Activities on Login Nodes =
  +
  +
{|style="background:#deffee; width:100%;"
  +
|style="padding:5px; background:#cef2e0; text-align:left"|
  +
[[Image:Attention.svg|center|25px]]
  +
|style="padding:5px; background:#cef2e0; text-align:left"|
  +
To guarantee usability for all the users of clusters you must not run your compute jobs on the login nodes.
  +
Compute jobs must be submitted to the queuing 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 post-processing of batch jobs must also be submitted to the queuing system.
  +
|}
   
  +
The login nodes of the bwHPC clusters are the access point to the compute system, your <code>$HOME</code> directory and your workspaces.
=== Examples ===
 
  +
These nodes are shared with all the users 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 post-processing of your batch jobs.
   
  +
= Additional Login Information =
* If you are a member of the University of Konstanz and your local username is <code>ab1234</code>, your username on any bwHPC cluster is <code>kn_ab1234</code>.
 
   
  +
Following sub-pages go into deeper detail about the following topics:
* If your local username for the university is <code>vwxyz1234</code> and you are a user from the University of Freiburg this would combine to the following SSH command:
 
  +
* [[Registration/Login/Username|How do I find out my cluster username?]]
ssh -l fr_vwxyz1234 ''<login>''
 
  +
* [[Registration/Login/Hostname|What are the hostnames of the login nodes of a cluster?]]
   
  +
These pages are also referenced in the cluster-specific login documentations.
* KIT users logging into bwUniCluster do not need to use a prefix, but if they are using a bwForCluster. If you are a KIT user and your username is <code>pxd27239</code>, your login names would be for the clusters:
 
** bwUniCluster: <code>pxd27239</code>
 
** bwForCluster: <code>ka_pxd27239</code>
 

Latest revision as of 11:27, 23 April 2024

1 Login to the Clusters

Attention.svg

Access to the clusters (bwUniCluster/bwForCluster) is restricted to IP addresses of universities/colleges from Baden-Württemberg (BelWü network). If you are outside the BelWü network (e.g. at home), you must first establish a VPN connection to your home university or a connection to an SSH jump host at your home university.

1.1 SSH Clients

After completing the web registration and setting a service password the HPC cluster is ready for your SSH based login.

1.2 Cluster Specific Information

Every cluster has its own documentation for login.

2 Allowed Activities on Login Nodes

Attention.svg

To guarantee usability for all the users of clusters you must not run your compute jobs on the login nodes. Compute jobs must be submitted to the queuing 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 post-processing of batch jobs must also be submitted to the queuing system.

The login nodes of the bwHPC clusters are the access point to the compute system, your $HOME directory and your workspaces. These nodes are shared with all the users 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 post-processing of your batch jobs.

3 Additional Login Information

Following sub-pages go into deeper detail about the following topics:

These pages are also referenced in the cluster-specific login documentations.