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.
>From: "Earle A. Ripley" <address@hidden> >Organization: University of Saskatchewan >Keywords: 199907161815.MAA03805 LDM NOAAPORT filter Earle- >I'm running LDM 5.0 and didn't implement the filter (yet!). > >From address@hidden Fri Jul 16 13: 10:16 1999 >With respect to your last message, how do I get and install the 'filter' to >slow down the data stream? Edit the file ~ldm/etc/ldmd.conf. In that file, you should have a line that requests data from the upstream host: request <feedtype> <pattern> <upstream host> (ie: request WMO ".*" sage.dri.unr.edu) Comment out that line (prepend a # to the beginning) and add a new line: request UNIDATA "(^[A-OQ-X])|(^[YZ].[^AHIJRU])" <upstream site> replacing <upstream site> with the hostname of your upstream site. Once you are done editing, save the file, then stop and restart the LDM: ldmadmin stop (wait for all processes to die. run ps -eaf | grep ldm and look for rpc.ldmd processes. keep doing this until none are listed). ldmadmin start Then run: ldmadmin tail to check for errors and ldmadmin watch to watch the data flow in if there are no errors. It will take up to 5 minutes (300 seconds) for the OS/2 system to reconnect. If you are using ldmfail, you will need to make the appropriate changes in each of your backup files as well. Don Murray