Differences between revisions 2 and 3
Revision 2 as of 2021-08-24 17:18:38
Size: 1373
Comment:
Revision 3 as of 2021-08-24 17:28:02
Size: 1376
Comment:
Deletions are marked like this. Additions are marked like this.
Line 31: Line 31:
ntpd -pn ntpd -p
Line 34: Line 34:
* Relevant elog post threads: [[https://nodus.ligo.caltech.edu:8081/40m/16292 |40m/16292]] and [[https://nodus.ligo.caltech.edu:8081/40m/16286 | 16286]]. * Relevant elog post threads: [[https://nodus.ligo.caltech.edu:8081/40m/16292 |40m/16292]] and [[https://nodus.ligo.caltech.edu:8081/40m/16286 | 40m/16286]].

NTP Synchronization

Servers

* Nodus runs an NTP server using chronyd. The configuration files are present at: /etc/chronyd.conf

* Nodus uses 4 servers from rhel.pool.ntp.org as ntp servers.

* fb1 runs the central ntp server used by martian. This is run through ntp daemon with configuration file present in /etc/ntp.conf

* fb1 uses nodus and caltech ntp server (131.215.239.14 or ntp-02.caltech.edu)

* All FE computers use fb1 and nodus as the ntpservers and run ntp client using ntp daemon service.

* The configuration files for FE ntp service is present in on fb1 /diskless/root.jessie/etc/ntp.conf

* To change anything in FE computers, one needs to chroot into the root.jessie chroot jail which is exported to the FEs as their os.

  •    chroot /diskless/root.jessie /bin/bash

* This will take you to terminal in debian os which is exported to FEs. You can use apt-get to install anything here.

* Logging into FEs themselves, one can not edit or add any file as the whole filesystem is read-only and imported from fb1. But one can check the status of ntp service by:

sudo systemctl status ntp

and

ntpd -p

* Relevant elog post threads: 40m/16292 and 40m/16286.

NTP Synchronization (last edited 2021-08-27 07:35:43 by AnchalguptaATligoDOTorg)