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

Re: 20000202:



On Wed, 2 Feb 2000, Ka Kit Lai wrote:

> Robb:
>    I stop the LDM and then reboot the machine. Then I remotely execute the 
> command: bin/rpc.ldmd -vl - etc/ldmd.conf  to halo and the following is the 
> output:
> 
> lo{ldm}% rpc.ldmd -vl - etc/ldmd.conf
> Feb 02 21:38:52 rpc.ldmd[535]: Starting Up (built: Aug 11 1999 15:19:15)
> Feb 02 21:38:52 rpc.ldmd[535]: fopen: etc/ldmd.conf: No such file or 
> directory
> Feb 02 21:38:52 rpc.ldmd[535]: Exiting
> Feb 02 21:38:52 rpc.ldmd[535]: Terminating process group


Ka Kit,

The reason it failed is because you were not in the LDMHOME dir, you need
to more careful about the commands that I send to you. I said to:

% bin/rpc.ldmd -vl - etc/ldmd.conf

not

% rpc.ldmd -vl - etc/ldmd.conf 

It makes a big difference
> 
> I think it says etc/ldmd.conf is not exist. I know that file is in ~ldm/etc 
> and also in ~ldm/ldm-5.0.8/etc. I hope this can help you somehow. Please 
> reply me as soon as you find out what is the problem and please also tell me 
> why that would happen so I can know how to troubleshoot it in the future if 
> it encounter the same problem. Thank you very much.

The reason the gempak data was not being written was dir permissions were
not correct for the user ldm for example:

halo{ldm}% cd storm
halo{ldm}% ls watches
halo{ldm}% ll
total 8
drwxr-xr-x   2 gempak   data         512 Feb  1 16:21 ffg
drwxr-xr-x   2 gempak   data         512 Feb  1 16:16 sels
drwxr-xr-x   6 gempak   data         512 Feb  1 16:20 tropic
drwxr-xr-x   2 gempak   data         512 Feb  1 16:17 watches

The ldm did not have write permission for these dirs


halo{ldm}% ll
total 8
drwxrwxr-x   2 gempak   data         512 Feb  1 16:21 ffg
drwxrwxr-x   2 gempak   data         512 Feb  1 16:16 sels
drwxrwxr-x   6 gempak   data         512 Feb  1 16:20 tropic
drwxrwxr-x   2 gempak   data         512 Feb  1 16:17 watches   


> There are still some configurations that need to be made and errors in
the ldmd.log file that need to be solved.  I'll take another look tomorrow
depending on time available.

Robb...

