Prerequisites
SSH Access
...
- The 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 |
---|
|
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 |
---|
|
% sudo[root@prod-lg01 ~]# systemctl restart looking-glass-service.service
%[root@prod-lg01 ~]# exit |
2. Log into prod-lg02.geant.org as root (see above) and issue the following commands:
Code Block |
---|
|
% sudo[root@prod-lg02 ~]# systemctl restart looking-glass-service.service
%[root@prod-lg02 ~]# exit |