- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP issue
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-06-2008 05:22 AM
11-06-2008 05:22 AM
NTP issue
I have installed NTP server and there is seconds diffetent in client so could you tell me the reasion and how to resolve
Thanks
Nanda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 06:41 AM
11-06-2008 06:41 AM
Re: NTP issue
It may be the system time is more than an hour different from the time server in ntp.conf, which would prevent ntp from adjusting the system clock under certain OS levels.
It may be bad time servers.
The firewall could be blocking port 123 access from the firewall to this machine. Commonly ntp is closed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 05:36 PM
11-06-2008 05:36 PM
Re: NTP issue
IIRC HP-UX at initial startup will query an NTP server via the ntpdate command. That will do an initial setting of the clock, and after that the xntpd should be much happier. You can make sure that happens by editing /etc/rc.config.d/netdaemons to make sure that NTPDATE_SERVER is set.
Also, on the NTP server, run ntpq and a "peers" command:
$ ntpq
ntpq> peers
Your server will not serve time to any clients until it has synchronized to a higher stratum (lower number) server.
Also, you should strive to point your NTP server at at least three sources of time so its "false ticker" heuristics can weed-out bad time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2008 10:07 PM
11-06-2008 10:07 PM
Re: NTP issue
Please post below command output
$ntpq -c rv
$ntpq -p
$ps -ef | grep xntpd
In case if you want to sync time manually with time server stop xntpd and run
$ntpdate ntpservername
Regards,
Javed Khan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2008 01:26 AM
11-07-2008 01:26 AM