Unix Technical Forum

DB2 HADR software

This is a discussion on DB2 HADR software within the DB2 forums, part of the Database Server Software category; --> I was hoping I might be able to get an answer regarding DB2 and HADR. Let me preface this ...


Go Back   Unix Technical Forum > Database Server Software > DB2

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 09:15 AM
RayRay
 
Posts: n/a
Default DB2 HADR software

I was hoping I might be able to get an answer regarding DB2 and HADR.
Let me preface this by saying that I know very little about networking
and I'm not familiar with the HADR product or clustering. But, I've
been asked to research a couple issues for a client.

They are thinking about implementing HADR. They have DB2 production
databases running on more than one box.

Does a liscense for HADR need to be purchased for each production box
running DB2, or does the HADR software come standard as long as you are
running the Enterprise Edition of DB2 on each box in question?

What would be a recommended architecture for a company that currently
has multiple databases on a couple of production boxes (I know there
are a lot of variables that come into play, but I'm trying to get a
simplistic picture)? Cluster the production boxes together and cluster
the backup (or standby) boxes together? I assume DB2 and HADR have to
be available on each box (production or standby) in question.

Please don't get too technical if you respond. Any clarification would
be greatly appreciated.

Thanks for your time,

Ray

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 09:15 AM
Serge Rielau
 
Posts: n/a
Default Re: DB2 HADR software

RayRay wrote:
> I was hoping I might be able to get an answer regarding DB2 and HADR.
> Let me preface this by saying that I know very little about networking
> and I'm not familiar with the HADR product or clustering. But, I've
> been asked to research a couple issues for a client.
>
> They are thinking about implementing HADR. They have DB2 production
> databases running on more than one box.
>
> Does a liscense for HADR need to be purchased for each production box
> running DB2, or does the HADR software come standard as long as you are
> running the Enterprise Edition of DB2 on each box in question?
>
> What would be a recommended architecture for a company that currently
> has multiple databases on a couple of production boxes (I know there
> are a lot of variables that come into play, but I'm trying to get a
> simplistic picture)? Cluster the production boxes together and cluster
> the backup (or standby) boxes together? I assume DB2 and HADR have to
> be available on each box (production or standby) in question.
>
> Please don't get too technical if you respond. Any clarification would
> be greatly appreciated.

I can't comment on the licensing. W.r.t. where to run what my
recommendation is to have distribute the primaries across all the
available servers. That way no server is idle and you get the best use
of your resources because every fail over server also acts as primary
for another database.

Cheers
Serge
--
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab

IOD Conference
http://www.ibm.com/software/data/ond...ness/conf2006/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 09:15 AM
Mark A
 
Posts: n/a
Default Re: DB2 HADR software

RayRay wrote:
> I was hoping I might be able to get an answer regarding DB2 and HADR.
> Let me preface this by saying that I know very little about networking
> and I'm not familiar with the HADR product or clustering. But, I've
> been asked to research a couple issues for a client.
>
> They are thinking about implementing HADR. They have DB2 production
> databases running on more than one box.
>
> Does a liscense for HADR need to be purchased for each production box
> running DB2, or does the HADR software come standard as long as you are
> running the Enterprise Edition of DB2 on each box in question?
>
> What would be a recommended architecture for a company that currently
> has multiple databases on a couple of production boxes (I know there
> are a lot of variables that come into play, but I'm trying to get a
> simplistic picture)? Cluster the production boxes together and cluster
> the backup (or standby) boxes together? I assume DB2 and HADR have to
> be available on each box (production or standby) in question.
>
> Please don't get too technical if you respond. Any clarification would
> be greatly appreciated.
>
> Thanks for your time,
>
> Ray


