- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP role in clustering
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
05-31-2004 04:06 PM
05-31-2004 04:06 PM
NTP role in clustering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:56 PM
05-31-2004 09:56 PM
Re: NTP role in clustering
Hi,
your systems wont have any trouble if dont use NTP, but for the safe of your applications, the time on your 2 nodes must be close. In our case we resync the time once a week with a ntp query on a real time server (using ntpdate).
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 11:20 PM
05-31-2004 11:20 PM
Re: NTP role in clustering
NTP is not a must for clustering but it's recommended. If you are using Real time application it becom more imoportent.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 11:53 PM
05-31-2004 11:53 PM
Re: NTP role in clustering
our cluster doesn't care about time differences between the nodes, but our SAP application does. So as said above I think it depends on the applications you're running if you need NTP or not.
regards,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 12:00 AM
06-01-2004 12:00 AM
Re: NTP role in clustering
Lets say Oracle is one of the packages in the cluster. It can get whacky if the last transaction is before(in time terms) the time the database is being started.
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
06-01-2004 06:41 PM
06-01-2004 06:41 PM
Re: NTP role in clustering
If you have tried stepping through the /var/adm/messages and ../../current/daemon.log and kern.log with a time skew between the systems ..... !!!
I would definately recommend setting them up with NTP, and if you do not have a timeserver or the possibility to go out on internet, you could set up the two servers the old ASE cluster way.
Let one be server and the other sync on it.
regards MArtin ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:13 AM
06-02-2004 02:13 AM
Re: NTP role in clustering
#/etc/ntp.conf on NodeA
driftfile /etc/ntp/nodeA.ntp.drift
logfile /etc/ntp/nodeA.ntp.log
Peer nodeB.mynetwork.com
#server someNTPserver.outside.net
you'll be much happier with NTP running then not. there is nothing worse then forced downtime because a service thinks it's last transaction is in the future.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:19 AM
06-02-2004 02:19 AM
Re: NTP role in clustering
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 01:37 AM
06-03-2004 01:37 AM