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

Re: 20010918: LDM problem



Hongming Qi wrote:
> 
> Anne,
> 
>   I remember that there are one warning line in the end of output when I
> use the command "make install" to install. The line seems like " xxx
> Errors [ignored]". Because I found that LDM is starting OK, I also
> ignored them. Do you think that this is the problem?
> 

Hi Hongming,

This is not enough information for me to say whether the error was
significant or not.  However, from the information gathered below, I
suspect that is not the problem.  


>   The platform is Redhat 7.1, kernel 2.4.2-2smp. Meanwhile, FSL is
> sending data by VMS machine. They get the following log message:
> 
> $  ldmsend/host=gp7.wwb.noaa.gov/key="FSL.NETCDF.NPN60.0126114000100o"
> user_dev:[hub.data.
> profs]profiler.cdf
> clnt_create: GP7.WWB.NOAA.GOV: RPC: Program not registered
> %SYSTEM-F-NOTCREATOR, request denied, user is not on creator port
> 
>   Do you know what's the meaning "Program not registered"? it seems like
> the problem is coming from our machine. Port trouble?
> 
>   I appreciate any feedback.
> 


It looks like for some reason access is blocked to your ldm port, 388. 
Here are a few diagnostics I ran:

        (anne) imogene:/home/anne/ldm/notes 149 % ping gp7.wwb.noaa.gov
        PING gp7.wwb.noaa.gov (140.90.195.39) from 128.117.140.28 : 56(84)
bytes of data.
        64 bytes from gp7.ncep.noaa.gov (140.90.195.39): icmp_seq=0 ttl=238
time=53.590 msec
        64 bytes from gp7.ncep.noaa.gov (140.90.195.39): icmp_seq=1 ttl=238
time=52.255 msec
        64 bytes from gp7.wwb.noaa.gov (140.90.195.39): icmp_seq=2 ttl=238
time=72.279 msec
        64 bytes from gp7.ncep.noaa.gov (140.90.195.39): icmp_seq=3 ttl=238
time=92.294 msec

        --- gp7.wwb.noaa.gov ping statistics ---
        4 packets transmitted, 4 packets received, 0% packet loss
        round-trip min/avg/max/mdev = 52.255/67.604/92.294/16.307 ms

So, ping tells me your machine is up.

        (anne) imogene:/home/anne/ldm/notes 150 % rpcinfo -p gp7.wwb.noaa.gov
        No remote programs registered.

rpcinfo tells me that for some reason I can't get information about your
ports.

        (anne) imogene:/home/anne/ldm/notes 151 % telnet gp7.wwb.noaa.gov 388
        Trying 140.90.195.39...
        Connected to gp7.wwb.noaa.gov.
        Escape character is '^]'.
        Connection closed by foreign host.

This telnet tells me that for some reason I'm not allowed to connect to
port 388, the ldm port.


        (anne) imogene:/home/anne/ldm/notes 152 % telnet gp7.wwb.noaa.gov 390
        Trying 140.90.195.39...
        telnet: connect to address 140.90.195.39: Connection refused

This telnet seems to tell me that there's nothing running on port 390. 
I tried this just for comparison with the telnet to port 388 above. 
With that telnet it appears that something is running but that the
connection was denied for some reason.

This leads me to suspect that something is not allowing connections to
port 388.  Do you have a firewall in place?  If so, is port 388 open? 
Is your portmapper running?  Is your /etc/hosts.allow correctly
configured?

I will be attending a meeting all day today, and thus won't be
responding to my email probably until tomorrow.  Please let me know what
you find out about this problem.


> Thanks,
> Hongming

You're welcome.

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