AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Fresh install of AIX5 TL7, xntpd crashes.

    Posted Tue January 22, 2008 06:21 AM

    Originally posted by: SystemAdmin


    Hello to everyone,
    I have the following issue, after doing a complete fresh install of 5300-07-01-0748 from a NIM server and configuring the xntpd, doing startsrc -s xntpd works fine, but after few minutes it crashes with the following entry in errpr:

    LABEL: SRC_SVKO
    IDENTIFIER: BC3BE5A3

    Date/Time: Tue Jan 22 13:00:36 2008
    Sequence Number: 5
    Machine Id:
    Node Id:
    Class: S
    Type: PERM
    Resource Name: SRC

    Description
    SOFTWARE PROGRAM ERROR

    Probable Causes
    APPLICATION PROGRAM

    Failure Causes
    SOFTWARE PROGRAM

    Recommended Actions
    MANUALLY RESTART SUBSYSTEM IF NEEDED

    Detail Data
    SYMPTOM CODE
    256
    SOFTWARE ERROR CODE
    -9017
    ERROR CODE
    0
    DETECTING MODULE
    'srchevn.c'@line:'350'
    FAILING MODULE
    xntpd
    I tryd to just run the xntpd binary with the highest debug level possible to see what's wrong but it shows no errors, just the program exits after some time and drops me in shell. I have running xntpd on lots of boxes with TL5&TL6 and i have no issues there. I also have boxes that were fresh installed TL6 and than updated to TL7 same level, and they also work fine. This happends on fresh installed TL7 boxes...so far 3 of them have this problem. Anyone knows what this could be? Will be really helpful. Thanks in advance.
    #AIX-Forum


  • 2.  Re: Fresh install of AIX5 TL7, xntpd crashes.

    Posted Tue January 22, 2008 09:31 AM

    Originally posted by: bassemir


    After starting xntpd, if you watch topas, what kind of activity do you see (if any)... memory usage, disk usage, disk space, cpu utilization... anything unusual going on?

    Rich
    #AIX-Forum


  • 3.  Re: Fresh install of AIX5 TL7, xntpd crashes.

    Posted Tue January 22, 2008 09:35 AM

    Originally posted by: SystemAdmin


    Nothing unusual, the boxes are currently idle i.e. bare bone AIX nothing else is running on them yet.
    #AIX-Forum


  • 4.  Re: Fresh install of AIX5 TL7, xntpd crashes.

    Posted Tue January 22, 2008 03:56 PM

    Originally posted by: bassemir


    I found this reference... see if this helps:


    Tom Gendron wrote:

    Need some expert help:
    On an IBM pSeries 630 running in LPAR mode, AIX 5.2.
    I have the xntpd running fine on 2 of the 3 partitions. The third
    partiton starts xntpd but shuts down after 2-3 minutes.

    Which version? IBM used to ship xntpd v3.5 or something, while ntpd v4.2
    is the current stable release.

    Error code -9017. Found a reference saying that broadcastclient was
    interferring with the configured server. Have tried commenting out
    broadcastclient and it did not help. both of the other 2 partitions have
    both server and broadcast client configured.

    Step 1, start it
    1. startsrc -s xntpd
    0513-059 The xntpd Subsystem has been started. Subsystem PID is 233656.

    Step 2, check it

    1. ntpq -p

    remote refid st t when poll reach delay offset disp

    ============================================================================
    ==

    I believe I know what the problem is, even though the messages are
    really strange:


    dns1.maricopa.g ntp-1.gw.uiuc.e 3 u 57 64 1 2.20 4154737 15875.0
    dns2.maricopa.g ntp-1.gw.uiuc.e 3 u 56 64 1 2.12 4154728 15875.0

    Notice that the offset field is 4 M ms, or 4154 seconds!

    This is so far out that (x)ntpd will terminate itself as soon as it
    determines that this offset is consistent.

    I.e. fix your local clock first, it must be approximately correct before
    starting ntpd.

    Step 3, ntpq returns an error



    Rich
    #AIX-Forum


  • 5.  Re: Fresh install of AIX5 TL7, xntpd crashes.

    Posted Wed January 23, 2008 04:41 AM

    Originally posted by: SystemAdmin


    That was correct, the timezone was completely messed up. And the time server was giving some huge offset, after correcting the timezone and updating the time it works fine now. Thanks for the tip, and the help.
    #AIX-Forum