- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ntpdate -B succeeds, xntp start fails
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
02-21-2007 07:14 AM
02-21-2007 07:14 AM
/etc/ntp.conf contains one line:
server 10.231.0.140 version 3 prefer
If I issue ntpdate command it works great:
>ntpdate -B 10.231.0.140
21 Feb 14:09:58 ntpdate[12599]: adjust time server 10.231.0.140 offset -0.002015 sec
When I try to start xntpd it fails:
>/sbin/init.d/xntpd start
21 Feb 14:11:43 ntpdate[12754]: no server suitable for synchronization found
What gives?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 07:43 AM
02-21-2007 07:43 AM
Re: ntpdate -B succeeds, xntp start fails
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 07:52 AM
02-21-2007 07:52 AM
Re: ntpdate -B succeeds, xntp start fails
This doesn't apply here as the ntpdate request goes through just fine.
What is the reasoning behind waiting 15 minutes? I've been at this for a couple hours now and the Windows NTP server has been up throughout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 08:19 PM
02-21-2007 08:19 PM
Re: ntpdate -B succeeds, xntp start fails
My config line reads :
server 999.888.777.1 key 2000 minpoll 6 prefer
Good luck
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 08:28 PM
02-21-2007 08:28 PM
Solutionthis is a "P.S" to the previous reply.
You also ahve to add the following lines to /etc/rc.config.d/netdaemons
export NTPDATE_SERVER=hostname.blabla.bla.com
XNTPD=1
export XNTPD_ARGS=
Waiting a few minutes as earlier advised by Ivan is because it could take a few minutes for xntpd daemon to stabalise.
Verify the NTP server config by typing ntpq -p
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 02:05 AM
02-22-2007 02:05 AM
Re: ntpdate -B succeeds, xntp start fails
I must have checked my /etc/rc.config.d/netdaemons file 5 times yesterday and it looked just great at the time. This morning, I realized that the IP address for the time server was entered incorrectly.
Fixed that and now xntpd is working like a champ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 02:07 AM
02-22-2007 02:07 AM
Re: ntpdate -B succeeds, xntp start fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2007 04:36 AM
02-22-2007 04:36 AM