<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: gradually sync in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246067#M330728</link>
    <description>Shalom Judi,&lt;BR /&gt;&lt;BR /&gt;ntp may not work if the time difference is too great.&lt;BR /&gt;&lt;BR /&gt;The oracle db will crash if you roll back the time on the system.&lt;BR /&gt;&lt;BR /&gt;So if you want to push the time forward, on the oracle db system, you can use the date command and them ntp will make the final adjustment.&lt;BR /&gt;&lt;BR /&gt;Depending on the time difference, it can take from a few minutes to several hours for the sync to occur.&lt;BR /&gt;&lt;BR /&gt;You need to watch /var/adm/syslog/syslog.log and see if the ntpd process fails or not.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 05 Aug 2008 07:06:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-08-05T07:06:56Z</dc:date>
    <item>
      <title>gradually sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246065#M330726</link>
      <description>Hi!&lt;BR /&gt;I have a HP-UX 11.23 server with oracle DB. I can’t stop database. Time of sever differ from real time more than 3 hour.  I want to gradually sync the time.  &lt;BR /&gt;I will start client: /sbin/init.d/xntpd start. What settings of NTP client for the gradually sync?&lt;BR /&gt;How to verify decrease difference of times? When the server time will be synchronized?&lt;BR /&gt;&lt;BR /&gt;Thanks a million,&lt;BR /&gt;&lt;BR /&gt;Judi.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:10:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246065#M330726</guid>
      <dc:creator>JuDi_4</dc:creator>
      <dc:date>2008-08-05T05:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: gradually sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246066#M330727</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you have an ntp server in your environment or you can access a public ntp server,first put the ntp server in /etc/rc.config.d/netdaemons:&lt;BR /&gt;&lt;BR /&gt;NTPDATE_SERVER=â  ip_of_ntp_serverâ  &lt;BR /&gt;XNTPD=1&lt;BR /&gt;&lt;BR /&gt;then in /etc/ntp.conf file:&lt;BR /&gt;&lt;BR /&gt;server ip_of_ntp_server&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then start the daemon:&lt;BR /&gt;&lt;BR /&gt;#/bin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;to adjust time according to server run this command:&lt;BR /&gt;&lt;BR /&gt;#ntpdate -b ip_of_ntp_server&lt;BR /&gt;&lt;BR /&gt;just to query the difference:&lt;BR /&gt;&lt;BR /&gt;#ntpdate -q ip_of_ntp_server&lt;BR /&gt;&lt;BR /&gt;Kenan.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246066#M330727</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-08-05T05:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: gradually sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246067#M330728</link>
      <description>Shalom Judi,&lt;BR /&gt;&lt;BR /&gt;ntp may not work if the time difference is too great.&lt;BR /&gt;&lt;BR /&gt;The oracle db will crash if you roll back the time on the system.&lt;BR /&gt;&lt;BR /&gt;So if you want to push the time forward, on the oracle db system, you can use the date command and them ntp will make the final adjustment.&lt;BR /&gt;&lt;BR /&gt;Depending on the time difference, it can take from a few minutes to several hours for the sync to occur.&lt;BR /&gt;&lt;BR /&gt;You need to watch /var/adm/syslog/syslog.log and see if the ntpd process fails or not.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Aug 2008 07:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246067#M330728</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-05T07:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: gradually sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246068#M330729</link>
      <description>Should have added this.&lt;BR /&gt;&lt;BR /&gt;ntp gradually syncs by running the clock faster or slower by a small factor to do the job.&lt;BR /&gt;&lt;BR /&gt;if the system is 30 minutes ahead of the ntp server, it will run the clock slightly more slowly for several hours to sync things up without disruption.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Aug 2008 07:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246068#M330729</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-05T07:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: gradually sync</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246069#M330730</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You have two choices and one thing you must do.&lt;BR /&gt;&lt;BR /&gt;Your first choice is to schedule a reboot.  Shutdown your database; set the time correctly; and reboot.&lt;BR /&gt;&lt;BR /&gt;Your second choice is to use 'date -a' to gradually adjust the clock.  This may take several days in your case.&lt;BR /&gt;&lt;BR /&gt;Setting up NTP before you correct your server's time isn't going to work.  The NTP daemon will abandon synchronization efforts if its local time is found to be more than about 1000 seconds from the correct time.&lt;BR /&gt;&lt;BR /&gt;I suggest you schedule a reboot, a time correction and a proper NTP configuration with three external time sources.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 05 Aug 2008 10:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gradually-sync/m-p/4246069#M330730</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-05T10:59:12Z</dc:date>
    </item>
  </channel>
</rss>

