- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- synchronization time between router and 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
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
07-19-2001 10:47 PM
07-19-2001 10:47 PM
synchronization time between router and server
How to use NTP to synchronizing the time between router and server ?
I have do this step as below:
1. ping the nearest CCH router,. In this example it is 199.40.233.129
/usr/sbin/ping 199.40.233.129
2. Stop xntpd daemon if it?s running
/sbin/init.d/xntpd stop
3. Edit /etc/rc.config.d/netdaemons file and set the following NTP variables as follows.
XNTPD=1
export NTPDATE_SERVER= 199.40.233.129
4. Edit /etc/ntp.conf and add this line
server 199.40.233.129
6. Start xntpd daemon
/sbin/init.d/xntpd start
But when I start xtnpd process, I got this error message...
20 Jul 09:29:03 ntpdate[19272]: no server suitable for synchronization found
Thanks.....
Kenneth..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:01 PM
07-19-2001 11:01 PM
Re: synchronization time between router and server
seems OK to me. Are you sure your router is broadcasting NTP?
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:15 AM
07-20-2001 12:15 AM
Re: synchronization time between router and server
Please advise, what do you mean by "router is broadcasting NTP"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:52 AM
07-20-2001 12:52 AM
Re: synchronization time between router and server
/sbin/init.d/xntpd stop
ntpdate your_router_address
this should return date & time if the router is set up as NTP broadcaster.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 01:46 AM
07-20-2001 01:46 AM
Re: synchronization time between router and server
Then you can setup the router as a ntp server to be stepped by it's time client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 02:01 AM
07-20-2001 02:01 AM
Re: synchronization time between router and server
/usr/sbin/ntpq is very useful in diagnosing time server problems.
# ntpq -p
...will show the associations between the various servers and their states. Be patient, since it takes 10-minutes or so for the time to synchronize.
If the time difference between your servers is 1000 seconds or greater, xntpd will ignore the servers time. If a client cannot find a server to which to synchronize in about 320 seconds, the xntpd daemon will die. Therefore, check the time differences when you startup and manually adjust them if necessary, first.
If you are running 11.x, 'date' has an opton to slowly slew time:
# date -a [-]sss[.fff]
"fff" is fractions of seconds. The adjustment can be negative or positive as shown.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 02:14 AM
07-20-2001 02:14 AM
Re: synchronization time between router and server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 06:34 PM
07-22-2001 06:34 PM
Re: synchronization time between router and server
How to I check the CCH router is NTP Enable or supported...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 07:32 PM
07-22-2001 07:32 PM
Re: synchronization time between router and server
Console> (enable) set ntp broadcastclient enable
NTP Broadcast Client mode enabled
Console> (enable) set ntp broadcastdelay 4000
NTP Broadcast delay set to 4000 microseconds
Console> (enable) show ntpThis example shows how to configure the NTP server address, enable NTP client mode on the switch, and verify the configuration:
Console> (enable) set ntp server 172.20.52.65
NTP server 172.20.52.65 added.
Console> (enable) set ntp client enable
NTP Client mode enabled
Console> (enable) show ntp
This example shows how to configure the NTP server address, enable NTP client and authentication modes on the switch, and verify the configuration:
Console> (enable) set ntp server 172.20.52.65 key 879
NTP server 172.20.52.65 with key 879 added.
Console> (enable) set ntp client enable
NTP Client mode enabled
Console> (enable) set ntp authentication enable
NTP authentication feature enabled
Console> (enable) show ntp
This example shows how to set the time zone on the switch:
Console> (enable) set timezone Pacific -8
Timezone set to 'Pacific', offset from UTC is -8 hours
Console> (enable)
This example shows how to set the clock adjusted for Pacific Daylight Time following the U.S. standards:
Console> (enable) set summertime enable PDT
Console> (enable) set summertime recurring
Summertime is enabled and set to 'PDT'
Console> (enable)
This example shows how to remove an NTP server address from the NTP server table:
Console> (enable) clear ntp server 172.16.64.10
NTP server 172.16.64.10 removed.
Console> (enable)
This example shows how to disable NTP client mode on the switch:
Console> (enable) set ntp broadcastclient disable
NTP Broadcast Client mode disabled
Console> (enable)
This example shows how to disable NTP client mode on the switch:
Console> (enable) set ntp client disable
NTP Client mode disabled
Console> (enable)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 07:54 PM
07-22-2001 07:54 PM
Re: synchronization time between router and server
Is all the routers are supported NTP ? Where we can check the routes are supported or not supported ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2001 08:21 PM
07-22-2001 08:21 PM
Re: synchronization time between router and server
in the command line, just input "set help"
in the output list there are many items, check it if there is one concern NTP, if there is one , then you can configure NTP according the help content.