- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: NTP on VMS
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
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
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-29-2004 04:53 AM
тАО11-29-2004 04:53 AM
1) There is no NTP client or server item in the tcpip$config
2) There is no tcpip$ntp.template
3) There is no sys$specific:[tcpip$ntp] directory
Am I missing something here ?
tcpip$ntp_startup.com and tcpip$ntp_shutdown.com exist but obviously do not work with out the ntp.conf file.
Typically the setups are done via tcpip$config but without a menu option I am lost.
Any suggestions ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:12 AM
тАО11-29-2004 05:12 AM
Re: NTP on VMS
I am running
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 2
I will recheck the doc. Was sure I was reading the V5.4 documents. ( perhaps another error in documentation )
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:15 AM
тАО11-29-2004 05:15 AM
Re: NTP on VMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:35 AM
тАО11-29-2004 05:35 AM
Re: NTP on VMS
Are you sure there is no NTP config option in your TCPIP$CONFIG.
Mine has, as Volker said, under 'Server Components', item 12.
Btw, I'm running VMS Alpha V7.3-1, TCPIP 5.3 ECO 2.
Greetz,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:40 AM
тАО11-29-2004 05:40 AM
Re: NTP on VMS
what kind of TCPIP license does your system have ? Maybe a TCPIP CLIENT license ?
NTP should exist in V5.4 as well.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:40 AM
тАО11-29-2004 05:40 AM
Re: NTP on VMS
Tim,
Doc. is here:
http://h71000.www7.hp.com/doc/732FINAL/6524/6524pro_003.html#index_x_122
and here:
http://h71000.www7.hp.com/doc/732final/6526/6526pro_028.html#ntp_config
Greetz,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 05:43 AM
тАО11-29-2004 05:43 AM
Re: NTP on VMS
Initally I was looking under client services. When looking at server services I did not notice the second column ( i.e. items 12-xx ).
Sorry for being stupid. Ran the startup/enable and allof the files and directories now exist.
Thanks for the help.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 06:07 AM
тАО11-29-2004 06:07 AM
Re: NTP on VMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 06:10 AM
тАО11-29-2004 06:10 AM
Re: NTP on VMS
Much appreciation to all !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 10:31 PM
тАО11-29-2004 10:31 PM
Re: NTP on VMS
I guess Volker has a FT copy.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 03:33 AM
тАО01-10-2005 03:33 AM
Re: NTP on VMS
In the following procedure substitute your Company's NTP time server for DTSS$_TP_HOSTNAME
$ ty SYS$COMMON:[SYSHLP.EXAMPLES.DTSS]RUN_NTP_TP.COM
$! example of running NTP time provider
$set proc/priv=all
$define/sys/exec DTSS$_TP_VERBOSE 0
$define/sys/exec DTSS$_TP_INACCURACY 30
$define/sys/exec DTSS$_TP_TIME_STAMPS 6
$define/sys/exec DTSS$_TP_HOSTNAME dhtpape
$run sys$common:[sysexe]dtss_ntp_provider
$exit
If you want to run detached or start from the system startup
$ ! example of starting the NTP time provider as a detached process
$ !
$ ! Start it up
$ !
$ run/detached sys$system:loginout.exe -
/input=SYS$SYSDEVICE:[SYS0.SYSCOMMON.SYSHLP.EXAMPLES.DTSS]run_ntp_tp.com
-
/error=sys$manager:dtss$ntp_tp.log -
/output=sys$manager:dtss$ntp_tp.log -
/process=DTSS$NTP_TP -
/buffer_limit=30000 -
/enqueue_limit=800 -
/extent=4096 -
/io_buffered=100 -
/io_direct=100 -
/maximum_working_set=5120 -
/page_file=30000 -
/working_set=2048 -
/file_limit=60 -
/authorize
$ exit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2005 04:35 AM
тАО07-21-2005 04:35 AM