- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Regarding NTP confign
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-24-2008 02:33 AM
07-24-2008 02:33 AM
Regarding NTP confign
i have a setup of 3 servers which i need to maintain same time in all 3 servers...
in short i have to configure ntp...
but what shuld be d ref clock that i must use ???? ...
out of which 2 r in cluster...my applcn is not time dedpendent until nw...
but an addn of an applcn will make it nw..
so i have to adjust all 3 servers clock immedtly...
Kindly guide me through the confign plzz...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 02:44 AM
07-24-2008 02:44 AM
Re: Regarding NTP confign
1) Edit " /etc/rc.config.d/netdaemons " file on the servers as follows : export NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
2)Edit " /etc/ntp.conf " file in the server with the below entries at the end of the file :
server
3) To Maually start xntpd daemon : # /sbin/init.d/xntpd start
ON the other server :
1)Edit " /etc/rc.config.d/netdaemons " file on the clients side as follows :
export NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
2)Edit " /etc/ntp.conf " file on the other server and add below entries at the end of the file:
server
3)#/sbin/init.d/xntpd start
In case the time synchronisation doesn't start it will definately start at the reboot of respective servers. 95 % it will start w/o reboot.
***Also note the following Two Points:-
1. We put following lines in ntp.conf for a time server that uses its own internal clock.
server 127.127.1.1
fudge 127.127.1.1 stratum=10
The IP address (127.127.1.1) is psuedo IP address that identifies that local system as a time source.
2. In case of client following entries are right
server pluto (
driftfile /etc/ntp.drift
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 02:47 AM
07-24-2008 02:47 AM
Re: Regarding NTP confign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 03:34 AM
07-24-2008 03:34 AM
Re: Regarding NTP confign
what should i be mentioning in the following lines..i mean which IP ...can i give my primary node IP ????
"""1) Edit " /etc/rc.config.d/netdaemons " file on the servers as follows : export NTPDATE_SERVER= 10.1.4.xxxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 03:42 AM
07-24-2008 03:42 AM
Re: Regarding NTP confign
You use one of server as NTP server and remaining are clients. but you need to check the NTP servers timings periodically.
use NTP servers IP addr in clients for update timings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 04:38 AM
07-24-2008 04:38 AM
Re: Regarding NTP confign
U can also check below thread:-
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1243151
BR/
Yaqub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2008 04:57 AM
07-24-2008 04:57 AM
Re: Regarding NTP confign
You r corrcet... it is the primary node IP.