> 
> >From: Robb Kambic <address@hidden>
> >To: Ka Kit Lai <address@hidden>
> >CC: address@hidden
> >Subject: Re: 20000202:
> >Date: Wed, 2 Feb 2000 14:25:17 -0700 (MST)
> >
> >On Wed, 2 Feb 2000, Ka Kit Lai wrote:
> >
> > > Robb:
> > >    So now the pqact file is configurated and I assume the ldmConnect is 
> >ok,
> > > but when I check out the path which pqact use to store certain data 
> >file,
> > > eg: ~ldm/data/gempak/storm/ffg, ~ldm/data/gempak/surface. I saw no data
> > > inside. What is the problem and what should I do if I want to use gempak 
> >to
> > > load the data file from Albany? (The data feed from albany works for
> > > sometime, but sometime I dont see data when execute ldmadmin watch, I 
> >assume
> > > that the reason is that the disk is full?) Also, you havent reply me 
> >with
> > > the crontab problem, please tell me what can I do for you to have the
> > > crontab job set up.
> > >
> >Ka Kit,
> >
> >There is something wrong with configurations on halo.  I need to consult
> >with my sysadmin about this problem.  THere is data coming into your
> >machine, the pqact is running, but it's having problems writing to the
> >disk. Also your log files logs/ldmd.log stopped being created on Jan 26.
> >Here's my latest suggestions:
> >
> >- stop the ldm
> >- reboot the machine
> >start the ldm via command line from LDMHOME by:
> >
> >% bin/rpc.ldmd -vl - etc/ldmd.conf
> >
> >This should show the error messages on the screen. Send me the error
> >messages and then we can go from there.
> >
> >Also, It is extremely hard for me to work on halo, I can't do more, vi,
> >etc.  I haven't been able to work past that yet.
> >
> >
> >Robb...
> >
> >
> > >                                               Ka Kit Lai
> > >
> > >
> > > >From: Robb Kambic <address@hidden>
> > > >To: Ka Kit Lai <address@hidden>
> > > >CC: Steve Chiswell <address@hidden>, 
> >address@hidden
> > > >Subject: Re: 20000202:
> > > >Date: Wed, 2 Feb 2000 10:18:18 -0700 (MST)
> > > >
> > > >Ka Kit,
> > > >
> > > >I installed the ldmConnect decoder into your decoders directory. The 
> >owner
> > > >and permissions are all correct. Check that ldmConnect is in your path
> > > >by:
> > > >
> > > >% which ldmConnect
> > > >
> > > >If it's not found then you need to change your path to include:
> > > >
> > > >~ldm/decoders
> > > >
> > > >At this point, you can make your
> > > >pqact.conf entries using ldmConnect. Be very careful when making the
> > > >entries as the white spaces are tabs except for the white space in the
> > > >product patterns. You can check if your entries are correct by:
> > > >
> > > >% ldmadmin pqactcheck
> > > >
> > > >If your entires are corrent then do:
> > > >
> > > >% ldmadmin pqactHUP
> > > >
> > > >% ldmadmin tail
> > > >
> > > >Check for the ReRead statement in the log file and any other error
> > > >messages.  If you find any, send the messages to me.
> > > >
> > > >Also, you still have not install the scour line in your crontab file. 
> >This
> > > >is very important because your machine will have the problem of disk 
> >full
> > > >again.  You need to help us to get the s/w installed correctly on your
> > > >machine.
> > > >
> > > >Robb...
> > > >
> > > >
> > > >
> > > >On Wed, 2 Feb 2000, Unidata Support wrote:
> > > >
> > > > > ------- Forwarded Message
> > > > >
> > > > > >To: address@hidden
> > > > > >From: "Ka Kit Lai" <address@hidden>
> > > > > >Subject: LDM
> > > > > >Organization: .
> > > > > >Keywords: 200002021606.JAA03846
> > > > >
> > > > > Steve:
> > > > >    What is the name of the pqact process? I saw a pqact binary file 
> >in
> > > > > /~ldm/bin, do I need to initial that first for the pqact process to 
> >be
> > > > > started, or it is already started once the LDM is started?
> > > > >   I already has a ~ldm/decoders directory, I think that was for the
> > > >older
> > > > > version, so should I untar the decoders.tar.Z here and replace all 
> >the
> > > >file?
> > > > >
> > > > >                                       Ka Kit Lai
> > > > > ______________________________________________________
> > > > > Get Your Private, Free Email at http://www.hotmail.com
> > > > >
> > > > >
> > > > > ------- End of Forwarded Message
> > > > >
> > > >
> > > 
> > >===============================================================================
> > > >Robb Kambic                                 Unidata Program Center
> > > >Software Engineer III                       Univ. Corp for Atmospheric 
> > > >Research
> > > >address@hidden              WWW: http://www.unidata.ucar.edu/
> > > 
> > >===============================================================================
> > > >
> > >
> > > ______________________________________________________
> > > Get Your Private, Free Email at http://www.hotmail.com
> > >
> >
> >===============================================================================
> >Robb Kambic                             Unidata Program Center
> >Software Engineer III                           Univ. Corp for Atmospheric 
> >Research
> >address@hidden                  WWW: http://www.unidata.ucar.edu/
> >===============================================================================
> >
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 

===============================================================================
Robb Kambic                                Unidata Program Center
Software Engineer III                      Univ. Corp for Atmospheric Research
address@hidden             WWW: http://www.unidata.ucar.edu/
===============================================================================