- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NTP set up
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-23-2008 02:51 AM
06-23-2008 02:51 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 02:57 AM
06-23-2008 02:57 AM
Re: NTP set up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 03:30 AM
06-23-2008 03:30 AM
Re: NTP set up
if you have an NTP server, do the following;
1- vi /etc/hosts
x.x.x.x timeserver
2- edit the /etc/rc.config.d/netdaemons file
like,
NTPDATE_SERVER=â timesrv.fun.comâ
XNTPD=1
3- edit /etc/ntp.conf
server timesrv.fun.com
driftfile /etc/ntp.drift
4- /sbin/init.d/xntpd start
5- ntpq -p use this command to preview.
6- you can also use ntpdate -b timesrv.fun.com to set time.
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 04:08 AM
06-23-2008 04:08 AM
Solutionntp is the network time protocol service while xntpd is nothing but the daemon which is must to run the ntp service.
Follow this steps:
Login as root to SRV1 server and:
1) Edit " /etc/rc.config.d/netdaemons " file on the SRV1 Server as follows : export NTPDATE_SERVER=
export XNTPD=1
export XNTPD_ARGS=
2)Edit " /etc/ntp.conf " file in the SRV1 server with the below entries at the end of the file :
server
3) To Maually start xntpd daemon : # /sbin/init.d/xntpd start
ON SRV2 side :
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 SRV2 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.
Best Regards,
Ernesto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2008 04:22 AM
06-23-2008 04:22 AM
Re: NTP set up
It is very desirable to have at least three external time sources. I suggest using the NTP Pool services in your region or close to it:
http://www.pool.ntp.org/
Regards!
...JRF...