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

20030924: getting LDM running



>From: Dave Santek <address@hidden>
>Organization: SSEC
>Keywords: 200309241344.h8ODi0k1028772 LDM install start

Hi Dave,

>I haven't heard back from anyone about this.....

How can I convince you to build and install LDM-6.0.14 on chinook?  We
would rather not fight problems in a version we are trying to get folks
to move away from.  I am willing to login to chinook and build and
install the LDM-6 if given appropriate logins ('ldm' and 'root' or
sudo).  The total time this will take is less than a half hour, and you
will be up and running after the effort.

As far as why your binary installation did not start, I would say that
the message you received is telling you that you should do the steps
you note that you did 'NOT' do below.  One of the most important steps
is to setup the syslog.conf correctly and send a HUP to the syslogd
process so that we can learn about any problems through messages in the
~ldm/logs/ldmd.log file.  Without the syslog.conf setup, we may well be
missing an informative log message that might be telling us that there
is something as simple as a typo in the ~ldm/etc/ldmd.conf file.

Also, in LDM-5 you must create the output LDM log file "by hand" 
before trying to start the LDM for the first time:

<as 'ldm'>
cd ~ldm/logs
touch ldmd.log

The creation of ldmd.log does not have to be done in LDM-6 because
we changed ldmadmin to do it for you.

Tom

