472,976 Members | 1,259 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,976 software developers and data experts.

EMC's Time Finder for DB backup

Hi all,

anybody out there with experience in using EMC's Time Finder Software
and DB2 UDB EEE on AIX ? Especially in using BCV for Backup ? Any white
papers ?
Nov 12 '05 #1
4 5289
Ian
Wanhua Yi wrote:
Hi all,

anybody out there with experience in using EMC's Time Finder Software
and DB2 UDB EEE on AIX ? Especially in using BCV for Backup ? Any white
papers ?


I have worked with EE and EEE/TimeFinder on Solaris platforms. There used
to be a white paper that covered EMC on:

http://www-306.ibm.com/software/data/pubs/papers/

But it seems to be gone. You might try reading the papers that talk about
Hitachi ShadowImage/TrueCopy or IBM ESS FlashCopy -- the overall idea is
the same, just the specific commands used sync/split the BCVs will be
different.
Good luck,


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #2
Not quite. EMC does a disk-by-disk propogation (I'm being a bit sloppy with
the word disk here, I mean the logical "storage volume"), whereas Hitachi
uses a global timestamp over the entire SAN (I'm not sure how IBM's Flash
Copy works). The result is that if data is split over multiple EMC disks,
there is no guarantee of consistency between the two disks, which can
prevent your simply starting your database from the replicated disks an
impossibility (logical inconsistent state).

In any case, any information on Hitach is inapplicable to EMC (except for
that part that explains why EMC's model does not support consistency). BTW,
we replaced EMC with HDS; one of the reasons being the semantic consistency
issue.

As to Time Finder. We have found it useful for failover testing and certain
other "strange" test scenarios where we split entire sets of disks prior to
tests (such as certain hardware changes), but have never used it for normal
database backup actions. DB2's own backup provides much more manageable
point-in.time backup consistency semantics.

Wanhua may wish to talk with his EMC representative.

"Ian" <ia*****@mobileaudio.com> wrote in message
news:40**********@corp.newsgroups.com...
Wanhua Yi wrote:
Hi all,

anybody out there with experience in using EMC's Time Finder Software
and DB2 UDB EEE on AIX ? Especially in using BCV for Backup ? Any white
papers ?


I have worked with EE and EEE/TimeFinder on Solaris platforms. There used
to be a white paper that covered EMC on:

http://www-306.ibm.com/software/data/pubs/papers/

But it seems to be gone. You might try reading the papers that talk about
Hitachi ShadowImage/TrueCopy or IBM ESS FlashCopy -- the overall idea is
the same, just the specific commands used sync/split the BCVs will be
different.
Good luck,


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Nov 12 '05 #3
Thanks, Mark and Ian.
We faced the issue that Mark mentioned in deed. The backup cannot
guarantee the consistency of database because the split on multiply
matchines cannot take at same time. EMC support person cannot resolv
the issue at the moment and they need work with IBM to find result.
What we like to have is to get daily backup on over three Tribytes DB
and we do weekly offline backup. Since it took too long to do online
backup so we hope by using EMC sysmatrix online backup DB from file
system can help.
We would like to take suggestions the try other workaround the issue.
I really appreciate your help.
BTW, is theere any way I can find some related whitepapers? I realy
like do some research on it.
"Mark Yudkin" <my***********************@nospam.org> wrote in message news:<c1**********@ngspool-d02.news.aol.com>...
Not quite. EMC does a disk-by-disk propogation (I'm being a bit sloppy with
the word disk here, I mean the logical "storage volume"), whereas Hitachi
uses a global timestamp over the entire SAN (I'm not sure how IBM's Flash
Copy works). The result is that if data is split over multiple EMC disks,
there is no guarantee of consistency between the two disks, which can
prevent your simply starting your database from the replicated disks an
impossibility (logical inconsistent state).

In any case, any information on Hitach is inapplicable to EMC (except for
that part that explains why EMC's model does not support consistency). BTW,
we replaced EMC with HDS; one of the reasons being the semantic consistency
issue.

As to Time Finder. We have found it useful for failover testing and certain
other "strange" test scenarios where we split entire sets of disks prior to
tests (such as certain hardware changes), but have never used it for normal
database backup actions. DB2's own backup provides much more manageable
point-in.time backup consistency semantics.

Wanhua may wish to talk with his EMC representative.

"Ian" <ia*****@mobileaudio.com> wrote in message
news:40**********@corp.newsgroups.com...
Wanhua Yi wrote:
Hi all,

anybody out there with experience in using EMC's Time Finder Software
and DB2 UDB EEE on AIX ? Especially in using BCV for Backup ? Any white
papers ?


I have worked with EE and EEE/TimeFinder on Solaris platforms. There used
to be a white paper that covered EMC on:

http://www-306.ibm.com/software/data/pubs/papers/

But it seems to be gone. You might try reading the papers that talk about
Hitachi ShadowImage/TrueCopy or IBM ESS FlashCopy -- the overall idea is
the same, just the specific commands used sync/split the BCVs will be
different.
Good luck,


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----

Nov 12 '05 #4
Ian
Mark Yudkin wrote:
Not quite. EMC does a disk-by-disk propogation (I'm being a bit sloppy with
the word disk here, I mean the logical "storage volume"), whereas Hitachi
uses a global timestamp over the entire SAN (I'm not sure how IBM's Flash
Copy works). The result is that if data is split over multiple EMC disks,
there is no guarantee of consistency between the two disks, which can
prevent your simply starting your database from the replicated disks an
impossibility (logical inconsistent state).


From a DBA perspective, I think the general process is the same:

1) Sync disks (this varies from vendor to vendor)
2) Freeze database
3) Split mirror (varies...)
4) "Unfreeze" database
5) Use mirror(s) on another server.

