- 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-11-2005 05:37 AM
08-11-2005 05:37 AM
Re: NTP on OpenVMS?
The PEER keyword indicates that the the systems will agree on a time between themselves. I believe that your node's address should also be added to the remote config files for this to work properly.
The SERVER keyword configures your server to accept time from the specificied server and pass it on to other nodes.
Can you try either substituting server or adding this node's info to the config files on your time servers.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 09:13 AM
08-11-2005 09:13 AM
Re: NTP on OpenVMS?
@sys$startup:tcpip$ntp_shutdown
you'll be able to review the log. While you have NTP shut down. It will take several samples with different delays so this log file will take some time to have entries available. You can also try:
@sys$manager:tcpip$define_commands
ntpdate -q -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:29 PM
08-11-2005 06:29 PM
Re: NTP on OpenVMS?
log file is created when service start. On my system I'm able to read log file while NTP service is running; I can read log file even if I rename .conf file and in this case I read NTP couldn't open conf file! If log file is not created (and service is not active) means there is some strong trouble.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:30 PM
08-11-2005 06:30 PM
Re: NTP on OpenVMS?
there must be some problem, which prevents the TCPIP$NTP_1 process from being started or from succeeding to execute. Please issue a REPLY/ENABLE before starting NTP with @SYS$STARTUP:TCPIP$NTP_STARTUP and watch for OPCOM error messages.
Please check the ownership and protection of the SYS$SPECIFIC:[TCPIP$NTP] directory and files. Make sure they are owned by TCPIP$NTP.
You can audit process creation with:
$ SET AUDIT/ALARM/ENA=PROCESS=CREPRC
to see, that the TCPIP$NTP_1 process get created. Disable with ... /DISABLE=...
If the process get created, but fails, check accounting SHOW ACC/FULL/SINCE=...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 06:57 PM
08-11-2005 06:57 PM
Re: NTP on OpenVMS?
>>If the process get created, but fails,
>> check accounting SHOW ACC/FULL/SINCE=...
Check accounting with command ACC/FULL/SINCE= ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 07:02 PM
08-11-2005 07:02 PM
Re: NTP on OpenVMS?
what does it happen if you try to start manually service?
$ TCPIP ENABLE SERVICE NTP
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 06:25 AM
08-12-2005 06:25 AM
Re: NTP on OpenVMS?
8060SF03 HNAC$ @sys$startup:tcpip$ntp_startup
%TCPIP-I-INFO, image SYS$SYSTEM:TCPIP$NTP.EXE installed
%TCPIP-I-INFO, logical names created
%%%%%%%%%%% OPCOM 12-AUG-2005 12:37:10.55 %%%%%%%%%%%
Message from user INTERnet on HNAC
INTERnet ACP Activate NTP Server
%%%%%%%%%%% OPCOM 12-AUG-2005 12:37:10.55 %%%%%%%%%%%
Message from user INTERnet on HNAC
INTERnet ACP NOLISTEN Process creation success: Service - NTP
%TCPIP-I-INFO, service enabled
%TCPIP-S-STARTDONE, TCPIP$NTP startup completed
8060SF03 HNAC$
%%%%%%%%%%% OPCOM 12-AUG-2005 12:37:10.57 %%%%%%%%%%%
Message from user AUDIT$SERVER on HNAC
Security alarm (SECURITY) and security audit (SECURITY) on HNAC, system id: 5127
Auditable event: Network login failure
Event time: 12-AUG-2005 12:37:10.57
PID: 20ED8965
Process name: TCPIP$NTP_1
Username: TCPIP$NTP
Process owner: [TCPIP$AUX,TCPIP$NTP]
Image name: $4$DKA807:[SYS0.SYSCOMMON.][SYSEXE]LOGINOUT.EXE
Remote node id: 0 (0.0)
Remote username: TCPIP$NTP
Status: %LOGIN-F-ACNTEXPIR, your account has expired; contact your system manager
8060SF03 HNAC$
%%%%%%%%%%% OPCOM 12-AUG-2005 12:37:10.58 %%%%%%%%%%%
Message from user INTERnet on HNAC
INTERnet ACP Error during process startup, Nolisten Service Disabled - NTP Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 06:37 AM
08-12-2005 06:37 AM
Re: NTP on OpenVMS?
You are my hero!!! doing the reply/enable allowed me to see my tcpip$ntp account had expired. I reset the paramaters and now NTP is running.
Thanks to all who help me with this. I love this forum!!!!!
Scott
- « Previous
-
- 1
- 2
- Next »