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 > HADR in DB2 and SAN failures

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-08, 20:53
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
HADR in DB2 and SAN failures

Hi,

We use db2 8.2.6 on Windows.

Windows clustering along with SAN Discs constitute our highavailability strategy. But recently we had a faiure in SAN that resulted in DB2 unavailability. The management is now requesting a HADR that includes provison for SAN failures. In other words by some magic, they require a stand by database (of course not using SAN disc) to take over when SAN related failure occur.

Have anyone got experiences to share on these type of scenarios? is there any DB2 documentation available that provides some insight on HADR to cover SAN failures.


Thanks

Hari Kumar
Reply With Quote
  #2 (permalink)  
Old 09-11-08, 00:16
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
For HADR there is no shared disk. Both the primary and standby database each have their own disk mounts. If both of these are on the same SAN, then of course HADR may not help if you have a complete or even partial SAN failure. But if they are on different SAN's you will should be protected if one SAN goes down.

Make sure that the DB2 path names are identical for both the primary and standby database. You could use internal (non-SAN) disk for the standby, but the path names need to be same on both servers for the DB2 database. This is so that DDL commands that reference container names (with an associated path name) will replicate properly on the standby.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390

Last edited by Marcus_A; 09-11-08 at 00:20.
Reply With Quote
  #3 (permalink)  
Old 09-11-08, 04:37
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
Will try this. thanks for suggestion

Hari Kumar
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