<?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: NTP - suggestion in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085519#M441444</link>
    <description>Here is our setup.&lt;BR /&gt;&lt;BR /&gt;At client side.&lt;BR /&gt;&lt;BR /&gt;adedd13n:root [/root]   cat /etc/ntp.conf&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# eXtended Network Time Protocol configuration file -  ntp.conf&lt;BR /&gt;#&lt;BR /&gt;# Configuration file for all systems outside the stratum-3 peer group&lt;BR /&gt;#&lt;BR /&gt;# 11/30/95 Bj Miller    Initial Coding  (412)553-3126&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# 05/12/2003 By Dan Copeland, Vijay Nallapati &amp;amp; Shankar Basa -- Change ticket #C0032030&lt;BR /&gt;# Replaced OLD stratum-2 servers (hpeas01, bkmstr01 and acapr01)&lt;BR /&gt;&lt;BR /&gt;# The NTP peer group...&lt;BR /&gt;#&lt;BR /&gt;server server1.com  version 3&lt;BR /&gt;server server2.com  version 3&lt;BR /&gt;server server3.com  version 3&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Allow server to sync to its own clock in case of network outage.&lt;BR /&gt;# Clock is configured as a stratum-9 clock&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.0&lt;BR /&gt;fudge 127.127.1.0 stratum 10  # show poor quality&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;&lt;BR /&gt;At server side(server1.com)&lt;BR /&gt;&lt;BR /&gt;adedd13n:root [/root] ssh tnedd02p "cat /etc/ntp.conf"&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# eXtended Network Time Protocol configuration file -  ntp.conf&lt;BR /&gt;#&lt;BR /&gt;# Configuration file for all systems outside the stratum-3 peer group&lt;BR /&gt;#&lt;BR /&gt;# 11/30/95 Bj Miller    Initial Coding  (412)553-3126&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# The NTP peer group...&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;server 0.us.pool.ntp.org&lt;BR /&gt;server 1.us.pool.ntp.org&lt;BR /&gt;&lt;BR /&gt;peer server2.com&lt;BR /&gt;peer server3.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Allow server to sync to its own clock in case of network outage.&lt;BR /&gt;# Clock is configured as a stratum-9 clock&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;fudge 127.127.1.1 stratum 5&lt;BR /&gt;#fudge 127.127.1.1 stratum 10  # show poor quality&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Dec 2007 01:35:16 GMT</pubDate>
    <dc:creator>skt_skt</dc:creator>
    <dc:date>2007-12-25T01:35:16Z</dc:date>
    <item>
      <title>NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085517#M441442</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;I have some HP-UX servers, Running in 11iv1,v2 &amp;amp; v3. There is also a cluster environment in 2 9000 servers. But i'm facing the date problem on those servers. I'm gonna deploy the NTP server and synchronize all machines from that NTP server.&lt;BR /&gt;My point is that, &lt;BR /&gt;1.Is it necessary to sycnchronize the NTP server for external stratum? &lt;BR /&gt;2.is it necessary to synchronize my NTP server from internet time server? &lt;BR /&gt;3.Is there be any synchronization problem in cluster nodes?&lt;BR /&gt;4. Any downtime needed for the cluster nodes? or NTP server?&lt;BR /&gt;&lt;BR /&gt;Please suggest.</description>
      <pubDate>Mon, 24 Dec 2007 10:58:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085517#M441442</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-24T10:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085518#M441443</link>
      <description>1. no. suggested=Yes&lt;BR /&gt;2. No. You can use local clock. Suggested ( Depends on your requirement and level of accuracy needed)&lt;BR /&gt;3. you need to ensure the time is sync'd between your cluster.&lt;BR /&gt;4. NTP client= May be if you are running DB and time is ahead of standard. This will require the downtime other wise no.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085518#M441443</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-24T11:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085519#M441444</link>
      <description>Here is our setup.&lt;BR /&gt;&lt;BR /&gt;At client side.&lt;BR /&gt;&lt;BR /&gt;adedd13n:root [/root]   cat /etc/ntp.conf&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# eXtended Network Time Protocol configuration file -  ntp.conf&lt;BR /&gt;#&lt;BR /&gt;# Configuration file for all systems outside the stratum-3 peer group&lt;BR /&gt;#&lt;BR /&gt;# 11/30/95 Bj Miller    Initial Coding  (412)553-3126&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# 05/12/2003 By Dan Copeland, Vijay Nallapati &amp;amp; Shankar Basa -- Change ticket #C0032030&lt;BR /&gt;# Replaced OLD stratum-2 servers (hpeas01, bkmstr01 and acapr01)&lt;BR /&gt;&lt;BR /&gt;# The NTP peer group...&lt;BR /&gt;#&lt;BR /&gt;server server1.com  version 3&lt;BR /&gt;server server2.com  version 3&lt;BR /&gt;server server3.com  version 3&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Allow server to sync to its own clock in case of network outage.&lt;BR /&gt;# Clock is configured as a stratum-9 clock&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.0&lt;BR /&gt;fudge 127.127.1.0 stratum 10  # show poor quality&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;&lt;BR /&gt;At server side(server1.com)&lt;BR /&gt;&lt;BR /&gt;adedd13n:root [/root] ssh tnedd02p "cat /etc/ntp.conf"&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# eXtended Network Time Protocol configuration file -  ntp.conf&lt;BR /&gt;#&lt;BR /&gt;# Configuration file for all systems outside the stratum-3 peer group&lt;BR /&gt;#&lt;BR /&gt;# 11/30/95 Bj Miller    Initial Coding  (412)553-3126&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# The NTP peer group...&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;server 0.us.pool.ntp.org&lt;BR /&gt;server 1.us.pool.ntp.org&lt;BR /&gt;&lt;BR /&gt;peer server2.com&lt;BR /&gt;peer server3.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Allow server to sync to its own clock in case of network outage.&lt;BR /&gt;# Clock is configured as a stratum-9 clock&lt;BR /&gt;&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;fudge 127.127.1.1 stratum 5&lt;BR /&gt;#fudge 127.127.1.1 stratum 10  # show poor quality&lt;BR /&gt;driftfile /etc/ntp.drift&lt;BR /&gt;server 127.127.1.1&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Dec 2007 01:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085519#M441444</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-12-25T01:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085520#M441445</link>
      <description>Thanks Anshumali&lt;BR /&gt;&lt;BR /&gt;But i want to know for cluster environment do i need to synchronize both servers at a time? or first down the cluster and then up one node and synchronize?</description>
      <pubDate>Wed, 26 Dec 2007 03:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085520#M441445</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-26T03:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085521#M441446</link>
      <description>if they are PROD nodes then i would recommend to shutdown the cluster/packages on the nodes and sync the time and bring the cluster up.&lt;BR /&gt;&lt;BR /&gt;But you can test this w/o halting the packages on a DEV nodes. But you need to bring down DBs/appl and do the ntp sync bring up db/appl to pick the new time.. MCSG cluster  is NOT that sensitive to time as compared to the  CRS clusters.</description>
      <pubDate>Wed, 26 Dec 2007 18:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085521#M441446</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-12-26T18:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085522#M441447</link>
      <description>I don't think time need to be synchroinzed on all servers to run cluster but you should do that in order to keep consistancy accross all production servers.</description>
      <pubDate>Wed, 26 Dec 2007 20:01:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085522#M441447</guid>
      <dc:creator>Ajay Gupta</dc:creator>
      <dc:date>2007-12-26T20:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: NTP - suggestion</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085523#M441448</link>
      <description>solved!!!</description>
      <pubDate>Sun, 28 Dec 2008 04:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-suggestion/m-p/5085523#M441448</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-12-28T04:40:34Z</dc:date>
    </item>
  </channel>
</rss>

