- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to setup ntp server in hpux
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-13-2005 07:14 PM
11-13-2005 07:14 PM
Can some body help me in setting up ntp server in hpux 11..
Thanks
BInu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 07:18 PM
11-13-2005 07:18 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=550229
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 07:20 PM
11-13-2005 07:20 PM
Re: how to setup ntp server in hpux
http://docs.hp.com/en/B2355-90147/ch07.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 08:23 PM
11-13-2005 08:23 PM
Re: how to setup ntp server in hpux
Check the url below (docID : UOTHKBAN00000796) about 'How can I setup NTP without using SAM?' :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062686582
And this url also (docID : KBRC00015667) about 'How do I configure a local NTP server?' *this one with SAM* :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000081573208
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 08:29 PM
11-13-2005 08:29 PM
Re: how to setup ntp server in hpux
See the doc attached by me in the following ITRC thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=850253
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2005 08:36 PM
11-13-2005 08:36 PM
Re: how to setup ntp server in hpux
You need to do only two changes on both server and client to achive this.
On server edit /etc/ntp.conf and put a entry in the end
server 127.127.1.1
On Client make entry in /etc/rc.config.d/netdaemons like this ( Change existing entry only)
export NTPDATE_SERVER="xx.xx.xx.xx"
export XNTPD=1
(Where xx.xx.xx.xx is the IP of the ntp server.)
And in /etc/ntp.conf make this entry in the end
server xx.xx.xx.xx
After this start ntp daemon in both server and client by
#/sbin/init.d/xntpd stop
#/sbin/init.d/xntpd start
Schronization may take some time depending upon the time differences in the server and the clients. Once synched a message will sppear in syslog.log like this.
Nov 9 23:54:52 client_hostname xntpd[1292]: synchronized to xx.xx.xx.xx, stratum=4
HTH,
Devender