<?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: Slowin system clock down ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443886#M8709</link>
    <description>Use xntpd to keep the times sync'd. Info about ntp can be obtained from &lt;A href="http://www.eecis.udel.edu/~ntp/ntpfaq" target="_blank"&gt;www.eecis.udel.edu/~ntp/ntpfaq&lt;/A&gt;</description>
    <pubDate>Fri, 08 Sep 2000 11:58:46 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-09-08T11:58:46Z</dc:date>
    <item>
      <title>Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443881#M8704</link>
      <description>I have here a D380 running HP-UX 10.20. The system clock of this server is 81 seconds ahead of the real time.&lt;BR /&gt;&lt;BR /&gt;Due to several reasons (databases, backup) i don't want set the time back. &lt;BR /&gt;&lt;BR /&gt;Is there a method available to slow down the clock till it has reached the real time.&lt;BR /&gt;&lt;BR /&gt;I know that in SUN's Solaris there is a funktion to slow down the system clock.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your suggestions.&lt;BR /&gt;&lt;BR /&gt;Stefan</description>
      <pubDate>Fri, 08 Sep 2000 10:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443881#M8704</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2000-09-08T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443882#M8705</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;there's i system call adjtime() which adjusts the time gracefully.&lt;BR /&gt;See man adjtime&lt;BR /&gt;&lt;BR /&gt;Put you a little C source at attachment for using this call.&lt;BR /&gt;The program asks for Delta Minutes/Seconds.&lt;BR /&gt;To adjust to past enter neg. value (eg: -81).&lt;BR /&gt;For only adjust seconds enter 0 for minutes.&lt;BR /&gt;Be aware to turn off xntp if you have (/sbin/init.d/xntp stop).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Fri, 08 Sep 2000 10:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443882#M8705</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-08T10:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443883#M8706</link>
      <description>Stefan,&lt;BR /&gt;I have not seen this type of function in HP-UX but maybe someone else has and will post.&lt;BR /&gt;&lt;BR /&gt;The only other solution I could offer is to use NTP (Network Time Protocol) and sync to get the correct system time.</description>
      <pubDate>Fri, 08 Sep 2000 10:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443883#M8706</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-09-08T10:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443884#M8707</link>
      <description>2 suggestions : &lt;BR /&gt;&lt;BR /&gt;1. consider using a NTP server ;&lt;BR /&gt;&lt;BR /&gt;NTP sets the kernel view of the system clock.  This means that the&lt;BR /&gt;tick adjustment changes the number of ticks the kernels thinks a&lt;BR /&gt;seconds contains.  This is done all the time and NTP tries to constantly&lt;BR /&gt;get a better prediction of how many ticks are in a second.  The real-time&lt;BR /&gt;clock is used once during the bootup to set this value and the time of&lt;BR /&gt;the system clock.  After the system boots, you should always check the&lt;BR /&gt;system clock.&lt;BR /&gt;&lt;BR /&gt;During the start of NTP, ntpdate synchronizes the clock with the&lt;BR /&gt;reference clock.  This could be a timeserver or a radioclock&lt;BR /&gt;(recommended).  This sets the real-time clock to the new value.  It is&lt;BR /&gt;important that the timeserver has the correct time, even after a reboot.&lt;BR /&gt;NTP updates the real-time clock about every 8 hours.&lt;BR /&gt;&lt;BR /&gt;2. Setup dtsd : distributed time server : would require DCE cell involvemnet/setup.&lt;BR /&gt;&lt;BR /&gt;Not sure if there is an individual unix command to do what your after though !</description>
      <pubDate>Fri, 08 Sep 2000 10:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443884#M8707</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-08T10:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443885#M8708</link>
      <description>If you were on HP-UX 11.00 then the date command has a facility (-a flag) to do just what you want.&lt;BR /&gt;&lt;BR /&gt;On 10.20 though you'll have to use Andrew's C program.</description>
      <pubDate>Fri, 08 Sep 2000 10:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443885#M8708</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-08T10:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443886#M8709</link>
      <description>Use xntpd to keep the times sync'd. Info about ntp can be obtained from &lt;A href="http://www.eecis.udel.edu/~ntp/ntpfaq" target="_blank"&gt;www.eecis.udel.edu/~ntp/ntpfaq&lt;/A&gt;</description>
      <pubDate>Fri, 08 Sep 2000 11:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443886#M8709</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-08T11:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443887#M8710</link>
      <description>xntpd can be used to keep the time in sync.&lt;BR /&gt;&lt;BR /&gt;Info can be obtained from &lt;A href="http://www.eecis.udel.edu/~ntp/ntpfaq" target="_blank"&gt;www.eecis.udel.edu/~ntp/ntpfaq&lt;/A&gt;</description>
      <pubDate>Fri, 08 Sep 2000 12:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443887#M8710</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-08T12:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443888#M8711</link>
      <description>Sorry,&lt;BR /&gt;a little correction to my c program input:&lt;BR /&gt;if you want to adjust 81 seconds you have to split this in 1 minute and 21 seconds to go forward or -1 minute and -21 seconds to backward time.</description>
      <pubDate>Fri, 08 Sep 2000 12:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443888#M8711</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-09-08T12:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443889#M8712</link>
      <description>Stefan:&lt;BR /&gt;&lt;BR /&gt;Setting up ntp services would be my choice, too.  There's a good section on this in the Installing &amp;amp; Administering Internet Services manual. I synchronize all my servers to one "master" which syncs to its own clock.  There is a wealth of discussion within this forum as well as in the KB too.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 08 Sep 2000 12:17:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443889#M8712</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-08T12:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443890#M8713</link>
      <description>Wow ... i have been away from keybord for two hours. Now look at all those replys.&lt;BR /&gt;&lt;BR /&gt;As for ntp: I am using ntp to synchonize my workstations with this server. But i don't have a radioclock or internetaccess available for this server. Also there is no other ntp timesource available in the network. I was thinking about this option, but it is not available to me at the moment.&lt;BR /&gt;&lt;BR /&gt;The C-Programm seems to be what i have been looking for. I will come back and tell you.&lt;BR /&gt;&lt;BR /&gt;As this server has a database running and is accessed nearly 24 hours a day there is no timewindow to reset the clock. Therefore i was looking for this "slow down" solution.&lt;BR /&gt;&lt;BR /&gt;Thanks to you all.&lt;BR /&gt;&lt;BR /&gt;Stefan</description>
      <pubDate>Fri, 08 Sep 2000 13:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443890#M8713</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2000-09-08T13:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443891#M8714</link>
      <description>Andreas:&lt;BR /&gt;&lt;BR /&gt;Your C-Programm does exactly what i was looking for. Worked without any problem. &lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Stefan</description>
      <pubDate>Mon, 11 Sep 2000 12:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443891#M8714</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2000-09-11T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slowin system clock down ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443892#M8715</link>
      <description>Andreas:&lt;BR /&gt;&lt;BR /&gt;Your C-Programm does exactly what i was looking for. Worked without any problem. &lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Stefan</description>
      <pubDate>Mon, 11 Sep 2000 12:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slowin-system-clock-down/m-p/2443892#M8715</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2000-09-11T12:56:31Z</dc:date>
    </item>
  </channel>
</rss>

