- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Configuring/Integrating NTP with DTSS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 01:08 PM
11-10-2008 01:08 PM
Configuring/Integrating NTP with DTSS
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=752540&admit=109447626+1226350053187+28353475
I would like to continue running DTSS on my systems but have the DTSS servers get their times from an internal NTP server. The link above refers to RUN_NTP_TP.COM in SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]
$ typ RUN_NTP_TP.COM;1
$! example of running NTP time provider
$set proc/priv=all
$define/sys/exec DTSS$_TP_VERBOSE 0
$define/sys/exec DTSS$_TP_TIME_STAMPS 6
$define/sys/exec DTSS$_TP_HOSTNAME -
"usno.pa-x.dec.com","yield.zk3.dec.com","clock3.cup.Tandem.com", -
"leon.eng.hou.compaq.com","ucxaxp.lkg.dec.com"
$run sys$common:[sysexe]dtss_ntp_provider
$exit
As shown above, the com file executes dtss_ntp_provider.exe.
I'm unable to find that executable on my 8.3 system. I do find a similar named executable. Is this merely an oversight on a typo in the com file?
Directory SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]
DTSS$PROVIDER_NTP.EXE;1
DTSS$NT_PROVIDER.EXE vs. DTSS$PROVIDER_NT.EXE.
Is this still the preferred, simplest, method to integrate NTP into my existing DTSS structure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 01:46 PM
11-10-2008 01:46 PM
Re: Configuring/Integrating NTP with DTSS
(It looks like this is a DECnet-Plus DECdtss-specific example, and not part of stock OpenVMS. If your DECnet-Plus bits are current, ping HP.)
Some background on this topic is here:
http://64.223.189.234/node/841
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 01:57 PM
11-10-2008 01:57 PM
Re: Configuring/Integrating NTP with DTSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 02:01 PM
11-10-2008 02:01 PM
Re: Configuring/Integrating NTP with DTSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 02:09 PM
11-10-2008 02:09 PM
Re: Configuring/Integrating NTP with DTSS
I think this is just some stale example bits on the disk, or from within some DTSS kit either installed recently or sometime in past history. (Various of the core OpenVMS examples are known to be stale, so this being stale is not a surprise.)
I've punted on DTSS most everywhere, and now use NTP. (And I don't have those DTSS examples on the local box.)
As of V7.3, all of the time services were integrated and now OpenVMS runs it all. The DTSS and NTP bits do provide the external time-base, but OpenVMS then provides the timezones and the offsets and the API and the DST change-over and the drifting support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 02:13 PM
11-10-2008 02:13 PM
Re: Configuring/Integrating NTP with DTSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 02:29 PM
11-10-2008 02:29 PM
Re: Configuring/Integrating NTP with DTSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2008 02:55 PM
11-10-2008 02:55 PM
Re: Configuring/Integrating NTP with DTSS
time, but, long ago, I did do some simple
tune-ups/updates on the example code. You
might get something useful from that.
http://antinode.info/dec/sw/dtss_ntp.html
Seems to be working for me (VMS V7.3-2).