Difference between revisions of "hidden:Remote Access"

From Lsdf
Line 26: Line 26:
 
==Secure Shell==
 
==Secure Shell==
 
Use the "Jumphost" scc-cn-r164-l.scc.kit.edu with your KIT account. You have to be in the group "lsdf-admins". SSH Port 22.
 
Use the "Jumphost" scc-cn-r164-l.scc.kit.edu with your KIT account. You have to be in the group "lsdf-admins". SSH Port 22.
  +
HPSS Admin Interfaces:
  +
  +
hpsscr01-a.lsdf.kit.edu
  +
hpsscr02-a.lsdf.kit.edu
  +
hpsstcr03-a.lsdf.kit.edu
  +
hpssmvr01-a.lsdf.kit.edu
  +
hpssmvr02-a.lsdf.kit.edu
  +
hpssmvr03-a.lsdf.kit.edu
  +
hpssmvr04-a.lsdf.kit.edu
  +
hpsstmvr-a.lsdf.kit.edu

Revision as of 16:06, 14 August 2017

Hardware resets

Use the ipmitool from any other system for example from the jumphost. Graphical access is not necessary.

        ipmitool -H HOST -U USERID -P PASSW0RD -I lanplus power cycle

where HOST is the hostname from the IMM interface from the IP numbers list. For example:

        ipmitool -H 172.18.95.111 -U USERID -P PASSW0RD -I lanplus power cycle

Graphical Interface

I think the NX client is the securest, performanced and best way to access a server from a remote site. We used it also on other customer sites. You must use a ssh tunnel between you and the jump host. (this is a tunnel to the mover4 (172.18.95.14) - change it to the host you want)

        ssh -L 2222:172.18.95.14:22 -l <USERID> scc-cn-r164-l.scc.kit.edu

Then use the NX client 3.5.0.x to connect to the system over the tunnel

        NXclient - > configure --> host localhost port 2222

The client package for Linux is available on the systems in the /root/Software/nx directory.

As userid you should use your own ID because of the suspended sessions an different configurations that someone want. Pls add a user by yourself. You can test the access with ssh

        ssh -p 2222 USERID@localhost

Secure Shell

Use the "Jumphost" scc-cn-r164-l.scc.kit.edu with your KIT account. You have to be in the group "lsdf-admins". SSH Port 22. HPSS Admin Interfaces:

hpsscr01-a.lsdf.kit.edu
hpsscr02-a.lsdf.kit.edu
hpsstcr03-a.lsdf.kit.edu
hpssmvr01-a.lsdf.kit.edu
hpssmvr02-a.lsdf.kit.edu
hpssmvr03-a.lsdf.kit.edu
hpssmvr04-a.lsdf.kit.edu 
hpsstmvr-a.lsdf.kit.edu