<?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 VMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872744#M69618</link>
    <description>If anyone is running lower levels of VMS, TCPIP or running Multinet TCPIP, or has firewalls and can't get out to the NTP time clock and there is a DNS/NTP server in your company's network you can use SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]DTSS$NTP_PROVIDER.exe or DTSS$NTP_PROVIDER.C if you need to tweak it.  This works with DTSS in DECNetV.  I use this to set up a Time Server in each of my networks and sync the other systems as clerks to the Time Server in their network.&lt;BR /&gt;In the following procedure substitute your Company's NTP time server for DTSS$_TP_HOSTNAME &lt;BR /&gt;&lt;BR /&gt;$ ty SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]RUN_NTP_TP.COM&lt;BR /&gt;$! example of running NTP time provider&lt;BR /&gt;$set proc/priv=all&lt;BR /&gt;$define/sys/exec DTSS$_TP_VERBOSE 0&lt;BR /&gt;$define/sys/exec DTSS$_TP_INACCURACY 30&lt;BR /&gt;$define/sys/exec DTSS$_TP_TIME_STAMPS 6&lt;BR /&gt;$define/sys/exec DTSS$_TP_HOSTNAME dhtpape&lt;BR /&gt;$run sys$common:[sysexe]dtss_ntp_provider&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;If you want to run detached or start from the system startup&lt;BR /&gt;&lt;BR /&gt;$ ! example of starting the NTP time provider as a detached process&lt;BR /&gt;$ !&lt;BR /&gt;$ ! Start it up&lt;BR /&gt;$ !&lt;BR /&gt;$   run/detached sys$system:loginout.exe -&lt;BR /&gt;        /input=SYS$SYSDEVICE:[SYS0.SYSCOMMON.SYSHLP.EXAMPLES.DTSS]run_ntp_tp.com&lt;BR /&gt; -&lt;BR /&gt;        /error=sys$manager:dtss$ntp_tp.log   -&lt;BR /&gt;        /output=sys$manager:dtss$ntp_tp.log  -&lt;BR /&gt;        /process=DTSS$NTP_TP -&lt;BR /&gt;        /buffer_limit=30000 -&lt;BR /&gt;        /enqueue_limit=800 -&lt;BR /&gt;        /extent=4096 -&lt;BR /&gt;        /io_buffered=100 -&lt;BR /&gt;        /io_direct=100 -&lt;BR /&gt;        /maximum_working_set=5120 -&lt;BR /&gt;        /page_file=30000 -&lt;BR /&gt;        /working_set=2048 -&lt;BR /&gt;        /file_limit=60 -&lt;BR /&gt;        /authorize&lt;BR /&gt;$   exit</description>
    <pubDate>Mon, 10 Jan 2005 11:33:36 GMT</pubDate>
    <dc:creator>Mike Ford_2</dc:creator>
    <dc:date>2005-01-10T11:33:36Z</dc:date>
    <item>
      <title>NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872733#M69607</link>
      <description>I am looking to configure NTP on VMS 7.3-2.  After reading through the TCP/IP Doc ( 5.4) I am finding some descrepancies.&lt;BR /&gt;1)  There is no NTP client or server item in the tcpip$config&lt;BR /&gt;2)  There is no tcpip$ntp.template &lt;BR /&gt;3)  There is no sys$specific:[tcpip$ntp] directory&lt;BR /&gt;&lt;BR /&gt;Am I missing something here ?&lt;BR /&gt;&lt;BR /&gt;tcpip$ntp_startup.com and tcpip$ntp_shutdown.com exist but obviously do not work with out the ntp.conf file.&lt;BR /&gt;Typically the setups are done via tcpip$config but without a menu option I am lost.&lt;BR /&gt;&lt;BR /&gt;Any suggestions ?</description>
      <pubDate>Mon, 29 Nov 2004 12:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872733#M69607</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-11-29T12:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872734#M69608</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;I can find NTP config under Server Components&lt;BR /&gt;&lt;BR /&gt;  12 - NTP          Enabled  Started&lt;BR /&gt;&lt;BR /&gt;(in TCPIP T5.5)&lt;BR /&gt;&lt;BR /&gt;The TCPIP$NTP files and directories are most probably created, once you configure the service mit @TCPIP$CONFIG.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 13:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872734#M69608</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-11-29T13:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872735#M69609</link>
      <description>That explains part of it.&lt;BR /&gt;I am running &lt;BR /&gt;HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 2&lt;BR /&gt;I will recheck the doc.  Was sure I was reading the V5.4 documents. ( perhaps another error in documentation )&lt;BR /&gt;&lt;BR /&gt;Thanks !&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 13:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872735#M69609</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-11-29T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872736#M69610</link>
      <description>Where did V5.5 come from.&lt;BR /&gt;Doc site only has 5.4 and below listed&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/" target="_blank"&gt;http://h71000.www7.hp.com/doc/&lt;/A&gt;&lt;BR /&gt;??</description>
      <pubDate>Mon, 29 Nov 2004 13:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872736#M69610</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-11-29T13:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872737#M69611</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Are you sure there is no NTP config option in your TCPIP$CONFIG.&lt;BR /&gt;Mine has, as Volker said, under 'Server Components', item 12.&lt;BR /&gt;Btw, I'm running VMS Alpha V7.3-1, TCPIP 5.3 ECO 2.&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 13:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872737#M69611</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-11-29T13:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872738#M69612</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;what kind of TCPIP license does your system have ? Maybe a TCPIP CLIENT license ?&lt;BR /&gt;&lt;BR /&gt;NTP should exist in V5.4 as well.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 29 Nov 2004 13:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872738#M69612</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-11-29T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872739#M69613</link>
      <description>&lt;BR /&gt;Tim,&lt;BR /&gt;&lt;BR /&gt;Doc. is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732FINAL/6524/6524pro_003.html#index_x_122" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/6524/6524pro_003.html#index_x_122&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/6526/6526pro_028.html#ntp_config" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/6526/6526pro_028.html#ntp_config&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Greetz,&lt;BR /&gt;&lt;BR /&gt;Kris</description>
      <pubDate>Mon, 29 Nov 2004 13:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872739#M69613</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-11-29T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872740#M69614</link>
      <description>Alright so I need a new pair of glasses.&lt;BR /&gt;Initally I was looking under client services.  When looking at server services I did not notice the second column ( i.e. items 12-xx ).&lt;BR /&gt;Sorry for being stupid.  Ran the startup/enable and allof the files and directories now exist.&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 13:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872740#M69614</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-11-29T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872741#M69615</link>
      <description>Perhaps you got a little bit confused because some other services (telnet, ftp) allow you to configure the server part after you have enabled the client through its own menue...</description>
      <pubDate>Mon, 29 Nov 2004 14:07:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872741#M69615</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-11-29T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872742#M69616</link>
      <description>Yeah, that is it :)  Thanks for the use of a good excuse Uwe !!&lt;BR /&gt;&lt;BR /&gt;Much appreciation to all !!&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2004 14:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872742#M69616</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2004-11-29T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872743#M69617</link>
      <description>TCPIP Services for VMS V5.5 is on general release yet - it is coming out with VMS V8.2.&lt;BR /&gt;I guess Volker has a FT copy.</description>
      <pubDate>Tue, 30 Nov 2004 06:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872743#M69617</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-11-30T06:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872744#M69618</link>
      <description>If anyone is running lower levels of VMS, TCPIP or running Multinet TCPIP, or has firewalls and can't get out to the NTP time clock and there is a DNS/NTP server in your company's network you can use SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]DTSS$NTP_PROVIDER.exe or DTSS$NTP_PROVIDER.C if you need to tweak it.  This works with DTSS in DECNetV.  I use this to set up a Time Server in each of my networks and sync the other systems as clerks to the Time Server in their network.&lt;BR /&gt;In the following procedure substitute your Company's NTP time server for DTSS$_TP_HOSTNAME &lt;BR /&gt;&lt;BR /&gt;$ ty SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]RUN_NTP_TP.COM&lt;BR /&gt;$! example of running NTP time provider&lt;BR /&gt;$set proc/priv=all&lt;BR /&gt;$define/sys/exec DTSS$_TP_VERBOSE 0&lt;BR /&gt;$define/sys/exec DTSS$_TP_INACCURACY 30&lt;BR /&gt;$define/sys/exec DTSS$_TP_TIME_STAMPS 6&lt;BR /&gt;$define/sys/exec DTSS$_TP_HOSTNAME dhtpape&lt;BR /&gt;$run sys$common:[sysexe]dtss_ntp_provider&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;If you want to run detached or start from the system startup&lt;BR /&gt;&lt;BR /&gt;$ ! example of starting the NTP time provider as a detached process&lt;BR /&gt;$ !&lt;BR /&gt;$ ! Start it up&lt;BR /&gt;$ !&lt;BR /&gt;$   run/detached sys$system:loginout.exe -&lt;BR /&gt;        /input=SYS$SYSDEVICE:[SYS0.SYSCOMMON.SYSHLP.EXAMPLES.DTSS]run_ntp_tp.com&lt;BR /&gt; -&lt;BR /&gt;        /error=sys$manager:dtss$ntp_tp.log   -&lt;BR /&gt;        /output=sys$manager:dtss$ntp_tp.log  -&lt;BR /&gt;        /process=DTSS$NTP_TP -&lt;BR /&gt;        /buffer_limit=30000 -&lt;BR /&gt;        /enqueue_limit=800 -&lt;BR /&gt;        /extent=4096 -&lt;BR /&gt;        /io_buffered=100 -&lt;BR /&gt;        /io_direct=100 -&lt;BR /&gt;        /maximum_working_set=5120 -&lt;BR /&gt;        /page_file=30000 -&lt;BR /&gt;        /working_set=2048 -&lt;BR /&gt;        /file_limit=60 -&lt;BR /&gt;        /authorize&lt;BR /&gt;$   exit</description>
      <pubDate>Mon, 10 Jan 2005 11:33:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872744#M69618</guid>
      <dc:creator>Mike Ford_2</dc:creator>
      <dc:date>2005-01-10T11:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: NTP on VMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872745#M69619</link>
      <description>Thanks to all that responded</description>
      <pubDate>Thu, 21 Jul 2005 11:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ntp-on-vms/m-p/4872745#M69619</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2005-07-21T11:35:41Z</dc:date>
    </item>
  </channel>
</rss>

