How to crosscheck backup after Netbackup backup has finished

Hello,
I would like some help with the following issue.
We make database backups with Netbackup, using the rman catalog during the backup.
I want to do a crosscheck after the backup finished.
What is the method of implementing this in Netbackup?
Can this be done, or do i need to schedule separate scripts myself?
Any help is appreciated.
Regards,
Harry

With "crosscheck" i mean running the following RMAN commands
allocate channel for maintenance device type 'SBT_TAPE';
crosscheck archivelog all;
crosscheck backup;
delete noprompt expired archivelog all device type 'SBT_TAPE';
delete noprompt expired backup device type 'SBT_TAPE';
release channel;
You run these commands to remove old records out of the rman catalog
I want to run these commands after the regular backup is finished by de Netbackup job.
regards,
Harry
Edited by: 947596 on 22-aug-2012 6:23

Similar Messages

  • Executing code after a transition has finished

    Hi,
    Is there any kind of language construct in JavaFX to allow a certain block of code to be executed after a transition has finished? Or do I have to pause the current thread with sleep() or similar?
    The ideal would be something like this, but of course such a thing like onComplete does not exist AFAIK:
    FadeTransition {node: selectedNode duration: 1s fromValue: 1 toValue: 0 onComplete: executeThis()}.play();

    Hello,
    By "delete node" you mean delete it from scene? This example works for me:
    var stage: Stage = Stage {
        width: 250
        height: 250
        scene: Scene {
            content: [
                text = Text {
                    layoutY: 30
                    opacity: 0.0
                    content: "Example transition"
                Button {
                    layoutY: 70
                    text: "Click me"
                    action: function() {
                       FadeTransition {
                            node: text
                            fromValue: 0.0
                            toValue: 1.0
                            duration: 200ms
                            action: function() {
                                delete text from stage.scene.content;
                        }.play();
    }Saša

  • Stopping after each song has finished

    Is it possible to set up the iPod shuffle so that when a song has finished playing it stops/pauses. Instead of continuing to the next song?

    Haven't tried it on a shuffle, but here is an idea.
    In iTunes, set up a playlist of the stuff you want on the shuffle. Now UNCHECK all the boxes in front of those songs. Also select all then do a get info and check the box to "skip when shuffling". I am not sure if that setting will effect how the songs play on the shuffle or not, but worth a try. If the shuffle does use that setting, then when you play a track, it should stop after that track since all the songs on the shuffle are unchecked and will be skipped.
    Patrick

  • How do you identify when a report has finished?

    Hi all,
    I've got a big report that is taking a while to run (approx 1min) and the problem I'm having is that my users are getting bored of waiting and starting to click around my web application and re-running the report because they think it has failed. The re-running of the report is causing more load on the system and the reports to run even slower. What I would like to do is stop them re-runnning the report maybe by somehow locking the web page until BI publisher has finished but I don't know how to get a message back from BI publisher.
    Currently I'm running the BI publisher report by having a button push which redirects the users web browser to a url such as:
    'http://'||:BI_PATH||'/xmlpserver'||:BI_DIRECTORY||'/Custom Reports/'||:p180_report||'/'||:p180_report||'.xdo?_xpf=&_xpt=1&_xdo='||:BI_DIRECTORY||'%2FCustom%20Reports%2F'||:p180_report||'%2F'||:p180_report||'.xdo&_xt='||:p90_template||'&_xf=rtf&_xmode=4'
    And then as I'm returning an rtf doc the familiar save, open or cancel popup comes up. The problem is that before the popup appears they can re-click the run report button.
    One way round it I've thought of is to have the report generate to a file system and redirect the user to a waiting page that checks periodically for the files existance and then when it does exist forward the user to a page with a view report button. This sounds like a lot of effort, does anybody know of a better way?
    I've also wondered if running the report using webservices would be an option, is there a way of getting BI publisher to run a web service when a report has finished? This could then interact with my back end server and the web page could act on that, or am I totally barking up the wrong tree?
    Any help would be greatly appreciated!
    Thanks,
    Darren.

    Hi Darren
    couple of ideas
    1. Rather than 'run' the report, get it to run through the scheduler immediately. Once its running through the scheduler you could then poll the scheduler tables to see when it completes. You could either redirect the users to a wait page or show an egg timer until the document has been created. this would require the document to be delivered to somewhere for you to poll as the URL will not return a job id.
    2. Bit more involved but probably better is to hook into BIPs web services. So rather than the button issue an http request it calls a servlet to issue a web service call to BIP to schedule a report. The WS will return the job id to the caller, you can then poll the scheduler via a ws to check the progress of the job. Once complete you can then retrieve the result form the scheduler tables via another call.
    Food for thought I hope
    Tim

  • How to find out if a thread has finished execution?

    Hi, Am new to multi-threaded programming. I have a question: I start a new thread from the main thread. This new thread has to update a swing component & thats it. How do I know when the new thread has finished its execution? Also, I need to kill the thread once it finishes its execution?..or will Java's GC take care of it? If I need to kill it from the code, how do I do it? I see that the destry() method of Thread class is deprecated.
    Thanks.

    boolean isAlive()
    Also, I need to kill the thread once it finishes its execution?..No
    or will Java's GC take care of it? Yes
    You can do Thread.join.
    See the API docs and/or a threads primer.

  • How can i check the unzip file has finished unzip process?

    i am using 7zip to unzip the file. java program can check the unzip file has finished unzip process?
    Edited by: rayray2008 on Feb 12, 2008 7:14 PM

    Downloading and burning Linux or Windows ISO images for example with a single flipped bit can cause system instability nearly impossible to track down, and not otherwise detectable. An MD5 checksum (OR SHA) check will quickly detect any such transmission errors. Not something anyone I know bothers to use unless it's important data. The temporary fix of changing the about:config setting, then expanding to full screen in downloads was working. But now, based on my interpretation of comments made on the authors Sourceforge page, Firefox has made updates that prevent the MD5 Reborned Hasher from working in Firefox at all. If that's true, I would really like to know the reason. With all this talk of NSA spying, I would think more people would be interested in making sure someone isn't tampering with their downloads. I have no idea. But I do believe the wonderful volunteers at Firefox need to figure out a way to make this valuable piece of security software whole again. Thank You.
    PS: For those needing to verify a file, you might want to try the "Microsoft File Checksum Integrity Verifier" kb841290 . It's old, but does large file MD5 from a command prompt.

  • (MCTE) .onRollOut after .onRollOver animation has finished

    Hey, so I'm trying to build a website full of these flipping
    movieclips that flip when you mouse-over them, and flip back when
    you mouse out. Problem is, if you mouse out before the flip
    animation has finished, the flipped side stays up, and you have to
    return the cursor over the mc and mouse-out again. I am using
    Jumpeye Components' MCTE V3 as well as the Flip pattern for this,
    in AS2, but I think this is an AS thing not a MCTE problem. I've
    attached the flipping code for one of the movie clips.
    Any help is greatly appreciated.
    Thanks,
    Matt
    Code:

    You can do this by calling up the different edge Animate composition html pages using buttons and an iframe:
    To get a general idea, put this in the body of an html page and insert your own URLs where indicated
    <iframe id="iframeID" src="yourFirstURL" width="640" height="480">
    <p>Your browser does not support iframes.</p>
    </iframe>
    <button onclick='loadIframe("iframeID", "firstAnimURL")'>First Animation</button>
    <button onclick='loadIframe("iframeID", "secondAnimURL")'>Second Animation</button>
    <button onclick='loadIframe("iframeID", "thirdAnimURL")'>Third Animation</button>
    <script>
    function loadIframe(iframeID,url) {
    //alert("Hello");
       document.getElementById("iframeID").src = url;
    </script>
    Peter Small

  • How to restore mail after M/c has been to hospital!!

    Because of the myriad of problems I had with my iMAC, it had to go to be repaired and had a new HDD and Logic Board fitted. (No wonder the thing was so unstable from day 1!)
    However, before it went away I backed the whole thing up with the Time Machine to a separate HDD. The machine is now back with me and I cannot see how to get the mail details, including messages and settings out of the backup, equally so I can't find all the contacts in the Contacts Book. I cannot see how to get in to the bowels of the backup to get these details. Can any one help?
    Cheers
    altv

    • I cannot see how to get in to the bowels of the backup to get these details.
    You do have to be able to navigate through your back ups.
    1. Open the back up drive and look at it in column view. Navigation is easiest in column view
    Select a date, and keep navigating through the contents till you find what you want. Mailboxes are particularly obscure, so make sure you have the correct folder.
    1. emails. Go to Mail / File / Import Mailboxes. Select Apple Mail and navigate through the back up till you find the mailbox you want to import. Select it and click on Choose.
    2. Contacts - same procedure starting at Contacts / File / Import.
    3. You can also import Bookmarks - File / Import Bookmarks ...
    same for iPhoto, etc. etc.
    It is a painful process, but it does work.

  • How to install BITS after SCCM 2012 has already been installed?

    Hello,
    I inherited an SCCM 2012 server that someone else on our team installed.  I noticed after looking at his screenshots that BITS did not get selected to be installed.  Can someone tell me how to install this on the SCCM server?  Is it a matter
    of going back to the iso or is there another better way?   Please let me know.  Thanks for any help. 

    Use the add windows feature from the windows control panel.
    Or use PowerShell:
    Add-WindowsFeature BITS
    Here is a list over all the prereqs you need to install:
    http://ccmexec.com/2013/01/powershell-script-to-install-configmgr-2012-sp1-prereqs-on-server-2012/
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

  • How to trigger an action after a FLV has finished playing

    I have a FLV file that I am pulling into my SWF and I want to
    go to the next scene in the SWF once the video clip is finished
    playing... Because it's externally loaded I haven't been able to
    figure out how to do this. I tried just importing the FLV to the
    stage and putting it in the timeline, but that makes the SWF huge
    and the video playback is much slower for some reason.
    Does anyone know how to do this?

    Read in the duration metadata from the FLV so you know how
    long the video clip is, then just check to see if the movie's
    current time is >= to the total time. Don't use the prebult
    media player components, write your own player. Check out
    www.gotoandlearn.com for some great easy tutorials on this.

  • How can I tell when a JEditorPane has finished loading the document?

    Hi!,
    I've got a JEditorPane connected to a viewport and a couple of scrollbars, and I realy need to know when the JEditorPane has completed loading the document, so that I can decide whether to turn on or off the scrollbars.
    When I try to check the viewport.getView().getWIdth() right after calling setText() or setPage() the values come out wrong... is there an eventHandler that I can register ?
    thanks in advance
    -Miguel

    OK, I'm not an expert. But, why set the scrollbars manually? Would it not be easier to put the JEditPane in a JScrollPane with the scroll policy set to "as needed"?
    Ken

  • How can I realize if an EventCallBack has finished?

    Hello everybody,
        I have a programm where I'm communicating with a OCX. This OCX retruns me an event when the user press a buttom on a device. This is the first time I use the "RegisterEventCallBack function" and there's something I don't see clear. I connect the Event input into the OCX reference and I create a Callback VI. I understand this works like a interruption, everytime this event occurres the code inside this Callback VI will execute. Unfortunately this RegisterEventCallBack function doesn't return the string that my event returns. Now I've created a Global variable and copy the value of the string there. I wait in a Loop until this variable is different to "empty string" and then I can go on executing my program. In this way I can run my program but it doesn't like an elegant way to do this. Some idea? All the exemples shipped into LaVIEW 7.1 that work with events, make some stuff in Excel, like filling some rows, but no value from Excel is returned to the main appliacation. How can I get this?
    thanks in advance,
    Mackemann

    hi there
    please, don't use any global variables.... really...
    well, the most efficient way is to fire an event inside your callback - vi and catch that event somewhere else. i attached an example using the ValueChanged - event of a control and User Events. you can use occurences or any of the synchronization VIs instead.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    Events_LV7.1.zip ‏30 KB

  • AS2 - coding one mc to another. How do we know when the first has finished

    _root.object_1.sunny.gotoAndPlay("walk");
    _root.object_1.sunny.gotoAndPlay("laugh");
    Hi, I code the following. But it jumps straight to the seconf mc "laugh". Is there nbo way of playing walk and on finishing playing laugh.
    Cheers

    Hi guys.
    THANKS for the answers. They are very helpful. However, one of the problems is it is very difficult to convety exactly what we are asking for in these forums.
    I am NOT a programmer but I do know what I need. These answers were very helpful in the learning process as you guys are REAL pros. I have ended up with a mixture.
    On each frame on the Timeline I write the instructions ie: Frame 1:_root.sunny.gotoAndPlay("speak) then on Frame 2:_root.sunny.gotoAndPlay("laugh).
    The key is to write on the last frame of the nested mcs: _root.nextFrame(); in this way I don't need to write a specific instruction inside the nested mc ONLY on the main timeline and therefore keep the code really "clean".
    It serves as a GREAT template to create movie scenes. I have seen this information asked for on many sites but with inadequate answers given.
    I hope this serves as a great lesson for other NON pros but with serious projects.People are still using the main timeline to tween between key frames when they could be using AS. It's ridiculous but NOBODY seems to teach it well. Not even good sites like cartoon smart etc...
    Thankyou guys.

  • How can I tell when Firefox sync has finished?

    I have completed the form with my name, password and phrase. The instructions say " go to the Tools menu, select Sync and look for a Last Update time." However, there is no Sync in the tools menu, just a set-up sync. If I click it It starts the signup procedure again and immediately tells me that my user name is already in use.

    OK, I'm not an expert. But, why set the scrollbars manually? Would it not be easier to put the JEditPane in a JScrollPane with the scroll policy set to "as needed"?
    Ken

  • How to create SLD after Netweaver/CRM installation

    Hi guru,
    I installed CRM that's on top of Netweaver without having SLD created. Now I need to configure TREX that requires SLD on the CRM side. How To create SLD after Netweaver/CRM has been installed?
    Many Thanks!

    Thank you Sergo! The document is very helpful.
    System Landscape Directory (SLD)
    Readers, if you click on the url, you may get access error. To solve the problem, copy and paste the url in a new browser window.
    The according Netweaver "Post-Installation Guide - SLD of SAP NetWeaver" is the one containing the answers. Pick the version that matches your NW installation.

Maybe you are looking for

  • HT201269 Hi, I would like to remove the music from my iphone. how do I do this without losing any of it or any other information? Caroline

    Hi I would like to delete music from my phone. I never use my phone for music as it takes up too ,much bstorage. It went on by accident when I last updated and now I am worried that I will lose it if I delete it! Carolinemoo

  • Different image resolution on computer screen and on phone (saturation)

    I am using Photoshop on Windows 8. Whenever I transfer an edited image to my phone, the resolution is different i.e. the colours appear more saturated on my phone than on my computer screen (much more than intended). May I know how to solve this prob

  • Update sales text in MM02

    Hi Experts, We are trying to upload sales text in MM02 transaction, which does not have screen field. Please advise whether I can use SAVE_TEXT or BAPI to change material. Sample code will be very much helpful. Thanks in advance.

  • EDI 860

    Hi Guys, I need to replicate the below mentioned in Dev server.please have a look. see one order is create through EDI - 850. The customer wud like to change the order and sends signal 860 which has all his changes. once they receive 860 they have to

  • Scrollable Frames Problem

    I'm trying to use the scrollable frame to create a vertical sliding tab/tray (created the grouped object, pasted it into the frame). The bizarre thing is that the first time I created it and previewed it, it worked perfectly fine. However, I altered