Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] RE: database failover

Subject: Grouper Developers Forum

List archive

[grouper-dev] RE: database failover


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Rahul Doshi <>, "" <>
  • Subject: [grouper-dev] RE: database failover
  • Date: Wed, 11 Jul 2012 13:26:47 +0000
  • Accept-language: en-US

There is nothing in the Grouper code to do this.  But there are drivers / connect strings which can do this e.g. Oracle.  What database are you using?  If Oracle, are you familiar with the connect strings that accomplish this?  E.g. we use something like this:

 

jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=on)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=grouper1.school.edu)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=grouper2.school.edu)(PORT=1521)))(CONNECT_DATA=(SID=thesid)))

 

Thanks,

Chris

 

From: [mailto:] On Behalf Of Rahul Doshi
Sent: Tuesday, July 10, 2012 5:03 PM
To:
Subject: [grouper-dev] database failover

 

Hello,

 

Is it possible to configure grouper for database failover?  Basically if primary database goes down, grouper automatically switches to using secondary/backup database?

 

Thanks,

Rahul




Archive powered by MHonArc 2.6.16.

Top of Page