<?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: xntpd daemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558551#M918374</link>
    <description>HI&lt;BR /&gt;If your machine is behind the fire wall, to pull clock from external automatic source, besides just adding entry in ntp.conf file, you will need to open up firewall for this machine.&lt;BR /&gt;&lt;BR /&gt;Prashant.</description>
    <pubDate>Tue, 31 Jul 2001 15:16:51 GMT</pubDate>
    <dc:creator>Deshpande Prashant</dc:creator>
    <dc:date>2001-07-31T15:16:51Z</dc:date>
    <item>
      <title>xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558527#M918350</link>
      <description>Hi all,&lt;BR /&gt;i wanna enable this daemon to start on boot. Using hpux11.00. I think i have to create a server and the others as clients, right?? How to do that??&lt;BR /&gt;Thanks...</description>
      <pubDate>Mon, 30 Jul 2001 08:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558527#M918350</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558528#M918351</link>
      <description>You can configure ntp in SAM. &lt;BR /&gt;&lt;BR /&gt;Documentation on ntp and its various functionalities can be found on &lt;A href="http://www.ntp.org." target="_blank"&gt;www.ntp.org.&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Ciao: Carsten</description>
      <pubDate>Mon, 30 Jul 2001 08:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558528#M918351</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-07-30T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558529#M918352</link>
      <description>hi,&lt;BR /&gt;First of all, please made a change in your time server configuration file:&lt;BR /&gt;&lt;BR /&gt;NTP Time server &lt;BR /&gt;===========&lt;BR /&gt;# cd /etc/&lt;BR /&gt;# /sbin/init.d/xntp stop&lt;BR /&gt;# vi ntp.conf&lt;BR /&gt;  ((modify the parameter accordingly &amp;amp; save it; broadcast adddress can be&lt;BR /&gt;obtained by running the command" ifconfig lan0, get the last entry which&lt;BR /&gt;shows something like: 192.23.24.255)):&lt;BR /&gt;&lt;BR /&gt;  server 127.127.1.1 minpoll 3 maxpoll 4 prefer  &lt;BR /&gt;  fudge  127.127.1.1 stratum 10                &lt;BR /&gt;  broadcast &lt;MY.LOCAL.SUBNET.255&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/xntp start&lt;BR /&gt;&lt;BR /&gt;NTP Client&lt;BR /&gt;======&lt;BR /&gt;# cd /etc/rc.config.d&lt;BR /&gt;# /sbin/init.d/xntp stop&lt;BR /&gt;# vi netdaemons&lt;BR /&gt;  ((modify accordingly)):&lt;BR /&gt;  export NTPDATE_SERVER=ctxpss&lt;BR /&gt;  export XNTPD=1&lt;BR /&gt;# ntpdate (time Server)&lt;BR /&gt;# /sbin/init.d/xntp start&lt;BR /&gt;&lt;BR /&gt;Wait for about 5-8 min, run the follwoing to check the status:&lt;BR /&gt;# ntpq -c rv&lt;BR /&gt;chk for output of "reftime" it shld not be zero if the servers are in sync.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;&lt;/MY.LOCAL.SUBNET.255&gt;</description>
      <pubDate>Mon, 30 Jul 2001 08:55:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558529#M918352</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-07-30T08:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558530#M918353</link>
      <description>Hi Tarek:&lt;BR /&gt;&lt;BR /&gt;A good guide to setting up Network Time Protocol (NTP) can be found in the "Installing and Administering Internet Services" manual:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A good list of available time can be found here: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.eecis.udel.edu/~mills/ntp/clock1.htm" target="_blank"&gt;http://www.eecis.udel.edu/~mills/ntp/clock1.htm&lt;/A&gt; &lt;BR /&gt;If you wish to synchronize locally take a look at document #A5864817. You can use one of your servers as a "master" clock for the remaining ones without going outside of your local network. &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 30 Jul 2001 08:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558530#M918353</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-30T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558531#M918354</link>
      <description>I don't have an ntp client and server..i have to configure them..i have a nis master server..is it that to configure also as ntp server?? I never made this before..so if you can be so kind to describe everything exactly that will be very helpful for me..</description>
      <pubDate>Mon, 30 Jul 2001 09:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558531#M918354</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T09:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558532#M918355</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;here is from HP docs:&lt;BR /&gt;&lt;BR /&gt;Document ID:  1100390400&lt;BR /&gt;Date Loaded:  20001201&lt;BR /&gt;      Title:  NTP: setting up a simple xntp environment&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;&lt;BR /&gt;What procedure is used to setup a simple xntp environment?&lt;BR /&gt;&lt;BR /&gt;CONFIGURATION&lt;BR /&gt;&lt;BR /&gt;Operating System - HP-UX&lt;BR /&gt;Version - 11.0&lt;BR /&gt;Subsystem - NTP (Network Time Protocol)&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;To setup a simple xntp environment:&lt;BR /&gt;&lt;BR /&gt;Server Setup&lt;BR /&gt;     1.  Start SAM (System Administration Manager):&lt;BR /&gt;         A. Go to Time.&lt;BR /&gt;         B. Go to NTP Network TIME Sources.&lt;BR /&gt;         C. Select Actions/Configure NTP Local Clock: set to local clock&lt;BR /&gt;            Note: Check /etc/ntp.conf.  If server is 127.127.1.10,&lt;BR /&gt;                  change it to 127.127.1.1)&lt;BR /&gt;&lt;BR /&gt;     2.  A. Select List/NTP_Broadcasting.&lt;BR /&gt;         B. Select Actions/Add Broadcast Client Network.&lt;BR /&gt;         C. Select broadcast address (enter or click) to get a list&lt;BR /&gt;            (prefer "subnet".255&lt;BR /&gt;            for example, 192.19.12.255 if mask is 255.255.255.0)&lt;BR /&gt;         D. Select OK (twice).&lt;BR /&gt;&lt;BR /&gt;     3.  Select Actions/Start NTP&lt;BR /&gt;&lt;BR /&gt;Client Setup&lt;BR /&gt;&lt;BR /&gt;     1.  Start SAM (System Administration Manager):&lt;BR /&gt;         A. Go to Time.&lt;BR /&gt;         B. Go to NTP Network TIME Sources.&lt;BR /&gt;         C. Select Actions/Add Remote Server or Peer&lt;BR /&gt;         D. Enter hostname, or server IP address&lt;BR /&gt;            (for example, 192.19.12.5)&lt;BR /&gt;         E. Select OK.&lt;BR /&gt;&lt;BR /&gt;     2.  A. Select List/NTP_Broadcasting&lt;BR /&gt;         B. Select Actions/Enable Receiving Time Broadcasts.&lt;BR /&gt;&lt;BR /&gt;     3.  Select Actions/Start NTP&lt;BR /&gt;&lt;BR /&gt;     Note: It may take 5 to 15 minutes before synchronization occurs.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 10:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558532#M918355</guid>
      <dc:creator>Andreas D. Skjervold</dc:creator>
      <dc:date>2001-07-30T10:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558533#M918356</link>
      <description>Hi Tarek!&lt;BR /&gt;This document is intended to function as a basic guideline to&lt;BR /&gt;get a single UX host to sync via xntpd with another single UX host.&lt;BR /&gt;On the system intended as the server:&lt;BR /&gt;&lt;BR /&gt;NOTE: The system acting as the server must sync to itself or to&lt;BR /&gt;another server before clients can gain date information from it.&lt;BR /&gt;&lt;BR /&gt;1. Verify which version of ntp your system is running with the what&lt;BR /&gt;   command:&lt;BR /&gt;&lt;BR /&gt;     what /usr/sbin/xntpd&lt;BR /&gt;&lt;BR /&gt;    If this command fails to report the version information (patch&lt;BR /&gt;     [PHNE_9056/PACHRDME/English]  released v3.5f without what&lt;BR /&gt;information in the binary...&lt;BR /&gt;    other versions may also be released this way in the future) do the&lt;BR /&gt;    following:&lt;BR /&gt;&lt;BR /&gt;    a. Start the xntpd daemon:&lt;BR /&gt;            #/usr/sbin/xntpd&lt;BR /&gt;&lt;BR /&gt;    b. Kill the xntpd daemon you just started.&lt;BR /&gt;&lt;BR /&gt;    c. grep xntpd /var/adm/syslog/syslog.log&lt;BR /&gt;       Look for the version information such as:&lt;BR /&gt;       Jun  4 12:38:42 tuco xntpd[882]: xntpd version=3.5f...&lt;BR /&gt;&lt;BR /&gt;2. Based on the version output from step 1, add the following&lt;BR /&gt;   line to the /etc/ntp.conf file.&lt;BR /&gt;   For version 3.4 and older:&lt;BR /&gt;       server 127.127.1.10&lt;BR /&gt;&lt;BR /&gt;   For version 3.5 and later:&lt;BR /&gt;       server 127.127.1.1&lt;BR /&gt;&lt;BR /&gt;3. Start xntpd.&lt;BR /&gt;    a. Edit /etc/rc.config.d/netdaemons and set the following line as&lt;BR /&gt;       shown:&lt;BR /&gt;       XNTPD=1&lt;BR /&gt;&lt;BR /&gt;    b. /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;4. Give the system about 5 minutes to sync and check the status with the&lt;BR /&gt;   command:&lt;BR /&gt;&lt;BR /&gt;        #ntpq -c rv&lt;BR /&gt;&lt;BR /&gt;   Look for the value of the field 'reftime='.  If the field is all&lt;BR /&gt;   zeros the system has not yet synced to a server.  Once a hex&lt;BR /&gt;   value replaces the zeros, the system is ready to provide time&lt;BR /&gt;   information to clients.&lt;BR /&gt;&lt;BR /&gt;On the system intended as the client:&lt;BR /&gt;&lt;BR /&gt;1. Edit the /etc/ntp.conf file and add the following line:&lt;BR /&gt;&lt;BR /&gt;    &amp;gt; server &lt;IP address="" of="" the="" server="" configured="" above=""&gt;&lt;BR /&gt;&lt;BR /&gt;2. Run ntpdate to perform initial clock syncronization (note,&lt;BR /&gt;   xntpd must NOT be running on the client when this command&lt;BR /&gt;   is entered).&lt;BR /&gt;&lt;BR /&gt;      ntpdate &lt;IP address="" of="" the="" server="" configured="" above=""&gt;&lt;BR /&gt;&lt;BR /&gt;3. Start xntpd.&lt;BR /&gt;&lt;BR /&gt;    a. Edit /etc/rc.config.d/netdaemons and set the following&lt;BR /&gt;       line as shown:&lt;BR /&gt;&lt;BR /&gt;       XNTPD=1&lt;BR /&gt;&lt;BR /&gt;    b. /sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;4. Verify the client can see the server with the command:&lt;BR /&gt;&lt;BR /&gt;       ntpq -p&lt;BR /&gt;&lt;BR /&gt;   Note: NTP is slow... and so there may be a delay of a couple of&lt;BR /&gt;   minutes before this command reports any useful information.&lt;BR /&gt;&lt;BR /&gt;5. Give the system about 5 minutes to sync and check the status with&lt;BR /&gt;   the command:&lt;BR /&gt;&lt;BR /&gt;       ntpq -c rv&lt;BR /&gt;&lt;BR /&gt;   Look for the value of the field 'reftime='.  If the field is all&lt;BR /&gt;   zeros the system has not yet synced to a server.  Once a hex&lt;BR /&gt;   value replaces the zeros, the system is ready to provide time&lt;BR /&gt;   information to clients.&lt;BR /&gt;&lt;BR /&gt;Note:  It is recommended to leave xntpd running on the client to gain&lt;BR /&gt;the most exact syncronization however, some environments prefer&lt;BR /&gt;to avoid the network traffic due to performance reasons.  At a&lt;BR /&gt;minimum, the ntpdate command should be run every 12 hours on the&lt;BR /&gt;client via a cron job to ensure time syncronization.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 30 Jul 2001 10:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558533#M918356</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-07-30T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558534#M918357</link>
      <description>Thanks all for your reply. I wanna start configure using your help and also the manual (Installing and administring internet services)&lt;BR /&gt;you told me to look.&lt;BR /&gt;I need to know the following things before starting:&lt;BR /&gt;- maybe i have a ntp server configured, how can i know which is without creating a new one?&lt;BR /&gt;- if it exists, can i create a new one only for 7-8 ws? &lt;BR /&gt;- to enable one ws as ntp server, can i use the ws i prefer or i have to follow some criterium??&lt;BR /&gt;The version i'm using of xntpd is 3.5f version.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 13:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558534#M918357</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558535#M918358</link>
      <description>Hi Tarek:&lt;BR /&gt;&lt;BR /&gt;An invaluable tool is setting up and debugging NTP is 'ntpq'.  Take a look at the man pages (1M) for 'ntpq' and at the "Installing and Administering Internet Services" reference I provided above for more information.&lt;BR /&gt;&lt;BR /&gt;# ntpq -p&lt;BR /&gt;&lt;BR /&gt;...will show you what server is acting at the time source and whether or not you are synchronized to it.&lt;BR /&gt;&lt;BR /&gt;Another thing to rememeber with NTP is that that synchronization will take a few minutes, and will fail if the time difference between hosts is more than about 1000 seconds.&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 13:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558535#M918358</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-30T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558536#M918359</link>
      <description>Hi Tarek,&lt;BR /&gt;Once you will set this up you need this.&lt;BR /&gt;I have attached the script that I uses to setup client. I wrote that when I start this sys admin job. It is not best script but it will be easy later on to setup new system in this ntp chain.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 13:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558536#M918359</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-07-30T13:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558537#M918360</link>
      <description>Hi Trek&lt;BR /&gt;The command ntpq -p on NTP client machine will tell you from where it is picking up time.&lt;BR /&gt;In our setup the main router on network pulls the atomic clock and rest all servers/workstations synchronizes to this router. &lt;BR /&gt;The atomic clock site addresses are already listed by James.&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Mon, 30 Jul 2001 13:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558537#M918360</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-07-30T13:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558538#M918361</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can have several ntp timsources in your network. You decide in your client's configuration which timesource to use.&lt;BR /&gt;&lt;BR /&gt;there is no special requirement for an ntp timeserver, just make sure it has a good workin clock.&lt;BR /&gt;&lt;BR /&gt;I don't know a good way how to check for an ntp timeserver in your network, but you could use a portscanner and check for the UDP Port 123.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Mon, 30 Jul 2001 13:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558538#M918361</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2001-07-30T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558539#M918362</link>
      <description>I issued the command you just told me, ntpq -p on the clients i think are configured:&lt;BR /&gt;in their /etc/ntp.conf, at the end of the file there's this entry:&lt;BR /&gt;broadcastclient  yes&lt;BR /&gt;And i see that the xntpd daemon is running:&lt;BR /&gt;ps -ef | grep xntpd&lt;BR /&gt;But while i issued this command, ntpq -p I have:&lt;BR /&gt;remote refid st t when poll reach delay offset disp&lt;BR /&gt;================================================&lt;BR /&gt;That's it! So i don't know which is my ntp server. So if i wanna configure a new one, can i configure it as server, and all the others as clients (about 8 ws) even though they are on different subnet?&lt;BR /&gt;To enable the xntpd daemon start at every boot, do i just have to put, in the /etc/rc.config.d/netdaemons XNTPD=1 ???&lt;BR /&gt;Really many thanks to all you for you precious help.</description>
      <pubDate>Mon, 30 Jul 2001 13:37:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558539#M918362</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T13:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558540#M918363</link>
      <description>I will configure an ntp server. Do I have to make, as nis, something like a slave, so if my ntp server is down it will switch automatically to the "slave"?&lt;BR /&gt;If this is possible, how can i do that?</description>
      <pubDate>Mon, 30 Jul 2001 14:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558540#M918363</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-30T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558541#M918364</link>
      <description>You just set up more than 1 ntp server.  Then you point the clients to both/multiple servers.  You set 1 server in /etc/ntp.conf to 'prefer'. (Or in sam)  Then if the prefered server goes down, the clients will first try it, and then after a failure, will try any other listed server.</description>
      <pubDate>Mon, 30 Jul 2001 14:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558541#M918364</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2001-07-30T14:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558542#M918365</link>
      <description>Turn on the stats on any client and it will record which&lt;BR /&gt;server(s) it is responding to.  This should only take a &lt;BR /&gt;few seconds or minutes after the server is restarted.&lt;BR /&gt;The parameters statsdir, statistics, and filegen control&lt;BR /&gt;the statistics.&lt;BR /&gt;&lt;BR /&gt;The following file from my time server synchronizes with&lt;BR /&gt;two atomic clocks.  I have removed my alternate time&lt;BR /&gt;server which provides a third source.  Choose your &lt;BR /&gt;own external clocks from the list of public time &lt;BR /&gt;servers at &lt;A href="http://www.ntp.org." target="_blank"&gt;http://www.ntp.org.&lt;/A&gt;  You can create as&lt;BR /&gt;many servers as you want but three it a reasonable&lt;BR /&gt;limit  (see the site).   The rest of your servers&lt;BR /&gt;should be clients of your servers.  &lt;BR /&gt;&lt;BR /&gt;# /etc/ntp.conf, configuration for xntpd&lt;BR /&gt;&lt;BR /&gt;# ntpd will use syslog() if logfile is not defined&lt;BR /&gt;#logfile /var/log/ntpd&lt;BR /&gt;&lt;BR /&gt;driftfile /var/lib/ntp/ntp.drift&lt;BR /&gt;statsdir /var/log/ntpstats/&lt;BR /&gt;&lt;BR /&gt;statistics loopstats peerstats clockstats&lt;BR /&gt;filegen loopstats file loopstats type day enable&lt;BR /&gt;filegen peerstats file peerstats type day enable&lt;BR /&gt;filegen clockstats file clockstats type day enable&lt;BR /&gt;&lt;BR /&gt;server time.chu.nrc.ca&lt;BR /&gt;server time.nrc.ca&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 00:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558542#M918365</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2001-07-31T00:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558543#M918366</link>
      <description>To configure xntpd:&lt;BR /&gt;&lt;BR /&gt;1.Edit the xntpd configuration file /etc/ntp.conf. You can also use SAM to configure xntpd.&lt;BR /&gt;&lt;BR /&gt;2.Determine how you want to configure xntpd by reading the rest of this chapter and the xntpd man page. Then add the appropriate statements in /etc/ntp.conf. &lt;BR /&gt;&lt;BR /&gt;3.Set the environment variable XNTPD to 1 in the file /etc/rc.config.d/netdaemons. This causes xntpd to start automatically whenever the system is booted. &lt;BR /&gt;&lt;BR /&gt;4.Set the appropriate value for your local time zone in the file /etc/TIMEZONE. &lt;BR /&gt;&lt;BR /&gt;5.Run the xntpd startup script with the following command:&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;   Configuring relationships with other time servers. &lt;BR /&gt;  Configuring a driftfile. &lt;BR /&gt;  Configuring authentication. &lt;BR /&gt;  Configuring external clocks. &lt;BR /&gt;  Restricting incoming packets &lt;BR /&gt;For detail:&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/67-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/67-toc.html&amp;amp;searchterms=NTPD&amp;amp;queryid=20010730-184816" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/67-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/67-toc.html&amp;amp;searchterms=NTPD&amp;amp;queryid=20010730-184816&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 00:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558543#M918366</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-31T00:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558544#M918367</link>
      <description>If you use Solaris, it should be configured like this:&lt;BR /&gt;NTP server:&lt;BR /&gt;#/etc/inet/cp ntp.server ntp.conf&lt;BR /&gt;#cd /etc/init.d&lt;BR /&gt;#./xntpd start&lt;BR /&gt;NTP client:&lt;BR /&gt;#/etc/inet/cp ntp.client ntp.conf&lt;BR /&gt;#cd /etc/init.d&lt;BR /&gt;#./xntpd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lee</description>
      <pubDate>Tue, 31 Jul 2001 01:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558544#M918367</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-31T01:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558545#M918368</link>
      <description>I followed Pedro Sousa's instructions and i started configuring ntp server and client.&lt;BR /&gt;I configured the server and then the client. While i'm following Pedro's point 3 to start xntpd i'm having the following error:&lt;BR /&gt;/usr/sbin/ntpdate: no server suitable for synchronization found&lt;BR /&gt;xntpd&lt;BR /&gt;But if i check the clock, i see that the time is correct (before i put a wrong time), and while i issue ntpq -p i have:&lt;BR /&gt;remote refid  st when poll reach delay offset disp&lt;BR /&gt;================================================&lt;BR /&gt;#gehp180 LOCAL(1) 4  63  64  1  1.30  -9.76  15890.6&lt;BR /&gt;So it seems working!!&lt;BR /&gt;If it works, and i wanna configure new clients, it's better to use broadcast on the client or to "force" xntpd to point to the server i want. And if i want to configure two servers, one prefer, and the other as "backup", what should be an example entry in the /etc/ntp.conf ??&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 31 Jul 2001 12:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558545#M918368</guid>
      <dc:creator>Tarek</dc:creator>
      <dc:date>2001-07-31T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: xntpd daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558546#M918369</link>
      <description>Hi Tarek,&lt;BR /&gt;my fault...&lt;BR /&gt;you need to add the ntp server to /etc/rc.config.d/netdaemons&lt;BR /&gt;after this, it'll find the server whennever it starts. Do:&lt;BR /&gt;/sbin/init.d/xntpd stop&lt;BR /&gt;and&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;good luck.</description>
      <pubDate>Tue, 31 Jul 2001 12:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xntpd-daemon/m-p/2558546#M918369</guid>
      <dc:creator>Pedro Sousa</dc:creator>
      <dc:date>2001-07-31T12:25:50Z</dc:date>
    </item>
  </channel>
</rss>

