- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP configuration question
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
03-02-2007 12:56 AM
03-02-2007 12:56 AM
NTP configuration question
Since DST is near, I want to make sure time is syncronized. If time synchronization does not work properly, how to disable it?
Here is a little info from my server (9000/800/SD32000--HP-UX 11i):
grep ntp /var/adm/syslog/syslog.log
Feb 26 15:08:05 ods xntpd[1163]: synchronisation lost Feb 26 15:13:24 ods xntpd[1163]: synchronized to {IP_Address}, stratum=2
ps -ef|grep -i ntp
root 1163 1 0 Dec 15 ? 3:18 /usr/sbin/xntpd
/etc/ntp/ does not exist
/etc/ntp.conf has only one line:
server {IP_Address} version 3 prefer
Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 01:05 AM
03-02-2007 01:05 AM
Re: NTP configuration question
to find the standard time sources and synchronize the system with it use the ntpdate command. here is the man page for it.
http://docs.hp.com/en/B2355-90129/ntpdate.1M.html
sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 01:06 AM
03-02-2007 01:06 AM
Re: NTP configuration question
To assess whether or not synchronization has occured and to assess how good your time sources are, use 'ntpq -pn'. See:
http://docs.hp.com/en/B2355-90774/ch04.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 01:12 AM
03-02-2007 01:12 AM
Re: NTP configuration question
this will give you the complete details for configuring NTP.
http://docs.hp.com/en/B2355-90147/ch07.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2007 01:41 AM
03-02-2007 01:41 AM
Re: NTP configuration question
> Since DST is near, I want to make sure time is syncronized. If time synchronization does not work properly, how to disable it?
Let me be very clear. NTP works in UTC (GMT). The Network Time Protocol doesn't know *anything* about daylight time transitions. The notion of localtime is governed by a 'timezone' as an offset (+-) from UTC.
Again, use 'ntpq -pn' to assess your synchronization and the appropriateness of your chosen time servers.
Regards!
...JRF...