If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 (HADR) and time synchronization service

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-10, 16:49
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
DB2 (HADR) and time synchronization service

NTP can be used to keep HADR servers in sync. Are there any other clock synchronization services that can be used with DB2 (HADR)? v9.7 / Linux.

Thanks
Reply With Quote
  #2 (permalink)  
Old 06-15-10, 18:13
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
I doubt there are any. NTP is the standard (the only standard, as far as I know).

What's the problem with NTP?

In the worst case you can schedule something like
Code:
ssh otherhostname "date -s$(date)"
, which should set the date on otherhostname to the same value as on the one where this is run. (It's paper code, so you may need to tweak syntax a bit.)
Reply With Quote
  #3 (permalink)  
Old 06-15-10, 21:01
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Thx. Just wanted to know if there is anything else available in case there is some issue with NTP and HADR...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On