- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with NTP
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-01-2004 09:11 PM
06-01-2004 09:11 PM
Problem with NTP
bind() fd 12, family 2, port 123, addr cb5c80bf, in_classd=0 flags=0 fails: Address already in use
how can i over come it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 09:17 PM
06-01-2004 09:17 PM
Re: Problem with NTP
ntp 123/udp # Network Time Protocol
Is the port 123 used by some other service?
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 09:26 PM
06-01-2004 09:26 PM
Re: Problem with NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 09:38 PM
06-01-2004 09:38 PM
Re: Problem with NTP
#ntpq â p
I also tried to start NTP with
#/sbin/init.d/xntpd start
and got the following message in the syslog:
Jun 2 15:25:44 dev xntpd[4800]: bind() fd 4, family 2, port 123, addr 00000000, in_classd=0 flags=1 fails: Address already in use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 09:39 PM
06-01-2004 09:39 PM
Re: Problem with NTP
#ntpq -p
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 09:44 PM
06-01-2004 09:44 PM
Re: Problem with NTP
what is the output of
#netsat -na |grep 123 or
#netstat -na -p udp |grep 123
Is 123 port in only Listen state. or it's in established state .
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:01 PM
06-01-2004 10:01 PM
Re: Problem with NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:11 PM
06-01-2004 10:11 PM
Re: Problem with NTP
/etc/rc.config.d/netdaemons
/etc/ntp.conf file
/etc/TIMEZONE
/etc/services
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:18 PM
06-01-2004 10:18 PM
Re: Problem with NTP
so far no funny characters on site
Jun 2 18:11:23 aaa2 xntpd[7654]: xntpd version 3.5f: Tue Jun 25 12:40:32 IST 2002 PHNE_27223
Jun 2 18:11:23 aaa2 xntpd[7654]: tickadj = 625, tick = 10000, tvu_maxslew = 61875
Jun 2 18:11:23 aaa2 xntpd[7654]: precision = 8 usec
Jun 2 18:11:23 aaa2 xntpd[7654]: bind() fd 12, family 2, port 123, addr cb5c80bf, in_classd=0 flags=0 fails: Address already in use
so far this is what the syslog showing
still in deep confusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:29 PM
06-01-2004 10:29 PM
Re: Problem with NTP
Jun 2 16:13:45 dev xntpd[20059]: tickadj = 625, tick = 10000, tvu_maxslew = 61875
Jun 2 16:13:45 dev xntpd[20059]: precision = 9 usec
Jun 2 16:13:45 dev xntpd[20059]: bind() fd 4, family 2, port 123, addr 00000000, in_classd=0 flags=1 fails: Address already in use
However following command verify the NTP server configuration (and its association with peer servers).
dev#ntpq -p
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:38 PM
06-01-2004 10:38 PM
Re: Problem with NTP
Make sure your system can talk to the NTP servers you are going to use. Most firewalls deny access on port 123 so you must enable the port on your firewall. To test access, use ntpq (or xntpdc) with:
ntpq -p external.hp.com
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 10:40 PM
06-01-2004 10:40 PM
Re: Problem with NTP
/etc/rc.config.d/netdaemons
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:34 PM
06-02-2004 01:34 PM
Re: Problem with NTP
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:00 PM
07-13-2005 01:00 PM