Unix Technical Forum

xntpd will not start AIX 5.3 TL04 SP02

This is a discussion on xntpd will not start AIX 5.3 TL04 SP02 within the AIX Operating System forums, part of the Unix Operating Systems category; --> I have a problem keeping xntpd going, any ideas on what is wrong? # oslevel -s 5300-04-02 root# ntpdate ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 10:07 AM
takarov2003@yahoo.com
 
Posts: n/a
Default xntpd will not start AIX 5.3 TL04 SP02

I have a problem keeping xntpd going, any ideas on what is wrong?
# oslevel -s
5300-04-02

root# ntpdate -v 10.55.130.24
2 Aug 14:47:37 ntpdate[439026]: 3.4y
2 Aug 14:47:37 ntpdate[439026]: adjust time server 10.55.130.24 offset
0.000498

root# startsrc -s xntpd
0513-059 The xntpd Subsystem has been started. Subsystem PID is 578230.


root# ps -ef|grep ntp
<note, /usr/sbin/xntpd not in
process queue>
root# ps -ef |grep 578230
<note, /usr/sbin/xntpd not in
process queue>


root# grep server /etc/ntp.conf
server 10.55.130.24 prefer
server 10.73.130.24

root# ntptrace 10.55.130.24
gp55hr01.example.com stratum 1, offset -0.000073, synch distance
0.00000, refid 'GPS '

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 10:07 AM
miles
 
Posts: n/a
Default Re: xntpd will not start AIX 5.3 TL04 SP02


takarov2003@yahoo.com wrote:
> I have a problem keeping xntpd going, any ideas on what is wrong?
> # oslevel -s
> 5300-04-02
>
> root# ntpdate -v 10.55.130.24
> 2 Aug 14:47:37 ntpdate[439026]: 3.4y
> 2 Aug 14:47:37 ntpdate[439026]: adjust time server 10.55.130.24 offset
> 0.000498
>
> root# startsrc -s xntpd
> 0513-059 The xntpd Subsystem has been started. Subsystem PID is 578230.
>
>
> root# ps -ef|grep ntp
> <note, /usr/sbin/xntpd not in
> process queue>
> root# ps -ef |grep 578230
> <note, /usr/sbin/xntpd not in
> process queue>
>
>
> root# grep server /etc/ntp.conf
> server 10.55.130.24 prefer
> server 10.73.130.24
>
> root# ntptrace 10.55.130.24
> gp55hr01.example.com stratum 1, offset -0.000073, synch distance
> 0.00000, refid 'GPS '


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 10:07 AM
miles
 
Posts: n/a
Default Re: xntpd will not start AIX 5.3 TL04 SP02

takarov2003@yahoo.com wrote:
> I have a problem keeping xntpd going, any ideas on what is wrong?
> # oslevel -s
> 5300-04-02
>
> root# ntpdate -v 10.55.130.24
> 2 Aug 14:47:37 ntpdate[439026]: 3.4y
> 2 Aug 14:47:37 ntpdate[439026]: adjust time server 10.55.130.24 offset
> 0.000498
>
> root# startsrc -s xntpd
> 0513-059 The xntpd Subsystem has been started. Subsystem PID is 578230.
>
>
> root# ps -ef|grep ntp
> <note, /usr/sbin/xntpd not in
> process queue>
> root# ps -ef |grep 578230
> <note, /usr/sbin/xntpd not in
> process queue>
>
>
> root# grep server /etc/ntp.conf
> server 10.55.130.24 prefer
> server 10.73.130.24
>
> root# ntptrace 10.55.130.24
> gp55hr01.example.com stratum 1, offset -0.000073, synch distance
> 0.00000, refid 'GPS '


Is this a client or a server?

I'll guess that it is client. Here is my client set up:
root@unxr1:/etc>root@unxr1:/etc>oslevel -s
5300-04-03

root@unxr1:/etc>grep xntpd *
rc.tcpip:start /usr/sbin/xntpd "$src_running" -a "-x"

root@unxr1:/etc>cat /etc/ntp.conf
#broadcastclient
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace
server 10.113.210.202

root@unxr1:/etc>pgrep ntp
UID PID PPID STIME TTY TIME CMD
root 233688 229466 0 Jul 30 - 0:05 /usr/sbin/xntpd -a
root@unxr1:/etc>

If you run syslogd, ntp errors should be logged there.

Miles

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 10:07 AM
takarov2003@yahoo.com
 
Posts: n/a
Default Re: xntpd will not start AIX 5.3 TL04 SP02


miles wrote:
> takarov2003@yahoo.com wrote:
> > I have a problem keeping xntpd going, any ideas on what is wrong?
> > # oslevel -s
> > 5300-04-02
> >
> > root# ntpdate -v 10.55.130.24
> > 2 Aug 14:47:37 ntpdate[439026]: 3.4y
> > 2 Aug 14:47:37 ntpdate[439026]: adjust time server 10.55.130.24 offset
> > 0.000498
> >
> > root# startsrc -s xntpd
> > 0513-059 The xntpd Subsystem has been started. Subsystem PID is 578230.
> >
> >
> > root# ps -ef|grep ntp
> > <note, /usr/sbin/xntpd not in
> > process queue>
> > root# ps -ef |grep 578230
> > <note, /usr/sbin/xntpd not in
> > process queue>
> >
> >
> > root# grep server /etc/ntp.conf
> > server 10.55.130.24 prefer
> > server 10.73.130.24
> >
> > root# ntptrace 10.55.130.24
> > gp55hr01.example.com stratum 1, offset -0.000073, synch distance
> > 0.00000, refid 'GPS '

>
> Is this a client or a server?
>
> I'll guess that it is client. Here is my client set up:
> root@unxr1:/etc>root@unxr1:/etc>oslevel -s
> 5300-04-03
>
> root@unxr1:/etc>grep xntpd *
> rc.tcpip:start /usr/sbin/xntpd "$src_running" -a "-x"
>
> root@unxr1:/etc>cat /etc/ntp.conf
> #broadcastclient
> driftfile /etc/ntp.drift
> tracefile /etc/ntp.trace
> server 10.113.210.202
>
> root@unxr1:/etc>pgrep ntp
> UID PID PPID STIME TTY TIME CMD
> root 233688 229466 0 Jul 30 - 0:05 /usr/sbin/xntpd -a
> root@unxr1:/etc>
>
> If you run syslogd, ntp errors should be logged there.


Thanks, the problem turned out to be a bad link for /unix. fixed that
and things are fine.

>
> Miles


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:48 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com