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-06-2000 11:56 AM
07-06-2000 11:56 AM
NTP
10.20 or 11.00 a stratum-1 server?
In the documention it states to do this by making a NFS diskless file and setting it as stratum-1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 12:18 PM
07-06-2000 12:18 PM
Re: NTP
Go to http://www.eecis.udel.edu/~ntp/ntpfaq
The University of Delaware
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 12:56 PM
07-06-2000 12:56 PM
Re: NTP
I assume that you want one of your local servers to serve as the master clock for one or more others. If that is, in fact, the case, edit /etc/ntp.conf on the "master" and add the entry "server 127.127.1.1" at the end. Then, for each of the "slaves" add the line "server x.x.x.x" or "server xxx.xxx.xxx" to the end of each /etc/ntp.conf, where 'x.x.x.x' is the IPADDRESS of your "master", or the DNS name of the same if you are using DNS.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2000 01:22 PM
07-06-2000 01:22 PM
Re: NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 07:55 AM
07-07-2000 07:55 AM
Re: NTP
i want to set one server as my time source and broadcast it's time (right or wrong) to all the other servers
ive tried setting the main server as
server 127.127.1.1
and the others calling to that server but i get that
no server suitable for synchronization found
message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 08:13 AM
07-07-2000 08:13 AM
Re: NTP
then run /sbin/init.d/xntpd start
do a ps -ef | grep [x]ntpd to ensure that the xntpd is running on the reference server.
now try synchronising the time from another server with:
ntpdate -v
you should get more verbose information about what may be wrong...
good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 08:23 AM
07-07-2000 08:23 AM
Re: NTP
Thanks all for the help
and James (JRF) reply to this and ill give ya more points heh
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2000 12:16 PM
07-07-2000 12:16 PM
Re: NTP
Glad to have been of help. Kofi's additions were certainly quite germane.
I have found the /usr/sbin/ntpq utility to be useful in checking the state of [x]ntpd services and/or that time synchronization is occuring. Check the man pages for 'ntpq' and/or the "Installing and Administering Internet Services" manual.
...JRF...