>Dave Santek wrote:
>
>> Thanx...I decided to install an older version [just wanted a binary 
>> install]....but I'm having some problems that I couldn't find in your 
>> searchable archives.
>>
>> I did the following:
>> ------------------------------------------------------------------------
>>
>> [root@chinook rc3.d]# service portmap start
>> Starting portmapper: [  OK  ]
>> [root@chinook rc3.d]# ps -ef|grep port
>> rpc      21338     1  0 10:12 ?        00:00:00 [portmap]
>> root     21342 13257  0 10:12 pts/0    00:00:00 grep port
>>
>> [ldm@chinook etc]$ ldmadmin stop
>> stopping the LDM server...
>> LDM server stopped
>> [ldm@chinook etc]$ ldmadmin delqueue
>> [ldm@chinook etc]$ ldmadmin mkqueue
>> [ldm@chinook etc]$ ldmadmin start
>> starting the LDM server...
>> Sep 17 15:27:01 UTC chinook.ssec.wisc.edu : start_ldm: Server not 
>> started or registered.
>> ------------------------------------------------------------------------
>>
>> Any idea why ldm didn't start?
>>
>>
>> When I configured the system, I did NOT do the following [we have 
>> another Linux box that runs ldm without these mods, also]:
>>
>>     * Add the following lines to file /etc/services
>>
>>            ldm 388/udp unidata        # UCAR Unidata LDM
>>            ldm 388/tcp unidata        # UCAR Unidata LDM
>>       
>>
>>       This allows programs such as netstat to associate activity on IP
>>       port 388 with the LDM.
>>
>>     * Add the following line to file /etc/rpc
>>
>>            ldmd 300029 ldm
>>       
>>
>>       This allows programs such as rpcinfo to identify RPC program
>>       number 300029 as the LDM.
>>
>>     * The LDM uses the system logging daemon, syslogd, to write error
>>       messages using the local0 logging facility.
>>
>>           o Add the following entries to file /etc/syslog.conf
>>
>>       local0.debug       /usr/local/ldm/logs/ldmd.log
>>       
>>
>>           o Modify the following lines in file /etc/syslog.conf so
>>             that LDM messages will not be written to the console. Note
>>             that you may not see these lines exactly in your
>>             syslog.conf file, but you will probably find something
>>             similar.
>>
>>             Linux:
>>
>>*.err;kern.notice;auth.notice;user.none;local0.none     /dev/console
>>
>>          o
>>
>>*.err;kern.debug;daemon.notice;mail.crit;user.none;local0.none  /var/log/mess
> ages
>>
>>
>> Any ideas?
>> thanx
>> dave
>>
>> Jeff Weber wrote:
>>
>>>Dave,
>>>
>>>Yes, that is an OLD link, we have corrected the URL to reflect the correct
>>>status of binary availability.
>>>
>>>Currently, 6.0.14 is only available from source and would need to be
>>>compiled locally.
>>>
>>>The link was very mis-leading (apologies...)
>>>
>>>Tom Yoksas had put the "partial" 6.0.14 in the binary dir to aid in the
>>>build of the LDM in Puerto Rico, who had an LDM installed already, so did
>>>not need the etc dir and conf files, as they were saved from the previous
>>>LDM build...which may also be the case in your scenario.
>>>
>>>Otherwise source would need to be compiled..again apologies for all the
>>>confusion and thank you for pointing out this error. We have corrected the
>>>link and verbage to the access of the downloads.
>>>
>>>Let us know if we can help further.
>>>
>>>Thank you,
>>>
>>>Jeff
>>>---------------------------------------------------------------------
>>>Jeff Weber                                    address@hidden        :
>>>Unidata Program Center                        PH:303-497-8676        :
>>>University Corp for Atmospheric Research      3300 Mitchell Ln       :
>>>http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
>>>---------------------------------------------------------------------
>>>
>>>On Mon, 15 Sep 2003, Dave Santek wrote:
>>>
>>>  
>>>
>>>>I'm still a little confused.....are you saying that I have to install
>>>>6.0.14 from source? If so, then why is there a binary install?
>>>>
>>>>I followed the steps at:
>>>>
>>>>
>>>>http://my.unidata.ucar.edu/content/software/ldm/ldm-6.0.14/install/binary-i
> nstall-steps.html
>>>>
>>>>and picked up the binary from:
>>>>
>>>>    ftp://ftp.unidata.ucar.edu/pub/binary/linux_2.4.18-i686
>>>>
>>>>I ran the zcat and got the following directories:
>>>>
>>>>[ldm@chinook ldm]$ ls -l ldm-6.0.14
>>>>total 16
>>>>drwxrwxr-x    2 ldm      users        4096 Sep 11 14:56 bin
>>>>drwxr-xr-x    2 ldm      users        4096 Aug 14 14:04 include
>>>>drwxr-xr-x    2 ldm      users        4096 Aug 14 14:04 lib
>>>>drwxr-xr-x    4 ldm      users        4096 Aug 14 14:04 man
>>>>
>>>>The next step states:
>>>>
>>>>    cd $HOME/$VERSIONDIR/etc
>>>>
>>>>as you can see from the above listing, that directory does not exist.
>>>>
>>>>thanx
>>>>dave
>>>>
>>>>Jeff Weber wrote:
>>>>
>>>>    
>>>>
>>>>>Hi Dave,
>>>>>
>>>>>Probably not the answer you are looking for:
>>>>>
>>>>>as LDM in ~ldm:
>>>>>
>>>>>mkdir etc
>>>>>
>>>>>BTW, where did you get a binary for LDM 6.0.14....not from us ;)..curious?
>>>>>
>>>>>I see our web pages were not that clear, we have edited them to avoid this
>>>>>confusion.
>>>>>
>>>>>If building 6.0.14 you will need to build from source.
>>>>>
>>>>>
>>>>>Thank you,
>>>>>
>>>>>Jeff
>>>>>---------------------------------------------------------------------
>>>>>Jeff Weber                                    address@hidden        :
>>>>>Unidata Program Center                        PH:303-497-8676        :
>>>>>University Corp for Atmospheric Research      3300 Mitchell Ln       :
>>>>>http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
>>>>>---------------------------------------------------------------------
>>>>>
>>>>>On Mon, 15 Sep 2003, Dave Santek wrote:
>>>>>
>>>>>
>>>>>
>>>>>      
>>>>>
>>>>>>Jeff,
>>>>>>
>>>>>>How does this directory get made? It's not included in the binary
>>>>>>distribution:
>>>>>>
>>>>>>[ldm@chinook ldm]$ zcat ldm-6.0.14.binary.tar.Z|tar -tvf -
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/
>>>>>>-rwxrwxr-x ldm/ustaff    14406 2003-08-14 14:04:15 ldm-6.0.14/bin/hupsysl
> og
>>>>>>-rwxr-xr-x ldm/ustaff      910 2003-08-14 14:04:15 ldm-6.0.14/bin/newlog
>>>>>>-rwxrwxr-x ldm/ustaff    86934 2003-08-14 14:21:07 ldm-6.0.14/bin/pqcreat
> e
>>>>>>-rwxrwxr-x ldm/ustaff    91567 2003-08-14 14:21:07 ldm-6.0.14/bin/pqinser
> t
>>>>>>-rwxrwxr-x ldm/ustaff    93553 2003-08-14 14:21:07 ldm-6.0.14/bin/pqcat
>>>>>>-rwxrwxr-x ldm/ustaff    89032 2003-08-14 14:21:08 ldm-6.0.14/bin/pqmon
>>>>>>-rwxrwxr-x ldm/ustaff    91115 2003-08-14 14:21:08 ldm-6.0.14/bin/pqexpir
> e
>>>>>>-rwxrwxr-x ldm/ustaff   106020 2003-08-14 14:04:16 ldm-6.0.14/bin/pqutil
>>>>>>-rwxrwxr-x ldm/ustaff   107168 2003-08-14 14:21:08 ldm-6.0.14/bin/pqsend
>>>>>>-rwxrwxr-x ldm/ustaff   124470 2003-08-14 14:21:08 ldm-6.0.14/bin/pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/dds ->
>>>>>>pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/pps ->
>>>>>>pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/ids ->
>>>>>>pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/hds ->
>>>>>>pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/hrs ->
>>>>>>pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/ddplus
>>>>>>-> pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08
>>>>>>ldm-6.0.14/bin/feedtest -> pqing
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/afos
>>>>>>-> pqing
>>>>>>-rwxrwxr-x ldm/ustaff   114417 2003-08-14 14:21:08 ldm-6.0.14/bin/pqact
>>>>>>-rwxrwxr-x ldm/ustaff    95723 2003-08-14 14:21:08 ldm-6.0.14/bin/pqbinst
> ats
>>>>>>-rwxrwxr-x ldm/ustaff     4966 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/bin/mailpqstats
>>>>>>-rwxrwxr-x ldm/ustaff   108072 2003-08-14 14:21:08 ldm-6.0.14/bin/pqsurf
>>>>>>-rwxrwxr-x ldm/ustaff    59055 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmsend
>>>>>>-rwxrwxr-x ldm/ustaff   109008 2003-08-14 14:21:09 ldm-6.0.14/bin/rtstats
>>>>>>-rwxrwxr-x ldm/ustaff    61216 2003-08-14 14:04:17 ldm-6.0.14/bin/feedme
>>>>>>-rwxrwxr-x ldm/ustaff    60902 2003-08-14 14:04:17 ldm-6.0.14/bin/notifym
> e
>>>>>>-rwxrwxr-x ldm/ustaff   175123 2003-08-14 14:21:09 ldm-6.0.14/bin/rpc.ldm
> d
>>>>>>-rwxrwxr-x ldm/ustaff    59221 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmping
>>>>>>-rwxrwxr-x ldm/ustaff     9002 2003-08-14 14:21:09 ldm-6.0.14/bin/netchec
> k
>>>>>>-rwxrwxr-x ldm/ustaff     6799 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmprod
> s
>>>>>>-rwxrwxr-x ldm/ustaff     7389 2003-08-14 14:21:09 ldm-6.0.14/bin/syschec
> k
>>>>>>-rwxrwxr-x ldm/ustaff    23611 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmchec
> k
>>>>>>-rwxrwxr-x ldm/ustaff    25534 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmadmi
> n
>>>>>>-rwxrwxr-x ldm/ustaff     7575 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmfail
>>>>>>-rwxr-xr-x ldm/ustaff     2158 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/bin/scriptconfig
>>>>>>-rwxrwxr-x ldm/ustaff     3459 2003-08-14 14:04:17 ldm-6.0.14/bin/scour
>>>>>>-rwxrwxr-x ldm/ustaff    15130 2003-08-14 14:04:17 ldm-6.0.14/bin/regex
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/include/
>>>>>>-rw-rw-r-- ldm/ustaff     1412 2003-08-14 14:21:07
>>>>>>ldm-6.0.14/include/ldmconfig.h
>>>>>>-rw-r--r-- ldm/ustaff     3286 2003-08-14 14:04:15 ldm-6.0.14/include/ulo
> g.h
>>>>>>-rw-r--r-- ldm/ustaff      480 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/ldmalloc.h
>>>>>>-rw-r--r-- ldm/ustaff     2314 2003-08-14 14:04:15 ldm-6.0.14/include/alr
> m.h
>>>>>>-rw-r--r-- ldm/ustaff     1484 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/error.h
>>>>>>-rw-r--r-- ldm/ustaff      537 2003-08-14 14:04:15 ldm-6.0.14/include/fdn
> b.h
>>>>>>-rw-r--r-- ldm/ustaff      766 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/fsStats.h
>>>>>>-rw-r--r-- ldm/ustaff     1058 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/inetutil.h
>>>>>>-rw-r--r-- ldm/ustaff     1517 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/mkdirs_open.h
>>>>>>-rw-r--r-- ldm/ustaff      523 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/paths.h
>>>>>>-rw-r--r-- ldm/ustaff      132 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/rpcutil.h
>>>>>>-rw-r--r-- ldm/ustaff      227 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/setenv.h
>>>>>>-rw-r--r-- ldm/ustaff     1465 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/atofeedt.h
>>>>>>-rw-r--r-- ldm/ustaff     4558 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/h_clnt.h
>>>>>>-rw-r--r-- ldm/ustaff    15823 2003-08-14 14:04:15 ldm-6.0.14/include/ldm
> .h
>>>>>>-rw-r--r-- ldm/ustaff     2408 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/ldm5_clnt.h
>>>>>>-rw-r--r-- ldm/ustaff     1358 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/ldmprint.h
>>>>>>-rw-r--r-- ldm/ustaff      787 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/ldm_clnt.h
>>>>>>-rw-r--r-- ldm/ustaff      484 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/ldm_xlen.h
>>>>>>-rw-r--r-- ldm/ustaff     1391 2003-08-14 14:04:15 ldm-6.0.14/include/md5
> .h
>>>>>>-rw-r--r-- ldm/ustaff     1417 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/prod_class.h
>>>>>>-rw-r--r-- ldm/ustaff     1867 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/include/timestamp.h
>>>>>>-rw-r--r-- ldm/ustaff      480 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/include/xdr_data.h
>>>>>>-rw-r--r-- ldm/ustaff      643 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/include/fbits.h
>>>>>>-rw-r--r-- ldm/ustaff      235 2003-08-14 14:04:16 ldm-6.0.14/include/lcm
> .h
>>>>>>-rw-r--r-- ldm/ustaff     8514 2003-08-14 14:04:16 ldm-6.0.14/include/pq.
> h
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:15 ldm-6.0.14/lib/
>>>>>>-rw-rw-r-- ldm/ustaff   141366 2003-08-14 14:21:07 ldm-6.0.14/lib/libldm.
> a
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/man/
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/man/man3/
>>>>>>-rw-r--r-- ldm/ustaff     6214 2003-08-14 14:04:15
>>>>>>ldm-6.0.14/man/man3/ulog.3
>>>>>>-rw-r--r-- ldm/ustaff    10929 2003-08-14 14:04:16 ldm-6.0.14/man/man3/pq
> .3
>>>>>>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:17 ldm-6.0.14/man/man1/
>>>>>>-rw-r--r-- ldm/ustaff     3450 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqcreate.1
>>>>>>-rw-r--r-- ldm/ustaff     2554 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqinsert.1
>>>>>>-rw-r--r-- ldm/ustaff     5987 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqcat.1
>>>>>>-rw-r--r-- ldm/ustaff     3115 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqmon.1
>>>>>>-rw-r--r-- ldm/ustaff     5775 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqexpire.1
>>>>>>-rw-r--r-- ldm/ustaff     5803 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqutil.1
>>>>>>-rw-r--r-- ldm/ustaff     5119 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqsend.1
>>>>>>-rw-r--r-- ldm/ustaff     6330 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqing.1
>>>>>>-rw-r--r-- ldm/ustaff    11391 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqact.1
>>>>>>-rw-r--r-- ldm/ustaff     4713 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/pqbinstats.1
>>>>>>-rw-r--r-- ldm/ustaff     2935 2003-08-14 14:04:16
>>>>>>ldm-6.0.14/man/man1/mailpqstats.1
>>>>>>-rw-r--r-- ldm/ustaff     7464 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/pqsurf.1
>>>>>>-rw-r--r-- ldm/ustaff     2105 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmsend.1
>>>>>>-rw-r--r-- ldm/ustaff     5689 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/rtstats.1
>>>>>>-rw-r--r-- ldm/ustaff     2302 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/feedme.1
>>>>>>-rw-r--r-- ldm/ustaff     2740 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/notifyme.1
>>>>>>-rw-r--r-- ldm/ustaff     5356 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmd.1
>>>>>>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/rpc.ldmd.1 -> ldmd.1
>>>>>>-rw-r--r-- ldm/ustaff     3605 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmping.1
>>>>>>-rw-r--r-- ldm/ustaff     6255 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmadmin.1
>>>>>>-rw-r--r-- ldm/ustaff     2493 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/netcheck.1
>>>>>>-rw-r--r-- ldm/ustaff     1665 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/syscheck.1
>>>>>>-rw-r--r-- ldm/ustaff     3196 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmprods.1
>>>>>>-rw-r--r-- ldm/ustaff     3602 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/ldmfail.1
>>>>>>-rw-r--r-- ldm/ustaff     3837 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/scour.1
>>>>>>-rw-r--r-- ldm/ustaff     2772 2003-08-14 14:04:17
>>>>>>ldm-6.0.14/man/man1/regex.1
>>>>>>
>>>>>>thanx
>>>>>>dave
>>>>>>
>>>>>>
>>>>>>Jeff Weber wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>>        
>>>>>>
>>>>>>>Dave,
>>>>>>>
>>>>>>>yes, /etc is a common directory for LDM install.
>>>>>>>
>>>>>>>Our Config:
>>>>>>>
>>>>>>>/local/ldm% ls -l
>>>>>>>total 76
>>>>>>>-rw-rw-r--   1 ldm      ustaff      4228 Aug 26  2002 FNEXRAD
>>>>>>>-rw-rw-r--   1 ldm      ustaff      1882 Feb  6  2003 NOTEBOOK
>>>>>>>drwxrwxr-x   2 ldm      ustaff       512 Sep 10  1999 alden
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:50 bin -> runtime/bin
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        15 May 19 09:44 classes ->
>>>>>>>runtime/classes
>>>>>>>-rw-rw-r--   1 ldm      ustaff         9 Dec  8  2000 currentFLOATER
>>>>>>>lrwxrwxrwx   1 ldm      ustaff         9 May 19 09:44 data -> /data/ldm
>>>>>>>drwxrwxr-x   2 ldm      ustaff      1024 Jul 17 10:49 decoders
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 doc -> runtime/doc
>>>>>>>drwxrwsrwx   3 ldm      ustaff      1536 Sep 13 18:48 etc
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        15 May 28 16:48 include ->
>>>>>>>runtime/include
>>>>>>>-rwxrwxrwx   1 ldm      ustaff      4628 Apr 12  1996 killpipe.csh
>>>>>>>drwxrwxr-x   7 ldm      ustaff       512 May 19 14:08 ldm-6.0.11.largefi
> le
>>>>>>>drwxrwxr-x   7 ldm      ustaff       512 May 28 16:39 ldm-6.0.12.largefi
> le
>>>>>>>drwxrwxr-x   7 ldm      ustaff       512 Jun 10 13:21 ldm-6.0.13.largefi
> le
>>>>>>>drwxrwxr-x   7 ldm      ustaff       512 Jul 18 16:12
>>>>>>>ldm-6.0.14.6.largefile
>>>>>>>drwxrwxr-x   7 ldm      ustaff       512 Aug 19 09:33 ldm-6.0.14.largefi
> le
>>>>>>>-rw-rw-r--   1 ldm      ustaff         6 Sep 13 18:53 ldmd.pid
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 lib -> runtime/lib
>>>>>>>drwxrwxr-x   2 ldm      ustaff       512 Sep 24  2002 loadStudy
>>>>>>>lrwxrwxrwx   1 ldm      ustaff         9 May 28 16:50 logs -> data/logs
>>>>>>>drwx------   2 ldm      ustaff       512 Sep  6  2002 mail
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 man -> runtime/man
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        25 May 19 09:44 pqsurf ->
>>>>>>>runtime/src/pqsurf/pqsurf
>>>>>>>drwxrwxr-x   3 ldm      ustaff       512 Dec  7  1995 profiled
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        20 Aug 19 17:12 runtime ->
>>>>>>>ldm-6.0.14.largefile
>>>>>>>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 src -> runtime/src
>>>>>>>drwxrwxr-x   2 ldm      ustaff       512 Sep  3 16:23 util
>>>>>>>/local/ldm% pwd
>>>>>>>/opt/ldm
>>>>>>>
>>>>>>>
>>>>>>>/etc usually contains configurable documents:
>>>>>>>
>>>>>>>/local/ldm% pwd
>>>>>>>/opt/ldm/etc
>>>>>>>
>>>>>>>NNEXRAD                ldmadmin.conf.mitch    ruc-notes
>>>>>>>RCS                    ldmadmin.conf.old      ruc.cdl
>>>>>>>avn-1.25x1.25.cdl      ldmd.conf              ruc2.cdl
>>>>>>>avn-a.cdl              ldmd.conf.5            sao.cdl
>>>>>>>avn-q.cdl              ldmd.conf.ldm6test     scour.conf
>>>>>>>avn-x.cdl              ldmd.conf.motherlode   scour.conf.dist
>>>>>>>avn-x.cdl.orig         ldmd.conf.newthelma    scour.conf.don
>>>>>>>buddy.conf             ldmd.conf.thelma       scour.conf.save
>>>>>>>buoy.cdl               metar.cdl              sfmetar_sa.tbl
>>>>>>>city_sfc.dat           mrf-a.cdl              sno.cdl
>>>>>>>diff.pl                mrf-e.cdl              snworld.old
>>>>>>>ecmf.cdl               netcheck.conf          snworld.tbl
>>>>>>>eta.cdl                netcheck.conf.dist     sst-a.cdl
>>>>>>>eta.cdl.sav            ngm-g.cdl              sst-t.cdl
>>>>>>>gemglb.nts             ngm-q.cdl              stations_by_call.gdbm
>>>>>>>gilda.conf             nmcrs.cdl              stations_by_wmo.gdbm
>>>>>>>gribtonc.cdl           ocean.cdl              syn.cdl
>>>>>>>hrs.conf               pqact.conf             systns_upc.tbl
>>>>>>>ldmaccess.conf         pqact.conf.bak         ua.cdl
>>>>>>>ldmadmin.conf          pqact.conf.ssec        udunits.dat
>>>>>>>ldmadmin.conf.dist     pqsurf.conf            wcfields.conf
>>>>>>>/local/ldm% pwd
>>>>>>>/opt/ldm/etc
>>>>>>>
>>>>>>>
>>>>>>>Let me know if you have further questions.
>>>>>>>
>>>>>>>Thank you,
>>>>>>>
>>>>>>>Jeff
>>>>>>>---------------------------------------------------------------------
>>>>>>>Jeff Weber                                    address@hidden        :
>>>>>>>Unidata Program Center                        PH:303-497-8676        :
>>>>>>>University Corp for Atmospheric Research      3300 Mitchell Ln       :
>>>>>>>http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 80307-3000  :
>>>>>>>---------------------------------------------------------------------
>>>>>>>
>>>>>>>On Mon, 15 Sep 2003, Unidata Support wrote:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>          
>>>>>>>
>>>>>>>>------- Forwarded Message
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>            
>>>>>>>>
>>>>>>>>>To: address@hidden
>>>>>>>>>From: "Dave Santek" <address@hidden>
>>>>>>>>>Subject: LDM - Linux - Installation
>>>>>>>>>Organization: UCAR/Unidata
>>>>>>>>>Keywords: 200309151657.h8FGvV5T022982
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>              
>>>>>>>>>
>>>>>>>>Institution: UW-Madison
>>>>>>>>Package Version: ldm-6.0.14 binary
>>>>>>>>Operating System: Linux
>>>>>>>>Hardware Information: Dell
>>>>>>>>Inquiry: When doing a LDM binary installation, the 2nd step after the z
> cat is to:
>>>>>>>>
>>>>>>>>"Copy distribution configuration files if first-time LDM
>>>>>>>>
>>>>>>>>If this is the LDM user's first LDM installation, then copy the content
> s of $VERSIONDIR/etc to $HOME/etc:
>>>>>>>>
>>>>>>>>  cd $HOME/$VERSIONDIR/etc
>>>>>>>>  cp * $HOME/etc
>>>>>>>>"
>>>>>>>>
>>>>>>>>I don't see a 'etc' directory in the LDM tree. Also, I don't recall hav
> ing to make a $HOME/etc directory.
>>>>>>>>
>>>>>>>>Please help....thanx,
>>>>>>>>dave
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>------- End of Forwarded Message
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>            
>>>>>>>>
>>>>>>        
>>>>>>
>>>>    
>>>>
>>
>
>
>--------------010105090909050004040305
>Content-Type: text/html; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
><html>
><head>
>  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
>  <title></title>
></head>
><body text="#000000" bgcolor="#ffffff">
>Jeff,<br>
><br>
>I haven't heard back from anyone about this.....<br>
><br>
>thanx<br>
>dave<br>
><br>
>Dave Santek wrote:<br>
><blockquote type="cite" cite="address@hidden">
>  <meta http-equiv="Content-Type" content="text/html;">
>  <title></title>
>Thanx...I decided to install an older version [just wanted a binary
>install]....but I'm having some problems that I couldn't find in your
>searchable archives.<br>
>  <br>
>I did the following:<br>
>  <hr width="100%" size="2"><br>
>  <tt>[root@chinook rc3.d]# <b>service portmap start</b><br>
>Starting portmapper: [&nbsp; OK&nbsp; ]<br>
>[root@chinook rc3.d]# <b>ps -ef|grep port</b><br>
>rpc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21338&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; 0 10:1
> 2 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 00:00:00 [portmap]<br>
>root&nbsp;&nbsp;&nbsp;&nbsp; 21342 13257&nbsp; 0 10:12 pts/0&nbsp;&nbsp;&nbsp;
>  00:00:00 grep port<br>
>  <br>
>[ldm@chinook etc]$ <b>ldmadmin stop</b><br>
>stopping the LDM server...<br>
>LDM server stopped<br>
>[ldm@chinook etc]$ <b>ldmadmin delqueue</b><br>
>[ldm@chinook etc]$ <b>ldmadmin mkqueue</b><br>
>[ldm@chinook etc]$ <b>ldmadmin start</b><br>
>starting the LDM server...<br>
>Sep 17 15:27:01 UTC chinook.ssec.wisc.edu : start_ldm: Server not
>started or registered.<br>
>  </tt>
>  <hr width="100%" size="2"><br>
>Any idea why ldm didn't start?<br>
>  <br>
>  <br>
>When I configured the system, I did NOT do the following [we have
>another Linux box that runs ldm without these mods, also]:<br>
>  <ul>
>    <li> Add the following lines to file <code>/etc/services</code>
>      <pre>            ldm 388/udp unidata        # UCAR Unidata LDM
>            ldm 388/tcp unidata        # UCAR Unidata LDM
>       </pre>
>This allows programs such as netstat to associate activity on IP port
>388 with the LDM.
>      <p> </p>
>    </li>
>    <li> Add the following line to file <code>/etc/rpc</code>
>      <pre>            ldmd 300029 ldm
>       </pre>
>This allows programs such as rpcinfo to identify RPC program number
>300029 as the LDM.
>      <p> </p>
>    </li>
>    <li> The LDM uses the system logging daemon, <code>syslogd</code>,
>to write error messages using the <code>local0</code> logging
>facility.
>      <p> </p>
>      <ul>
>        <li> Add the following entries to file <code>/etc/syslog.conf</code>
>          <pre>       local0.debug       /usr/local/ldm/logs/ldmd.log
>       </pre>
>        </li>
>        <li> Modify the following lines in file <code>/etc/syslog.conf</code>
>so that LDM messages will not be written to the console. Note that you
>may not see these lines exactly in your <code> syslog.conf</code>
>file, but you will probably find something similar.
>          <p><b>Linux:</b> </p>
>          <pre>*.err;kern.notice;auth.notice;user.none;local0.none     /dev/co
> nsole</pre>
>        </li>
>        <li>
>          <pre>*.err;kern.debug;daemon.notice;mail.crit;user.none;local0.none 
>  /var/log/messages</pre>
>        </li>
>      </ul>
>      <br>
>    </li>
>  </ul>
>Any ideas?<br>
>thanx<br>
>dave<br>
>  <br>
>Jeff Weber wrote:<br>
>  <blockquote type="cite"
> cite="address@hidden">
>    <pre wrap="">Dave,
>
>Yes, that is an OLD link, we have corrected the URL to reflect the correct
>status of binary availability.
>
>Currently, 6.0.14 is only available from source and would need to be
>compiled locally.
>
>The link was very mis-leading (apologies...)
>
>Tom Yoksas had put the "partial" 6.0.14 in the binary dir to aid in the
>build of the LDM in Puerto Rico, who had an LDM installed already, so did
>not need the etc dir and conf files, as they were saved from the previous
>LDM build...which may also be the case in your scenario.
>
>Otherwise source would need to be compiled..again apologies for all the
>confusion and thank you for pointing out this error. We have corrected the
>link and verbage to the access of the downloads.
>
>Let us know if we can help further.
>
>Thank you,
>
>Jeff
>---------------------------------------------------------------------
>Jeff Weber                                    <a
> class="moz-txt-link-abbreviated" href="mailto:address@hidden";>address@hidden
> u</a>        :
>Unidata Program Center                        PH:303-497-8676        :
>University Corp for Atmospheric Research      3300 Mitchell Ln       :
><a class="moz-txt-link-freetext"
> href="http://www.unidata.ucar.edu/staff/jweber";>http://www.unidata.ucar.edu/s
> taff/jweber</a>      Boulder,Co 80307-3000  :
>---------------------------------------------------------------------
>
>On Mon, 15 Sep 2003, Dave Santek wrote:
>
>  </pre>
>    <blockquote type="cite">
>      <pre wrap="">I'm still a little confused.....are you saying that I have 
> to install
>6.0.14 from source? If so, then why is there a binary install?
>
>I followed the steps at:
>
>
><a class="moz-txt-link-freetext"
> href="http://my.unidata.ucar.edu/content/software/ldm/ldm-6.0.14/install/bina
> ry-install-steps.html">http://my.unidata.ucar.edu/content/software/ldm/ldm-6.
> 0.14/install/binary-install-steps.html</a>
>
>and picked up the binary from:
>
>    <a class="moz-txt-link-freetext"
> href="ftp://ftp.unidata.ucar.edu/pub/binary/linux_2.4.18-i686";>ftp://ftp.unid
> ata.ucar.edu/pub/binary/linux_2.4.18-i686</a>
>
>I ran the zcat and got the following directories:
>
>[ldm@chinook ldm]$ ls -l ldm-6.0.14
>total 16
>drwxrwxr-x    2 ldm      users        4096 Sep 11 14:56 bin
>drwxr-xr-x    2 ldm      users        4096 Aug 14 14:04 include
>drwxr-xr-x    2 ldm      users        4096 Aug 14 14:04 lib
>drwxr-xr-x    4 ldm      users        4096 Aug 14 14:04 man
>
>The next step states:
>
>    cd $HOME/$VERSIONDIR/etc
>
>as you can see from the above listing, that directory does not exist.
>
>thanx
>dave
>
>Jeff Weber wrote:
>
>    </pre>
>      <blockquote type="cite">
>        <pre wrap="">Hi Dave,
>
>Probably not the answer you are looking for:
>
>as LDM in ~ldm:
>
>mkdir etc
>
>BTW, where did you get a binary for LDM 6.0.14....not from us ;)..curious?
>
>I see our web pages were not that clear, we have edited them to avoid this
>confusion.
>
>If building 6.0.14 you will need to build from source.
>
>
>Thank you,
>
>Jeff
>---------------------------------------------------------------------
>Jeff Weber                                    <a
> class="moz-txt-link-abbreviated" href="mailto:address@hidden";>address@hidden
> u</a>        :
>Unidata Program Center                        PH:303-497-8676        :
>University Corp for Atmospheric Research      3300 Mitchell Ln       :
><a class="moz-txt-link-freetext"
> href="http://www.unidata.ucar.edu/staff/jweber";>http://www.unidata.ucar.edu/s
> taff/jweber</a>      Boulder,Co 80307-3000  :
>---------------------------------------------------------------------
>
>On Mon, 15 Sep 2003, Dave Santek wrote:
>
>
>
>      </pre>
>        <blockquote type="cite">
>          <pre wrap="">Jeff,
>
>How does this directory get made? It's not included in the binary
>distribution:
>
>[ldm@chinook ldm]$ zcat ldm-6.0.14.binary.tar.Z|tar -tvf -
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/
>-rwxrwxr-x ldm/ustaff    14406 2003-08-14 14:04:15 ldm-6.0.14/bin/hupsyslog
>-rwxr-xr-x ldm/ustaff      910 2003-08-14 14:04:15 ldm-6.0.14/bin/newlog
>-rwxrwxr-x ldm/ustaff    86934 2003-08-14 14:21:07 ldm-6.0.14/bin/pqcreate
>-rwxrwxr-x ldm/ustaff    91567 2003-08-14 14:21:07 ldm-6.0.14/bin/pqinsert
>-rwxrwxr-x ldm/ustaff    93553 2003-08-14 14:21:07 ldm-6.0.14/bin/pqcat
>-rwxrwxr-x ldm/ustaff    89032 2003-08-14 14:21:08 ldm-6.0.14/bin/pqmon
>-rwxrwxr-x ldm/ustaff    91115 2003-08-14 14:21:08 ldm-6.0.14/bin/pqexpire
>-rwxrwxr-x ldm/ustaff   106020 2003-08-14 14:04:16 ldm-6.0.14/bin/pqutil
>-rwxrwxr-x ldm/ustaff   107168 2003-08-14 14:21:08 ldm-6.0.14/bin/pqsend
>-rwxrwxr-x ldm/ustaff   124470 2003-08-14 14:21:08 ldm-6.0.14/bin/pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/dds -&gt;
>pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/pps -&gt;
>pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/ids -&gt;
>pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/hds -&gt;
>pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/hrs -&gt;
>pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/ddplus
>-&gt; pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08
>ldm-6.0.14/bin/feedtest -&gt; pqing
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:21:08 ldm-6.0.14/bin/afos
>-&gt; pqing
>-rwxrwxr-x ldm/ustaff   114417 2003-08-14 14:21:08 ldm-6.0.14/bin/pqact
>-rwxrwxr-x ldm/ustaff    95723 2003-08-14 14:21:08 ldm-6.0.14/bin/pqbinstats
>-rwxrwxr-x ldm/ustaff     4966 2003-08-14 14:04:16
>ldm-6.0.14/bin/mailpqstats
>-rwxrwxr-x ldm/ustaff   108072 2003-08-14 14:21:08 ldm-6.0.14/bin/pqsurf
>-rwxrwxr-x ldm/ustaff    59055 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmsend
>-rwxrwxr-x ldm/ustaff   109008 2003-08-14 14:21:09 ldm-6.0.14/bin/rtstats
>-rwxrwxr-x ldm/ustaff    61216 2003-08-14 14:04:17 ldm-6.0.14/bin/feedme
>-rwxrwxr-x ldm/ustaff    60902 2003-08-14 14:04:17 ldm-6.0.14/bin/notifyme
>-rwxrwxr-x ldm/ustaff   175123 2003-08-14 14:21:09 ldm-6.0.14/bin/rpc.ldmd
>-rwxrwxr-x ldm/ustaff    59221 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmping
>-rwxrwxr-x ldm/ustaff     9002 2003-08-14 14:21:09 ldm-6.0.14/bin/netcheck
>-rwxrwxr-x ldm/ustaff     6799 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmprods
>-rwxrwxr-x ldm/ustaff     7389 2003-08-14 14:21:09 ldm-6.0.14/bin/syscheck
>-rwxrwxr-x ldm/ustaff    23611 2003-08-14 14:04:17 ldm-6.0.14/bin/ldmcheck
>-rwxrwxr-x ldm/ustaff    25534 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmadmin
>-rwxrwxr-x ldm/ustaff     7575 2003-08-14 14:21:09 ldm-6.0.14/bin/ldmfail
>-rwxr-xr-x ldm/ustaff     2158 2003-08-14 14:04:17
>ldm-6.0.14/bin/scriptconfig
>-rwxrwxr-x ldm/ustaff     3459 2003-08-14 14:04:17 ldm-6.0.14/bin/scour
>-rwxrwxr-x ldm/ustaff    15130 2003-08-14 14:04:17 ldm-6.0.14/bin/regex
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/include/
>-rw-rw-r-- ldm/ustaff     1412 2003-08-14 14:21:07
>ldm-6.0.14/include/ldmconfig.h
>-rw-r--r-- ldm/ustaff     3286 2003-08-14 14:04:15 ldm-6.0.14/include/ulog.h
>-rw-r--r-- ldm/ustaff      480 2003-08-14 14:04:15
>ldm-6.0.14/include/ldmalloc.h
>-rw-r--r-- ldm/ustaff     2314 2003-08-14 14:04:15 ldm-6.0.14/include/alrm.h
>-rw-r--r-- ldm/ustaff     1484 2003-08-14 14:04:15
>ldm-6.0.14/include/error.h
>-rw-r--r-- ldm/ustaff      537 2003-08-14 14:04:15 ldm-6.0.14/include/fdnb.h
>-rw-r--r-- ldm/ustaff      766 2003-08-14 14:04:15
>ldm-6.0.14/include/fsStats.h
>-rw-r--r-- ldm/ustaff     1058 2003-08-14 14:04:15
>ldm-6.0.14/include/inetutil.h
>-rw-r--r-- ldm/ustaff     1517 2003-08-14 14:04:15
>ldm-6.0.14/include/mkdirs_open.h
>-rw-r--r-- ldm/ustaff      523 2003-08-14 14:04:15
>ldm-6.0.14/include/paths.h
>-rw-r--r-- ldm/ustaff      132 2003-08-14 14:04:15
>ldm-6.0.14/include/rpcutil.h
>-rw-r--r-- ldm/ustaff      227 2003-08-14 14:04:15
>ldm-6.0.14/include/setenv.h
>-rw-r--r-- ldm/ustaff     1465 2003-08-14 14:04:15
>ldm-6.0.14/include/atofeedt.h
>-rw-r--r-- ldm/ustaff     4558 2003-08-14 14:04:15
>ldm-6.0.14/include/h_clnt.h
>-rw-r--r-- ldm/ustaff    15823 2003-08-14 14:04:15 ldm-6.0.14/include/ldm.h
>-rw-r--r-- ldm/ustaff     2408 2003-08-14 14:04:15
>ldm-6.0.14/include/ldm5_clnt.h
>-rw-r--r-- ldm/ustaff     1358 2003-08-14 14:04:15
>ldm-6.0.14/include/ldmprint.h
>-rw-r--r-- ldm/ustaff      787 2003-08-14 14:04:15
>ldm-6.0.14/include/ldm_clnt.h
>-rw-r--r-- ldm/ustaff      484 2003-08-14 14:04:15
>ldm-6.0.14/include/ldm_xlen.h
>-rw-r--r-- ldm/ustaff     1391 2003-08-14 14:04:15 ldm-6.0.14/include/md5.h
>-rw-r--r-- ldm/ustaff     1417 2003-08-14 14:04:15
>ldm-6.0.14/include/prod_class.h
>-rw-r--r-- ldm/ustaff     1867 2003-08-14 14:04:15
>ldm-6.0.14/include/timestamp.h
>-rw-r--r-- ldm/ustaff      480 2003-08-14 14:04:16
>ldm-6.0.14/include/xdr_data.h
>-rw-r--r-- ldm/ustaff      643 2003-08-14 14:04:16
>ldm-6.0.14/include/fbits.h
>-rw-r--r-- ldm/ustaff      235 2003-08-14 14:04:16 ldm-6.0.14/include/lcm.h
>-rw-r--r-- ldm/ustaff     8514 2003-08-14 14:04:16 ldm-6.0.14/include/pq.h
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:15 ldm-6.0.14/lib/
>-rw-rw-r-- ldm/ustaff   141366 2003-08-14 14:21:07 ldm-6.0.14/lib/libldm.a
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/man/
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:16 ldm-6.0.14/man/man3/
>-rw-r--r-- ldm/ustaff     6214 2003-08-14 14:04:15
>ldm-6.0.14/man/man3/ulog.3
>-rw-r--r-- ldm/ustaff    10929 2003-08-14 14:04:16 ldm-6.0.14/man/man3/pq.3
>drwxrwxr-x ldm/ustaff        0 2003-08-14 14:04:17 ldm-6.0.14/man/man1/
>-rw-r--r-- ldm/ustaff     3450 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqcreate.1
>-rw-r--r-- ldm/ustaff     2554 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqinsert.1
>-rw-r--r-- ldm/ustaff     5987 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqcat.1
>-rw-r--r-- ldm/ustaff     3115 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqmon.1
>-rw-r--r-- ldm/ustaff     5775 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqexpire.1
>-rw-r--r-- ldm/ustaff     5803 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqutil.1
>-rw-r--r-- ldm/ustaff     5119 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqsend.1
>-rw-r--r-- ldm/ustaff     6330 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqing.1
>-rw-r--r-- ldm/ustaff    11391 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqact.1
>-rw-r--r-- ldm/ustaff     4713 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/pqbinstats.1
>-rw-r--r-- ldm/ustaff     2935 2003-08-14 14:04:16
>ldm-6.0.14/man/man1/mailpqstats.1
>-rw-r--r-- ldm/ustaff     7464 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/pqsurf.1
>-rw-r--r-- ldm/ustaff     2105 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmsend.1
>-rw-r--r-- ldm/ustaff     5689 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/rtstats.1
>-rw-r--r-- ldm/ustaff     2302 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/feedme.1
>-rw-r--r-- ldm/ustaff     2740 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/notifyme.1
>-rw-r--r-- ldm/ustaff     5356 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmd.1
>lrwxrwxrwx ldm/ustaff        0 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/rpc.ldmd.1 -&gt; ldmd.1
>-rw-r--r-- ldm/ustaff     3605 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmping.1
>-rw-r--r-- ldm/ustaff     6255 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmadmin.1
>-rw-r--r-- ldm/ustaff     2493 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/netcheck.1
>-rw-r--r-- ldm/ustaff     1665 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/syscheck.1
>-rw-r--r-- ldm/ustaff     3196 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmprods.1
>-rw-r--r-- ldm/ustaff     3602 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/ldmfail.1
>-rw-r--r-- ldm/ustaff     3837 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/scour.1
>-rw-r--r-- ldm/ustaff     2772 2003-08-14 14:04:17
>ldm-6.0.14/man/man1/regex.1
>
>thanx
>dave
>
>
>Jeff Weber wrote:
>
>
>
>        </pre>
>          <blockquote type="cite">
>            <pre wrap="">Dave,
>
>yes, /etc is a common directory for LDM install.
>
>Our Config:
>
>/local/ldm% ls -l
>total 76
>-rw-rw-r--   1 ldm      ustaff      4228 Aug 26  2002 FNEXRAD
>-rw-rw-r--   1 ldm      ustaff      1882 Feb  6  2003 NOTEBOOK
>drwxrwxr-x   2 ldm      ustaff       512 Sep 10  1999 alden
>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:50 bin -&gt; runtime/bin
>lrwxrwxrwx   1 ldm      ustaff        15 May 19 09:44 classes -&gt;
>runtime/classes
>-rw-rw-r--   1 ldm      ustaff         9 Dec  8  2000 currentFLOATER
>lrwxrwxrwx   1 ldm      ustaff         9 May 19 09:44 data -&gt; /data/ldm
>drwxrwxr-x   2 ldm      ustaff      1024 Jul 17 10:49 decoders
>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 doc -&gt; runtime/doc
>drwxrwsrwx   3 ldm      ustaff      1536 Sep 13 18:48 etc
>lrwxrwxrwx   1 ldm      ustaff        15 May 28 16:48 include -&gt;
>runtime/include
>-rwxrwxrwx   1 ldm      ustaff      4628 Apr 12  1996 killpipe.csh
>drwxrwxr-x   7 ldm      ustaff       512 May 19 14:08 ldm-6.0.11.largefile
>drwxrwxr-x   7 ldm      ustaff       512 May 28 16:39 ldm-6.0.12.largefile
>drwxrwxr-x   7 ldm      ustaff       512 Jun 10 13:21 ldm-6.0.13.largefile
>drwxrwxr-x   7 ldm      ustaff       512 Jul 18 16:12
>ldm-6.0.14.6.largefile
>drwxrwxr-x   7 ldm      ustaff       512 Aug 19 09:33 ldm-6.0.14.largefile
>-rw-rw-r--   1 ldm      ustaff         6 Sep 13 18:53 ldmd.pid
>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 lib -&gt; runtime/lib
>drwxrwxr-x   2 ldm      ustaff       512 Sep 24  2002 loadStudy
>lrwxrwxrwx   1 ldm      ustaff         9 May 28 16:50 logs -&gt; data/logs
>drwx------   2 ldm      ustaff       512 Sep  6  2002 mail
>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 man -&gt; runtime/man
>lrwxrwxrwx   1 ldm      ustaff        25 May 19 09:44 pqsurf -&gt;
>runtime/src/pqsurf/pqsurf
>drwxrwxr-x   3 ldm      ustaff       512 Dec  7  1995 profiled
>lrwxrwxrwx   1 ldm      ustaff        20 Aug 19 17:12 runtime -&gt;
>ldm-6.0.14.largefile
>lrwxrwxrwx   1 ldm      ustaff        11 May 28 16:48 src -&gt; runtime/src
>drwxrwxr-x   2 ldm      ustaff       512 Sep  3 16:23 util
>/local/ldm% pwd
>/opt/ldm
>
>
>/etc usually contains configurable documents:
>
>/local/ldm% pwd
>/opt/ldm/etc
>
>NNEXRAD                ldmadmin.conf.mitch    ruc-notes
>RCS                    ldmadmin.conf.old      ruc.cdl
>avn-1.25x1.25.cdl      ldmd.conf              ruc2.cdl
>avn-a.cdl              ldmd.conf.5            sao.cdl
>avn-q.cdl              ldmd.conf.ldm6test     scour.conf
>avn-x.cdl              ldmd.conf.motherlode   scour.conf.dist
>avn-x.cdl.orig         ldmd.conf.newthelma    scour.conf.don
>buddy.conf             ldmd.conf.thelma       scour.conf.save
>buoy.cdl               metar.cdl              sfmetar_sa.tbl
>city_sfc.dat           mrf-a.cdl              sno.cdl
>diff.pl                mrf-e.cdl              snworld.old
>ecmf.cdl               netcheck.conf          snworld.tbl
>eta.cdl                netcheck.conf.dist     sst-a.cdl
>eta.cdl.sav            ngm-g.cdl              sst-t.cdl
>gemglb.nts             ngm-q.cdl              stations_by_call.gdbm
>gilda.conf             nmcrs.cdl              stations_by_wmo.gdbm
>gribtonc.cdl           ocean.cdl              syn.cdl
>hrs.conf               pqact.conf             systns_upc.tbl
>ldmaccess.conf         pqact.conf.bak         ua.cdl
>ldmadmin.conf          pqact.conf.ssec        udunits.dat
>ldmadmin.conf.dist     pqsurf.conf            wcfields.conf
>/local/ldm% pwd
>/opt/ldm/etc
>
>
>Let me know if you have further questions.
>
>Thank you,
>
>Jeff
>---------------------------------------------------------------------
>Jeff Weber                                    <a
> class="moz-txt-link-abbreviated" href="mailto:address@hidden";>address@hidden
> u</a>        :
>Unidata Program Center                        PH:303-497-8676        :
>University Corp for Atmospheric Research      3300 Mitchell Ln       :
><a class="moz-txt-link-freetext"
> href="http://www.unidata.ucar.edu/staff/jweber";>http://www.unidata.ucar.edu/s
> taff/jweber</a>      Boulder,Co 80307-3000  :
>---------------------------------------------------------------------
>
>On Mon, 15 Sep 2003, Unidata Support wrote:
>
>
>
>
>
>          </pre>
>            <blockquote type="cite">
>              <pre wrap="">------- Forwarded Message
>
>
>
>
>
>            </pre>
>              <blockquote type="cite">
>                <pre wrap="">To: <a class="moz-txt-link-abbreviated"
> href="mailto:address@hidden";>address@hidden</a>
>From: "Dave Santek" <a class="moz-txt-link-rfc2396E"
> href="mailto:address@hidden";>&lt;address@hidden&gt;</a>
>Subject: LDM - Linux - Installation
>Organization: UCAR/Unidata
>Keywords: 200309151657.h8FGvV5T022982
>
>
>
>
>              </pre>
>              </blockquote>
>              <pre wrap="">Institution: UW-Madison
>Package Version: ldm-6.0.14 binary
>Operating System: Linux
>Hardware Information: Dell
>Inquiry: When doing a LDM binary installation, the 2nd step after the zcat is 
> to:
>
>"Copy distribution configuration files if first-time LDM
>
>If this is the LDM user's first LDM installation, then copy the contents of $V
> ERSIONDIR/etc to $HOME/etc:
>
>  cd $HOME/$VERSIONDIR/etc
>  cp * $HOME/etc
>"
>
>I don't see a 'etc' directory in the LDM tree. Also, I don't recall having to 
> make a $HOME/etc directory.
>
>Please help....thanx,
>dave
>
>
>
>
>------- End of Forwarded Message
>
>
>
>
>
>
>            </pre>
>            </blockquote>
>          </blockquote>
>          <pre wrap="">        </pre>
>        </blockquote>
>      </blockquote>
>      <pre wrap="">    </pre>
>    </blockquote>
>  </blockquote>
>  <br>
></blockquote>
><br>
></body>
></html>
>
>--------------010105090909050004040305--
>