LDM Platform Requirements

Contents

General Requirements

System Requirements

The requirement for an accurate and monotonic clock is absolutely necessary because the LDM protocol depends on accurate clocks on both the upstream host and the downstream host.

Additionally, if the clock is not monotonic (because it is periodically set backwards by ntpdate(8), for example) then processes that read from the product-queue (such as upstream LDMs and pqacts will miss some data-products that are in the queue. This is because data-products reside in the product-queue in the order in which they were inserted into the queue according to the system clock. If the system clock jumps backwards, then a data-product might not be inserted at the tail of the queue and so be missed by a process waiting at the tail for the next product. The rate at which products will be missed depends, among other things, on the rate at which products are inserted into the queue, the frequency with which the system clock is adjusted backwards, and the amount of the adjustments.

Linux systems with kernels older than 2.6.18 (for 32-bit systems) or 2.6.21 (for 64-bit systems) are at high-risk for non-monotonic system clocks.

This requirement can be generally satisfied by running a Network Time Protocol daemon (ntpd). The NTP daemon is available at ntp.org. Information on public NTP time-servers is available at https://timetoolsltd.com/information/public-ntp-server/. Linux users with the older kernels mentioned above should pay particular attention to the NTP support documentation on Known Hardware Issues and Known Operating System Issues.

Necessary Packages

The following items must be installed in order to build the LDM.

Necessary for NOAAPort Ingestion

The following item is necessary in order to use the LDM to ingest data-products from the NOAAPort satellite broadcast system.

Performance Monitoring

The following utilities must be available in order to collect metrics on the performance of the LDM system via the command ldmadmin addmetrics.

The following item is necessary to display the performance metrics of the LDM system via the command ldmadmin plotmetrics, or the plotMetrics utility.

Requirements for Installing from Source-Code

You may ignore this section if you install from a binary RPM file.

To install from source, you must have a UNIX development-environment. In particular, your platform must have:

While every effort is made to ensure that the LDM source-code distribution can be compiled and installed on as wide a variety of UNIX platforms as possible, we can, necessarily, only test on platforms that are available at the Unidata Program Center (UPC).

The UPC reserves the right to deny support to outdated or irregular platforms.