Mailing List Archive

NTP Problems
Hi all,
I have a M20 running Junos 5.3R2.4 and configured with NTP as follow:

ntp {
boot-server 50.10.10.100;
server 50.10.10.100;
}
Every time I try to check NTP this error occurs:

admin@core1-re0.sao> show ntp status
/usr/bin/ntpq: read: Connection refused

BTW, the same config in another router works fine

Any Ideas ??

Tnks

Edson Cardoso
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://puck.nether.net/pipermail/juniper-nsp/attachments/20030228/91216143/attachment.htm
NTP Problems [ In reply to ]
Hi Edson,

All you have to do is this:

start shell
su
/usr/sbin/xntpd
exit
exit

This will start ntp.

After starting NTP, you will see something like this (2 entries):

dxu@M5-1> show system processes | match ntp
2665 ?? S< 0:20.93 /usr/sbin/xntpd -N (ntpd)
2674 ?? S 0:01.01 /usr/sbin/tnp.sntpd -N


David
-----Original Message-----
From: Edson Cardoso [mailto:ecardoso@qos.com.br]
Sent: Friday, February 28, 2003 2:22 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] NTP Problems


Hi all,
I have a M20 running Junos 5.3R2.4 and configured with NTP as follow:

ntp {
boot-server 50.10.10.100;
server 50.10.10.100;
}
Every time I try to check NTP this error occurs:

admin@core1-re0.sao> show ntp status
/usr/bin/ntpq: read: Connection refused

BTW, the same config in another router works fine

Any Ideas ??

Tnks

Edson Cardoso
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://puck.nether.net/pipermail/juniper-nsp/attachments/20030228/9ca28ad4/attachment.htm
NTP Problems [ In reply to ]
Tnks David
It works..

Tnks to everybody that asked this question

Regards
Edson
-----Original Message-----
From: David Xu [mailto:dxu@nortelnetworks.com]
Sent: Friday, February 28, 2003 4:30 PM
To: Edson Cardoso
Cc: juniper-nsp@puck.nether.net
Subject: RE: [j-nsp] NTP Problems

Hi Edson,

All you have to do is this:

start shell
su
/usr/sbin/xntpd
exit
exit

This will start ntp.

After starting NTP, you will see something like this (2 entries):

dxu@M5-1> show system processes | match ntp
2665 ?? S< 0:20.93 /usr/sbin/xntpd -N (ntpd)
2674 ?? S 0:01.01 /usr/sbin/tnp.sntpd -N


David
-----Original Message-----
From: Edson Cardoso [mailto:ecardoso@qos.com.br]
Sent: Friday, February 28, 2003 2:22 PM
To: juniper-nsp@puck.nether.net
Subject: [j-nsp] NTP Problems
Hi all,
I have a M20 running Junos 5.3R2.4 and configured with NTP as follow:

ntp {
boot-server 50.10.10.100;
server 50.10.10.100;
}
Every time I try to check NTP this error occurs:

admin@core1-re0.sao> show ntp status
/usr/bin/ntpq: read: Connection refused

BTW, the same config in another router works fine

Any Ideas ??

Tnks

Edson Cardoso
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://puck.nether.net/pipermail/juniper-nsp/attachments/20030228/5b8c0a9a/attachment-0001.htm
NTP Problems [ In reply to ]
I'd be interesting in following up with you regarding why xntpd
wasn't running. Can you open a case with juniper support with
this email, your [system] configuration, and your /var/log/messages?
Is there a core file for xntpd in /var/tmp? Assuming ntp isn't
disabled in [system processes], it should be started at boot
time and restarted if it fails.

Thanks,
Phil




Edson Cardoso writes:
>Tnks David
>It works..
>
>Tnks to everybody that asked this question
>
>Regards
>Edson
>-----Original Message-----
>From: David Xu [mailto:dxu@nortelnetworks.com]
>Sent: Friday, February 28, 2003 4:30 PM
>To: Edson Cardoso
>Cc: juniper-nsp@puck.nether.net
>Subject: RE: [j-nsp] NTP Problems
>
>Hi Edson,
>
>All you have to do is this:
>
>start shell
>su
>/usr/sbin/xntpd
>exit
>exit
>
>This will start ntp.
>
>After starting NTP, you will see something like this (2 entries):
>
>dxu@M5-1> show system processes | match ntp
> 2665 ?? S< 0:20.93 /usr/sbin/xntpd -N (ntpd)
> 2674 ?? S 0:01.01 /usr/sbin/tnp.sntpd -N
>
>
>David
>-----Original Message-----
>From: Edson Cardoso [mailto:ecardoso@qos.com.br]
>Sent: Friday, February 28, 2003 2:22 PM
>To: juniper-nsp@puck.nether.net
>Subject: [j-nsp] NTP Problems
>Hi all,
>I have a M20 running Junos 5.3R2.4 and configured with NTP as follow:
>
>ntp {
> boot-server 50.10.10.100;
> server 50.10.10.100;
> }
>Every time I try to check NTP this error occurs:
>
>admin@core1-re0.sao> show ntp status
>/usr/bin/ntpq: read: Connection refused
>
>BTW, the same config in another router works fine
>
>Any Ideas ??
>
>Tnks
>
>Edson Cardoso