- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP Configuration.
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
12-04-2001 11:05 AM
12-04-2001 11:05 AM
NTP Configuration.
appreciate your assistance.
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:13 AM
12-04-2001 11:13 AM
Re: NTP Configuration.
server navobs1.wustl.edu version 3 prefer
navobs1.wustl.edu ip address is 128.252.19.1
I would then sync all the time on your network to this local timeserver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:15 AM
12-04-2001 11:15 AM
Re: NTP Configuration.
To find out more about NTP check this out.
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=20011204-111728
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:16 AM
12-04-2001 11:16 AM
Re: NTP Configuration.
To synchronize your server time to another server, just add a line in /etc/ntp.conf file,
server ip_add_of_time_server version 3 prefer
The details on adding version 3 prefer and other options are mentioned as comment in /etc/ntp.conf file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:20 AM
12-04-2001 11:20 AM
Re: NTP Configuration.
polling setting ?
And the line you mentioned is simply
server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:42 AM
12-04-2001 11:42 AM
Re: NTP Configuration.
The driftfile can be nice to have, though, if you ever want to see the last step that was taken. Be sure to actually create the file if you specify it. (I usually create the file with a '1' entered in it...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 11:55 AM
12-04-2001 11:55 AM
Re: NTP Configuration.
Before you configure it,
make sure the ntp daemon is shutoff (ps -ef |grep ntp
and kill the pid if it exists)
**
edit /etc/ntp.conf file
and see whether you have a
"server" entry at the end of the file (not commented!).
Change it (or correct it) to
server
Edit /etc/rc.config.d/netdaemon and
export NTPDATE_SERVER="
XNTP=1
to start it
/sbin/init.d/xntpd start
Wait for 5 minutes and
check it by ntpq -p
***
This is the setting i have on my system and it works fine.
HTH
raj