- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why i cant start xntpd?
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
02-26-2002 07:17 PM
02-26-2002 07:17 PM
export NTPDATE_SERVER='NEW SERVER IP'
then i change it in /etc/ntp.conf
server new server ip
then i kill xntpd
but when i input xntpd to restart it,ps -ef cant find xntpd
and i use ntpq -p
it show:
ntpq:read: Can't assign requested address
what's wrong?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:25 PM
02-26-2002 07:25 PM
Re: why i cant start xntpd?
I also faced this problem once.
Only reboot helped me :(
Regards
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:29 PM
02-26-2002 07:29 PM
Re: why i cant start xntpd?
the box i changed is A
i want A to use B's clock,so i think B is A's NTP_server
B is use GPS to its NTP_server,but A cant ping to the box that own GPS ,so i should use B to help A .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:38 PM
02-26-2002 07:38 PM
Re: why i cant start xntpd?
ntpd listens at UDP port 123:
ntp 123/udp
Verify that the UDP socket has been released after you kill the daemon ie.:
# netstat -f inet
If it is still in LISTEN or TIME_WAIT or CLOSE_WAIT state, then it is still bound to the socket.
You will need to wait for the socket to be released before you can use it on your nptd server.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:41 PM
02-26-2002 07:41 PM
Re: why i cant start xntpd?
The standard procedure is not to kill xntpd but to stop and start it if a change in ntp configuration is made and to effect that change.
/sbin/init.d/xntpd stop
/sbin/init.d/xntpd start
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 07:55 PM
02-26-2002 07:55 PM
Re: why i cant start xntpd?
i have try this:
/sbin/init.d/xntpd start
but look this:
ntpq -p
ntpq: read: Can't assign requested address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:15 PM
02-26-2002 08:15 PM
Re: why i cant start xntpd?
/sbin/init.d/xntpd start
27 Feb 12:16:01 ntpdate[1764]: step time server 192.168.29.3 offset 0.000435 sec
xntpd
is it right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2002 08:22 PM
02-26-2002 08:22 PM
Re: why i cant start xntpd?
Your xntpd client issued the ntpdate command and appears to have communicated with your xntpd server to retrieve the offset. Looks alright to me.
Hope this helps. Regards.
Steven Sim Kok Leong