- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NTP on OpenVMS?
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
08-03-2005 06:57 AM
08-03-2005 06:57 AM
NTP on OpenVMS?
Thanks
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 07:23 AM
08-03-2005 07:23 AM
Re: NTP on OpenVMS?
$ multinet show/version
(can be shortened to mu sho/ver)
If you do not have multinet, it will respond with %DCL-W-IVVERB, unrecognized command verb - check validity and spelling
If you do have multinet, it will respond with the version of multinet you have installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 08:47 AM
08-03-2005 08:47 AM
Re: NTP on OpenVMS?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=752540
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 08:06 PM
08-03-2005 08:06 PM
Re: NTP on OpenVMS?
welcome in VMS world.
I hope you like this operating system.
Now some tips.
In vms you can execute any command file with symbol @ before file name.
You want to activate NTP server, that's a component of TCP/IP suite; execute TCP/IP configurator with
$ @SYS$STARTUP:TCPIP$CONFIG
where,
$ symbol means shell level (you don't type it)
@ symbol means you want execute command file
SYS$STARTUP: is a logical name where file is located; it is like a mapped file of window
TCPIP$CONFIG is file name; in VMS dollar is no special character (doesn't mean variable transaltion like unix)
I hope read you again.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:14 AM
08-04-2005 02:14 AM
Re: NTP on OpenVMS?
Thanks for the great info! I love the HP forum!
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:15 AM
08-04-2005 02:15 AM
Re: NTP on OpenVMS?
Thanks
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:26 AM
08-04-2005 02:26 AM
Re: NTP on OpenVMS?
>>>
What I don't see is where I tell in the IP address of the server it needs to sync with. <<<
TCP/IP Services (nee UCX) uses an NTP.CONF file. See the docs at http://h71000.www7.hp.com/doc/732final/6526/6526pro_028.html#ntp_config for details.
HTH,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 07:18 AM
08-04-2005 07:18 AM
Re: NTP on OpenVMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 06:34 PM
08-04-2005 06:34 PM
Re: NTP on OpenVMS?
NTP process name is like TCPIP$NTP_1 so you could issue
$ SHOW SYS/PROC=*NTP*
to see it.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 06:36 PM
08-04-2005 06:36 PM
Re: NTP on OpenVMS?
the right way to see active tcp/ip services is
$ TCPIP SHOW SERVICE
or else
$ TCPIP SHOW SERVICE NTP /FULL
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 07:21 PM
08-04-2005 07:21 PM
Re: NTP on OpenVMS?
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.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 12:25 AM
08-05-2005 12:25 AM
Re: NTP on OpenVMS?
I will check the logs pointed out here.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 01:32 AM
08-05-2005 01:32 AM
Re: NTP on OpenVMS?
you have to learn the right way to find what you need.
For any tcp/ip service the best way is:
$ TCPIP SHOW SERVICE
in this case
$ TCPIP SHOW SERVICE NTP /FULL
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.
SYS$SPECIFIC usually is the same of SYS$ROOT as posted by Volker.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 08:33 AM
08-10-2005 08:33 AM
Re: NTP on OpenVMS?
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.
Service: NTP
State: Disabled
Port: 123 Protocol: UDP Address: 0.0.0.0
User_name: not defined Process: TCPIP$NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 08:47 AM
08-10-2005 08:47 AM
Re: NTP on OpenVMS?
8060SF03 HNAC$ @SYS$STARTUP:TCPIP$NTP_STARTUP.COM
%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$NTP.EXE installed
%TCPIP-I-INFO, logical names created
%TCPIP-I-INFO, service enabled
%TCPIP-S-STARTDONE, TCPIP$NTP startup completed
8060SF03 HNAC$ TCPIP SHOW SERVICE
Service Port Proto Process Address State
FTP 21 TCP TCPIP$FTP 0.0.0.0 Enabled
MQ_PROD 1414 TCP MQ_PROD 0.0.0.0 Enabled
NTP 123 UDP TCPIP$NTP 0.0.0.0 Disabled
REXEC 512 TCP TCPIP$REXEC 0.0.0.0 Disabled
RLOGIN 513 TCP not defined 0.0.0.0 Disabled
RSH 514 TCP TCPIP$RSH 0.0.0.0 Disabled
SMTP 25 TCP TCPIP$SMTP 0.0.0.0 Disabled
TELNET 23 TCP not defined 0.0.0.0 Enabled
TFTP 69 UDP TCPIP$TFTP 0.0.0.0 Disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:52 AM
08-10-2005 09:52 AM
Re: NTP on OpenVMS?
Please check to see if you have a file SYS$SYSROOT:[TCPIP$NTP]TCPIP$NTP.CONF
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
Presumably you will want to replicate the kinds of settings you use on your other systems.
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 05:33 PM
08-10-2005 05:33 PM
Re: NTP on OpenVMS?
the NTP service logfile is: SYS$SPECIFIC:[TCPIP$NTP]TCPIP$NTP_RUN.LOG - please check for errors.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 07:23 PM
08-10-2005 07:23 PM
Re: NTP on OpenVMS?
your NTP service can't start. This checklist can help you.
1) Go into NTP directory; type
$ SET DEF SYS$SPECIFIC:[TCPIP$NTP]
2) Look at this directory; type
$ DIR ;
Directory SYS$SPECIFIC:[TCPIP$NTP]
LOGIN.COM;1
TCPIP$NTP.CONF;4
TCPIP$NTP.DRIFT;77
TCPIP$NTP.TEMPLATE;
TCPIP$NTP_RUN.LOG;55
Total of 5 files, 20 blocks.
3) May be you don't see TCPIP$NTP.CONF; if you don't see it do:
$ COPY TCPIP$NTP.TEMPLATE TCPIP$NTP.CONF
4) Look at log file; type
$ TYPE TCPIP$NTP_RUN.LOG
If you have some dubt about information, attach it and we can help you.
At now I have no any idea about your trouble.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 03:50 AM
08-11-2005 03:50 AM
Re: NTP on OpenVMS?
8060SF03 HNAC$ set def sys$specific:[tcpip$ntp]
8060SF03 HNAC$ dir
Directory SYS$SPECIFIC:[TCPIP$NTP]
LOGIN.COM;1 1/9 4-AUG-2005 09:11:52.48 4-AUG-2005 09:11:52.49
TCPIP$NTP.CONF;4 6/9 10-AUG-2005 15:41:54.28 10-AUG-2005 15:41:54.33
TCPIP$NTP.CONF;3 6/9 4-AUG-2005 11:01:03.98 4-AUG-2005 11:01:03.99
TCPIP$NTP.CONF;2 6/9 4-AUG-2005 10:40:24.06 4-AUG-2005 10:40:24.07
TCPIP$NTP.TEMPLATE;2 6/9 4-AUG-2005 10:35:16.41 4-AUG-2005 10:35:16.43
TCPIP$NTP.TEMPLATE;1 6/9 4-AUG-2005 09:11:52.55 4-AUG-2005 09:11:52.57
Total of 6 files, 31/54 blocks.
Also, I'm attaching my conf file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 04:17 AM
08-11-2005 04:17 AM
Re: NTP on OpenVMS?
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.
type sys$specific:[tcpip$ntp]TCPIP$NTP.CONF
Assuming it was scrambled in the transfer,
You'll want to comment out the sample peer entries. "SERVER host" should be added.
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.
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
Recent verions of VMS will make the time zone change automatically if you elect to configure this although patches are required.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 04:33 AM
08-11-2005 04:33 AM
Re: NTP on OpenVMS?
I looked at another node that has the working properly and copied the config file as is. It has two entries in the peer section just as I do.
I did the show logical *time*
8060SF03 HNAC$ show logical *time*
(LNM$PROCESS_TABLE)
(LNM$JOB_81D9E5C0)
(LNM$GROUP_000501)
(LNM$SYSTEM_TABLE)
"PATROL$POLLTIME_HNAC3181" = "<3181>00:10:00"
"SYS$DST_DELTA_TIME" = "ffff73cfa1a67b63"
"SYS$LOCALTIME" = "SYS$SYSROOT:[SYS$ZONEINFO.SYSTEM.US]EAST-INDIANA."
"SYS$TIMEZONE_DAYLIGHT_SAVING" = "0"
"SYS$TIMEZONE_DIFFERENTIAL" = "-18000"
"SYS$TIMEZONE_NAME" = "EST"
"SYS$TIMEZONE_RULE" = "EST5"
"TCPIP$BIND_TIMEOUT" = "...."
"TCPIP$TELNETSYM_IDLE_TIMEOUT" = "0 00:00:05.00"
(LNM$SYSCLUSTER_TABLE)
(DECW$LOGICAL_NAMES)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 04:46 AM
08-11-2005 04:46 AM
Re: NTP on OpenVMS?
may you attach log file?
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 04:48 AM
08-11-2005 04:48 AM
Re: NTP on OpenVMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 05:09 AM
08-11-2005 05:09 AM
Re: NTP on OpenVMS?
missed log file is very interesting.
Even without conf file, my NTP create a log file.
So, why your server NTP can't create log file (and can't start)?
At first glance, there is some installation mismatch.
Try follow checklist:
1) You must find a user TCPIP$NTP in sysuaf. This user must be like this
Username: TCPIP$NTP Owner: TCPIP$NTP
Account: TCPIP UIC: [3655,1] ([TCPIP$AUX,TCPIP$N)
CLI: DCL Tables: DCLTABLES
Default: SYS$SPECIFIC:[TCPIP$NTP]
LGICMD: LOGIN
Flags: Restricted
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
Primary 000000000011111111112222 Secondary 000000000011111111112222
Day Hours 012345678901234567890123 Day Hours 012345678901234567890123
Network: ##### Full access ###### ##### Full access ######
Batch: ----- No access ------ ----- No access ------
Local: ----- No access ------ ----- No access ------
Dialup: ----- No access ------ ----- No access ------
Remote: ----- No access ------ ----- No access ------
2) In SYS$SPECIFIC:[TCPIP$NTP] file LOGIN.COM must be almost empty.
3) Check for SYLOGIN.COM if lock network session.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 05:20 AM
08-11-2005 05:20 AM
Re: NTP on OpenVMS?
Username: TCPIP$NTP Owner: TCPIP$NTP
Account: TCPIP UIC: [3655,5] ([TCPIP$AUX,TCPIP$NTP])
CLI: DCL Tables: DCLTABLES
Default: SYS$SPECIFIC:[TCPIP$NTP]
LGICMD: LOGIN
Flags: Restricted
Primary days: Mon Tue Wed Thu Fri
Secondary days: Sat Sun
Primary 000000000011111111112222 Secondary 000000000011111111112222
Day Hours 012345678901234567890123 Day Hours 012345678901234567890123
Network: ##### Full access ###### ##### Full access ######
Batch: ----- No access ------ ----- No access ------
Local: ----- No access ------ ----- No access ------
Dialup: ----- No access ------ ----- No access ------
Remote: ----- No access ------ ----- No access ------
My login.com file has one line in it.
8060SF03 HNAC$ type login.com
$! login.com for Compaq TCP/IP Services for OpenVMS auxiliary service