Technical documentation: Difference between revisions

From SESLINK Wiki
Jump to navigation Jump to search
Line 2: Line 2:


=== Gunvor ===
=== Gunvor ===
Gunvor is the new server for SRC. It's a 2017 Dell PowerEdge R430.
See [[Gunvor]].
 
'''Hostname:''' TODO
 
'''SSH port:''' 222
 
'''Dell service tag: ''' 5Q2Q7J2
 
====Logging in====
Via SSH. Ask [mailto:henrik.warpefelt@su.se Henrik], [mailto:emma.sundstrom@su.se Emma], or [mailto:ingo.fetzer@su.se Ingo] to add a user for you. You will need to provide a [https://macnugget.org/projects/publickeys/ public key] to log in to your account.
 
====Specs====
* 2 [https://ark.intel.com/products/91767/Intel-Xeon-Processor-E5-2650-v4-30M-Cache-2_20-GHz Intel Xeon E5-2650v4 processors]
* 128GB RAM
* 800GB SSD storage in RAID1
 
====Software====
Gunvor runs Ubuntu Server 16.04 LTS.


=== Ursus ===  
=== Ursus ===  

Revision as of 14:00, 29 March 2017

Servers

Gunvor

See Gunvor.

Ursus

Ursus is the Princeton machine in the basement.

Hostname: ursus.stockholmresilience.su.se (130.237.187.105)

SSH port: 22

Logging in

Via SSH. Ask Henrik, Emma, or Ingo to add a user for you. You will need to provide a public key to log in to your account.

Specs

Software

Ursus runs Ubuntu 16.04 LTS.

Installed packages:

  • OpenSSH
  • yafc
  • screen
  • default-jre-headless
  • python-pip
  • vim
  • zip
  • unzip
  • R (from external repository)

iptables

Open ports: 22 (TCP)

Accepts everything from interfaces lo+. This needs to exist for local UNIX sockets to work. Used for R parallelization and similar inter-process communication.

There are pre-up and post-down statements added to /etc/network/interfaces to automate firewall management. Just edit and run /root/tables.sh. Changes will be saved to and loaded from /etc/firewall.conf