AIX

AIX

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


#Power
 View Only
Expand all | Collapse all

what is best practice to sync time

  • 1.  what is best practice to sync time

    Posted Wed December 24, 2008 09:39 AM

    Originally posted by: chandru0078


    Dear experts

    Our application showing different timing with OS time which causing user confused .so we plan to sync time with our AD server using ntpdate .my question is what is best practice to sync time with our AD server? do i need to sync very 1 minute , 15, 30 ,1hour once? Is there any standard practice on AIX and got red book available for this issue?

    1 * * * * /usr/sbin/ntpdate XX.XX.XX.XX 1>/dev/null 2>&1
    #AIX-Forum


  • 2.  Re: what is best practice to sync time

    Posted Wed December 24, 2008 12:34 PM

    Originally posted by: SystemAdmin


    Hi,

    The xntp daemon can be started to run in the background and it can sync the aix server time
    with your defined host clock, the configuration file to define the host clock is in ntp.conf. Run smitty xntpd to configure the daemon to run at server startup. For information, please see here
    http://publib.boulder.ibm.com/infocenter/systems/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds6/xntpd.htm
    #AIX-Forum


  • 3.  Re: what is best practice to sync time

    Posted Fri December 26, 2008 04:46 AM

    Originally posted by: chandru0078


    Thanks for the feedbackup.
    #AIX-Forum