- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- synchronize time wih 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-20-2002 01:41 PM
06-20-2002 01:41 PM
I want to synchronize the time in my workstation with NTP. I have some question:
1. Where is NTP server?
2. How to configure?
Would someone please help me?
Thanks a lot for your help!
Zhiyong
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:48 PM
06-20-2002 01:48 PM
Solutionserver 192.5.41.40 #tick.usno.navy.mil
driftfile /etc/ntp.drift
then
#touch /etc/ntp.conf
Then
Start ntp daemon and your server is setup
#/usr/sbin/xntpd
to make sure it start at boot time edit /etc/rc.config.d/netdaemons file and replace
export XNTPD=0
with
export XNTPD=1
to verify
#ntpq -p
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:56 PM
06-20-2002 01:56 PM
Re: synchronize time wih NTP
1 - Where is NTP server. Usually this would come from web, or you can buy a really accurate clock. But usually you just pick a few servers and let them come to a consesnus (you could pick one server as the master if you wish, but how do you know it is correct). I think the time servers are split into "stratums" (not too sure if this is the word) to share out the load.
Stratum1 ==> biggest most accurate atomic clock, I believe it is in Grenwitch
stratum2 ==> refere to stratum 1, usually a web clock
stratum3 ==> refers to stratum2, (I'm now starting to fog up).
2 man xntp and or ntp.conf read it there, but basically it goes something like this...
edit /etc/rc.config.d/xntp & make NTP=1
edit /etc/ntp.conf appropriately
/sbin/init.d/xntp start
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 01:57 PM
06-20-2002 01:57 PM
Re: synchronize time wih NTP
Here is the detailed document for your help :
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/63-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/63-toc.html&searchterms=NTP&queryid=20020604-134101
Follow this link.:http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x75cba1abbac8d5118ff10090279cd0f9,00.html
You can also may try using SAM , though it is not requierd as you have just change in 2-3 files.
All the Best.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 11:22 PM
06-20-2002 11:22 PM
Re: synchronize time wih NTP
Thanks for your help. All the discussion is really helpful to me.
zhiyong