Netbackup related parameters when restoring from tape to a different server

Db version: 11.2.0.2 / Solaris 10
Media Management layer : Symantec Netbackup v7
Production server : qualmh214
Prod DB Name : NEHPROD
We take backup of our prod database using a script similair to the below
run
     ALLOCATE CHANNEL c1 TYPE 'SBT_TAPE';
     SEND 'NB_ORA_CLIENT=qualmh214,NB_ORA_POLICY=qualmh214_rman, NB_ORA_SERV=hlsngt238, NB_ORA_SCHED=Weekly';
     backup incremental level 0 database tag='NEHPROD_full' plus archivelog ;
     backup format  'NEHPROD_%d_%U_%t.rbk' ;
}We have a test server :
dreyth169Every week we need to Clone the above Prod DB from its latest Level 0 Backup stored in Tape.
We have installed Symantec netbackup on our test server.
To restore using RMAN, in run block for the restore, shouldn't NB_ORA_CLIENT be the test server name dreyth169 ? ie. If we keep NB_ORA_CLIENT=qualmh214 (Prod server), then RMAN will do the restore in the PROD !!! Right? That would be a disaster.
What about NB_ORA_POLICY for test server ? Should I create new policy NB_ORA_POLICY for my test server ?

Hello;
Yes, for example if you were doing an RMAN duplicate you would set it to : ( very similar operation )
NB_ORA_CLIENT=target_server
Should I create new policy NB_ORA_POLICY for my test server ?
That's the way I would do it. It may work without it however.
Since you are using oracle 11.2 another option is "Active Database duplication" If your database isn't too large and you have decent network speed and some off peak time once a week I would consider this.
I've used this with great success and you can script it fairly easy in Unix/Linux. If the Remote Host has the Same Directory Structure this get even easier. With a couple of INIT files and a clean up script on the remote this becomes a cookie cutter. Since the job would run from the remote you can avoid RMAN conflicts with your backups.
http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm
Best Regards
mseberg
Edited by: mseberg on Jun 25, 2012 2:50 PM

