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

Re: Question on pqact.conf entry



Robert Leche wrote:
> 
> Anne,
> I  have another question on on pqact.conf. I have added 4 entries to
> Mistral.srcc.lsue.edu. The first entry causes data to be acquired but
> the second though forth do not. I think I am beyond the tab space
> problems in syntax. The LDM process is running with the other product
> actively being produced. I see no errors in the logs. So are CDUS27,
> CXUS4[2-6], and CDUS46 properly defined?
> 
> 
> #########################################################
> #
> # Climate Daily Summaries
> DDS|PPS ^CSUS4[3-4]* .... ([0-3][0-9])
>         FILE    data/ddplus/climate/(\1:yy)(\1:mm)\1.asos
> #
> #
> # Climate Daily Summaries
> DDS|PPS ^CDUS27 ....  ([0-3][0-9])
>         FILE    data/ddplus/climate/(\1:yy)(\1:mm)\1.asos
> #
> #
> # Climate Daily Summaries
> DDS|PPS ^CXUS4[2-6]  ....  ([0-3][0-9])
>         FILE    data/ddplus/climate/(\1:yy)(\1:mm)\1.asos
> #
> # Climate Daily Summaries
> DDS|PPS ^CDUS46  ....  ([0-3][0-9])
>         FILE    data/ddplus/climate/(\1:yy)(\1:mm)\1.asos
> #
> ########################################################
> #
> 
> Bob
> 
> 
> --
> 
> ----------------------------------------------------------------
> Robert Leche
> System Administrator
> Louisiana State University - Southern Regional Climate Center
> 260 Howe-Russell Building
> Baton Rouge, La. 70803
> address@hidden
> 225 578 5023
> ----------------------------------------------------------------
> 
> 

Hi Bob,

I don't see anything wrong with these entries.  However, I can't tell if
the fields are tab separated or not - the mailer often munges that
stuff.  You can always try running 'ldmadmin pqactcheck' and see if it
reports any errors, although I suspect that if pqactcheck were to report
an error pqact would not be running.  And, keep in mind that some errors
are possible that pqactcheck doesn't detect.

The other reason for nothing being filed would be if you're not
recieving those products.  Try

        pqcat -v -l - -f "DDS|PPS" -p "^CDUS46 ... [0-3][0-9]" 

to see if any of those particular products are currently in your queue. 
And/or you can try

        notifyme -v -l - -f "DDS|PPS" -p "^CDUS46 ... [0-3][0-9]"

to see those products as they arrive.

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