SharePoint 2010 backup and restore to test SharePoint environment - testing Disaster recovery

We have a production SharePoint 2010 environment with one Web/App server and one SQL server.   
We have a test SharePoint 2010 environment with one server (Sharepoint server and SQL server) and one AD (domain is different from prod environment).  
Servers are Windows 2008 R2 and SQL 2008 R2.
Versions are the same on prod and test servers.  
We need to setup a test environment with the exact setup as production - we want to try Disaster recovery. 
We have performed backup of farm from PROD and we wanted to restore it on our new server in test environment.Backup completed successfully with no errors.
We have tried to restore the whole farm from that backup on test environment using Central administration, but we got message - restore failed with errors.
We choosed NEW CONFIGURATION option during restore, and we set new database names... 
Some of the errors are:
FatalError: Object User Profile Service Application failed in event OnPreRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SPException: The specified user or domain group was not found.
Warning: Cannot restore object User Profile Service Application because it failed on backup.
FatalError: Object User Profile Service Application failed in event OnPreRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
Verbose: Starting object: WSS_Content_IT_Portal.
Warning: [WSS_Content_IT_Portal] A content database with the same ID already exists on the farm. The site collections may not be accessible.
FatalError: Object WSS_Content_IT_Portal failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SPException: The specified component exists. You must specify a name that does not exist.
Warning: [WSS_Content_Portal] The operation did not proceed far enough to allow RESTART. Reissue the statement without the RESTART qualifier.
RESTORE DATABASE is terminating abnormally.
FatalError: Object Portal - 80 failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
ArgumentException: The IIS Web Site you have selected is in use by SharePoint.  You must select another port or hostname.
FatalError: Object Access Services failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SPException: Object parent could not be found.  The restore operation cannot continue.
FatalError: Object Secure Store Service failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SPException: The specified component exists. You must specify a name that does not exist.
FatalError: Object PerformancePoint Service Application failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
SPException: Object parent could not be found.  The restore operation cannot continue.
FatalError: Object Search_Service_Application_DB_88e1980b96084de984de48fad8fa12c5 failed in event OnRestore. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
Aborted due to error in another component.
Could you please help us to resolve these issues?  

I'd totally agree with this. Full fledged functionality isn't the aim of DR, getting the functional parts of your platform back-up before too much time and money is lost.
Anything I can add would be a repeat of what Jesper has wisely said but I would very much encourage you to look at these two resources: -
DR & back-up book by John Ferringer for SharePoint 2010
John's back-up PowerShell Script in the TechNet Gallery
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.

