[previous] [next]

3. LDM Site Managers

1. Obtain upstream data feed source

The first thing you need to do is to find out who your upstream feed site(s) will be. Because Jackson State University is already a licensed participant of Unidata, we just contact the UPC at support@unidata.ucar.edu. They currently assign sirocco.srcc.lsu.edu (IP: 130.39.188.220) as our upstream feed site.

2. Configuring ldmadmin

ldmadmin is a Perl script which forms a high-level, command-line interface to the LDM system. We can configure the file follow the instructions in the file's comment lines. The following is an example to change the size of the product queue.
$pq_size = 200000000 (size of the product queue, default is 100000000 bites)

3. Configure LDM Configuration File (ldmd.conf)

This configuration file is read by the LDM server, rpc.ldmd, on start-up and it has multiple functions. It controls from which computers the server will accept data and to which computers it will send data. It determines what data this server will request from others. It also determines what other programs will be run in the same process group with the server. When you wish to change any of these things, this file will need to be edited. The changes will not take effect until you restart the server.

By default, ldmd.conf is found in the etc subdirectory of the LDM installation. The following is what we change the ldmd.conf file:

request DDS ".*" sirocco.srcc.lsu.edu
request IDS ".*" sirocco.srcc.lsu.edu

DDS: Domestic Data Service
IDS: International Data Service
We just receive these data now, but will receive more data in the future.

allow DDS sirocco.srcc.lsu.edu
allow IDS sirocco.srcc.lsu.edu

The program pqact is to process products in a Unidata LDM product queue. The program is to split surface bulletins and process the observations.

% notifyme -vl - -h "upstream site"
This result should be a list of products the upstream site is receiving

4. Configure the pqact.conf file

This configuration file associates data-product identifiers (such as WMO headers) with commands that specify what to do with those data products. It is an editable text file that is read by the pqact utility when it first starts up, and again when directed to reread it. All Unidata sites should customize this file to establish:


[previous] [next]