<?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: synchronization time between router and server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554960#M28591</link>
    <description>Hi Kenneth:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ntpq is very useful in diagnosing time server problems.&lt;BR /&gt;&lt;BR /&gt;# ntpq -p&lt;BR /&gt;&lt;BR /&gt;...will show the associations between the various servers and their states.  Be patient, since it takes 10-minutes or so for the time to synchronize.&lt;BR /&gt;&lt;BR /&gt;If the time difference between your servers is 1000 seconds or greater, xntpd will ignore the servers time. If a client cannot find a server to which to synchronize in about 320 seconds, the xntpd daemon will die. Therefore, check the time differences when you startup and manually adjust them if necessary, first.&lt;BR /&gt;&lt;BR /&gt;If you are running 11.x, 'date' has an opton to slowly slew time:&lt;BR /&gt;&lt;BR /&gt;# date -a [-]sss[.fff]&lt;BR /&gt;&lt;BR /&gt;"fff" is fractions of seconds.  The adjustment can be negative or positive as shown.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 20 Jul 2001 09:01:14 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-07-20T09:01:14Z</dc:date>
    <item>
      <title>synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554955#M28586</link>
      <description>Dear Expert,&lt;BR /&gt;           How to use NTP to synchronizing the time between router and server ?&lt;BR /&gt;I have do this step as below:&lt;BR /&gt;&lt;BR /&gt;1. ping the nearest CCH router,. In this example it is  199.40.233.129 &lt;BR /&gt;/usr/sbin/ping 199.40.233.129 &lt;BR /&gt;&lt;BR /&gt;2.    Stop xntpd daemon if it?s running &lt;BR /&gt;/sbin/init.d/xntpd stop &lt;BR /&gt;&lt;BR /&gt;3.    Edit /etc/rc.config.d/netdaemons file and set the following   NTP variables as follows. &lt;BR /&gt;          XNTPD=1 &lt;BR /&gt;         export NTPDATE_SERVER= 199.40.233.129 &lt;BR /&gt;&lt;BR /&gt;4.    Edit /etc/ntp.conf  and add this line &lt;BR /&gt;         server 199.40.233.129 &lt;BR /&gt;  &lt;BR /&gt;6.    Start xntpd daemon &lt;BR /&gt;       /sbin/init.d/xntpd start &lt;BR /&gt;&lt;BR /&gt;But when I start xtnpd process, I got this error message... &lt;BR /&gt;20 Jul 09:29:03 ntpdate[19272]: no server suitable for synchronization found&lt;BR /&gt;&lt;BR /&gt;Thanks.....&lt;BR /&gt;&lt;BR /&gt;Kenneth..........</description>
      <pubDate>Fri, 20 Jul 2001 05:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554955#M28586</guid>
      <dc:creator>Kenneth Yap</dc:creator>
      <dc:date>2001-07-20T05:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554956#M28587</link>
      <description>hi,&lt;BR /&gt;seems OK to me.  Are you sure your router is broadcasting NTP?&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Fri, 20 Jul 2001 06:01:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554956#M28587</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-07-20T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554957#M28588</link>
      <description>Hi Thierry,&lt;BR /&gt;Please advise, what do you mean by "router is broadcasting NTP"</description>
      <pubDate>Fri, 20 Jul 2001 07:15:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554957#M28588</guid>
      <dc:creator>Kenneth Yap</dc:creator>
      <dc:date>2001-07-20T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554958#M28589</link>
      <description>try:&lt;BR /&gt;/sbin/init.d/xntpd stop &lt;BR /&gt;ntpdate your_router_address&lt;BR /&gt;&lt;BR /&gt;this should return date &amp;amp; time if the router is set up as NTP broadcaster.&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Jul 2001 07:52:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554958#M28589</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-07-20T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554959#M28590</link>
      <description>To make use of NTP, you must setup a time server and all time client to step the server's clock.If your client is HP system(For , you can named a NTP server with it's IP, if your client is SUN system, you can config it as a broadcast client of the NTP server.(For SUN, change to /etc/inet and copy ntp.client to ntp.conf, then issue /etc/init.d/xntpd start)&lt;BR /&gt;Then you can setup the router as a ntp server to be stepped by it's time client.</description>
      <pubDate>Fri, 20 Jul 2001 08:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554959#M28590</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-20T08:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554960#M28591</link>
      <description>Hi Kenneth:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ntpq is very useful in diagnosing time server problems.&lt;BR /&gt;&lt;BR /&gt;# ntpq -p&lt;BR /&gt;&lt;BR /&gt;...will show the associations between the various servers and their states.  Be patient, since it takes 10-minutes or so for the time to synchronize.&lt;BR /&gt;&lt;BR /&gt;If the time difference between your servers is 1000 seconds or greater, xntpd will ignore the servers time. If a client cannot find a server to which to synchronize in about 320 seconds, the xntpd daemon will die. Therefore, check the time differences when you startup and manually adjust them if necessary, first.&lt;BR /&gt;&lt;BR /&gt;If you are running 11.x, 'date' has an opton to slowly slew time:&lt;BR /&gt;&lt;BR /&gt;# date -a [-]sss[.fff]&lt;BR /&gt;&lt;BR /&gt;"fff" is fractions of seconds.  The adjustment can be negative or positive as shown.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Jul 2001 09:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554960#M28591</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-20T09:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554961#M28592</link>
      <description>See &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010720-031438" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&amp;amp;searchterms=ntp&amp;amp;queryid=20010720-031438&lt;/A&gt;</description>
      <pubDate>Fri, 20 Jul 2001 09:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554961#M28592</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-07-20T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554962#M28593</link>
      <description>Dear all,&lt;BR /&gt;          How to I check the CCH router is NTP Enable or supported...?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2001 01:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554962#M28593</guid>
      <dc:creator>Kenneth Yap</dc:creator>
      <dc:date>2001-07-23T01:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554963#M28594</link>
      <description>This example shows how to enable NTP broadcast-client mode on the switch, set a broadcast delay of 4000 microseconds, and verify the configuration&lt;BR /&gt;Console&amp;gt; (enable) set ntp broadcastclient enable&lt;BR /&gt;&lt;BR /&gt;NTP Broadcast Client mode enabled&lt;BR /&gt;Console&amp;gt; (enable) set ntp broadcastdelay 4000&lt;BR /&gt;&lt;BR /&gt;NTP Broadcast delay set to 4000 microseconds&lt;BR /&gt;Console&amp;gt; (enable) show ntpThis example shows how to configure the NTP server address, enable NTP client mode on the switch, and verify the configuration:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set ntp server 172.20.52.65&lt;BR /&gt;&lt;BR /&gt;NTP server 172.20.52.65 added.&lt;BR /&gt;Console&amp;gt; (enable) set ntp client enable&lt;BR /&gt;&lt;BR /&gt;NTP Client mode enabled&lt;BR /&gt;Console&amp;gt; (enable) show ntp&lt;BR /&gt;&lt;BR /&gt;This example shows how to configure the NTP server address, enable NTP client and authentication modes on the switch, and verify the configuration:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set ntp server 172.20.52.65 key 879&lt;BR /&gt;&lt;BR /&gt;NTP server 172.20.52.65 with key 879 added.&lt;BR /&gt;Console&amp;gt; (enable) set ntp client enable&lt;BR /&gt;&lt;BR /&gt;NTP Client mode enabled&lt;BR /&gt;Console&amp;gt; (enable) set ntp authentication enable&lt;BR /&gt;&lt;BR /&gt;NTP authentication feature enabled&lt;BR /&gt;Console&amp;gt; (enable) show ntp&lt;BR /&gt;&lt;BR /&gt;This example shows how to set the time zone on the switch:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set timezone Pacific -8&lt;BR /&gt;&lt;BR /&gt;Timezone set to 'Pacific', offset from UTC is -8 hours&lt;BR /&gt;Console&amp;gt; (enable)&lt;BR /&gt;&lt;BR /&gt;This example shows how to set the clock adjusted for Pacific Daylight Time following the U.S. standards:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set summertime enable PDT&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set summertime recurring&lt;BR /&gt;&lt;BR /&gt;Summertime is enabled and set to 'PDT'&lt;BR /&gt;Console&amp;gt; (enable)&lt;BR /&gt; This example shows how to remove an NTP server address from the NTP server table:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) clear ntp server 172.16.64.10&lt;BR /&gt;&lt;BR /&gt;NTP server 172.16.64.10 removed.&lt;BR /&gt;Console&amp;gt; (enable)&lt;BR /&gt;&lt;BR /&gt;This example shows how to disable NTP client mode on the switch:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set ntp broadcastclient disable&lt;BR /&gt;&lt;BR /&gt;NTP Broadcast Client mode disabled&lt;BR /&gt;Console&amp;gt; (enable)&lt;BR /&gt; This example shows how to disable NTP client mode on the switch:&lt;BR /&gt;&lt;BR /&gt;Console&amp;gt; (enable) set ntp client disable&lt;BR /&gt;&lt;BR /&gt;NTP Client mode disabled&lt;BR /&gt;Console&amp;gt; (enable)&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2001 02:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554963#M28594</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-23T02:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554964#M28595</link>
      <description>Hi Thierry,&lt;BR /&gt;          Is all the routers are supported NTP ? Where we can check the routes are supported or not supported ?</description>
      <pubDate>Mon, 23 Jul 2001 02:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554964#M28595</guid>
      <dc:creator>Kenneth Yap</dc:creator>
      <dc:date>2001-07-23T02:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: synchronization time between router and server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554965#M28596</link>
      <description>Login the router, type enable&lt;BR /&gt;in the command line, just input "set help"&lt;BR /&gt;in the output list there are many items, check it if there is one concern NTP, if there is one , then you can configure NTP according the help content.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2001 03:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/synchronization-time-between-router-and-server/m-p/2554965#M28596</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-23T03:21:39Z</dc:date>
    </item>
  </channel>
</rss>