Similar Messages

  • Exchange Server 2010 Backup and Restore

    Hai,
    I have Exchange server 2010 stand alone server combined with mailbox, hub and cas role. i dont have backup application program. I want to take my exchange database backup to my SAN storage automatically everyday...
    Using windows server backup i can take full backup only and i can schedule it to happen daily.. Is it possible can i take incremental backup??????????for exchange 2010 database.
    Thanks Chandru CT. MCITP

    You have two basic options to backup Exchange 2010, VSS snapshots and "native backup" (meaning a Lag copy).  As far as VSS backups go, there are three components; the VSS Writer, the VSS Provider, and the VSS Requestor.  The Writer is built into
    Exchange.  In fact in Exchange 2010 there are two - the Exchange VSS Writer and the Exchange VSS Replica Writer.  The provider can be a software VSS provider such as the Microsoft Shadow Copy provider or a hardware provider (usually supplied by your
    SAN vendor.  The requestor is what you would tend to think of as the backup application; it coordinates activities between the Writer and the Provider.
    As far as the Exchange 2010 plugin for Windows backup goes, it a very minimal requestor.  It only supports the Exchange 2010 VSS Writer, not the Replica Writer.  This means you can only take backups of the Active copy of a database.  The requirement
    to backup the entire "volume" in the windows sense, or partition to the rest of us is a function of the way VSS works and is no real surprise.  In fact, another limitation of VSS is that the logs and database need to be on seperate volumes: see
    http://technet.microsoft.com/en-us/library/ee832794.aspx. 
    That it only takes full backups makes sense as well.  Shadow copies, like many software providers and many hardware providers out there are copy on write.  Initially, after the first one that is, they take up minimal space for some metadata. 
    As data is writen to the volume while the the snapshot is in place, the original blocks are evacuated to a "difference area" and the write is then written to the newly evacul\ated spot.  You can generally put the difference area on the same volume or
    somewhere else.  The downside is to write a block while a copy on write snapshot is in place means a read and two writes for every write.  This gets ugly on RAID 5 which already has a write penalty of 4; that turns into 9 IOs for every write while
    the copy on write snapshot is in place.  Since you can't do the snapshots on the replica because the replica writer isn't supported, that IO hit is on the active copy.  When using copy on write snapshots, you generally want as few around as possible
    for as short a time as possible; usually just long enough to export or copy the snapshot to another set of spindles.  I really wouldn't want to use WSB plugin for Exchange 2010 in anything but the smallest deployments.
    What about native backup?  Well then you take a 100% space hit for every lag copy.  In addition, restoring a LAG is a one shot deal.  As you strive with the LAG to match what you could achieve with even daily or weekly copy on write snapshots,
    the number of database copies, and Exchange mailbox servers,  poliferates.  You may want to consider a "Happy medium" that combines a LAG for fault tolerance/protection against logical corruption with copy on write snapshots (replicated or copied
    to seperate storage) for HA.  Perhaps DPM would be worth a look in your situation.
    You did mention that you have a SAN.  Most SAN vendors offer hardware VSS Providers.  Many are copy on write, and you shift that set of problems to the, albeit likey a bit more performant SAN, Some vendors use other stratagies.  The vendor
    I work for uses allocate on write, so it avoids the 3 IOs per write copy on write penalty while a snapshot is in place.  This means you can snapshot frequently and keep many of them around without penalty shortening your RPO and RTO.  They optionally
    archive truncated logs allowing for "up to the minute" restore of older snapshots, not just the last one.  They also provide a proprietery version of RAID 6, called RAID DP that outperforms RAID 1.  Combine that with all the storage efficiency features
    like dedupe of primary storage, thin provisioning, compression, etc., that can all be combined and it starts to get compelling as the size of your deployment increases.  Although I might be a bit biased when it comes to SAN vendors, if your SAN is someone
    other than NetApp I still encourage you to talk with your SAN vendor and see what features/functionality they offer that can help you address your backup needs for Exchange 2010.  I think you'll find much to like; it really comes down to scale and a cost/benefit
    analysis.
    If you decide that hardware VSS providers are not you thing and want to stay with a software vss provider, I encorage you to talk to the usual backup software vendors as well.  Many can integrate with DAS and/or SAN, and have their own software
    VSS providers often including support for the Exchange 2010 replica writer.  This at a minimum allows you to snapshot passive copies.  Features like replication (to get the changed blocks to other storage or off site), tape support (to roll backups
    off to tape potentially to store off site) and catalogs come to mind as very useful things to have.
    I'd take a look around at what's available and see if any of the things offered meet your business needs at a price you can afford to pay.  The WSB Plug-in is a bare bones sort of thing, and it only gets better from there.
    J

  • Windows 7 professional backup and restore stop working after installation of acronis true image 2010

    HI,
    windows 7 professional backup and restore stop working after installation of acronis true image 2010. it generates a error code 0x81000019. please help.
    thanks
    Song

    Sankalp,
    I too have the error 0x81000033 when running the full system image backup.  I could not assign a drive letter to my 100mb drive with the Disk Management.  So, I went into the diskpart and ran the following commands:
    diskpart
    list disk
    DISKPART> list par
      Partition ###  Type              Size     Offset
      Partition 1    System             100 MB  1024 KB           ( 78.2 of 96.0MB free )
      Partition 2    Reserved           128 MB   101 MB
      Partition 3    Primary             73 GB   229 MB
      Partition 4    Recovery           423 MB    74 GB
    sel dis 0
    list par
    select partition 1
    assign letter=q
    fsutil usn queryjournal q:
    fsutil usn deletejournal /D q:
    After diskpart, I opened the "My Computer" and see that I have 78.2 of 96.0MB free.  Despite that, I ran these commands on the new q: drive:
    C:\Windows\System32>q:
    Q:\>fsutil usn queryjournal q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>fsutil usn deletejournal /D q:
    Error:  The parameter is incorrect.
    The FSUTIL utility requires a local NTFS volume.
    Q:\>
    Any help is appreciated.

  • 2013 Backup and Restore

    When I go to my backup and Restore and check the job status it tells me there is a backup in progress:
    A backup or restore is currently in progress
    How do I reset this as there is no backup that I have run for some time?

    Hi, 
    According to your post, my understanding is that the job status still shown “A
    backup or restore is currently in progress”.
    Did you delete a old search application and recreate a new one before?
    If so, maybe the old object is still existing in SQL, you can used the following stsadm command:
    Stsadm -o deleteconfigurationobject -id “object GUID”
    To find the object GUID, simply go into Central Admin - Manage Service Applications and highlight the offending legacy service application (Search Service
    Application in the case). You should now be able to see the GUID in the IE address bar. Run the command above, and try your backups again and all should be well.
    For more information:
    http://imperfectit.blogspot.com/2010/06/sharepoint-2010-farm-backup-fails.html
    There is a similar thread for your reference.
    http://social.technet.microsoft.com/Forums/en-US/0310b061-ea1c-4576-bb74-a02f5e04a3a0/backup-job-stuck-in-process-in-backup-and-restore-job-status?forum=sharepointadminprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Browser based InfoPath Forms in SharePoint 2010 performance has slowed down after SharePoint 2010 SP2

    hi All,
    Our Browser based Infopath forms have slowed down drastically after applying SharePoint 2010 SP2. Prior to this, we had SharePoint 2010 SP1 and the timings was around 10 seconds (single user) for the entire infopath form to be displayed which has 10-12
    views and 5 data connections and 15 business rules and around 100 fields.
    But now after applying sharepoint 2010 sp2, the performance has slowed down and it now takes for a single user around 50 seconds.
    Refer to the link below, which we followed by applying the patch as well, but the performance is still the same very slow.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/0b673324-01c4-49f7-86cb-647aa43fefd6/infopath-browser-forms-extremely-slow-after-service-pack-2-upgrade?forum=sharepointadminprevious
    We have raised a ticket with Microsoft, but there is no concrete resolution as to what component of the infopath has made the form rendering and display slow.
    Can someone point me to the right resource or knowledge base where i can do a kind of debug, which tells me exactly which infopath dlls are the issue or which part of my form is taking more time. I am using AOLPageTest and Fiddler, but they do not give me
    any details where exactly is the bottleneck.
    Any tools that give me the details of the bottleneck.
    Thanks and appreciate your help in this.
    Regards
    Ram
    Thanks Ram

    hi inderjeet,
    The application has gone live and its on production, the same application is on pre-prod and UAT, system testing and integration environments.
    The infopath form used to work very well on all these environments before we installed sharepoint 2010 sp2. but the moment we installed sharepoint 2010 sp2, the infopath forms have slowed down.
    Microsoft has acknowledged that there is an issued with sharepoint 2010 sp2 and infopath form performance, but they are not able to provide an appropriate fix on this.
    We have another environment where there is no sharepoint 2010 sp2 applied only sp1 is applied and the infopath form works very well within fraction of seconds.
    So your point no. 1 and 2 and 3. does not reveal anything. Fiddler does not give any detailed component by component breakup where the time is taking more.
    The form used to work very well before we applied sp2.
    I want to know a tool that gives me exactly component by component grant chart kind of breakup of time taken when the infopath url is requested on the browser.
    Thanks
    ram
    Thanks Ram

  • Backup and Restore My Sites

    Hi,
    I was hoping for a bit of clarity regarding this topic.
    As I understand it, there are two sides of MySites, the Site Collections that are created through self-service site creation for users content, and then service application that provisions the site profiles.
    For site profiles, I believe that the Farm Backup and Restore procedure in Central Administration takes care of this, and a backup and restore can be done by selecting the service application in the long list of tick boxes available in the Farm Backup options.
    Please correct me if I'm wrong.
    For the Site Collections, as far as I can tell, you can either back them up individually using the SharePoint native backup tool (not feasible for thousands of site collections), backup the content db using SQL backup, or Powershell. As far as I can tell,
    this has the limitation of only allowing you to backup and restore ALL sites collections at once, not individual site collections. Is this correct?
    If so, is there a way of backing up the site collections so that an individual site collection can be restored should it be required, without having to painstakingly backup all the site collections individually? I didn't know if there was a script for this
    or failing that a 3rd party tool.
    Any thoughts and input would be much appreciated.

    Re: SQL backups, yes. When you attach the content database it attaches all the site collections in the database.
    There is no out of the box method to restore individual site collections unless you perform individual site collection backups. You can automate this with PowerShell.
    Something like this would work:
    $mysites = Get-SPSite -Webapplication "My Sites"
    $Path = "\\path\to\place\backups\"
    foreach ($site in $mysite) {
    $filename = $($site.ServerRelativeUrl -replace "/", "_") + ".bak"
    Backup-SPSite -Identity $site -Path $($Path + $filename)
    This creates a site collection backup of every site collection in the My Sites Webapplication (you could customize this as necessary for your environment). Note that it replaces forward slashes ("/") in the site collection URL with underscores
    ("_") as you can't have the slashes in a filename.
    This is a quick and dirty script as well. You'd probably want to add outputs or set the site locks, or whatever.
    Alternatively, most third-party SharePoint backup solutions offer more granulated restore options -- with a single backup you can restore everything that an OOB backup would contain, plus you can get lower within the content -- so site collections, sites,
    lists, libraries, items, documents.
    Jason Warren
    Infrastructure Architect
    Habanero Consulting Group
    habaneroconsulting.com/blog

  • How do you backup and restore Boot Camp?

    I thought I'd drop by and ask my perenial question: How do you backup and restore Boot Camp?
    I'm running Windows 7 if it matters, on a MBPn 17 2010 core-i7 and my daughter will soon be running on a MBP 13 2011 core-i7.
    I'm currently using SuperDuper! and Time Machine for the Mac side, and am backing up using Disk Utility capturing the entire Win7 partition but have no confidence that it will work if I restore it.
    What does everyone here use, and have you successfully restored your Windows 7 environment?

    For me, Paragon Hard Disk Manager Suite 2011.
    It contains Clone OS and other tools, for $49.
    I'm not sure Paragon Backup is "Apple Boot Camp" friendly or not.
    All available Paragon Hard Disk Management technologies are available in onesuite.
    Hard Disk Manager Suite 2011
    While lack of mention of Apple Boot Camp in System Backup may not be an issue, I have never used it. Paragon also has volume snapshot and other Mac OS tools - but then they are not all offered in a Suite to provide NTFS, HFS, Mac repair, etc.
    System Backup PARAGON
    Top 10 Apple Articles| Paragon Software Blog Apple Tips and Tricks
    Lion will have to modify the partition tables to add its own Windows 7-ish system recovery partition, so I would definitely get a good backup strategy in place - and tested - ahead of time. Contrary to the "shouldn't have any impact" I always see an impact, and also re-initialize drives when a new OS comes out (though maybe wait for the .2 release).

  • Has anyone sucessfully used the new Winclone 3.2 to backup and restore  Bootcamp partittion with Windows 7 Ultimate on MBP with Lion 10.7.3?

    Bought late 2011 MBP 17" with Bootcamp partition (Windows 7 Ultimate) and Lion OS 10.7.3
    I am trying to make a backup of Bootcamp partition before I start using my laptop but it proves to be a difficult task.
    I don’t have any installation disk for Windows 7 and I am afraid that, if a disaster strikes and I loose the HDD, my copy of Windows will be gone. 
    The only way to restore Windows partition according to what I read so far is to do the following:
    • Use Windows to backup data from BootCamp Partition
    • Reinstall OS Lion formatting full hard drive in the process
    • Use BootCamp Assistant to create BootCamp partition
    • Install Windows 7 on bootcamp partion
    • Use Windows 7 to restore data from backup file created in the first step
    The only problem is that I don't any image or disk to re-install Windows 7. With Windows 7 I can create only 'repair disk' (for what it is worth) or system image but according to other users it would format the whole drive including OS Lion partition when reinstalling
    Winclone 3.2 seems like the answer to my prayers but would like to hear from the users if it worked for them (most imprtantly, did the restore work?). 

    Got the response from Winclone regarding my confusion in step 18 of the procedure to create bootcamp backup.  The message displayed on the screenshot under step 18 can be ignored.  It refers to creating a Windows partition using Boot Camp Assistant but in fact this partition has already been created in earlier steps using Disk Utility. 
    I bought Winclone 3.3 as it promises to make backup and restore of Bootcamp partition with Windows 7 on it really easy, the steps to do this task are easy and well documented, and the owner of the program was very prompt responding to my queries.
    I performed the following as an insurance against disaster prior to creating Winclone image:
    Since my Windows 7 came pre-installed but without any installation disk I used Windows 7 to create 'Windows 7 system image' . From what I read on forums the system image created using Windows 7 apparently can't be used to easily restore Boot Camp partition (as it wipes out OS X in the process).  I created this image as a last resort backup rescue - some users reported that it can be used to recover Windows but the process is painful and involve a number of steps, swapping hard drives, and paid software to assist in the process.  I did not bother to make notes on this process - thanks to Winclone I am not suppose to need this backup if everything works as promised
    I also created 'Windows 7 repair disk' prior to running Winclone.  Not sure what the value of it will be but again, this is something I did just in case I need it in the future
    Then I installed Winclone 3.3 and created Windows 7 Ultimate Boot Camp image without any problems (on MBP running Lion 10.7.4).  My Winclone image file of 150GB Windows 7 Boot Camp partition prior to installing any programs and without any data on it ended up being nearly 8GB (saved to the external USB HDD).
    I have not restored and don't plan to restore the Winclone 3.3 image just to test if it works (don't want to risk loosing my perfectly well running Windows 7 in case of any disaster).  So ultimately only time or experience of other users will tell me if I spent my money well buying Winclone 3.3.  I  know it worked for you JBLTZ so hopefully it will work for me when I need it one day.
    Cheers
    Swavek

  • Exchange Server 2013 backup and restoration question

    Good afternoon
    I am wondering if I can pick people's brains here if that's not too much trouble.
    I have recently implemented an Exchange 2013 environment with 3 servers (two multi-role CAS & MBX physical machines, and one further virtual CAS server). Everything is working correctly and mail-flow is fine. My question relates to backup and restoration
    procedures. I am running a single Database Availability group with the two multi-role servers members of the this group and I have one Mailbox Database on the DAG, passive on one member and active on the other. Failover has been tested and this is functioning
    as expected.
    The backup environment I have implemented is as follows. I have utilized a separate Microsoft DPM 2012 server that runs a nightly Bare Metal backup on both multi-role servers with a retention range of 14 days and I have protected the DAG using DPM with a
    nightly full-express backup and 4 hourly syncs on one of the multi-role servers. Furthermore the Mailbox Database is protected, again nightly with a copy-backup.
    I am confident I know what to do should the mailbox database become corrupted or lost or need to be restored for one reason or another (it would just be a case of restoring the backed up mailbox database using DPM to a pre-created recovery database), what
    I am not quite so sure on is what I would do should I lose one or both of the multi-role CAS and MBX servers (the third CAS I am not so worried about as it is not used for incoming mail flow from the internet and we really only use it for ECP as we did not
    want to expose this to the internet). I wonder what process should follow to restore my Exchange servers (I know how to perform the Bare Metal recoveries using WSB) and what configuration would be required after restoring the Bare Metal backups.
    I know this is a reasonably long question but if anyone has any advice for me I would appreciate it greatly in the unlikely event something goes horribly wrong with my Exchange environment.
    Thanks in advance

    Hi,
    Yes, Most of the configuration settings are stored in AD. Mail data and personal related data are store in Mailbox DB. We just need to take consideration of these two points.
    Thanks,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Simon Wu
    TechNet Community Support

  • Attempting to use "backup and Restore" giver error message

    In November 2014 I backed up my PC ( see below ) onto  a 2TB ecternal drive ( Lacie).  This ok and can restore.  Spare space 1.2TB
    Now when I attempt to Backup again, using Windows Backup and restore, with same settings  I get an error message :
    "The requested operation cannot be performed on a file with a user-mapped section open"  This appears after some time of activity. There is no mention of WHICH file causes the problem.  I have repeated with different settings ie with
    part backups only, or just one drive only.
    The PC runs Windows 7 ( 64 bit) there is an SSD c: drive and a d: drive mostly data with some programs installed here.
    I would very much appreciate some advice.

    Hi and thank you Mandy.
    After many failed attempts - even backing up a few files to test - I was getting nowwhere.  Eventually I succeeded after disabling start menus and uninstalling some programs.  I also disabled my Kaspersky anti-virus completely and disconnected
    the internet!!  This time the backup and system image appeared to be OK .
    You have helped, Mandy, by identifying the anti-virus as a possible culprit!!  Thank you.  Next time I backup I will just
    temporally disable it and see what happens.
    Kind regards
    Malcolm

  • How to Backup and Restore Apex 4.0

    Hi all,
    How to backup an application with all its shared component?
    The objective of this backup is to undo the changes I made, and also to restore it in another machine.
    Thanks
    Siera
    Edited by: user11976229 on Oct 8, 2010 11:12 AM
    Edited by: user11976229 on Oct 8, 2010 11:12 AM

    Hi all,
    Kindly help me with this backup and restore doubt.
    Currently my understanding to backup is as follow
    1. Database Cold backup, backup dads file Restore -> rebuild 100% after installed oracle db
    2. Export with parameter Fromuser = [the workspace schema] Restore -> import to db
    3. Using Apex Export Function Doubt -> this one look like not covering the data. ?>> this one only create the skeleton of the apps but no data? how about the apps objects such as trigger (sequences)
    Kindly help me to understand the backup and recovery
    Thank you for your time.
    Regards,
    Siera
    Edited by: user11976229 on Oct 8, 2010 11:11 AM

  • Backup and Restore of DQS (Data Quality Service SQL 2012) Databases

    We are currently using DPM 2010 running on Server 2008 R2 as our backup solution.  We will soon be leveraging the Data Quality Services in SQL 2012 along with the Master Data Service.  
    In the SQL 2012 documentation from Microsoft it states, “The backup and restore operations of the DQS databases must be synchronized.” 
    Otherwise the restored Data Quality Server will not be functional.  Currently I believe that DPM will run serialized backups of databases from one SQL server. 
    I was hoping someone could point me towards some documentation for backing up DQS with DPM. 
    Is anybody currently doing this?  If so have you been successful restoring?

    LogicalName cant be same for mdf and ldf. verify again with FILELISTONLY. Also you have put wrong logical name 
    MOVE N'OriginalDB' TO N'D:\sql data\TargetDB.mdf'
    Please paste the output of
    RESTORE FILELISTONLY FROM DISK = 'D:\backup.bak'

  • Backup and Restore Error 0x81000010 after Windows 7 join member of domain

    I test windows 7 backup and restore working propery afteer I join this computer to member of domain.
    I got error when I try to run backup and restore Plase see picture below.
    Please kindly advise sloution to fixed this problem.

    I ensure that my user have admin right. I also try this solution but not working.
    To troubleshoot the issue, please try the following steps.
    1. Add the standard user to AppLocker.
    Type Secpol.msc in Search box in Start menu> Application Control Policies > AppLocker > Executable Rules > New hash rule forBackup Operators
    to allow them to use sdclt.exe
    2. Tried to add user in the following GPO:
    Computer Configuration>Windows settings>Security settings> Local policies>User rights assignements> Back up files and directories.
    3. Plug an external hard drive and try to back up information to the driver for a test.

  • OIM backup and restore steps

    Hi All,
    I have installed OIM 9.1.0 with jboss 4.0.3 SP1 its working fine. Now I want to try backup and restore of OIM. Please let me now the steps.
    Thanks in advance.

    generally OIM backup is taken at database level where OIM schema resides.This is OIM server database backup.
    The syntax for backup looks something like
    C:\> exp username/password@SID file = <drivename>:\filename.dmp owner=oimusername
    where username and owner is the username of OIM database schema. For restore replace imp in place of exp.
    you can also take backup of OIM webapp which resides in appserver deployment folder. This backup is useful when you are doing any customization in OIM and if something goes wrong you can restore with original.
    thanks
    Edited by: P.K on Jun 29, 2010 7:10 AM

  • Rman backup and restore noarchive log

    Hi,
    We are changing our backup tools from exp to rman. For this I am trying to do
    restoration in test server of oracle db running on 9.2 noarchive log.
    Step 1. Taken complete backup with rman with nocatalog and include controlfile
    nput datafile fno=00008 name=D:\ORACLE\ORADATA\TOTO\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 09-MAR-06
    channel ORA_DISK_1: finished piece 1 at 09-MAR-06
    piece handle=D:\DBBACKUPS\T1.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:15
    Finished backup at 09-MAR-06
    Step 2. Deleted database files and control files from database directory.
    Step 3. Restore controlfiles
    RMAN> restore controlfile from 'd:\dbbackups\t1.bkp';
    Starting restore at 09-MAR-06
    using channel ORA_DISK_1
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    replicating controlfile
    input filename=D:\ORACLE\ORADATA\TOTO\CONTROL01.CTL
    output filename=D:\ORACLE\ORADATA\TOTO\CONTROL02.CTL
    output filename=D:\ORACLE\ORADATA\TOTO\CONTROL03.CTL
    Finished restore at 09-MAR-06
    Step 3. after database mount, try to restore datafiles, which is failed
    restoring datafile 00024 to D:\ORACLE\ORADATA\TOTO\DIN36\TESTUNV1.ORA
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/09/2006 17:24:25
    ORA-19505: failed to identify file "D:\DBBACKUPS\TOTOBKP.RMAN"
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    Why it is looking old backup totobkp.rman which is not existing on disk ? My
    backup name is t1.bkp.
    Will you pl tell me where I have gone wrong ? Secondly what are the correct
    steps to be followed for taking cold backup and restoration.
    thanks & regards
    pjp

    Okay let us ponder this for a moment:-
    DB NOARCHIVELOG
    It does not matter when you take the backup of controlfile because the database is in mount state and no changes are allowed to the db ( Checkpoints etc. )
    DB ARCHIVELOG
    It does not matter when you take the backup of controlfile because the database is continuously writing to the archivelog's.
    End result should not be significantly different as to worry about whether to take backup of control file before or after backup.
    Thanks
    Gopal

Maybe you are looking for

  • Firefox 12 is very slow to load pages and if two tabs are opening it lags.

    Firefox 12 is very slow to load pages and if two tabs are opening it lags. I've tried everything (e.g virus, defrag, I've created a new profile in "run", etc). I've had my router/line etc all checked and after 2 weeks of cleaning/testing etc its all

  • Is there any possibility that we will see a bluetooth presenter for the ipad?

    As a professional public speaker I can't walk around with a 50m VGA cable holding onto this giant device, on stage, to control my slides.... I know there are bluetooth presenters that can be connected to my mac without any usbs but I want to use the

  • How can I hide the picture file name in the aperture album?

    Hello everyone, could anybody give me a help here? I made a book with black background and the picture file name was printed white in the book. How can I get it hide, without having to go one by one deleting it?

  • Inbound processing of idoc

    Hi, What are inbound posting modules ? If i use a ABAP program to read valuers from a flat file to a internal table and if i supply the internal table to a posting module will a Idoc be created? If not Please suggest how i could transfer the data in

  • T code to change data

    Hi Guru's What is the transaction to change data for Co Object: Statistical key figure totals which is COSR table? Nagesh.