Similar Messages

  • Steps to  setup MML on veritas Netbackup to perform rman restore from tape

    RMAN backup is taken to tape...
    can anyone please give the steps to setup the MML on veritas Netbackup ...
    and also the steps to perform rman restore from tape to a new server ....
    Thanks in advance

    can u please answer them ..
    1)how to find out that the which tape is mounted on a backup server ?? command please ....
    2)how to find out that the rman backup was successful on the tape ?
    3)how to find out what are the tapes involved in that backup ?
    4)do u have to the create a auxillary database while restoring from rman by tape to a new server ?
    5)is there a way to findout how many GB completed in x timeframe by RMAN on oracle 11.2.0.2/10g and and oracle 9i during the backup process ??
    and also please answer ...
    #)RMAN backup is taken to tape...
    can anyone please give the steps to setup the MML on veritas Netbackup ...
    and also the steps to perform rman restore from tape to a new server ....
    and
    #)--- can i know the steps for the MML
    CATALOG command to define new locations
    ----May i know the commands

  • Spfile restore from RMAN Tape backup to different server

    Hi All,
    First of all let me thank you to the forum from which I keep updating my knowledge on oracle.
    I am having issues when trying to restore spfile from controlfile autobackup to different server. Problem and other details are below:
    Target version : 10.2.0.2
    Netbackup : 6.5.6
    Taken the tape backup through rman on server ABC and trying to restore the spfile from controlfile autobackup to server XYZ. Tape backup has been taken today morning and trying restore now.
    Both servers ABC and XYX have been added (as clients) to netbackup policy.
    Below is the syntax I used for restoring spfile and getting error as mentioned.
    RMAN> run {
    2> set controlfile autobackup format for device type 'SBT_TAPE' to '%F';
    3> allocate channel ch00 device type 'sbt_tape'
    4> parms='ENV=(NB_ORA_SERV=Mediaserver,NB_ORA_CLIENT=XYZ)';
    5> restore spfile to pfile '/oracle/product/10g/dbs/inittest.ora' from
    6> autobackup maxseq 5 maxdays 3;
    7> }
    executing command: SET CONTROLFILE AUTOBACKUP FORMAT
    allocated channel: ch00
    channel ch00: sid=36 devtype=SBT_TAPE
    channel ch00: Veritas NetBackup for Oracle - Release 6.5 (2010042405)
    Starting restore at 03-AUG-2011
    channel ch00: looking for autobackup on day: 20110803
    channel ch00: looking for autobackup on day: 20110802
    channel ch00: looking for autobackup on day: 20110801
    channel ch00: no autobackup in 3 days found
    released channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 08/03/2011 14:03:26
    RMAN-06172: no autobackup found or specified handle is not a valid copy or piece
    Not sure where I am doing wrong. The same can be restored onto same host (I.E ABC) without any issues .
    Request your help and guidance.
    Thanks,
    SSS

    I don't know whether you can restore to a different server. The easier way should be
    RMAN> restore spfile to pfile 'YOUR_PFILE_NAME' from autobackup;
    then copy this to the new host.
    Check this link
    restore spfile to another host
    Hope this helps

  • RMAN Backup Restore from tape

    Hello Gurus
    We have lvl0 RMAN database backup restored from tape but due to some reasons we could not apply recovery on it. On checking the information in controlfile, it identified only the system file and no other file. So, we recreated the controlfile and decided to recover using backup controlfile option (until cancel or until change or until time). However, to my surprise, when I listed the checkpointchange# and checkpoint_time columns of v$datafile_header, I found the difference in timestamps ranging 24 hrs -- which menat we had to apply 24 hrs of archiving to bring all dbfs to a consistent state (before it allowed us to open the db) -- so far so good, it worked that way.
    My question is that, while I trigger a lvl0 RMAN backup at say 4PM on 27th July and it finishes on 4PM on 28th July (as I am directly pushing around 1 TB data to tapes) -- what is the consistency timestamp of this backup. In other words, is this backup available for a restore of 4PM 27th July? Or is it available only for a restore of 4PM 28th July and later ...?
    Isn't it that RMAN works at block level and when I fire a backup it should give me all the dbf's of that timestamp..?
    Appreciate your inputs/comments.

    When taking a online backup with RMAN, the datafiles backup is always inconsistent because it needs the archived redo logs generated during the backup to be consistent: http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/intro005.htm#sthref70.
    A full online backup can only be used to restore the database to a point in time starting after backup end: if a backup starts at 4PM on 27th July and it finishes on 4PM on 28th July you can use it to restore the database to a point in time after 28-JUL 4PM.

  • Restore the backup from tape to some other server

    Dear All,
    I need to restore the backup from tape to some other server.PLease suggest the command and setp to do that.
    Regards,
    Kumar

    Hi,
    I went through as per your action plan it is giving below error I found a solution on meta doc id 559190.1 but i am not able to understant how to start observiced as it is mentioned in the doc id.
    allocated channel: t1
    channel t1: sid=2386 devtype=SBT_TAPE
    channel t1: Data Protection for Oracle: version 5.4.1.0
    Starting restore at 09-MAY-10
    channel t1: looking for autobackup on day: 20100509
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 05/09/2010 11:57:01
    ORA-27191: sbtinfo2 returned error
    Additional information: 2
    RMAN>
    Thanks,

  • Restore from tape speed check

    Restore from tape : how we can find out out restore speed in MBs? and how to check if there are any bottlenecks/slow speed and what are things to adjust to increase its speed.

    Hi DBA2008,
    With rman the backup of only the data will be transfered to tape so an almost empty 2g datafile will be faster than a full 2g datafile.
    To actually measure the speed you should time a backup to tape and with <list backup;> get information about the amount of data transfered.
    Than time the restore this will give you an idea.
    Depending on your hardware allocating more channels in the rman command can improve performance.
    You could also check the backup system documentation for helpful information to measure/improve the speed.
    Regards,
    Tycho

  • Can FCP7 Regen Time Code when capturing from tape to allow for TC Breaks?

    Can FCP7 Regen Time Code when capturing from tape to allow for TC Breaks? Or does it start capturing with time code from the tape and then just keeps rolling regardless of TC breaks on the tape, thus not matching code after the first TC break?  I don't see any preferences where you can ask it to regenerate the code  it is writing based on the code it's receiving from the tape (i.e. continuous jam). I'm guessing it just keeps on going with the code it started with. Anyone know different?
    Thanks!

    It is not clear from your post what you want FCP to do when it encounters the timecode break on the tape that it is ingesting.
    You have three choices:
    If you choose "Make New Clip" then FCP will stop, roll the tape forward to legitimate code, and then attempt a pre-roll and start capturing again. The new clip will have timecode that corresponds to the timecode on the tape.
    If you choose "Warn After Capture", FCP will keep ingesting and the timecode will continue contiguously from the source code of your starting clip, meaning it won't match the tape after the point of the break.
    MtD

  • Why wont camera roll from iphone show up on ipad when restored from iphone?

    Why wont camera roll from iphone show up on ipad when restored from iphone? I purchased the ipad and when I went to set it up I chose restore from iPhone. All the apps transferred and the photos in the stream but not the camera roll. When I restored a new iPhone the camera roll transferred.
    is there a way to get camera roll on ipad?
    Thanks

    Camera Roll photos from an iPhone backup will not be transferred to an iPad. iPhone to iPhone will transfer the Camera Roll, but iPhone to iPad, or iPad to iPhone will not transfer the Camera Roll.
    Cheers,
    GB

  • Things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services?
    I am taking from an Active Directory domain several servers with SQL 2008 and Reporting Services, Analysis Services and Integration Services. The server will stay on its own without association to any domain, the server will keep its IP address and
    the server will not change names.
    I have done some research and I got the basic steps including, removing the user accounts from the domain, changing the services accounts, changing jobs and databases from being owned by users from the domain. But...
    Are there other things in Reporting Services, Analysis Services and Integration Services internal databases that have an association with the domain AND that will fail after no longer being in the domain?
    I've heard of Reporting Services subscriptions failing when the domain user account is no longer there...Are there any other got ya's that any one has encountered?
    Please advice.
    Note: I am posting in this forum basically because of what I heard on Reporting Services, but it may be a better idea to post into a more broad forum such as SQL Server Migration section.
    Thanks beforehand
    Paulino

  • Restoring RMAN backup on a different server

    Hi oracle gurus
    i have following scenario
    i have a compressed backup set of a database
    i want to restore that rman backup on to a different server.
    both the server have same version of oracle.and both the server are of 32 bit.
    please reply if any more info is required.

    RESTORE AND RECOVERY PROCEDURE OF PRODUCTION DATABASE BACKUP ON TEST SERVERS
    As part of disaster recovery exercise or to test the validity of a RMAN backup, a full restore and recovery of databases can be performed on scratch or test servers utilising the production RMAN backups which have been restored from the tape backups on these test or scratch servers.
    This note will illustrate the above procedure by detailing the steps required to restore the backup of a production database (prod1) on a test server linux01 .
    The following assumptions are made in this note:
    The RMAN backups have been restored from tape backups to the same backup location on the test server as the production server where the backup was originally taken
    The identical directory structure as is present on production has been created on the test server. This will apply to not only the location of the database files (data, control files, redo log files), but also to the bdump,cdump, udump and adump locations.
    Controlfile autobackup has been enabled. This is important.
    Overview
    Restore the spfile from the autobackup
    Restore the controlfile from the autobackup
    Restore the data files
    Recover by applying archived redo log files
    Open the database with resetlogs
    Restore the SPFILE
    [oracle@linux01 prod1]$ rman target /
    connected to target database (not started)
    RMAN> set dbid=4266928631
    executing command: SET DBID
    RMAN> startup force nomount;
    startup failed: ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/dbs/initprod1.ora'
    starting Oracle instance without parameter file for retrival of spfile
    Oracle instance started
    Total System Global Area 159383552 bytes
    Fixed Size 2039056 bytes
    Variable Size 67109616 bytes
    Database Buffers 83886080 bytes
    Redo Buffers 6348800 bytes
    RMAN> run
    2> {SET CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u02/backup/prod1/%F';
    3> restore spfile from autobackup;
    4> }
    RMAN> shutdown immediate;
    Restore the Control File
    In this case, the instance is now being started with the restored spfile. We can create a pfile as well from this spfile is so required.
    RMAN> startup nomount
    connected to target database (not started)
    Oracle instance started
    RMAN> set dbid=4266928631
    executing command: SET DBID
    RMAN> run
    2> {SET CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u02/backup/prod1/%F';
    3> restore controlfile from autobackup;
    4> }
    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    Restore the database
    RMAN> restore database;
    Recover the database
    The recovery will fail at a point where it cannot restore any more archived redo log files.
    In this case the last archived log file which has been backed up is sequence 613.
    This information can be obtained by issuing a LIST BACKUP OF ARCHIVELOG ALL command.
    So RMAN will fail when it tries to apply sequence 614 ….
    RMAN> recover database
    [oracle@linux01 PROD1]$ rman target /
    connected to target database: PROD1 (DBID=4266928631, not open)
    RMAN> sql 'alter database open resetlogs';
    RMAN>
    reference: http://gavinsoorma.com/recovery-scenarios/

  • RMAN RESTORE FROM TAPE DIRECTLY

    Dear All,
    We are in the process of testing the restore functionality of our production Db. The Backup is taken by Rman which is integrated with Netbackp. The backup files are directly going to the Tape storage.
    Scenario
    1. We need to restore the backup into a different host which doesn't have access to the Netbackup server and Production Db (Its a DR site)(DR excercise).
    2. System team can provide the tape on the standby server.
    Concerns
    1. How can i proceed with restore in the secondary host.
    2. Is there any way to read the backup pieces from Tape and catalog it using rman
    If any come across this scenario, kindly share me the solution.
    Thanks in Advance

    If it is a NETBACKUP device, you can't restore without NETBACKUP. Well, there have been articles written on howto, but they all seem to end in "I just installed netbackup, imported the tape and restored from there."
    I NEVER, EVER backup directly to tape - always to disk - most frequently with enough space to store 2 full backups plus enough archivelog file space to span before and after those backups, then sweep the backup location to tape. Recovering from tape can take 50-150% longer. If you use NETBACKUP, install it where it is needed. Going "cheap" could potentially cost the company more in downtime, than the licenses would have costs. If you NEED data, you NEED licenses to run the tools required to recover from a disaster.
    The sad part is that should a catastrophic failure occur, it is usually at the most inopportune time.
    Companies should treat their data [required to run their business] with the same security and backup strategies as if it was cash in the bank. I have seen a very large company literally throw away over $8M in unrecoverable orders due to impatience with bringing a system back online and not allowing the proper recovery processes to occur. Not having the proper licenses would fall into this category. Can your company afford to lose $8M in income?
    Sounds like your company really needs a Business Continuity Review of your DR processes and procedures.
    onedbguru - CISSP.

  • ORA-01152 when restoring from RMAN backupset in NOARCHIVELOG mode

    Hi all,
    I got the error ORA-01152 when I tried restoring an Oracle 10g R1 database from an RMAN backupset into a new server. The error returned when it reached to the level of opening the database in resetlogs.
    The database runs on NOARCHIVELOG mode and on Windows 2003 Server SP2 32-bit.
    Following is what I did in RMAN:
    set ORACLE_HOME=D:\oracle\product\10.1.0\db_1
    set ORACLE_SID=DAWA
    set PATH=D:\oracle\product\10.1.0\db_1\bin;%PATH%
    cd %ORACLE_HOME%\bin
    rman target sys/mypassword
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Feb 13 00:36:55 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database (not started)
    RMAN> startup nomount pfile=X:\temp\DawaPFILE.ORA
    connected to target database (not started)
    Oracle instance started
    Total System Global Area 1048576000 bytes
    Fixed Size 792200 bytes
    Variable Size 551807352 bytes
    Database Buffers 494927872 bytes
    Redo Buffers 1048576 bytes
    RMAN> restore controlfile from
    'X:\temp\Flash_Rec\DAWA\AUTOBACKUP\2011_07_16\O1_
    MF_S_756655133_7226R018_.BKP';
    Starting restore at 19-JUL-11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=270 devtype=DISK
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    output filename=D:\ORACLE\ORADATA\DAWA\CONTROL01.CTL
    output filename=D:\ORACLE\ORADATA\DAWA\CONTROL02.CTL
    output filename=D:\ORACLE\ORADATA\DAWA\CONTROL03.CTL
    Finished restore at 17-AUG-11
    alter database mount;
    database mounted
    catalog backuppiece 'X:\temp\PUMHJATD_1_1';
    catalog backuppiece 'X:\temp\PTMHJ91Q_1_1';
    /* Rename the Redologfiles,so that they can be created in new locations
    the database is opened in resetlogs */
    SQL>conn sys as sysdba
    -- get registered files from SELECT * FROM V$LOGFILE
    SQL> alter database rename file
    'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO01.LOG' to
    'X:\oracle\oradata\dawa\REDO01.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO02.LOG'
    to 'X:\oracle\oradata\dawa\REDO02.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO03.LOG'
    to 'X:\oracle\oradata\dawa\REDO03.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO04.LOG'
    to 'X:\oracle\oradata\dawa\REDO04.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO05.LOG'
    to 'X:\oracle\oradata\dawa\REDO05.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO06.LOG'
    to 'X:\oracle\oradata\dawa\REDO06.LOG';
    alter database rename file 'D:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\REDO07.LOG'
    to 'X:\oracle\oradata\dawa\REDO07.LOG';
    /* Now in RMAN: restore the datafiles
        to new locations and recover. */
    RMAN> run{
    set newname for datafile
    'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS201' TO
    'D:\oracle\oradata\dawa\UNDOTBS201';
    set newname for datafile
    'E:\ORACLE\PRODUCT\10.1.0\ORADATA\DAWA\UNDOTBS202' TO
    'D:\oracle\oradata\dawa\UNDOTBS202';
    restore database;
    switch datafile all;
    alter database open resetlogs;
    .../*  alter database open resetlogs returned the errors: */
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 08/18/2011 08:44:45
    ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: 'D:\ORACLE\ORADATA\DAWA\UNDOTBS206'Thanks in advance.

    SYS @ DAWA> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SYS @ DAWA> startup mount
    ORACLE instance started.
    Total System Global Area 1048576000 bytes
    Fixed Size                   792200 bytes
    Variable Size             551807352 bytes
    Database Buffers          494927872 bytes
    Redo Buffers                1048576 bytes
    Database mounted.
    SYS @ DAWA> recover database using backup controlfile until cancel;
    ORA-00279: change 329012 generated at 03/08/2005 16:24:46 needed for thread 1
    ORA-00289: suggestion :
    X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC
    ORA-00280: change 329012 for thread 1 is in sequence #6
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    ORA-00308: cannot open archived log
    'X:\ORACLE\ORADATA\FLASH_REC\DAWA\ARCHIVELOG\2011_08_18\O1_MF_1_6_%U_.ARC'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'X:\ORACLE\ORADATA\DAWA\SYSTEM01.DBF'You can download the alert log from here:
    http://ahmedbaraka.com/temp/alertdawa.log

  • New photos/videos gone when restored from backup. Why?

    Just got the iPhone 5 over the weekend, which was a huge upgrade from my 2009 3G!
    I didn't get around to plugging the phone into my MacBook Pro until today. When I synced my new iPhone, I clicked "restore from previous backup", which then it put all my old photos from 3G onto iPhone 5.
    However, when this happened, all of my SMS and photos/videos that I took over the weekend are now gone. I presume the iphone replaced the new photos with my old ones?
    Is there any way I can get those videos and photos back? Please let me know!
    Thanks

    When you restore from the backup you only get the data that was contained in that backup. You will lose any data on the device that occurred after the backup point.
    Restore = Replace data on device.
    It does not "add" that data to the existing data on the phone.

  • Lost recent info when restored from backup

    When I connected my phone, it automatically asked me if I wanted to restore from a previous backup. Without thinking, I clicked ok, and lost all my recent info - contacts, TM's, and songs, etc. Is there a way to get it back?
    I've undone restoring my phone before, and it has worked, but I don't think I ever backed up my recent phone before it wrote over it with the old backup.

    To my knowledge, now that you have "restored" your phone using a previous backup, that's what you've got, if you didn't create a backup of your device prior to re-syncing. You should still be able to push your contacts from your email provider to update but any entered manually are probably gone.

  • Unknown Apple ID Password requests when Restoring from iCloud

    Hi peeps
    Background info:
    iPhone 5 64GB unlocked, iOS 8.2, purchased from iStore new two years ago (not some craigslist special)
    Has two Apple ID's used on it - my current one from my own country and an old one from when I lived in another country. No other Apple ID's have been used for any purchases on this iPhone ever.
    Problem:
    I decided to erase my iPhone 5 this morning to try and help with the sluggishness that has been plaguing it after 2 years of hard use. Everything went well and setup seemed normal. Then it got weird...
    I am at the point in setup where I've now setup WiFi, entered my Apple ID details and accepted T's & C's, but I'm getting asked to "Enter the Apple ID password for tiffany*****@gmail.com to use for store purchases". This is one of 3 completely unfamiliar Apple ID's that I'm requested to provide the passwords for(plus one is a .ru email address, which makes me even more concerned). What I need to know is
    Should I be concerned re my iPhone and Apple ID's security possibly having been breached?
    Should I be worried about restoring from a (possibly) hacked iCloud backup and setup as a new iPhone instead?
    Is this a common issue? Do other people find their phones requesting the wrong Apple ID password?
    I'm opting to "Skip this step" on those accounts for now, but I'm feeling a bit concerned about the whole thing.
    Any ideas/solutions would be appreciated!
    Thanks
    Steve

    Ingo2711 wrote:
    Did you use apps bought with different Apple IDs on your phone?
    As I stated in my original post "Has two Apple ID's used on it... No other Apple ID's have been used for any purchases on this iPhone ever."
    The problem is that the three additional Apple ID's I'm asked to provide passwords for are Apple ID's I have never seen before.
    No one else has ever used my phone and all apps are downloaded through the App Store on my two ID's. To my knowledge, I've never done anything odd to create a security risk on this phone. I have never been asked to provide unknown Apple ID details on this phone before today.

Maybe you are looking for

  • Mail crashing constantly in Leopard but only for one user

    Has anyone else seen this problem? Leopard installed correctly and seems to run fine on a G4 Powerbook BUT Mail3.0 crashes constantly. Cannot open or delete a message. Simply opening and then quitting causes a crash. However, I can still receive and

  • 18000 and 200gb of iCloud storage how do i up load to iCloud and view them across my iPhone iPad and apple tv?

    I have 18000 photos and i have to signed up to 200gb of iCloud storage how do i up load to iCloud and see them across my iPhone iPad and apple tv? I have dragged my entire library over to the iCloud icon on the left side menu bar on my iMac iPhotos.

  • DVD won't play in a Sanyo

    I've tested my DVD Studio Pro produced DVD on 5 different DVD players with success, yet it WILL NOT play on a client's SANYO DVD player. Is this player too old? The disc was produced straight from my G5's DVD burner. The stock used was DVD-R. Anyone

  • FBL1N name of the vendor

    Hi All In FBL1N We can see the name of vendors for two company codes but having just added another company code we cannot see the names of the vendor for that company(blank field) although amount , due dates etc are displayed as line items...When I r

  • Will not print anything but Pdf files!

    If I try to print anything at all other than a PDF file from Adobe only(other readers will not even work) very little of the page prints if anything at all. For example, I was trying to print a shipping label off of the website, and the only thing th