<?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 on OpenVMS? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915977#M70093</link>
    <description>The log file is started but the end of file isn't yet moved forward.  If you issue&lt;BR /&gt;&lt;BR /&gt;@sys$startup:tcpip$ntp_shutdown&lt;BR /&gt;&lt;BR /&gt;you'll be able to review the log.  While you have NTP shut down.  It will take several samples with different delays so this log file will take some time to have entries available.  You can also try:&lt;BR /&gt;&lt;BR /&gt;@sys$manager:tcpip$define_commands&lt;BR /&gt;ntpdate -q -d &lt;TIME server="" goes="" here=""&gt;&lt;BR /&gt;&lt;BR /&gt;-d - provide debug info&lt;BR /&gt;-q - query only, remove this flag to set time with ntpdate.  NTPDATE will only function if ntp is shut down.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I see you have some server names in the config file, if DNS isn't available for these, you may need to add host table entry.  &lt;BR /&gt;&lt;BR /&gt;TCPIP SET HOST NAME_OF_HOST/ADDRESS=a.b.c.d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Execute &lt;BR /&gt;&lt;BR /&gt;@sys$startup:tcpip$ntp_startup&lt;BR /&gt;&lt;BR /&gt;to restore the NTP service to operation.&lt;BR /&gt;&lt;BR /&gt;&lt;/TIME&gt;</description>
    <pubDate>Thu, 11 Aug 2005 16:13:15 GMT</pubDate>
    <dc:creator>Andy Bustamante</dc:creator>
    <dc:date>2005-08-11T16:13:15Z</dc:date>
    <item>
      <title>NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915951#M70067</link>
      <description>In our Unix world, we can set each server to do an NTP sync to a server so all times are in sync... Is there such a thing in VMS?  If so, can someone help me in setting this up for VMS?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 03 Aug 2005 13:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915951#M70067</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-03T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915952#M70068</link>
      <description>Yes, NTP can be set up in VMS, the how depends on your IP stack.  I am guessing that you have TCPIP from HP, but there are at least 2 other stacks available from Process (Multinet and TCPware).  We use Multinet here.  To determine if you have multinet, you can type the following command:&lt;BR /&gt;&lt;BR /&gt;$ multinet show/version&lt;BR /&gt;&lt;BR /&gt;(can be shortened to mu sho/ver)&lt;BR /&gt;&lt;BR /&gt;If you do not have multinet, it will respond with %DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt;&lt;BR /&gt;If you do have multinet, it will respond with the version of multinet you have installed.</description>
      <pubDate>Wed, 03 Aug 2005 14:23:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915952#M70068</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2005-08-03T14:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915953#M70069</link>
      <description>&lt;P data-unlink="true"&gt;If you do have TCPIP from HP, here is a link to a previous question about configuring NTP:&lt;BR /&gt;&lt;BR /&gt;&lt;STRIKE&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752540&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;[&lt;STRONG&gt;Admin&lt;/STRONG&gt;: The above link is no longer valid, please visit &lt;A href="https://support.hpe.com" target="_blank" rel="noopener"&gt;https://support.hpe.com&lt;/A&gt; for any queries]&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 06:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915953#M70069</guid>
      <dc:creator>Dale A. Marcy</dc:creator>
      <dc:date>2025-07-30T06:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915954#M70070</link>
      <description>Scott,&lt;BR /&gt;welcome in VMS world.&lt;BR /&gt;I hope you like this operating system.&lt;BR /&gt;Now some tips.&lt;BR /&gt;In vms you can execute any command file with symbol @ before file name.&lt;BR /&gt;You want to activate NTP server, that's a component of TCP/IP suite; execute TCP/IP configurator with&lt;BR /&gt;$ @SYS$STARTUP:TCPIP$CONFIG&lt;BR /&gt;where,&lt;BR /&gt;$ symbol means shell level (you don't type it)&lt;BR /&gt;@ symbol means you want execute command file&lt;BR /&gt;SYS$STARTUP: is a logical name where file is located; it is like a mapped file of window&lt;BR /&gt;TCPIP$CONFIG is file name; in VMS dollar is no special character (doesn't mean variable transaltion like unix)&lt;BR /&gt; &lt;BR /&gt;I hope read you again.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 03:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915954#M70070</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-04T03:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915955#M70071</link>
      <description>OK, I just ran TCPIP$CONFIG and I can see where NTP is not enabled on this node.  What I don't see is where I tell in the IP address of the server it needs to sync with.  Can anyone give me pointers on that?&lt;BR /&gt;&lt;BR /&gt;Thanks for the great info!  I love the HP forum!&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 04 Aug 2005 09:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915955#M70071</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-04T09:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915956#M70072</link>
      <description>Also, to answer a previous question, we are not using multinet (not anymore).  We just migrated off it about 8 months ago.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Thu, 04 Aug 2005 09:15:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915956#M70072</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-04T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915957#M70073</link>
      <description>&lt;P data-unlink="true"&gt;Scott,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;What I don't see is where I tell in the IP address of the server it needs to sync with. &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;TCP/IP Services (nee UCX) uses an NTP.CONF file. See the docs at &lt;STRIKE&gt;http://h71000.www7.hp.com/doc/732final/6526/6526pro_028.html#ntp_config&lt;/STRIKE&gt;&amp;nbsp; for details.&lt;/P&gt;
&lt;P data-unlink="true"&gt;[&lt;STRONG&gt;Admin&lt;/STRONG&gt;: The above link is no longer valid, please visit &lt;A href="https://support.hpe.com" target="_blank" rel="noopener"&gt;https://support.hpe.com&lt;/A&gt; for any queries]&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Martin&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 06:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915957#M70073</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2025-07-30T06:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915958#M70074</link>
      <description>I created my conf file with the same settings we had on our testing node.  I then enabled and started the NTP.  Now when I do a show system /process=NTP* I don't see it running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2005 14:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915958#M70074</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-04T14:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915959#M70075</link>
      <description>Scott,&lt;BR /&gt;NTP process name is like TCPIP$NTP_1 so you could issue&lt;BR /&gt;$ SHOW SYS/PROC=*NTP*&lt;BR /&gt;to see it.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 01:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915959#M70075</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-05T01:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915960#M70076</link>
      <description>Again,&lt;BR /&gt;the right way to see active tcp/ip services is&lt;BR /&gt;$ TCPIP SHOW SERVICE&lt;BR /&gt;or else&lt;BR /&gt;$ TCPIP SHOW SERVICE NTP /FULL&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Aug 2005 01:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915960#M70076</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-05T01:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915961#M70077</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;if the TCPIP$NTP_1 process does not show up after starting the NTP service, consdier to check the logfile: SYS$SYSROOT:[TCPIP$NTP]TCPIP$NTP_RUN.LOG for possible error messages.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 05 Aug 2005 02:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915961#M70077</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-05T02:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915962#M70078</link>
      <description>I was lazy in my typing, I did do a 'show system /proc=TCPIP$NTP_1 and nothing was running.&lt;BR /&gt;&lt;BR /&gt;I will check the logs pointed out here.&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
      <pubDate>Fri, 05 Aug 2005 07:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915962#M70078</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-05T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915963#M70079</link>
      <description>Scott,&lt;BR /&gt;you have to learn the right way to find what you need.&lt;BR /&gt;For any tcp/ip service the best way is:&lt;BR /&gt;$ TCPIP SHOW SERVICE &lt;SERVICE&gt; /FULL&lt;BR /&gt;in this case&lt;BR /&gt;$ TCPIP SHOW SERVICE NTP /FULL&lt;BR /&gt;You can see process name, command file to execute, log file (that is SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP_RUN.LOG) and some other information.&lt;BR /&gt;SYS$SPECIFIC usually is the same of SYS$ROOT as posted by Volker.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;&lt;/SERVICE&gt;</description>
      <pubDate>Fri, 05 Aug 2005 08:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915963#M70079</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-05T08:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915964#M70080</link>
      <description>Thanks Antonio...&lt;BR /&gt;I entered @SYS$STARTUP:TCPIP$CONFIG.  I took server options then ntp then start and enable ntp.  then I ran your command TCPIP SHOW SERVICE NTP /FULL and got this output.&lt;BR /&gt;&lt;BR /&gt;Service: NTP&lt;BR /&gt;                           State:     Disabled&lt;BR /&gt;Port:              123     Protocol:  UDP             Address:  0.0.0.0&lt;BR /&gt;                           User_name: not defined     Process:  TCPIP$NTP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 15:33:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915964#M70080</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-10T15:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915965#M70081</link>
      <description>I tried to start NTP but it doesn't appear to be running.&lt;BR /&gt;&lt;BR /&gt;8060SF03 HNAC$ @SYS$STARTUP:TCPIP$NTP_STARTUP.COM&lt;BR /&gt;%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$NTP.EXE installed&lt;BR /&gt;%TCPIP-I-INFO, logical names created&lt;BR /&gt;%TCPIP-I-INFO, service enabled&lt;BR /&gt;%TCPIP-S-STARTDONE, TCPIP$NTP startup completed&lt;BR /&gt;8060SF03 HNAC$ TCPIP SHOW SERVICE&lt;BR /&gt; &lt;BR /&gt;Service             Port  Proto    Process          Address            State&lt;BR /&gt; &lt;BR /&gt;FTP                   21  TCP      TCPIP$FTP        0.0.0.0             Enabled&lt;BR /&gt;MQ_PROD             1414  TCP      MQ_PROD          0.0.0.0             Enabled&lt;BR /&gt;NTP                  123  UDP      TCPIP$NTP        0.0.0.0             Disabled&lt;BR /&gt;REXEC                512  TCP      TCPIP$REXEC      0.0.0.0             Disabled&lt;BR /&gt;RLOGIN               513  TCP      not defined      0.0.0.0             Disabled&lt;BR /&gt;RSH                  514  TCP      TCPIP$RSH        0.0.0.0             Disabled&lt;BR /&gt;SMTP                  25  TCP      TCPIP$SMTP       0.0.0.0             Disabled&lt;BR /&gt;TELNET                23  TCP      not defined      0.0.0.0             Enabled&lt;BR /&gt;TFTP                  69  UDP      TCPIP$TFTP       0.0.0.0             Disabled&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 15:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915965#M70081</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-10T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915966#M70082</link>
      <description>It looks as if you have not set up your NTP config file.&lt;BR /&gt;&lt;BR /&gt;Please check  to see if you have a file  SYS$SYSROOT:[TCPIP$NTP]TCPIP$NTP.CONF&lt;BR /&gt;&lt;BR /&gt;If not then you will want to edit the TCIP$NTP.TEMPLATE in the same directory to suit your needs and save it to TCPIP$NTP.CONF&lt;BR /&gt;&lt;BR /&gt;Presumably you will want to replicate the kinds of settings you use on your other systems.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Wed, 10 Aug 2005 16:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915966#M70082</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-08-10T16:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915967#M70083</link>
      <description>Scott,&lt;BR /&gt;&lt;BR /&gt;the NTP service logfile is: SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP_RUN.LOG - please check for errors.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 11 Aug 2005 00:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915967#M70083</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-11T00:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915968#M70084</link>
      <description>Hi Scott,&lt;BR /&gt;your NTP service can't start. This checklist can help you.&lt;BR /&gt;1) Go into NTP directory; type&lt;BR /&gt;$ SET DEF SYS$SPECIFIC:[TCPIP$NTP]&lt;BR /&gt;2) Look at this directory; type&lt;BR /&gt;$ DIR ;&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SPECIFIC:[TCPIP$NTP]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;1&lt;BR /&gt;TCPIP$NTP.CONF;4&lt;BR /&gt;TCPIP$NTP.DRIFT;77&lt;BR /&gt;TCPIP$NTP.TEMPLATE;&lt;BR /&gt;TCPIP$NTP_RUN.LOG;55&lt;BR /&gt;&lt;BR /&gt;Total of 5 files, 20 blocks.&lt;BR /&gt;&lt;BR /&gt;3) May be you don't see TCPIP$NTP.CONF; if you don't see it do:&lt;BR /&gt;$ COPY TCPIP$NTP.TEMPLATE TCPIP$NTP.CONF&lt;BR /&gt;4) Look at log file; type&lt;BR /&gt;$ TYPE TCPIP$NTP_RUN.LOG&lt;BR /&gt;If you have some dubt about information, attach it and we can help you.&lt;BR /&gt; &lt;BR /&gt;At now I have no any idea about your trouble.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 02:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915968#M70084</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-11T02:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915969#M70085</link>
      <description>Here are the files:&lt;BR /&gt;&lt;BR /&gt;8060SF03 HNAC$ set def sys$specific:[tcpip$ntp]&lt;BR /&gt;8060SF03 HNAC$ dir&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SPECIFIC:[TCPIP$NTP]&lt;BR /&gt;&lt;BR /&gt;LOGIN.COM;1                              1/9            4-AUG-2005 09:11:52.48   4-AUG-2005 09:11:52.49&lt;BR /&gt;TCPIP$NTP.CONF;4                         6/9           10-AUG-2005 15:41:54.28  10-AUG-2005 15:41:54.33&lt;BR /&gt;TCPIP$NTP.CONF;3                         6/9            4-AUG-2005 11:01:03.98   4-AUG-2005 11:01:03.99&lt;BR /&gt;TCPIP$NTP.CONF;2                         6/9            4-AUG-2005 10:40:24.06   4-AUG-2005 10:40:24.07&lt;BR /&gt;TCPIP$NTP.TEMPLATE;2                     6/9            4-AUG-2005 10:35:16.41   4-AUG-2005 10:35:16.43&lt;BR /&gt;TCPIP$NTP.TEMPLATE;1                     6/9            4-AUG-2005 09:11:52.55   4-AUG-2005 09:11:52.57&lt;BR /&gt;&lt;BR /&gt;Total of 6 files, 31/54 blocks.&lt;BR /&gt;&lt;BR /&gt;Also, I'm attaching my conf file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 10:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915969#M70085</guid>
      <dc:creator>Scott Frye_1</dc:creator>
      <dc:date>2005-08-11T10:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915970#M70086</link>
      <description>&lt;BR /&gt;Your config file came out with carrage return/line feeds stripped.  Type this out on the VMS system, make sure this isn't 1 line.&lt;BR /&gt;&lt;BR /&gt;type sys$specific:[tcpip$ntp]TCPIP$NTP.CONF&lt;BR /&gt;&lt;BR /&gt;Assuming it was scrambled in the transfer,&lt;BR /&gt;&lt;BR /&gt;You'll want to comment out the sample peer entries.  "SERVER host" should be added.  &lt;BR /&gt;&lt;BR /&gt;Execute "@sys$manager:tcpip$define_commands"  This will make NTPDATE available allowing you to make sure your VMS system is getting properly from server.  NTPDATE -h will show the UNIX expected options.  &lt;BR /&gt;&lt;BR /&gt;Other thing to check is your time zone configuration.  "SHOW LOGICAL *TIME*" and look for SYS$LOCALTIME, SYS$TIMEZONE_DAYLIGHT_SAVING, SYS$TIMEZONE_DIFFERENTIAL.  These are set with SYS$MANAGER:@UTC$TIME_SETUP.COM  &lt;BR /&gt;&lt;BR /&gt;Recent verions of VMS will make the time zone change automatically if you elect to configure this although patches are required.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 11:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-openvms/m-p/4915970#M70086</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-08-11T11:17:58Z</dc:date>
    </item>
  </channel>
</rss>

