We are testing ddboost and Oracle 10g. We have a test database around 40g, installed the latest library RMAN_1.0.1.4-323081_RMAN_linux_64.tar.gz and run a couple of full RMAN backups. First backup took 16 minutes (1 channel), this is a test database with no changes so i figured the second backup will take advantage of boost and complete in no time, that is not the case ..second backup took 12 minutes, third backup completed in 12 minutes again. So what are we doing wrong here, i thought DDBoost for RMAN was supposed to send unique blocks only yet it appears to send the same thing over and over again. Any idea ? Here is our RMAN script
connect target /
sql'alter database backup controlfile to trace';
run {
CONFIGURE DEFAULT DEVICE TYPE TO SBT_TAPE; # default
CONFIGURE DEVICE TYPE SBT_TAPE Backup TYPE to BACKUPSET;
I wish I could say more, but I'm waiting for DD890 to land to our DC where I plan to test the same using NW. I plan to test DFA (client direct) too which I believe is not there in your case (I believe you use TSM, correct?).
Ah I see... I will get close to that using DSP and DFA functionality (NW will pick only metadata and be backup orchestrator for all backup operations). I'm not 100% sure, but I believe that with custom library you got you get to see DSP functionality which just pushes part of computing to host side (so in theory you should see a bit more CPU usage on the host), but there is no local cache to have it quick as if it would be client side de-dupe. This is why I don't believe you should see that much of improvements. For a test, have you tried the same without custom library? (using NFS device as disk target and "native" RMAN to disk)
Nice... I have variety of Oracle 10 and 11 is all sizes and shapes too. I will first test VTL functionality (this is because we currenly use VTL and I wish to see how it compares). Then I will switch to DD Boost devices and can't wait to test it.
dynamox
11 Legend
•
20419 Posts
•
87439 Points
373
0
Posted October 9th, 2012 11:00
this is RMAN going directly to DD, no 3rd party backup tools involved.