From: Theo Jakobus [jakobus@iaf.fhg.de] Sent: Tuesday, March 27, 2001 5:14 AM To: Info-VAX@Mvb.Saic.Com Subject: Re: NTP not follow DST Ruzsinszky Attila wrote: > > Thanks Bart for your explanation! > > > the last sunday in stead of the 4th. The corresponding rule is then: > > M3.5.0/02,M10.5.0/03. Fortunately it makes no difference in 2001!) > My rules is good. :-) > > > Apparently, NTP does not change the logicals, but DTSS does. My conclusion > > is, that you must be running DTSS. DTSS and NTP can coexist, but they > cannot > > both adjust the clock. > OK, I understand but my original problem was with DTSS. It is always in > hurry. > ~+2mins. > When I started to configure NTP I noticed some machines (maybe on DTSS > servers) > NTP wasn't able to set the time. Other machines (DTSS clerks) are working > with > NTP. Can you give information to use DTSS with NTP in this situation? > I don't have any printed materials to configure DTSS. :-( > TCPIP supports NTP version 3, see: http://www.openvms.compaq.com:8000/72final/6526/6526profile_contents_002.html#toc_chapter_10 The configuration is done in: SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP.CONF I just added different time sources in Germany like: server ptbtime1.ptb.de server ptbtime2.ptb.de server ntp.fhg.de server noc.belwue.de the service is activated using $@SYS$MANAGER:TCPIP$CONFIG.COM. So I'm getting the time using NTP and I'm distributing the time to our Digital systems using DTSS. One system acts as DTSS server the other systems are DTSS clients. DTSS is configured with $@SYS$MANAGER:DTSS$CONFIG.COM. For your DTSS server you have to copy the file SYS$MANAGER:NET$DTSS_CLERK_STARTUP.NCL to SYS$MANAGER:NET$DTSS_SERVER_STARTUP.NCL and to modify: ! ! N E T $ D T S S _ S E R V E R _ S T A R T U P . N C L ! ! 30-MAR-2000 ! I copied SYS$COMMON:[SYSMGR]NET$DTSS_CLERK_STARTUP.NCL;1 to this file and changed clerk to server ! The command procedure SYS$STARTUP:DTSS$STARTUP.COM looks for server first. ! So the node acts as DTSS time server. ! ! Create DTSS ! !CREATE DTSS TYPE CLERK ! CREATE DTSS TYPE SERVER ! ! Enter any user specific configuration directives ! here, before the issue of the ENABLE directive. ! ! Start DTSS and set the clock if the first synchronization succeeds ! ENABLE DTSS SET CLOCK TRUE ! !+ ! Add Any Commands Below this comment: !- ! 30-MAR-2000 ! OPCOM message: "to few servers detected" is turned off with the next command ! SET DTSS SERVERS REQUIRED 1 Check your systems with $SHOW SYSTEM/PROCESS=*DTSS* to see if the DTSS process is running. Regards, -- *********************************************************** * * * Theo Jakobus * * Fraunhofer-Institut fuer Angewandte Festkoerperphysik * * Tullastr. 72 * * D-79108 Freiburg * * Germany * * Phone: +49-(0)761-5159-325 * * FAX : +49-(0)761-5159-200 * * e-mail: jakobus@iaf.fhg.de * * http://www.iaf.fhg.de * * * ***********************************************************