Complete backup and recovery of WAS 640

Hi Folks,
I am trying to restore our XI System (Web As 640 SP15 + Oracle + Windows) on to a new Server for performance reasons.
I am following Wlog published in SDN:
/people/sap.user72/blog/2006/03/04/complete-xi-backup-restore-in-an-hour
Any comments or suggestions on this would be highly appreciated.
Regards
Chandu

1. There is no specific order, but last to go down should be CMS and first to come up should be CMS.
@echo off
Stop Business Objects Services
echo
net stop "BOBJCrystalReportApplicationServer"
net stop "BOBJEventServer"
net stop "BOBJProgramServer"
net stop "BOBJOutputFileServer"
net stop "BOBJProcessServer"
net stop "BOBJInputFileServer"
net stop "BOBJDestinationServer"
net stop "BOBJCrystalReportspageserver"
net stop "BOBJJobServer_Report"
net stop "BOBJCentralMS"
exit
Similarly to Start services, instead of stop use start and put CentralMS at the top and save it as a batch file.
2. Jobs running when the server goes down will fail, other recurring jobs will wait till the server comes up.
3. Yes, backup File Store & Database.
4. Not sure about the default password for My SQL, you should be able to backup the MySQL database, I have done that once.
5. Backup FileStore & Database.

Similar Messages

  • Dv6775us HP Backup and Recovery Manager software corrupted - can't find download

    I am getting an HP error message saying the HP Backup and Recovery Manager software has been corrupted and needs to be updated. For over an hour I have been frustrated trying to find where on this site to download a replacement of what was installed or an upgrade that would repair the problem.
    Can anyone point me to where I can get the software? Thanks.
    HP Pavilion dv6775us
    Vista Home Advanced

    Did you make a recovery disk set or usb recovery media?
    If you did, then you are in luck because  that is the software that can be used to reinstall the Recovery manager.
    The downside is that you will have to do a  factory image recovery to reinstall the software.  A recovery is a destructive process, unlike a Windows stystem restore. A recovery will mean that you  will needto save all of your data externally  to avoid losing it and reinstall all of your programs after the recovery is complete.
    Regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Logical backup and recovery using export/import

    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......

    user12864080 wrote:
    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......Vasant,
    Though you have got links already for using the exp/imp , I would strongly suggest that when you mention backup/recovery, RMAN is the tool that you should be using. Exp/imp is/was never considered as a backup tool. You should read this paper to get the answer of "why rman" ?
    http://www.evdbt.com/TD_Rman.pdf
    Aman....

  • Issue with backup and recovery of WLS

    I have installed WLS 10.3.6 in my 64-bit Linux box, now I am trying to take backup my server. I have a web-application deployed to my WLS, the path to my war file was something like:
    <home_dir>/install_files/myapp.war
    Now to take backup I ran tar command on my current Linux box, now I copied the .tar files to my new Linux box and extracted it. When I am starting my weblogic server it is looking for the war file from the path <home_dir>/install/myapp.war which does not exist on my new machine. So I logged into Admin console of WLS on my new machine and trying to change the path for myapp.war by clikcing update button. But I am getting this error when I change the path:
    weblogic.management.ManagementException: [Deployer:149007]New source location, '/u01/Oracle/install_files/myapp.war', cannot be deployed to configured application, 'myapp'. The application source is at '<home_dir>/myapp.war'. Changing the source location is not allowed for a previously attempted deployment. Try deploying without specifying the source.
    Update operation failed - no deployments changed.
    Please help me how to deploy my files. I'm expecting backup and recovery option should also take care of deployed files but it is not happening in my case, is that wrong?

    1. There is no specific order, but last to go down should be CMS and first to come up should be CMS.
    @echo off
    Stop Business Objects Services
    echo
    net stop "BOBJCrystalReportApplicationServer"
    net stop "BOBJEventServer"
    net stop "BOBJProgramServer"
    net stop "BOBJOutputFileServer"
    net stop "BOBJProcessServer"
    net stop "BOBJInputFileServer"
    net stop "BOBJDestinationServer"
    net stop "BOBJCrystalReportspageserver"
    net stop "BOBJJobServer_Report"
    net stop "BOBJCentralMS"
    exit
    Similarly to Start services, instead of stop use start and put CentralMS at the top and save it as a batch file.
    2. Jobs running when the server goes down will fail, other recurring jobs will wait till the server comes up.
    3. Yes, backup File Store & Database.
    4. Not sure about the default password for My SQL, you should be able to backup the MySQL database, I have done that once.
    5. Backup FileStore & Database.

  • Need clarification for cold backup and recovery

    Hello Everyone ..
    I have much confusion on cold backup and recovery topic.
    Already i posted a scanario regarding this and i want to know some clarity points to understand.
    1. I had cold backup two days before
    2. I am creating an object *(EMP)* and inserting some records then issue log switch continiously.
    3. Manually i removed all physical files (datafiles , control files , log files , redolog files ...)
    4. then i issued STARTUP FORCE MOUNT;
    5. here i am getting error identifying control file.
    6. cold backup two days before all files restored
    6. then i issue recover database using backup controlfile until cancel;
    7. i am trying to issue select * from emp; i am getting error
    select * from emp
    *ERROR at line 1:
    ORA-00942: table or view does not existMy QUESTION IS
    After cold backup finished , i created emp table ..
    when restoring old back " There is no emp table"
    *- then , can i recover emp table ? - If so , please explain about this ..*
    Note : REF - LINK https://forums.oracle.com/forums/message.jspa?messageID=11056341#11056341
    - Above link says what i did ? . In this thread i am asking concept & logic ..
    please do NOT consider as "*DUPLICATE*"

    When you recover the database using backup controlfile until cancel, you have to apply archived logs. Did you apply all of them?
    If the create command was in the online redo, not yet archived, and you lost the online redo, then you won't have it. This is why you want to have redo multiplexed, it is a critical piece.
    In some recovery scenarios, if you haven't lost the online redo, you need to specify those files as if they were archives.
    It is normally easier to just be sure you have the latest controlfiles and let Oracle figure it out automatically (which is why you want to use online RMAN backups rather than cold backups). But yes, it is important to understand what is going on for different scenarios. I used to have manual standbys, and one of the disaster instruction sets explained to try to get online redo over to the standby to lose as few transactions as possible. That could still be useful for some snapshot hardware type scenarios, assuming the business is too cheap to do proper failovers.

  • Which one is the Best Backup and Recovery Method in your point of view?

    Friends,
    Currently we are taking hot backup with archive mode.
    we have backup script to copy the datafile and we will copy the archive files in a separate folder.
    alter tablespace system begin backup;
    host cp /u01/app/oracle/oradata/livedb/system.dbf /u02/online_backup
    alter tablespace system end backup;
    like the above script we will copy all the other data files.
    then in the test environment. we will copy the datafile and archive file.
    we will be recovering by using the below statement.
    sql>recover database until cancel using backup controlfile.
    currently no problem in backup and recovery.
    What i want is......
    is there any other sophisticated and safe way to take a backup and restore it to another server?
    if yes, can anybody point out the steps or link.
    I have heard about......
    DataGuard
    RMAN
    EXP/IMP
    but i never used the above.
    Thanks
    sathyguy

    DataGuard
    RMAN
    EXP/IMP ...
    The only real backup/recovery method here is RMAN, Oracle's integrated backup/recovery tool, which I prefer. As an example for a fully functional RMAN command see 'backup database plus archivelog delete all input'. This statement provides a complete hot database backup including archivelogs and deletes at the successful end all archivelogs in all destinations . Compare this statement with all the steps necessary to do the same job manually. Don't worry you have many ways to finetune your backup.
    For more informations there's a quick start guide:
    http://download-uk.oracle.com/docs/cd/B19306_01/backup.102/b14193/toc.htm
    Dataguard is a high availibility tool, which provides a kind of backup in terms of having a logical or physical standby database. When primary side fails you can switch to this standby database. Such a constellation does not mean, database backups are no longer necessary.
    Export/Import is a logical backup, still often used to recover from human errors (you accidentally dropped a table for example). Don't use it as a replacement for physical backups, especially hot backups,in case of media failures you always will have loss of data, because changes made afterwards the export are not captured.
    Once again I recommend you seriously should consider RMAN.
    Werner

  • 8.1.7 Backup and Recovery Docs

    Where can I find 8.1.7 Backup and Recovery Docs. I found the docs for 8.1.6 under the Oracle8i Database List of Books (Release 8.1.7).
    Were the changes minor to 8.1.7 that a new doc was not released?

    Hi Jack,
    It would appear that all of the 8.1.7 libraries include only a backup and recovery guide for 8.1.6. This would suggest that a new doc was not released for the 8.1.7 release.
    Regards,
    Les

  • About Backup and Recovery in a distribuited enviroment

    Hi.
    I've read that if you more that one DB (say 2) connected in a distribuited enviroment, all DBs must be recovered in case one of your DBs fails.
    I'd like to clarify the folloiwng issues:
    - It that 100% true, i mean isn't an exception to that rule?.
    - What happens if one DB is in archive mode and the other is not?
    - Why do i have to restore both DBs if there's one one in trouble?.
    - Isn't there a way to tell recovery process that you don't want restore or apply the distributed data, since you know that data is already there (at least in the case of complete recovery)?
    Thanks in advance ...!

    I couldn't find much info on the topic for 9i (you don't mention your version), but found this in the Backup and Recovery Concepts manuls:
    "If the database is a member of a distributed database system, then all databases in the system should operate in the same archiving mode. Note the consequences and constraints contained in the following table.
    Mode Constraint Consequence
    ARCHIVELOG
    Closed cleanly
    Backups at each node can be performed autonomously, that is, individually and without time coordination.
    NOARCHIVELOG
    Closed cleanly
    Consistent whole database backups must be performed at the same global time to plan for global distributed database recovery. For example, if a database in New York is backed up at midnight EST, the database in San Francisco should be backed up at 9 PM PST."
    Therefore, I wouldn't recommend having one database in archivelog mode and the other not. As far as your last question is concerned, I'd say that Oracle won't try any recovery if there isn't a need for it (if the data is already there), but that could be tested to confirm. I think that you need to read carefully the RAC concepts manual, and try some backup/recovery scenarios hopefully on a test box.
    Daniel

  • HP Backup and Recovery Manager for Windows 7

    I installed all the softwares and drivers that came along with the HP upgrade DVD. But, I find that the Backup and Recovery Manager missing on the DVD. Is there a Backup and Recovery Manager for Win 7? I liked the backup and recovery manager that was available on my Vista when I bought this laptop but is now unavailable because of the upgrade!! Any solutions for this? I do not want to use the default Windows Backup as I do not have a separate HDD at the moment to store the backup there and do not wish to populate my local hard disk with backup data!! Thanks.
    This question was solved.
    View Solution.

    Yea, basically. There's no working program for your laptop so it seems that you can use from within Windows 7.
    However, if you have problems, recovery discs will work. As well, if your recovery partition still exists, you can still access it by pressing F11 when you see the HP logo at startup.

  • Dell Inprision 2330 Backup and Recovery error message 0x4001100200001005

    A week ago, there were problems with the computer Dell Inprision 2330, and I'm using a Dell Backup and Recovery to restore the disk C to the image stored on the dvd disks. 3 days ago the computer began to hang when windows starts. I decided again to restore the system with dvd, but this time got the error message 0x4001100200001005.
    Tried to restore the image to another drive, but the error appears again.
    Other recovery media then dvd-disks "dell backup and recovery" I don't have.
    Please help.

    I was very disappointed with this buggy system recovery. After I got tired of trying to restore the system, I found a post "Download Windows 8.1 Retail and OEM.iso". Did everything according to instructions. Now the computer is running. Activation performed automatically.
    Recovery Media disks thrown in the trash.

  • Dell Backup and Recovery - Factory Recovery fails, need advice.

    Back story:
    I have tried this three times on three separate laptops, with poor results. Windows 7 on two of them and 8.1 one one, on all three the recovery partition is corrupt.I first boot it off of a live disk and backup any desired files. Then I boot, press F8, choose "Repair your computer" and discover that "Dell Factory Image Restore" is not one of the available options... so I boot the pc off of a different live disk and remove a bunch of "viruses", then I boot it off of the internal harddrive.In Windows I find that "Dell Backup and Recovery" may or may not be on the pc. It may or may not have ever been run before. If it is absent I download it and install it. When I run DBaR it tells me it needs to update, don't power off or disconnect the machine from the internet, etc. I then wait HOURS for this part to complete. When done it...
    This topic first appeared in the Spiceworks Community

    Country: Greece
    Ship date: March 04, 2013
    XPS 14 (L421X, Mid 2012)
    EMEA (Europe, Middle East and Africa) Support is not provided on the USA User Forum. You have to contact support in your country.
     Dell Backup and Recovery SOFTWARE support is also not provided here.
            Download Dell Backup and Recovery

  • Windows 8.1 Dell Backup and Recovery exe doesn't work

    I purchased dell Inspiron 3542, initially when i click on Dell backup and recovery then it was moving to create backup page. I install some software and transfer some data in my laptop, after this dell backup and recovery is not working. Not able to create backup in usb.
    When i click on dell backup and recovery then it ask me for permission when i click on yes, nothing happen.
    Any suggestions?

    Uninstall it.  Reboot.  Then install.  Reboot.
    All of this should be done as Run as Administrator or it will fail.
    16GIG or Larger usb flash drive is required.  8 gigs is too small.
    http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=8HY96

  • Backup and recovery oracle XE

    Hi, oracle guru.
    I have searched in google how to backup and recover to and from removable disk or hard disk (in separated folder) in oracle XE 10g, but I didn't found any.
    I tried to use backup and recovery database given from oracle itself, and I analyze which file is added and modified. I do somekind of trial and error action. First, I backup my database and then I copy 2 files (I forgot the names, 1 is about 853 kb, and one is the backup file (about 500 mb)). And then I do some user deletion (I have several users) and then I backup and copy again to different folder from the previous one. Note that I am not using archive log: on.
    Unfortunately, when I copy the previous backup (the one with complete users) to oracle folder, the restore database does work until, I guess starting database, it throws error saying that something error in SYSTEM.DBF, thus making my oracle doesn't work, even I canot go to database home page.
    My question is that how to backup and recover database to and from removable disk or harddisk with different folder? Which files do I need to copy or should I add backup and recover script?
    Thanks for the reply.

    Yes, as I already mentioned, previously (assumes) that I have database with several users (say 5 users). And I use backup database and restore database from oracle folder in start menu, and it works perfectly (assuming that I delete one user and then restore database).
    However, I tried to copy the backup file (which I mentioned before, but I am not sure the files I am copying is backup file since I only analyzed it). So, I test it. First I backup, and I copy to separate folder. Next, I do some user deletion, and I do backup. Say, for example I want to use that backup file in another computer. I copy the files to oracle installation folder. One in product/database/ folder, and one in flash-recovery area. When I try to use restore database (in start menu), it works, until, I guess, starting database, and it throws error saying that error in SYSTEM.DBF.
    So, my point is that, how do I backup my database so that the backup file can be in separated folder (for example in removable disk), thus I can also select backup file to be restored.

  • Backup and recovery a tablespace

    Hi all,
    I recently started reading about oracle backup and recovery concepts, and  I needed to understand what is happening where we put a tablespace to a backup mode (alter tablespace tablespace_name begin backup) ?
    thanks for help

    Three things happen when you put a tablespace in hot backup mode:
    1. A checkpoint is issued, so that dirty blocks belonging to that tablespace are flushed to disk
    2. The header of the datafiles associated with the tablespace are locked from further update by CKPT.
    3. The first insert/update/delete that affects a data block that is part of the tablespace being backed up, after the 'begin backup' command is issued, causes the entire block to be written to the online redo logs. Second and subsequent changes generate the same amount as redo as normal, though.
    That's it. As Hemant mentions, the really important bit is number 2 in that list: whilst the header of the datafile(s) is locked, the datafiles themselves are not, and are written to as much as they always are. The idea that somehow the datafiles are not written to and that the redo logs are the only place that stuff is written to during the backup is completely and utterly wrong. CKPT is not allowed to write to the header, because that way, we know the earliest "age" of the datafile copy when it went into backup mode, and thus know the point from which redo needs to be applied during a recovery. But DBWR writes to the rest of the datafile perfectly normally.
    Number 3 is also important, because it's why we don't leave tablespaces in hot backup mode more than we can help: the amount of redo generated increases because we need a 'starter image' for any block that's modified during the backup.

  • Backup and Recovery Plan

    I know very little backup and recovery plan in oracle using RMAN or any agent.
    Is this right way to summarize the backup and recovery plan for 24 X 7 system required to have 99.99% up time.
    The backup and recovery strategy recommended below is based on the premise that database is set ‘ARCHIVE LOG’ mode.
    The database files must be backed up using an RMAN backup (or tape agent i.e. Oracle Agent for Veritas) to allow for recovery of corrupted files or files on failed volumes. These archive logs and RMAN backups should be written to a directory on a separate volume from any other database files. It is not recommended to store RMAN backups in the Oracle Control files. The RMAN backups and archive logs and document images are then written to tape in accordance with the GFS backup strategy.
    Any suggestions and inputs would be helpful
    Thanks

    It was a generic note for the productions databases, i.e. have db in archivelog mode, take backups through RMAN to TAPE or on disk which will be used in case of disaster or media recovery.
    You need to decide what kind backup and recovery policy you need to have and where you are going to copy/place the backup.
    Just keeping in mind the following:
    1. How quickly the database can be recovered in case of disaster/media recovery.
    2.Make sure no transaction are lot, in another way, recovery until point of time.
    3. What kind of policy you need, incremental, cummulative or full backup.
    Jaffar

Maybe you are looking for

  • Can't get jdbc MySQL transactions to work

    Hi I'm trying to get a series of MySQL statements to work as a transaction but I can't get the transaction side to work. I have the tables set up as InnoDB to support transactions. My current code is written like this (from after the connection is op

  • Where is insert key on Mac pro as in PC?

    Where is "insert" key on Mac pro as in PC

  • Ipad mini retina low volume

    I just got the mini ipad w/retina. I noticed that the volume is toooooooo low. I barely hear the sound. So disappoint. Can I return it? I have an engrave version though. Or can anyone tell me how to fix it?

  • Java.nio package Runtime error java.lang.UnsupportedClassVersionError.

    Hi I am using nio package and create a java program for file locking (FileLocking.java). Here is the sample try { file = new File("C:/acc.txt"); channel = new RandomAccessFile(file, "rw").getChannel();      lock = channel.lock(0, Long.MAX_VALUE, true

  • Report Painter Selection Criteria

    Hi All, I have some issue on the use of the report painter.  I have a field which is profit center and when i use the f4 function it displays all values.  What I want is to limit the displayed values based on user roles. Is it possible? How can I do