- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- ntp server in Linux
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
Discussions
Discussions
Discussions
Forums
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
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:16 PM
тАО11-13-2005 07:16 PM
ntp server in Linux
Can some body help me in setting an NTP server in Red hat Linux
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2005 07:26 PM
тАО11-13-2005 07:26 PM
Re: ntp server in Linux
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2005 09:45 PM
тАО11-13-2005 09:45 PM
Re: ntp server in Linux
vi /etc/ntp.conf
Set a valid time server
#check and see if its set to auto start
chkconfig --list | grep ntp
ntpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
Above is on.
Lets say its not on.
chkconfig nptd on
# one time start of the service
service ntpd start
ntpq -p
See how its synching with the time server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2005 10:11 PM
тАО11-13-2005 10:11 PM
Re: ntp server in Linux
These are sufficient:
http://www.halley.cc/ed/linux/howto/ntp.html
http://www.brandonhutchinson.com/Using_ntp_with_Red_Hat_Linux.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2005 12:32 AM
тАО11-14-2005 12:32 AM
Re: ntp server in Linux
This site is much descriptive on various Linux configurations, NTP also.
http://www.siliconvalleyccie.com/linux-hn/ntp.htm
Regards
Silju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2005 02:51 AM
тАО11-14-2005 02:51 AM
Re: ntp server in Linux
I suggestion you search google use key word "ntp howto". Many solution will be comes out.
http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=AMSA,AMSA:2005-46,AMSA:en&q=ntp+howto
NiCK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2005 01:13 AM
тАО11-15-2005 01:13 AM
Re: ntp server in Linux
http://www.eecis.udel.edu/~mills/ntp/html/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2005 05:32 AM
тАО11-15-2005 05:32 AM
Re: ntp server in Linux
:)
also look at pool.ntp.org for a set of well-maintained *and* public stratum 2/3 servers.
florian