Possible to parallel disk channels when using BrBackup?

Hi,
we are testing disk backup for our SAP landscape.
In RMAN it is possible to configure channels, when performing a disk backup.
Is it possible to define channels also within BrBackup?
Thanks for your help.
Best regards
Carlos

Hello
You could just configure Br*Tools to use Rman, you could even configure Rman parameters (such as channels) in the BR*Tools configuration file.
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a8910c3a-0d01-0010-a6a9-f4a8aae140fe?overridelayout=t…
https://help.sap.com/saphelp_nw04/helpdata/en/3f/9d800e1aec11d2b42c00609419997a/content.htm
PS: you should post Oracle related question in the area dedicated to Oracle SAP on Oracle
Regards

Similar Messages

  • Is it possible to eliminate Outlook 2008 when using Outlook 2011?

    Is it possible to eliminate Outlook 2008 when using Outlook 2011?

    Sure!
    I personally like AppCleaner (free), a product you could use to remove Office 2008 (I think you meant Office, not Outlook).
    AppCleaner would remove the executables and a lot of the extra stuff associated with the software.

  • HT4437 Is it possible to zoom in photos when using airplay? It seems not to work at all. I can only zoom in if i use mirroring and even then i have to reconnect mirroring each time I chage an albumor even go from the photo to the album level.

    Is it possible to zoom in photos when using airplay? It seems not to work at all. I can only zoom in if i use mirroring and even then i have to reconnect mirroring each time I chage an albumor even go from the photo to the album level.

    No.
    I find it extremely frustrating that Apple does not care for such an obvious bug affecting one of the basic funcionalities of AirPlay. Unless, of course, if there's something I don't know - but I've done some research and it seems that plenty of people have same issue and no solution is settled.

  • Bug report & possible patch: Wrong memory allocation when using BerkeleyDB in concurrent processes

    When using the BerkeleyDB shared environment in parallel processes, the processes get "out of memory" error, even when there is plenty of free memory available. This results in possible database corruption.
    Typical use case when this bug manifests is when BerkeleyDB is used by rpm, which is installing an rpm package into custom location, or calls another rpm instance during the installation process.
    The bug seems to originate in the env/env_region.c file: (version of the file from BDB 4.7.25, although the culprit code is the same in newer versions too):
    330     /*
    331      * Allocate room for REGION structures plus overhead.
    332      *
    333      * XXX
    334      * Overhead is so high because encryption passwds, replication vote
    335      * arrays and the thread control block table are all stored in the
    336      * base environment region.  This is a bug, at the least replication
    337      * should have its own region.
    338      *
    339      * Allocate space for thread info blocks.  Max is only advisory,
    340      * so we allocate 25% more.
    341      */
    342     memset(&tregion, 0, sizeof(tregion));
    343     nregions = __memp_max_regions(env) + 10;
    344     size = nregions * sizeof(REGION);
    345     size += dbenv->passwd_len;
    346     size += (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    348     size += env->thr_nbucket * __env_alloc_size(sizeof(DB_HASHTAB));
    349     size += 16 * 1024;
    350     tregion.size = size;
    Usage from the rpm's perspective:
    The line 346 calculates how much memory we need for structures DB_THREAD_INFO. We allocate structure DB_THREAD_INFO for every process calling db4 library. We don't deallocate these structures but when number of processes is greater than dbenv->thr_max then we try to reuse some structure for process that is already dead (or doesn't use db4 no longer). But we have DB_THREAD_INFOs in hash buckets and we can reuse DB_THREAD_INFO only if it is in the same hash bucket as new DB_TREAD_INFO. So line 346 should contain:
    346     size += env->thr_nbucket * (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    Why we don't encounter this problem earlier? There are some magic reserves as you can see on line 349 and some other additional space is created by alligning to blocks. But if we have two processes running at the same time and these processes end up in the same hash bucket and we repeat this proces many times to fill all hash buckets with two DB_THREAD_INFOs then we have 2 * env->thr_nbucket(37) = 74 DB_THREAD_INFOs, which is much more than dbenv->thr_max(8) + dbenv->thr_max(8) / 4 = 10 and plus allocation from dbc_put, we are out of memory.
    And how we will create two processes that end up in the same hash bucket. We can start one process (rpm -i) and then in scriptlet we start many processes (rpm -q ...) in loop and one of them will be in the same hash bucket as the first process (rpm -i).
    I would like to know your opinion on this issue, and if the proposed fix would be acceptable.
    Thanks in advance for answers.

    The attached patch for db-4.7 makes two changes:
      it allows enough for each bucket to have the configured number of threads, and
      it initializes env->thr_nbuckets, which previously had not been initialized.
    Please let us know how it works for you.
    Regards,
    Charles

  • How to restrict disk space when using time machine for client backup on server?

    We have 10 OS X SL Clients backing up on xserve SL with TM. Now 1 TB disk space is used and disk is full. The clients get the massage that the latest backup could not be finished due to target disk full. Clients run just OS X Standard Software plus Parallels with windows (max. 50 GB per client)
    Why does TM not delete oldest backups like with external USB HD?
    How can we restrict disk space on server to eg. 750 GB for total backup space for all clients?

    johndave, did anyone ever respond to your post?

  • No rear speakers or center channel when using Digital Co-Ax connection

    I'm using the K8N Neo motherboard (so nForce 3 chipset) on-board sound and the Logitech Z-680 speaker system, which has a built in Dolby Digital Decoder.
    When I use a coax cable to connect my speakers to the digital co-ax output on the motherboard, I only get sound from the two front speakers and the sub, but not from the center or rear channels.
    When I try to use the MSI Sound Manager to enable the sound output, the "6 CH + S/PDIF (Coaxial)" option under the "Speaker Configuration" tab is grayed out, with only the "8 CH + S/PDIF (Optical && Coaxial)" and the "6 CH + S/PDIF (Optical && Coaxial)" are available.
    The surround sound (all 6 channels) does work if I use the direct connectors (the green, orange and black plugs for front, center and rear channels), but I'd rather use the digital co-axial connection.
    I also noticed that the sound coming out of the front 2 channels is much louder when using the Coaxial connection than when using the direct connection.
    Is there any way to fix this problem so that I can use the coaxial digital connection?

    Quote from: Yomn on 03-April-05, 21:16:12
    15 September 2004, 12:54:04 am
    AND THERE IS NO ANSWER UNTIL NOW !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!    WHAT A FORUM.!!!
    If you had bothered to use the search  function you would have found an answer as this has been discussed before!
    You only get multi-speaker support digitally if surround encoding is suported. That was avaialble with the nforce2 soundstorm boards, not with the nforce3 or nforce4 baords. Without encoding all you get is the front stero pair.
    This is not new as prior to the soundstorm SPDIF equipped cards had only ever produced stereo.
     

  • Parallel sequence Hang when using Select string in CallBacks

    Hi,
    I have posted a problem yesterday explainig that my custom interface in C# was Hanging/Locked when using parallel executions. 
    => My application works fine when i run the sequences sequentially.
    So i have followed my investigations and i found the origin of the problem.
    In my application i use a special process model with 2 callbacks : 
    ProcessModelPreStep
    ProcessModelPostStep
    In these callbacks i had to look for a special step. So i write something like :
    SELECT RunState.Caller.Step.StepType.Name
    CASE "XXXXX"
    End
    CASE "YYYY"
    End
    End
    I do replace this syntax by :
    IF StrComp( RunState.Caller.Step.StepType.Name , "XXXXX" ) == 0
    End
    IF StrComp( RunState.Caller.Step.StepType.Name , "YYYY" ) == 0
    End
    And then the application hangs no more !!!! 
    This problem can be viewed directly with TestStand using a parallel processModel containing the callbacks with the select ....
    Here are 2 files which can reproduce the problem easily ...
    Manu.net
    Manu.net
    Attachments:
    ParallelModelWithCallBacks.seq ‏53 KB
    Wait10Time1Second.seq ‏7 KB

    Manu.net -
    From your sequence files, it looks like you're using TestStand 2010. I believe you might be running into Known Issue 276979 which was fixed in TestStand 2010 SP1.
    Hope this helps.
    Manooch H.
    National Instruments

  • Slow Disk error when using Finale Cut

    I get a slow disk error when trying to play something in finale cut but when i try to verify disk and repair disk i get Error: Could not unmount disk. What is going on and how do i fix it?

    You have to boot from a DVD or external OS to fix the Disk. You can't unmount a disk that is currently hosting your operating system.
    http://support.apple.com/kb/ts1417

  • Soft I/O error in ASM disk volume when using iostat commmand

    Dear All,
    We are having 2 node 11g rac/sun solaris 10/ASM storage, when we using iostat in node 2 getting soft I/O error keep on increasing.
    s/w h/w trn tot device
    *82 0 0 82 c4t600A0B80006766CD000003DF4B20A7FCd0*
    s/w h/w trn tot device
    0 0 0 0 md/d10
    0 0 0 0 md/d11
    0 0 0 0 md/d12
    0 0 0 0 md/d20
    0 0 0 0 md/d21
    0 0 0 0 md/d22
    0 0 0 0 md/d30
    0 0 0 0 md/d31
    0 0 0 0 md/d32
    0 0 0 0 md/d40
    0 0 0 0 md/d41
    0 0 0 0 md/d42
    0 0 0 0 md/d50
    4 0 2 6 c0t0d0
    0 0 0 0 c1t2d0
    0 0 0 0 c1t0d0
    0 0 0 0 c1t4d0
    0 0 0 0 c1t1d0
    2 0 0 2 c3t203200A0B86766CDd31
    0 0 0 0 c4t600A0B80006766CD000003E14B20C891d0
    40 0 0 40 c4t600A0B80006766CD000003DF4B20A7FCd0
    0 0 0 0 c4t600A0B80006766CD000003DD4B20A57Fd0
    0 0 0 0 c4t600A0B80006766CD000003C34B0D2D31d0
    2 0 0 2 c4t600C0FF0000000000859635DB0097B00d0
    2 0 0 2 c4t600C0FF000000000085963724A889B00d0
    2 0 0 2 c4t600C0FF0000000000859635AFC5A7F02d0
    2 0 0 2 c4t600C0FF0000000000859635AFC5A7F01d0
    2 0 0 2 c4t600C0FF0000000000859635AFC5A7F00d0
    2 0 0 2 c2t202200A0B86766CDd31
    0 0 0 0 c4t600A0B80006766CD000052274FD0B057d0
    1 0 0 1 c4t600C0FF0000000000859635DB0097B02d0
    2 0 0 2 c4t600C0FF000000000085963565767D300d0
    2 0 0 2 c4t600C0FF00000000008596326C5F42901d0
    1 0 0 1 c4t600C0FF00000000008596326C5F42900d0
    1 0 0 1 c2t203300A0B86766CDd31
    0 0 0 0 proddb2.zakathouse.org:vold(pid672)
    please advice me how to troubshoot and fix this error
    Thanks & Regards

    Hi,
    I suggest to have a look at following script which is provided by oracle to monitor IO.
    ASMIOSTAT Script to collect iostats for ASM disks [ID 437996.1]
    Further this i have questions
    1) Are you logged in asm sysasm? Make sure that you have proper rights
    2) Did you check the liveness of asm instance? Make sure its up and functional also check the asm alert.log for awareness.
    Hope this helps

  • To much disk IO when using virtual box in windows 2008sp2

    We are using virtualbox for our linux  guest servers on windows 2008 sp2 host.
    when ever i start Installation(EBS/SAP), Virtual box is crashing with IO errors , then i can see high disk io consumption in server. 
    RAM: 32GB
    HDD: 2TB(partitions C drive : 100 GB and D drive 946 GB and E drive 860 )
    INTL-CORE I7-3820-3.6GZ
    I've tried to use below fix but i am getting error message that this fix is not compatible. . 
    http://support.microsoft.com/kb/982383/en-us
    i am really new to win-server admin,let me know what else log files i need to look to find the issue.

    partition full formatted and allocated in vbox ? if set dynamic it will create bigger io in the end. If vbox fail because of io, then check to update
    it.
    I ran vbox off a atom processor with a built-in HDD controller, and yes it was working even if lagging to hell because of bad IO, but crashing is another story. (it was 2012 DC + Exchange and VBOX with a full OS on it... on a IDE 5200's hdd, to give
    the stat)
    Regards, Philippe
    Don't forget to mark as answer or vote as
    helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • TM automatically ejects backup disk image when using Airport network disk?

    I finally got TM functioning using an external HD connected to my AEBS network. It creates a sparsebundle on the external HD which turns into a disk image on the computer whenever it is backing up or I launch TM. On my wife's MacBook, the disk image automatically disappears after TM has backed up or I quit the application. On my MacBook (about a year older), the disk image stays there. When I try to eject it manually, sometimes it says it is still being used and takes a while before it disappears, but other times it goes away immediately. Why does this happen automatically on my wife's computer but not on mine. Same OS - 10.5.4. This is not a big issue, but it is a nagging one. Any insight would be appreciated.

    I tried to start the backup again, after logging out and back in again (as I had done several times before), but this time the sparsebundle loaded ok and the backup started properly.
    So there's no need for anyone to spend any time on me.
    Graeme

  • Couldn't find delivery channel when using Mail-Package

    Hi,
    I use the mail receiver adapter. If I configure the mail header data (sender, receiver, subject) in the adapter configuration everything works fine. But now I need a dynamic subject, so I thought of using "mail package". But now I get an error "Couldn't find receiver channel for message..."
    The mail package looks like this:
      <?xml version="1.0" encoding="UTF-8" ?>
      <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
      <Subject>[email protected]</Subject>
      <From>[email protected]</From>
      <To>[email protected]</To>
      <Content_Type>text/xml</Content_Type>
      <Content>This is my mail content</Content>
      </ns1:Mail>
    Has anyone an idea - thanks a lot - werner

    Hi Werner,
    some time ago I posted a weblogs
    which describes such a configuration
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address
    have a look at it
    BTW
    >>>>now I need a dynamic subject
    if you have sp14 or above then there's much
    easier method with adapter identifiers
    (then you can set the subject in message mapping )
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • Is it possible to determine the sender when using a shared mailbox on Office365.

    Answer would be greatly appreciated, thanks.

    Hi Jamie,
    It's not possible, unless you see the signiture in the email.

  • Possible to benefit from subscription when using s...

    Hi.  Can anyone tell me if I sign up for a worldwide subscription and am using skype to go numbers from my mobile phone, whether the subscription will be used or whether I'll still be charged by the minute?
    Thanks.

    Subscription applies to calls made through Skype To Go. For Skype To Go you need either Skype Credit or a subscription
    http://www.skype.com/intl/en-us/features/allfeatures/skype-to-go-number/
    Andre
    If answer was helpful please mark it with Kudos and if issue is resolved mark it with solution. This will help other users find this answer more easily. Thanks in advance!

  • S it possible to download Streaming Content when using Flash Player?

    Am wishig to download Streaming via Flash to my hard drive. Is th
    s Possible ?

    I would advise you to post your question in the appropriate Flash/Flash Player forum, which you may find here:
    http://forums.adobe.com/community/flash
    http://forums.adobe.com/community/webplayers/flash_player
    This forum is for discussions on the forums themselves.

Maybe you are looking for

  • Desperate Help needed in using LabVIEW

    Hi, I'm a beginner in using LabView programming. Can anybody help with implementing Labview 6 and Keithley 2400 SourceMeter for data aquisition? I've wired up the hardware and have problem coming up with the software.. Any idea how to get started?

  • How do we get the os x 10.8 when they don't provide it?, how do we get the os x 8.0 when they don't provide it?

    I can't even connect eith anybody to find out how to get this new lion 10.8.   I need the mirror display for my job (teacher) and if it is their fault for giving us an upgrade that took stuff off of our macbooks then why do we have to pay for an upgr

  • Photoshop cs6 ,file corrupt what should i do?

    hi in myeventviewer i found C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp pim.db   is corrupt i guess i run AdobeDownloadAssistant.exe , i stopped and i get this files corripted can i delete it ? honestly i don't want to make a clean install o

  • Moving my keychain

    I have tried to move my keychain from an old macbook to a new one and seemed to have messed it up, is there a way to recover original settings and start over again?

  • File...Export Movie

    Want to use this option to export and TGA image sequence, but the File....Export Movie optiion can not be selected. What am I missing here?