<?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 date/time syncing on workstations with server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612764#M36644</link>
    <description>Is there a cut and dry way to implement date/time syncing on workstations with a server a) upon boot up and b)every hour after that?&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Nov 2001 13:52:22 GMT</pubDate>
    <dc:creator>Stacey Lyons</dc:creator>
    <dc:date>2001-11-13T13:52:22Z</dc:date>
    <item>
      <title>date/time syncing on workstations with server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612764#M36644</link>
      <description>Is there a cut and dry way to implement date/time syncing on workstations with a server a) upon boot up and b)every hour after that?&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 13:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612764#M36644</guid>
      <dc:creator>Stacey Lyons</dc:creator>
      <dc:date>2001-11-13T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: date/time syncing on workstations with server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612765#M36645</link>
      <description>Hi Stacey:&lt;BR /&gt;&lt;BR /&gt;I'd simply setup 'xntpd' (usually known simply as NTP -- Network Time Protoco)l.  A very good guide to this is found in chapter-7 of "Installing and Administering Internet Services":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:01:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612765#M36645</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-13T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: date/time syncing on workstations with server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612766#M36646</link>
      <description>yes, use ntp&lt;BR /&gt;man xntpd for more info&lt;BR /&gt;&lt;BR /&gt;Also documented in the manuals at:&lt;BR /&gt;&lt;A href="http://docs.hp.com" target="_blank"&gt;http://docs.hp.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612766#M36646</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-11-13T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: date/time syncing on workstations with server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612767#M36647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Simple ntp config guide:&lt;BR /&gt;&lt;BR /&gt;1. sync to an external clock on the net, this is the simplest way. All you need to do is add the entry &lt;BR /&gt;server &lt;NET time="" server=""&gt; &lt;BR /&gt;to the file /etc/ntp.conf (copy the example file /etc/ntp.conf.example to /etc/ntp.conf first then edit it) &lt;BR /&gt;Then start the xntpd deamon by editing /etc/rc.config.d/netdaemons and changing the parameter &lt;BR /&gt;export XNTPD=1 &lt;BR /&gt;then start it with; /sbin/init.d/xntpd start &lt;BR /&gt;&lt;BR /&gt;2. Sync one of your MC/SG nodes to itself, then sync the other to this node, then set them up as peers. This is a bit more complicated than the above. If you cant sync to an internet clock then I can send you the config files to do this (the /etc/ntp.conf files for both nodes). &lt;BR /&gt;&lt;BR /&gt;You can read more about ntp on the man page for xntpd.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;&lt;/NET&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612767#M36647</guid>
      <dc:creator>Marcin Wicinski</dc:creator>
      <dc:date>2001-11-13T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: date/time syncing on workstations with server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612768#M36648</link>
      <description>Hi Stacey,&lt;BR /&gt;&lt;BR /&gt;Take a look at the threads below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000047992570" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000047992570&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000053307950" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000053307950&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000009826063" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=c7b383e703c2fff88e/screen=ckiDisplayDocument?docId=200000009826063&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a link from hp docs site,&lt;BR /&gt;&lt;BR /&gt;&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=configure%20ntp&amp;amp;queryid=20011113-063613" 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=configure%20ntp&amp;amp;queryid=20011113-063613&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Nov 2001 14:32:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/date-time-syncing-on-workstations-with-server/m-p/2612768#M36648</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-13T14:32:50Z</dc:date>
    </item>
  </channel>
</rss>

