- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP issues
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
09-20-2004 09:56 PM
09-20-2004 09:56 PM
NTP issues
I am trying to configure NTP
I can ping the remote NTP server.
When I start the xnptd process.
The ntpq command comes back succesfully
When I stop the xntpd process to run a ntpdate
command to the remote NTP server it fails with
ntpdate[1661]: no server suitable for synchronization found
When I run the ntpq -q server command with the xntpd not running it fails with
timed out, nothing received
***Request timed out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 10:53 PM
09-20-2004 10:53 PM
Re: NTP issues
Please post your ntp config file here.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:37 PM
09-20-2004 11:37 PM
Re: NTP issues
maybe you made some mistakes configuring
ntp.conf
Check /etc/ntp.conf For:
1) Server name or IP
2) Stratum level
3) drift file.(optional)
I have heard for the first synchronisaton it will take time ( say about 15 minutes also)
Pls revert back with /etc/ntp.conf file ...
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 11:38 PM
09-20-2004 11:38 PM
Re: NTP issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:11 AM
09-21-2004 12:11 AM
Re: NTP issues
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=291427
Check this page for information.
MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 03:06 AM
09-21-2004 03:06 AM
Re: NTP issues
When you pinged did you ping by IP address or name? Do both work?
Are you sure the ntp server is setup correctly and working? Do other devices already sync to it?
Make sure your system clock is set to something very close to and preferably slightly behind ntp time. ntp doesn't like to make large changes and Unix gets very nervous about running the clock backwards.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 03:14 AM
09-21-2004 03:14 AM
Re: NTP issues
Pls check your reference server and the check the conf file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 03:14 AM
09-21-2004 03:14 AM
Re: NTP issues
If the ntp daemon "xntpd" is not running, how do you expect to get and output from ntpq -p command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 02:55 AM
09-22-2004 02:55 AM
Re: NTP issues
Anyhow, you should see non-zero values for "reach" or "reachable" or whatever that column is called in the output of "peers" in ntpq. And then before too long you should see a "*" (IIRC, doublecheck the ntpq manpage) next to the name of one of your time sources indicating that time is now synchronized.
also, as a longshot, you might triple check the spelling on server_name and verify you have the complete syntax correct for ntpdate - IIRC there should be an ntpdate manpage to assist with the latter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 03:53 AM
09-22-2004 03:53 AM
Re: NTP issues
http://www.opus1.com/mnetdoc/admin_guide/Ch14.htm
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 07:13 PM
09-26-2004 07:13 PM
Re: NTP issues
Thanks
Stuart