How the underlying hardware handles the mirrors, and the commands that are
used to manage the mirrors is not really a DBA issue, although that's my
myopic perspective. :-) Maybe it is if you're dealing with a small NAS
device, but with multi-million dollar enterprise storage devices, it's been
my experience that customers typically have someone who knows the device
inside and out.
This issue with Symmetrix is interesting, though. I wasn't aware of this
(and obviously haven't run into it, either). I thought that, once the BCVs
have been synchronized, they remained in sync until they were split from
their primary volumes. The whole point of the 'suspend write' command in
the database is to prevent any I/O (and the applies across all partitions)
while the mirrors are split. Once the split has completed, then I/O may
be resumed ('resume write').

I agree that it would not make any sense to try and split mirrors while
the database is still actively performing I/O.

Do you know of any white papers that explain this issue in depth?

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rajesh Garg | last post by:
I will make it simpler to look... I have DB1 - as backup for day 1 LOg1 as backup of logs T1 T2 T3 T4 T5 ...some transaction on day 2 Now i backup again DB2 Log2
3
by: sjs | last post by:
I am in the process of testing an EMC Clarion install with our Data Warehouse. Performance is fast and consistent for queries using a clustered index but very poor for queries using non-clustered...
1
by: Inquisitive | last post by:
Hello! Does anybody know whether mssql2000 and emc mirrorvew _certified_ for joint work? (Mirrorview is a fc-based remote mirroring solution) I mean is it supported from the MS point of...
0
by: New MSSQL DBA | last post by:
Are anybody using EMC Replication Manager on SQL Server 2000? I use this SAN based replication solution to make replicas of production databases, and then attach these database replicas to...
0
by: New MSSQL DBA | last post by:
I've asked this before but am still getting no idea about it. For anyone has used the EMC Replication Manager/SE (RM/SE), it's a LUN cloning technology that actually freezes the SQL server db...
2
by: Kums | last post by:
How much time does it take to backup a datbase of size 2 terra byte? Can you specify the tool you use, technique and registry variables with values for your system, so that I get an idea? How...
0
by: Massimiliano Campagnoli | last post by:
I am trying to backup sample database to network drive J:\ which maps to a SAMBA share. The first time the backup is successfull but the the next time fails. I've to delete J:\sample.0 if I want...
0
by: Haider Rizvi | last post by:
Patrick Finnegan <finnegan.patrick@gmail.comwrites: For best practices on DB2 layout on EMC, pl see http://www.emc.com/solutions/application-environment/ibm-db2/index.htm There is a...
11
by: xenoix | last post by:
hey there, im reasonably new to C# and im currently writing a backup application which im using as a learning resource. My PC :- Visual Studio 2005 .NET Framework 2 Component Factory Krypton...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.