NSF Unidata

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New feed site (fwd)

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.



HI Duanjun, 

Switch your NMC3

with your NNEXRAD keeping the reg expression the same.

i.e. change:

request NMC3    "^SDUS54 .* /p(N0R|N0V|NVL)"    130.39.188.220  
request NNEXRAD    ".*" 130.39.188.220  

to


request NNEXRAD    "^SDUS54 .* /p(N0R|N0V|NVL)"    130.39.188.220
request NMC3    ".*" 130.39.188.220


Then you must stop your ldm and restart after ALL rpc (ldm) processes have
ceased.

ldmadmin stop

ps -ef | grep rpc

or

ps -ef | grep ldm

to make sure all processes have stopped

then

ldmadmin start

I believe this should solve your problems...


Thank you,

-Jeff
____________________________                  _____________________
Jeff Weber                                    address@hidden
Unidata Support                               PH:303-497-8676 
NWS-COMET Case Study Library                  FX:303-497-8690
University Corp for Atmospheric Research      3300 Mitchell Ln
http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000
________________________________________      ______________________

On Wed, 6 Feb 2002 address@hidden wrote:

> Jeff
> the ldmd.conf is attached
> 
> 
> Duanjun
> 
>