- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP problems
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-17-2001 03:16 AM
09-17-2001 03:16 AM
NTP problems
Cheers
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 03:43 AM
09-17-2001 03:43 AM
Re: NTP problems
A couple of comments. It take about 320 seconds for synchronization to occur after startup. If the difference between your server's time and the time source provider is greater than 1000 seconds, the 'xntpd' daemon will die. Adjust the time on your server if/as necessary to meet this constraint.
If neither of the above conditions apply, it is possible that your server cannot see the time source. If a firewall is involved, make sure that ntp packets can cross it. Make sure, that the IP address of any external time source is correctly specified in any Network Address Translation (NAT) tables.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 04:29 AM
09-17-2001 04:29 AM
Re: NTP problems
You may have to run ntpdate on the client for the initial synchronization(make sure xntpd is down ) and once the clocks are synchronized, you may start the xntpd again.
Found this HP doc,
/Begin/
Error: no association id's and ntp DocId: KBRC00001953 Updated: 6/3/00 6:26:26 AM
PROBLEM
The error "no association ids" is being seen when trying to check on the
status of ntp syncronization by using the command "ntpq -p"
CONFIGURATION
10.x and 11.x systems
RESOLUTION
The ntpq command will display the status of the xntpd daemon running on
this system. When the error "no association ids" is seen, this means
that this unix system has not yet found or heard from a valid NTP server.
This is often caused by one of the following:
1) The NTP server selected in the /etc/ntp.conf file on this NTP client
cannot be reached thru the network.
2) The NTP server is not running the xntpd daemon
3) The NTP server selected is not sync'd up via NTP
ntp servers must be sync'd up to their own clocks or another NTP
server before they will respond to NTP clients trying to sync off of
them
Verify the server can be pinged, that its running the XNTPD daemon and
that its sync'd to itself or another NTP server (by using ntpq -p).
/End/
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 06:00 AM
09-17-2001 06:00 AM
Re: NTP problems
If I am correct you do not have xntpd running.
start it using
#/sbin/init.d/xntpd
To start it at boot time
#vi /etc/rc.config.d/netdaemons
and XNTPD=1
Check your /var/adm/syslog/syslog file it will gives you some hint.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 08:28 AM
09-17-2001 08:28 AM
Re: NTP problems
Try manually using ntpdate command.
#ntpdate -Bvd
The xntpd needs to be down to run ntpdate command.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2001 08:35 AM
09-17-2001 08:35 AM
Re: NTP problems
As Bill Hassell mentioned in another thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xb6388ffa98a2d5118ff10090279cd0f9,00.html
you have to keep in mind the impact of changing the time under some applications. For example, databases and DCE are two applications that are very sensative to big changes in time. If you have these running on your system, make sure to shut down the application before running ntpupdate.
-Santosh