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

20040109: LDM problem after OS upgrade



>From: Ryan Lyman <address@hidden>
>Organization: University of Hawaii
>Keywords: 200401092154.i09LsEp2018900 LDM Linux queue

Ryan,

>I'm having a bit of problems with my LDM (version 6.0.14).  yesterday 
>one of our support SA did an upgrade with our OS (redhat 8.0), and after 
>that i get error message in the logs and through the LDM watch.  thus, 
>no data comes through the LDM.  i checked through the logs, and i don't 
>understand what the problem is, and was hoping for some help.  so i 
>attached the most recent log.  any help would be appreciated.  much thanks.

A quick look at the ldmd.log file you attached shows repeated assertion
failures for the LDM applications pqbinstats, rtstats, and pqact.
One example (for the inquiry tracking system) is:

Jan 09 21:13:52 kiloaoloa pqact[11253]: assertion "tvp->tv_sec >= 
TS_ZERO.tv_sec && tvp->tv_usec >= TS_ZERO.tv_usec && tvp->tv_sec <= 
TS_ENDT.tv_sec && tvp->tv_usec <= TS_ENDT.tv_usec" failed: file "pq.c", line 
4935

Since all of these programs read the LDM queue, it is safe to assume
that you queue got damaged somehow and needs to be remade:

ldmadmin stop
ldmadmin delqueue
ldmadmin mkqueue
ldmadmin start

Also, it wouldn't hurt to verify that the LDM configurations are still
in place in the following files:

/etc/rpc
/etc/services
/etc/syslog.conf

I don't add this because I think that they are causing your problem,
but, rather, because these files could get changed during an OS upgrade.

>our server: kiloaoloa.soest.hawaii.edu.
>
>aloha,
>ryan lyman.
>-------------------------------------------------------
>  Ryan Lyman                   Mauna Kea Weather Center
>  Institute for Astronomy      Forecast Meteorologist
>  640 North A'ohoku Place      Tel: (808) 932-2323
>  Hilo, Hawaii 96720-2700      Fax: (808) 933-0737
>-------------------------------------------------------

>Jan 09 21:13:52 kiloaoloa rpc.ldmd[11250]: Starting Up (version: 6.0.14; built
> : Oct 31 2003 12:31:03)
>Jan 09 21:13:52 kiloaoloa pqbinstats[11251]: Starting Up (11250)
>Jan 09 21:13:52 kiloaoloa pqact[11253]: Starting Up
>Jan 09 21:13:52 kiloaoloa pqbinstats[11251]: assertion "tvp->tv_sec >= TS_ZERO
> .tv_sec && tvp->tv_usec >= TS_ZERO.tv_usec && tvp->tv_sec <= TS_ENDT.tv_sec &
> & tvp->tv_usec <= TS_ENDT.tv_usec" failed: file "pq.c", line 4935
>Jan 09 21:13:52 kiloaoloa marzipan[11255]: Starting Up(6.0.14): marzipan.atmos
> .washington.edu: TS_ZERO TS_ENDT {{CONDUIT,  "[05]$"}}
>Jan 09 21:13:52 kiloaoloa marzipan[11255]: assertion "tvp->tv_sec >= TS_ZERO.t
> v_sec && tvp->tv_usec >= TS_ZERO.tv_usec && tvp->tv_sec <= TS_ENDT.tv_sec && 
> tvp->tv_usec <= TS_ENDT.tv_usec" failed: file "pq.c", line 4935
>Jan 09 21:13:52 kiloaoloa rtstats[11254]: Starting Up (11250)
>Jan 09 21:13:52 kiloaoloa pqact[11253]: assertion "tvp->tv_sec >= TS_ZERO.tv_s
> ec && tvp->tv_usec >= TS_ZERO.tv_usec && tvp->tv_sec <= TS_ENDT.tv_sec && tvp
> ->tv_usec <= TS_ENDT.tv_usec" failed: file "pq.c", line 4935
 ...

Cheers,

Tom Yoksas