Shell: Unterschied zwischen den Versionen

Aus Doc-Wiki
Zur Navigation springen Zur Suche springen
imported>Burghardt
(Die Seite wurde neu angelegt: „{| style="border: 1pt black dashed" |- | Image:Diamond-caution.png || Preliminary information! Does not work as intended yet.|| Image:Diamond-caution.png…“)
 
imported>Burghardt
Zeile 1: Zeile 1:
 
{| style="border: 1pt black dashed"
 
{| style="border: 1pt black dashed"
 
|-
 
|-
| [[Image:Diamond-caution.png]] || Preliminary information! Does not work as intended yet.|| [[Image:Diamond-caution.png]]
+
| [[Image:Diamond-caution.png]] || Preliminary information! Does not work as intended yet. Will reboot often!|| [[Image:Diamond-caution.png]]
 
|-
 
|-
 
|}
 
|}
  +
  +
  +
  +
== Intention ==
  +
* the computer pool is extended by these machines
  +
* the computer pool infrastructue is accessible from remote
  +
  +
  +
=== Target audience ===
  +
These machines are meant to be used by students. But ''of course'' they can be used by any staff members! For new users the only requirement is to logon one single time using one of the (physical) pool computers - this will make them "known" to our systems.
  +
  +
  +
== Usage ==
  +
Simply use SSH to login to this machine:
  +
  +
ssh user@shell.stud.informatik.uni-goettingen.de
  +
  +
Note that the intially presented banner contains something like
  +
  +
####### shell.stud.informatik.uni-goettingen.de - login vm: shell5.cip.loc
  +
...telling you the actual local name of the automatically chosen destination machine.
  +
  +
For Windows: use [[PuTTY]] (simple) or [[Cygwin]] (more complex and powerful) or any other SSH-implementation.
  +
  +
  +
=== Timeout ===
  +
The session Timeout is set to '''36 hours'''
  +
  +
  +
== Some technical Details ==
  +
* the gateway machine is running HAproxy. This is the only machine with a "real" IP-address.
  +
* those <tt>shellX.cip.loc</tt> machines are placed into the computer pool network. This is required to have exactly the same experience as if being physically in the pool
  +
* all machines are virtual instances on one single host
  +
* the host has
  +
** 128 GiB ECC Ram
  +
** dual Xeon CPU
  +
** 600 GB Raid 1 local disk
  +
** 10 GBit/s networking :-)
  +
  +
  +
== Tips 'n' Tricks ==
  +
  +
=== Connect to the same machine again ===
  +
...?
  +
  +
  +
== Todo ==
  +
* how to connect to a specific destination?
  +
* Monitoring
  +
* Documentation
  +
* Testing
  +
  +
  +
== See also ==
  +
* [[Remote Access]]
  +
* [[Long Running Processes]]
  +
  +
  +
== Links ==
  +
* https://help.ubuntu.com/ -- common help regarding Ubuntu

Version vom 26. Mai 2016, 12:05 Uhr

Diamond-caution.png Preliminary information! Does not work as intended yet. Will reboot often! Diamond-caution.png


Intention

  • the computer pool is extended by these machines
  • the computer pool infrastructue is accessible from remote


Target audience

These machines are meant to be used by students. But of course they can be used by any staff members! For new users the only requirement is to logon one single time using one of the (physical) pool computers - this will make them "known" to our systems.


Usage

Simply use SSH to login to this machine:

ssh  user@shell.stud.informatik.uni-goettingen.de

Note that the intially presented banner contains something like

#######  shell.stud.informatik.uni-goettingen.de - login vm: shell5.cip.loc

...telling you the actual local name of the automatically chosen destination machine.

For Windows: use PuTTY (simple) or Cygwin (more complex and powerful) or any other SSH-implementation.


Timeout

The session Timeout is set to 36 hours


Some technical Details

  • the gateway machine is running HAproxy. This is the only machine with a "real" IP-address.
  • those shellX.cip.loc machines are placed into the computer pool network. This is required to have exactly the same experience as if being physically in the pool
  • all machines are virtual instances on one single host
  • the host has
    • 128 GiB ECC Ram
    • dual Xeon CPU
    • 600 GB Raid 1 local disk
    • 10 GBit/s networking :-)


Tips 'n' Tricks

Connect to the same machine again

...?


Todo

  • how to connect to a specific destination?
  • Monitoring
  • Documentation
  • Testing


See also


Links