<?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: syn. system time in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243488#M174086</link>
    <description>thx replies, I have a unix server , how to get the system time from a linux server ( just like the rdate command on the linux ) ? thx much.</description>
    <pubDate>Thu, 08 Apr 2004 07:50:19 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-04-08T07:50:19Z</dc:date>
    <item>
      <title>syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243484#M174082</link>
      <description>I want to syn. the system time on all hosts , I use rdate -s &lt;HOSTS&gt; to get update the local system time on linux system, could suggest how to do it at UNIX system ? thx.&lt;/HOSTS&gt;</description>
      <pubDate>Thu, 08 Apr 2004 07:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243484#M174082</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-08T07:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243485#M174083</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Best way to configure ntp on your network.&lt;BR /&gt;&lt;BR /&gt;Configure one server as time server or NTP server and other should be NTP client. &lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 08 Apr 2004 07:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243485#M174083</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-04-08T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243486#M174084</link>
      <description>As Sharma suggested NTP is the best suited for HP-UX systems in networking environment to synchronize time.&lt;BR /&gt;&lt;BR /&gt;HP-UX uses a network time service bundled with the OS called Network Time Protocol (NTP) and is used to synchronize system times in the network. The xntpd daemon is used to implement this feature. NTP is configurable through the command line or through SAM. &lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Thu, 08 Apr 2004 07:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243486#M174084</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-08T07:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243487#M174085</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In order to synchronize HPUX machine with another one, use the following command :&lt;BR /&gt; /usr/sbin/ntpdate -b hostname.&lt;BR /&gt;If you need constant synchronization, edit the the following files: /etc/ntp.conf (according to the explanations in it) and and /etc/rc.config.d/netdaemons and update the following:&lt;BR /&gt;export NTPDATE_SERVER=hostname&lt;BR /&gt;export XNTPD=1&lt;BR /&gt;&lt;BR /&gt;Run&lt;BR /&gt; /sbin/init.d/xntpd stop&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;BTW, all this stuff can be done from SAM</description>
      <pubDate>Thu, 08 Apr 2004 07:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243487#M174085</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2004-04-08T07:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243488#M174086</link>
      <description>thx replies, I have a unix server , how to get the system time from a linux server ( just like the rdate command on the linux ) ? thx much.</description>
      <pubDate>Thu, 08 Apr 2004 07:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243488#M174086</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-04-08T07:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: syn. system time</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243489#M174087</link>
      <description>Linux has xntp as well... I would suggest running it on those as well, with one or two as 'timeservers' and the rest trying to sync to it.&lt;BR /&gt;&lt;BR /&gt;Also, I would recommend NOT to use ntpdate, or use the capital B option, to make sure the time is synced but does not make timejumps. Software sometimes doesn't like timejumps, especially timejumps back in time. By using '-B', the clock is synced by adjusting the speed at which the system clock runs. You could put a ntp server name in /etc/rc.config.d, but mind that the clock is then adjusted with a jump every time you start the ntp daemon by using the script in /sbin/init.d !</description>
      <pubDate>Thu, 08 Apr 2004 08:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/syn-system-time/m-p/3243489#M174087</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-04-08T08:13:31Z</dc:date>
    </item>
  </channel>
</rss>