DB2 ESE comes with an included license for HADR. If you have DB2 WSE or
DB2 Express, you must purchase HADR separately to be licensed on each
machine. If one of your servers has all of the HADR primary databases
on one server, and all the standby databases on the other server, then
you only need a 1 CPU license of ESE on the standby (regardless of the
actual number of CPU's on the standby). This does not prevent you from
temporarily switching primary databases to the standby server because
of some problem with the primary or because of maintenance being done
on the primary.

However, instead of having all the primary databases on one server, and
all the standby databases on the second server, you can have half the
databases as primary on server 1 and half the databases as primary on
server 2. HADR works on database level.

If you have a lot of updates, inserts, and deletes on these databases,
you may want to set up a private Ethernet between the 2 servers to
handle HADR replication traffic, while all the application traffic
comes in through the public Ethernet. If the 2 servers are close enough
together, you can use a simple crossover cable for the private
Ethernet, or set it up on a switch/router/hub if it is bit further away.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-27-2008, 09:15 AM
Mark A
 
Posts: n/a
Default Re: DB2 HADR software

One other thing to add is that IBM may be announcing some new high
availability options soon.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-27-2008, 09:16 AM
Larry
 
Posts: n/a
Default Re: DB2 HADR software

Just one slight clarification to Mark's post:

"If one of your servers has all of the HADR primary databases
on one server, and all the standby databases on the other server, then
you only need a 1 CPU license of ESE on the standby (regardless of the
actual number of CPU's on the standby)."

Actually, this is true as long as you are not using the entire standby
server for ANY production DB2 workload ... i.e. if it is exclusively a
standby server.

Larry Edelstein

Mark A wrote:
> RayRay wrote:
>
>>I was hoping I might be able to get an answer regarding DB2 and HADR.
>>Let me preface this by saying that I know very little about networking
>>and I'm not familiar with the HADR product or clustering. But, I've
>>been asked to research a couple issues for a client.
>>
>>They are thinking about implementing HADR. They have DB2 production
>>databases running on more than one box.
>>
>>Does a liscense for HADR need to be purchased for each production box
>>running DB2, or does the HADR software come standard as long as you are
>>running the Enterprise Edition of DB2 on each box in question?
>>
>>What would be a recommended architecture for a company that currently
>>has multiple databases on a couple of production boxes (I know there
>>are a lot of variables that come into play, but I'm trying to get a
>>simplistic picture)? Cluster the production boxes together and cluster
>>the backup (or standby) boxes together? I assume DB2 and HADR have to
>>be available on each box (production or standby) in question.
>>
>>Please don't get too technical if you respond. Any clarification would
>>be greatly appreciated.
>>
>>Thanks for your time,
>>
>>Ray

>
>
> DB2 ESE comes with an included license for HADR. If you have DB2 WSE or
> DB2 Express, you must purchase HADR separately to be licensed on each
> machine. If one of your servers has all of the HADR primary databases
> on one server, and all the standby databases on the other server, then
> you only need a 1 CPU license of ESE on the standby (regardless of the
> actual number of CPU's on the standby). This does not prevent you from
> temporarily switching primary databases to the standby server because
> of some problem with the primary or because of maintenance being done
> on the primary.
>
> However, instead of having all the primary databases on one server, and
> all the standby databases on the second server, you can have half the
> databases as primary on server 1 and half the databases as primary on
> server 2. HADR works on database level.
>
> If you have a lot of updates, inserts, and deletes on these databases,
> you may want to set up a private Ethernet between the 2 servers to
> handle HADR replication traffic, while all the application traffic
> comes in through the public Ethernet. If the 2 servers are close enough
> together, you can use a simple crossover cable for the private
> Ethernet, or set it up on a switch/router/hub if it is bit further away.
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-27-2008, 09:16 AM
=?ISO-8859-1?Q?Joachim_M=FCller?=
 
Posts: n/a
Default Re: DB2 HADR software

Mark A schrieb:
> One other thing to add is that IBM may be announcing some new high
> availability options soon.
>


Hi Mark,

do have more information about this announcement?

Best regards,
Joachim Müller
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-27-2008, 09:17 AM
Mark A
 
Posts: n/a
Default Re: DB2 HADR software

"Joachim Müller" <jom0309@douglas-informatik.de> wrote in message
news:eetljm$h5r$1@news.dtag.de...
> Hi Mark,
>
> do have more information about this announcement?
>
> Best regards,
> Joachim Müller


Contact your IBM marketing team and find out if they are willing to provide
you with more information.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:27 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com