From 30d9df3246b0bf736fcf42ea7128f0c1cdf2af66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jir=C3=A1sek?= <pavel.jirasek@vsb.cz> Date: Fri, 20 Jan 2017 13:28:55 +0100 Subject: [PATCH] Table, Salomon login command prompt --- .../shell-and-data-access.md | 4 ++-- docs.it4i/salomon/shell-and-data-access.md | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md index 6831c1211..436af4c7e 100644 --- a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md +++ b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md @@ -6,7 +6,7 @@ Interactive Login The Anselm cluster is accessed by SSH protocol via login nodes login1 and login2 at address anselm.it4i.cz. The login nodes may be addressed specifically, by prepending the login node name to the address. |Login address|Port|Protocol|Login node| -|---|---| +|---|---|---|---| |anselm.it4i.cz|22|ssh|round-robin DNS record for login1 and login2| |login1.anselm.it4i.cz|22|ssh|login1| |login2.anselm.it4i.cz|22|ssh|login2| @@ -62,7 +62,7 @@ Data Transfer Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy) and sftp protocols. (Not available yet.) In case large volumes of data are transferred, use dedicated data mover node dm1.anselm.it4i.cz for increased performance. |Address|Port|Protocol| -|---|---| +|---|---|---| |anselm.it4i.cz|22|scp, sftp| |login1.anselm.it4i.cz|22|scp, sftp| |login2.anselm.it4i.cz|22|scp, sftp| diff --git a/docs.it4i/salomon/shell-and-data-access.md b/docs.it4i/salomon/shell-and-data-access.md index 118251062..0d1c9dd56 100644 --- a/docs.it4i/salomon/shell-and-data-access.md +++ b/docs.it4i/salomon/shell-and-data-access.md @@ -41,6 +41,22 @@ On **Windows**, use [PuTTY ssh client](../get-started-with-it4innovations/access After logging in, you will see the command prompt: +```bash + _____ _ + / ____| | | + | (___ __ _| | ___ _ __ ___ ___ _ __ + \___ \ / _` | |/ _ \| '_ ` _ \ / _ \| '_ \ + ____) | (_| | | (_) | | | | | | (_) | | | | + |_____/ \__,_|_|\___/|_| |_| |_|\___/|_| |_| + + + http://www.it4i.cz/?lang=en + + +Last login: Tue Jul 9 15:57:38 2013 from your-host.example.com +[username@login2.salomon ~]$ +``` + !!! Note "Note" The environment is **not** shared between login nodes, except for [shared filesystems](storage/). @@ -49,7 +65,7 @@ Data Transfer Data in and out of the system may be transferred by the [scp](http://en.wikipedia.org/wiki/Secure_copy) and sftp protocols. |Address|Port|Protocol| - |---|---| + |---|---|---| |salomon.it4i.cz|22|scp, sftp| |login1.salomon.it4i.cz|22|scp, sftp| |login2.salomon.it4i.cz|22|scp, sftp| -- GitLab