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

Re: pqact file question - again (fwd)



andrew farnsworth wrote:
> 
> Hi Anne
> You asked what appears not to be working, and you also correctly assumed
> what we are trying to do. We want hourly data all time, but sometimes -
> during the specific time periods - we want every frame. This is what is not
> working - the every frame data collection.
> 
> Here is what we get and do not get:
> 1) We DO get hourly data just fine.
> 
> 2) We DO NOT get anything else (as far as better temporal resolution - we do
> not get any every frame data.)
> 
> 3) Basically, the problem is that we are not getting enough data.
> 
> Thanks for all your help!
> Best regards,
> Andrew farnsworth
> Clemson University Radar Ornithology Laboratory
> 

Hi Andrew,

In looking at the pqact.conf file, I see no problems offhand.  But, that
file in particular can have hidden bugs, so I won't rule it out entirely
as problem free.

But, in the meantime, let's establish that you're indeed *getting* the
data that you want.   (You won't be able to file it via pqact.conf
unless you first receive it.)  Please send me a copy of your ldmd.conf
file so I can see what you're requesting.  And, from here, it looks like
you're not getting any data at all:

(anne) imogene:/home/anne 17 % notifyme -vl - -h sagth.clemson.edu
Mar 26 20:15:35 notifyme[8819]: Starting Up: sagth.clemson.edu:
20010326201535.539 TS_ENDT {{ANY,  ".*"}}
Mar 26 20:16:00 notifyme[8819]: NOTIFYME(sagth.clemson.edu):
h_clnt_create(sagth.clemson.edu): Timed out while creating connection
Mar 26 20:18:45 notifyme[8819]: Interrupt
Mar 26 20:18:45 notifyme[8819]: exiting
(anne) imogene:/home/anne 18 % notifyme -vl - -h sagth.clemson.edu -o
3600
Mar 26 20:18:55 notifyme[8820]: Starting Up: sagth.clemson.edu:
20010326191855.715 TS_ENDT {{ANY,  ".*"}}
Mar 26 20:19:20 notifyme[8820]: NOTIFYME(sagth.clemson.edu):
h_clnt_create(sagth.clemson.edu): Timed out while creating connection
Mar 26 20:24:20 notifyme[8820]: NOTIFYME(sagth.clemson.edu):
h_clnt_create(sagth.clemson.edu): Timed out while creating connection


First I looked to see if you had any data currently coming in.  When
that timed out, I killed it and started another that would also report
anything in your queue that was newer than one hour.  That also timed
out.  So, it looks like you don't have any recent data in your queue.

One thing you can try to verify this is:
        pqcat -vl - > /dev/null

This will 'cat' out every product in your queue, piping the product to
/dev/null while giving you verbose info about each product and logging
that info to the screen.  

So, give pqcat a try (I suspect it won't show you anything - more for an
exercise), and send me your ldmd.conf file.

Anne

-- 
***************************************************
Anne Wilson                     UCAR Unidata Program            
address@hidden                 P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************