Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Prerequisites

SSH Access

  • Please use your GEANT AD account(GEANT\dante.xxx or GEANT\Firsname.Lastname)to have ssh access and sudoer rights on the required serversThe hosts have been provisioned with a pre-arranged ssh public key that will be used for the following.


  • To log into a particular host (e.g. prod-lg01.geant.org):
Code Block
languagebash
ssh your.name@prod -i [private key filename] root@prod-lg01.geant.org


Service Doesn't Load

...

1. Log into prod-lg01.geant.org as root (see above) and issue the following commands:

Code Block
languagebash
% sudo[root@test-lg01 ~]# systemctl restart looking-glass-service.service
%[root@test-lg01 ~]# exit


2. Log into prod-lg02.geant.org and issue the following commands:

Code Block
languagebash
% sudo[root@test-lg02 ~]# systemctl restart looking-glass-service.service
%[root@test-lg02 ~]# exit