- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP Network Time Sources on HP-UX
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
11-22-2005 12:50 AM
11-22-2005 12:50 AM
I simply don't like manually adjusting the clock on an HP-UX system running a DBMS and scheduled jobs all day long.
Does anyone in the forums has good experience with setting up NTP on HP-UX ? Is it free ? Is a good practice to do so ?
Regards,
Franky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 01:02 AM
11-22-2005 01:02 AM
SolutionIt's free; it's supported' it's easy.
There is an excellent guide in the "Installing and Administering Internet Services" manual in chapter-7.
You can find an external source to which to synchronize your server, here:
http://ntp.isc.org/bin/view/Servers/WebHome
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 01:05 AM
11-22-2005 01:05 AM
Re: NTP Network Time Sources on HP-UX
You can even use SAM to set up your NTP environment. Go to SAM > Time > NTP Sources.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 01:24 AM
11-22-2005 01:24 AM
Re: NTP Network Time Sources on HP-UX
I guess not ... I suppose all time information is communicated in UTC/GMT and gets on the server translated into the correct TZ display output ?
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 01:59 AM
11-22-2005 01:59 AM
Re: NTP Network Time Sources on HP-UX
edit /etc/rc.config.d/netdaemons and change:
export NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
edit ntp.conf and add:
server
driftfile /etc/ntp.drift
Start the time daemon:
/sbin/init.d/xntpd start
As long as the TZ variable is set correctly on both the time source and client systems, it won't matter what timezone the systems are in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 02:05 AM
11-22-2005 02:05 AM
Re: NTP Network Time Sources on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 02:10 AM
11-22-2005 02:10 AM
Re: NTP Network Time Sources on HP-UX
broadcast nnn.nnn.nnn.255 version 3
fudge 127.127.1.1 stratum 10
server 127.127.1.1
driftfile /etc/ntp.drift
The broadcast is the broadcast address for your network. I also had to "touch /etc/ntp.drift" before starting xntpd.
On the clients I use the lines:
driftfile /etc/ntp.drift
server hostname(ip address) version 3
where hostname(ip address) is either the hostname OR ip address of the server created above.
To start the daemon edit the /etc/rc.config.d/netdaemons file and set the following:
export NTPDATE_SERVER="hostname"
export XNTPD=1
export XNTPD_ARGS=
The NTPDATE_SERVER="hostname" is only required on the clients and should includ ethe hostname or ip address of your NTP server.
Filally issue /sbin/init.d/xntpd start on the server machines then the rest of your clients.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 04:19 AM
11-22-2005 04:19 AM
Re: NTP Network Time Sources on HP-UX
this thread might provide you with some interesting reading on XNTPD and HP's support statement
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=971488&admit=-682735245+1132679858328+28353475
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2005 07:11 PM
11-22-2005 07:11 PM
Re: NTP Network Time Sources on HP-UX
I'll go through your suggestions and links.
Best regards,
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 10:18 PM
11-24-2005 10:18 PM
Re: NTP Network Time Sources on HP-UX
Asia have so many NTP time server in a pool.
By other hand, if you need correct time source, you must connect to Internet or use GSP/Sate equipments.