<?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: change system time backward in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784534#M263763</link>
    <description>Note that 23 minutes is a LONG time to adjust witout affecting the applications. Don't expect the system to reach the correct time for many hours (using the date -a command). If you have other servers in your organizatin, all of them should be using NTP for accurate time sync.</description>
    <pubDate>Mon, 08 May 2006 16:16:07 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-05-08T16:16:07Z</dc:date>
    <item>
      <title>change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784529#M263758</link>
      <description>The time on my HPUX server is 23 minutes ahead.  I heard that resetting time and date backward is not recommended.  &lt;BR /&gt;&lt;BR /&gt;I have Oracle DB and Lawson application running. &lt;BR /&gt;&lt;BR /&gt;Your advices are appreciated!&lt;BR /&gt;Bing&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2006 15:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784529#M263758</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-05-08T15:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784530#M263759</link>
      <description>Your apps will probably be very confused if you set the time backwards while they are running.&lt;BR /&gt;&lt;BR /&gt;The safest way to correct the time backward is to boot into single user mode (no apps running) and change the time with set_parms.&lt;BR /&gt;&lt;BR /&gt;After the server reboots, you should use ntp (you can configure via sam if you are unfamilar with it) to keep you server time in sync with the other systems on your network.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2006 15:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784530#M263759</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-05-08T15:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784531#M263760</link>
      <description>Shalom Bing,&lt;BR /&gt;&lt;BR /&gt;Yes Bing, turning back the clock on oracle will cause an immediate and damaging database crash.&lt;BR /&gt;&lt;BR /&gt;You are well advised not to do it.&lt;BR /&gt;&lt;BR /&gt;What you can do is configure ntp to point to a valid internal or external (firewall permitting) time source.&lt;BR /&gt;&lt;BR /&gt;What ntp does is run the clock more slowly than normal, but just slightly until its in sync with its time source.&lt;BR /&gt;&lt;BR /&gt;Its easy to configure ntp, just modify /etc/ntp.conf&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;Will start up the daemon.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 08 May 2006 16:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784531#M263760</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-08T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784532#M263761</link>
      <description>In this case with a live database (unless you can shutdown for 23 or more minutes), your best bet is to do a "date -a -1380" which will gradually adjust (slew) time backwards by 23 minutes. If you try to do an instantaneous backward adjustment (a step adjustment) then database transaction 100 can occur before transaction 99 -- something that becomes very difficult to explain to a customer/user. The data -a -seconds command slow down the clock ticks until the "real" time catches up. Man date for details.</description>
      <pubDate>Mon, 08 May 2006 16:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784532#M263761</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-08T16:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784533#M263762</link>
      <description>Even if you shutdown, unless you wait 23 minutes before the system is back up the you still have the risk that transactions will appear out of order. In this mode you should set the system date and then start the database. Because it is difficult to find an unplanned  shutdown window on most systems, I suggest slewing the clock. It will take a while to complete before your clock is accurate but during that transition, at least all the transactions will be consistent.</description>
      <pubDate>Mon, 08 May 2006 16:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784533#M263762</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-08T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784534#M263763</link>
      <description>Note that 23 minutes is a LONG time to adjust witout affecting the applications. Don't expect the system to reach the correct time for many hours (using the date -a command). If you have other servers in your organizatin, all of them should be using NTP for accurate time sync.</description>
      <pubDate>Mon, 08 May 2006 16:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784534#M263763</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-05-08T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: change system time backward</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784535#M263764</link>
      <description>Thank you all for responding.  I will let you know what it goes.&lt;BR /&gt;&lt;BR /&gt;Bing&lt;BR /&gt;</description>
      <pubDate>Mon, 08 May 2006 17:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-system-time-backward/m-p/3784535#M263764</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-05-08T17:33:31Z</dc:date>
    </item>
  </channel>
</rss>

