- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ntpdate command gives error
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
11-17-2006 07:08 PM
11-17-2006 07:08 PM
ntpdate command gives error
I have configured ntp client/server and
when i use ntpdate command it gives following error.
/ # ntpdate 10.22.28.204
18 Nov 13:27:21 ntpdate[22959]: no server suitable for synchronization found
My configuration is as follows.
ntp server IP 10.22.28.204
server configuration in /etc/ntp.conf
server 127.127.1.1 # local clock
fudge 127.127.1.1 stratum 8
client IP 10.22.28.9
client conf in /etc/ntp.conf
## Configuration for cityfa server as ntp server
server 10.22.28.204
driftfile /var/adm/ntp.drift.client
when ntp daemon is not running on server
and if i issue ntpdate 10.22.28.204 on client
it gives above error.
I am not able to sinc the client time with server time, what is going wrong?
Pl. help.
-Santosh Mhaskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 08:09 PM
11-17-2006 08:09 PM
Re: ntpdate command gives error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 08:21 PM
11-17-2006 08:21 PM
Re: ntpdate command gives error
I have to use -b option with ntpdate,
ntpdate -bv
Thanks RAC for ur help.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 03:37 AM
11-21-2006 03:37 AM
Re: ntpdate command gives error
Please take a moment to assign points to those who have take the time to assist you, here's how:
http://forums1.itrc.hp.com/service/forums/bizsupport/helptips.do?#33
Thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 03:41 AM
12-22-2006 03:41 AM
Re: ntpdate command gives error
root@caramello [/]
# ntpdate -b 0.us.pool.ntp.org
22 Dec 11:39:32 ntpdate[8567]: no server suitable for synchronization found
root@caramello [/]
# ntpq -p 0.us.pool.ntp.org
remote refid st t when poll reach delay offset disp
==============================================================================
*ONCORE(0) .GPS. 0 l - 16 377 0.00 -0.011 0.24
xnist1-ny.witime .ACTS. 1 u - 64 377 8.22 4.070 4.50
Why do I get the "no server suitable for synchronization found" ? xntpd is not running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 05:38 AM
12-22-2006 05:38 AM
Re: ntpdate command gives error
How can I instruct xntpd to do the same thing as ntpdate - use an unpriviledged port for outgoing packets (ntpdate -u)?