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
06-08-2003 11:23 PM
06-08-2003 11:23 PM
Jun 9 09:19:43 nnoc-f4 xntpd[23347]: tickadj = 625, tick = 10000, tvu_maxslew = 61875
Jun 9 09:19:43 nnoc-f4 xntpd[23347]: precision = 27 usec
Jun 9 09:19:43 nnoc-f4 xntpd[23347]: bind() fd 11, family 2, port 123, addr c40150ff, in_classd=0 flags=0 fails: Can't assign requested
address
Please help!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:31 PM
06-08-2003 11:31 PM
Re: NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:39 PM
06-08-2003 11:39 PM
Re: NTP
What is the time diff between your server and the time server ?
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:48 PM
06-08-2003 11:48 PM
Re: NTP
(offset -0.000704 sec)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:53 PM
06-08-2003 11:53 PM
Re: NTP
Check if xntp is still running,
# ps -ef | grep ntp
kill the deamon and try again.
There is a patch for 11.11
JAGac20260 / SR 8606113990:
Description: "/sbin/init.d/xntpd stop" command does not terminate xntpd daemon.
http://www5.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_27223&context=hpux:800:11:11
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 11:58 PM
06-08-2003 11:58 PM
Re: NTP
can you ping correctly the ntp server ? It looks like yoyr sever is no longer reachable.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 12:00 AM
06-09-2003 12:00 AM
Re: NTP
http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_24512
This is the latest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 12:39 AM
06-09-2003 12:39 AM
Re: NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:17 AM
06-09-2003 01:17 AM
Re: NTP
ntp 123/udp #ntp Network Time Protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 01:26 AM
06-09-2003 01:26 AM
Re: NTP
May be there is a mis-typing.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2003 03:18 AM
06-09-2003 03:18 AM
Re: NTP
UNIX95= ps -fC xntpd
and also check the port after you shutdown xntpd as in:
/sbin/init.d/xntpd stop
lsof -i :ntp
If you don't have lsof (get a copy from http://hpux.connect.org.uk/) then use netstat -a | grep ntp and look for any processes that are holding the port open. This could be due to using kill -9 in the past.
Bill Hassell, sysadmin