- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change ntp server
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
Discussions
Discussions
Discussions
Forums
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
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-04-2002 10:03 PM
тАО03-04-2002 10:03 PM
change ntp server
1. change server ip in /etc/ntp.conf
server
2. add broadcast in /etc/ntp.conf,cause other boxes should use A as their ntp server,and these boxes ip is 192.168.*.*,so i write:
broadcast 192.168.255.255
3./sbin/init.d/xntpd stop
4./sbin/init.d/xntpd start
is it right??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 10:17 PM
тАО03-04-2002 10:17 PM
Re: change ntp server
# ifconfig lan0
Otherwise your steps should work fine. After changes are made check it by running ..
# /usr/sbin/ntpq -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 10:46 PM
тАО03-04-2002 10:46 PM
Re: change ntp server
it show:
usage: /usr/sbin/xntpd [ -abdgmx ] [ -c config_file ] [ -e e_delay ]
[ -f freq_file ] [ -k key_file ] [ -l log_file ][ -p pid_file ] [ -r broad_delay ] [ -s statdir ][ -t trust_key ] [ -v sys_var ] [ -V default_sysvar ]
what's the matter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 10:58 PM
тАО03-04-2002 10:58 PM
Re: change ntp server
It should be
/sbin/init.d/xntpd start
NOT:
/usr/sbin/xntpd start
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 11:00 PM
тАО03-04-2002 11:00 PM
Re: change ntp server
1) IP address in /etc/ntp.conf is wrong
2) Check to make sure /etc/services has these entries ..
ntp 123/tcp
ntp 123/udp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 11:34 PM
тАО03-04-2002 11:34 PM
Re: change ntp server
#ntpdate
5 Mar 15:34:46 ntpdate[1072]: no server suitable for synchronization found
is there something i forget to config in server or client /etc/ntp.conf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2002 11:39 PM
тАО03-04-2002 11:39 PM
Re: change ntp server
selected by the ntpdate command is not itself sync up. NTP servers need to be sync up before they will handle requests from NTP clients. Check on te ntp server ..
# ntpq -p
Look for a entry that has a "*" in the left-most position of the "remote" field. If
it is not seen, then either another server must be chosen for your NTP client,
or the server needs to be sync up to someone before it can handle the ntpdate request from your client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 12:14 AM
тАО03-05-2002 12:14 AM
Re: change ntp server
but in another box, use the same way ,i cant bulit xntpd when i use /sbin/init.d/xntpd start
i am so confused.why?
the two boxes are all connect to ntp server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 12:26 AM
тАО03-05-2002 12:26 AM
Re: change ntp server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 12:37 AM
тАО03-05-2002 12:37 AM
Re: change ntp server
what does it mean?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 12:44 AM
тАО03-05-2002 12:44 AM
Re: change ntp server
2) Stratum 10 means it's not a reliable time source. Basically this is a measure of distance to the true source of time. The GPS clock is stratum=0, the NTP daemon attached to the GPS clock is stratum=1, and others
(one more step away) are considered stratum=2 by all of their clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 01:03 AM
тАО03-05-2002 01:03 AM
Re: change ntp server
/usr/sbin/ntpq: read: Can't assign requested address
does it mean i need to reboot it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2002 01:15 AM
тАО03-05-2002 01:15 AM
Re: change ntp server
Do you have a firewall between them ? If yes please check to make sure port 123 is open for inbound/outbound signals.