This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Anthony Rockwood - MSCD Meteorology wrote: > Anne, > > Here's my ldmd.conf. > > ##### > # $Id: ldmd.conf,v 1.7 1995/11/08 15:39:54 mitch Exp $ > # Sample ldmd.conf for ldm5 > #### > > # > # Programs that share a queue with rpc.ldmd > # are started by it and are in the same process group. > # > > exec "pqexpire" > exec "xcd_run MONITOR" > exec "pqbinstats" > exec "pqact" > #exec "pqsurf" > > # > # LDM5 servers we ask for data > # > # request <feedset> <pattern> <hostname pattern> > # > # PRIMARY HOST INFO - cirrus.al.noaa.gov > > request UNIDATA-HRS|FSL2 ".*" cirrus.al.noaa.gov > request HRS "(^H)|(^[YZ].[^AHIJNTU])|(^Y.A... KWBH)" cirrus.al.noaa.gov > #request NLDN ".*" striker.atmos.albany.edu > #request PCWS "^FSL\.NetCDF\.ACARS\.QC\..*" ldm.fsl.noaa.gov > > # SECONDARY HOST INFO - nimbus.atmo.arizona.edu > > #request UNIDATA-HRS|FSL2 ".*" nimbus.atmo.arizona.edu > #request HRS > "(^H)|(^[YZ].[^AHIJNTU])|(^Y.A... KWBH)" nimbus.atmo.arizona.edu > #request NLDN ".*" striker.atmos.albany.edu > #request PCWS "^FSL\.NetCDF\.ACARS\.QC\..*" ldm.fsl.noaa.gov > > #request ANY > # ".*" > # buddy.unidata.ucar.edu. > > # > # LDM4 servers we ask for data > # > > #exec "feedhere -f UNIDATA -i 180 -h foo.bar.edu." > > ############################################################################### > # Begin Access control > ############################################################################### > > ############################################################################### > # ALLOW: Who we are willing to feed > # > # allow <feedset> <hostname pattern> > ############################################################################### > > # send anything to your own machine > allow ANY > > ^((localhost|loopback)|(127\.0\.0\.1\.?$)|([a-z].*\.unidata\.ucar\.edu\.?$)) > > ############################################################################### > # ACCEPT: Who can feed us > # > # accept <feedset> <pattern> <hostname pattern> > > ^((localhost|loopback)|(127\.0\.0\.1\.?$)|([a-z].*\.unidata\.ucar\.edu\.?$)) > > ############################################################################### > # ACCEPT: Who can feed us > # > # accept <feedset> <pattern> <hostname pattern> > ############################################################################### > > # accept anything from yourself > accept ANY > .* > ^((localhost|loopback)|(127\.0\.0\.1\.?$)) > > # accept from your upstream site > #accept UNIDATA > # .* > # ^foo\.bar\.edu$ > > accept WSI .* ^[a-z].*\.uni\.wsicorp\.com$ > > ############################################################################### > # End Access control > ############################################################################### > > And here's a few lines from "notifyme -vl - -h cirrus.al.noaa.gov" > > $ notifyme -vl - -h cirrus.al.noaa.gov > May 23 01:13:21 notifyme[1433]: Starting > Up: cirrus.al.noaa.gov: 20000523011321. > 841 TS_ENDT {{ANY, ".*"}} > May 23 01:13:21 > notifyme[1433]: NOTIFYME(cirrus.al.noaa.gov): reclass: 200005230 > 11321.841 TS_ENDT {{FSL2|MCIDAS|IDS|HDS|DDPLUS, ".*"}} > May 23 01:13:21 notifyme[1433]: NOTIFYME(cirrus.al.noaa.gov): OK > May 23 01:13:23 notifyme[1433]: 446 20000523011323.635 IDS|DDPLUS 134 > SRUS > 57 KWBC 230109 /pRRSMCI > May 23 01:13:23 notifyme[1433]: 2581 20000523011323.677 IDS|DDPLUS 135 > SRUS > 52 KWBC 230109 /pRRSMFR > May 23 01:13:24 notifyme[1433]: 576 20000523011323.727 IDS|DDPLUS 136 > SRUS > 57 KWBC 230109 /pRRSAR > > Hope this helps, and thanks for your efforts, > > Tony Rockwood > > **************************************************************************** > Anthony A. Rockwood Metropolitan State College of Denver > Meteorology Program Dept.of Earth and Atmospheric Sciences > 303.556.8399 P.O. Box 173362, Campus Box 22 > address@hidden Denver, CO 80217-3362 > fax: 303.556.4436 www.mscd.edu/~eas > **************************************************************************** Good Morning, Tony! There is a "reclass" line in your notifyme output. One possibility is that your clock may be off. Check your system time. Also, please try: notifyme -vl - -h cirrus.al.noaa.gov -f "HDS" to ensure your connection to cirrus and see that cirrus is indeed getting HDS. You may need to wait - I just did this and it took a while before HDS data appeared. These pqact entries worked for you before? As an experiment, try replacing the first entry with: request IDS|DDPLUS|MCIDAS|FSL2 ".*" cirrus.al.noaa.gov I suggest checking each of the possibilities one at a time in order to isolate the problem. Please let me know when you figure out what the problem is. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************