FRA changed but incremental RMAN disk backup failed

This is a 11.1 test database.
There was a daily FRA RMAN backup scheduled from database control. Because of the filesystem space pressure we changed FRA destination to a new filesystem and removed old FRA directories.
But this time RMAN failed because it is trying to access the old files as base. How can I force RMAN to make a new base for daily incremental backup and not loose the already scheduled backup.
Thank you.
Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0
Connected as ODS
SQL> SELECT output FROM v$rman_output ORDER BY recid;
OUTPUT
connected to target database: OWB11 (DBID=373788874, not open)
using target database control file instead of recovery catalog
echo set on
run {
allocate channel oem_disk_backup device type disk;
recover
allocated channel: oem_disk_backup
channel oem_disk_backup: SID=688 device type=DISK
Starting recover at 12-JUL-08 02:01:13
no copy of datafile 5 found to recover
no copy of datafile 7 found to recover
no copy of datafile 8 found to recover
channel oem_disk_backup: starting incremental datafile backup set restore
channel oem_disk_backup: specifying datafile copies to recover
recovering datafile copy file number=00003 name=/dwh0/app/oracle/product/flash_r
channel oem_disk_backup: reading from backup piece /ods01/owb11/flash_recovery_a
OUTPUT
released channel: oem_disk_backup
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 07/12/2008 02:01:14
ORA-19870: error while restoring backup piece /ods01/owb11/flash_recovery_area/O
ORA-19625: error identifying file /dwh0/app/oracle/product/flash_recovery_area/O
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
exit;
36 rows selected
SQL>

assuming you are using the Oracle provided backup procedure (you are pretty scarce on details) you need to make sure you don't have any backups (crosscheck backup and delete expired backup comes to mind), and run the procedure again. It will make a new level 0 backup and incrementals on the following days.
Please note if you don't use RMAN to clean up your O/S you will always ruin the RMAN catalog!!!
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • If RMAN incremental level-1 backup fails...

    Hi there,
    I have a question. If the RMAN incremental level-1 backup fails, will the next level-1 backup attempt take backup of all changes since last successful level-0 OR level-1 backup?
    Best regards

    Hi,
    I have a question. If the RMAN incremental level-1 backup fails, will the next level-1 backup attempt take backup of all changes since last successful level-0 OR level-1 backup?
    Check the V$BACKUP_SET dictionary to confirm whether the last backup has been touched by data dictionary. If the failed incremental backup is picked up then the previous incremental backup will be required in case of the next DIFFERENTIAL INCREMENTAL LEVEL 1 backup.
    But to be on safe side , it is recommended you take a LEVEL 01 CUMILATIVE INCREMENTAL backup from Level 0 till date. So that the recovery process can go through even  if the previous backup is not valid.
    Thanks &
    Best Regards

  • I just got iPhone 6 and am trying to restore my iPhone 5 backup but it keeps saying backup failed. Please help.

    Im trying to restore my iPhone 5 backup that i made a few minutes ago to my new iPhone 6 - but it keeps saying backup failed.  What do i do - need help Please.

    Here's what I found in this article Update and restore error messages on iPhone and iPod touch about error 14:
    I think you should start with checking the security software settings first.
    Error 13 and 14: These errors are typically resolved by performing one or more of the steps listed below:
    Perform USB isolation troubleshooting, including trying a different USB port directly on the computer. See the advanced steps below for USB troubleshooting.
    Put a USB 2.0 hub between the device and the computer.
    Try a different USB 30-pin dock-connector cable.
    Eliminate third-party security software conflicts.
    There may be third-party software installed that modifies your default packet size in Windows by inserting one or more TcpWindowSize entries into your registry. Your default packet size being set incorrectly can cause this error. Contact the manufacturer of the software that installed the packet-size modification for assistance.
    Connect your computer directly to your Internet source, bypassing any routers, hubs, or switches. You may need to restart your computer and modem to get online.
    Try to restore from another known-good computer and network.

  • RMAN LEVEL0 BACKUP FAIL

    Use scripts to do level0 backup
    scripts:
    run {allocate channel c1 type disk;allocate channel c2 type disk;backup incremental level 0 tag 'level0' format='/backup/nissandb2backup/bkp_%T_%s_%p.dbf' databaseinclude current controlfile;release channel c1;release channel c2;}
    Backup failed. Below is the log information:
    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Jul 2 23:30:09 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: PRIMARY0 (DBID=359019005)
    using target database control file instead of recovery catalog
    RMAN> run {
    2> allocate channel c1 type disk;
    3> allocate channel c2 type disk;
    4> backup incremental level 0 tag 'level0' format='/backup/nissandb2backup/bkp_%T_%s_%p.dbf' database
    5> include current controlfile;
    6> release channel c1;
    7> release channel c2;
    8> }
    9>
    10>
    allocated channel: c1
    channel c1: sid=218 devtype=DISK
    allocated channel: c2
    channel c2: sid=279 devtype=DISK
    Starting backup at 02-JUL-12
    channel c1: starting incremental level 0 datafile backupset
    channel c1: specifying datafile(s) in backupset
    input datafile fno=00004 name=/database/oracle/oradata/PRIMARY0/datafile/o1_mf_users_7b1my5cr_.dbf
    input datafile fno=00010 name=/oradata/primary0/datafile/data02.dbf
    channel c1: starting piece 1 at 02-JUL-12
    channel c2: starting incremental level 0 datafile backupset
    channel c2: specifying datafile(s) in backupset
    input datafile fno=00005 name=/database/oracle/oradata/PRIMARY0/datafile/o1_mf_users_7b1mykwz_.dbf
    input datafile fno=00011 name=/oradata/primary0/datafile/data03.dbf
    channel c2: starting piece 1 at 02-JUL-12
    RMAN-03009: failure of backup command on c2 channel at 07/03/2012 00:11:10
    ORA-19510: failed to set size of 3946992 blocks for file "/backup/nissandb2backup/bkp_20120627_1992_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    channel c2 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on c1 channel at 07/03/2012 01:54:26
    ORA-19510: failed to set size of 3986777 blocks for file "/backup/nissandb2backup/bkp_20120627_1991_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    channel c1 disabled, job failed on it will be run on another channel
    released channel: c1
    released channel: c2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c2 channel at 07/03/2012 00:11:10
    ORA-19510: failed to set size of 3946992 blocks for file "/backup/nissandb2backup/bkp_20120627_1992_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    RMAN-03009: failure of backup command on c1 channel at 07/03/2012 01:54:26
    ORA-19510: failed to set size of 3986777 blocks for file "/backup/nissandb2backup/bkp_20120627_1991_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    Recovery Manager complete.
    Could you please help check the reason?

    Thank for your reply.
    Yesterday I only modified the script.
    Now the script is :
    run {
    allocate channel c1 type disk maxpiecesize 5120M;
    allocate channel c2 type disk maxpiecesize 5120M;
    backup incremental level 0 tag 'level0' format='/backup/nissandb2backup/bkp_%
    T_%s_%p_%U' database
    include current controlfile;
    release channel c1;
    release channel c2;
    But still failed.The log is:
    Recovery Manager: Release 10.2.0.1.0 - Production on Tue Jul 3 23:30:11 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: PRIMARY0 (DBID=359019005)
    using target database control file instead of recovery catalog
    RMAN> run {
    2> allocate channel c1 type disk maxpiecesize 5120M;
    3> allocate channel c2 type disk maxpiecesize 5120M;
    4> backup incremental level 0 tag 'level0' format='/backup/nissandb2backup/bk
    p_%T_%s_%p_%U' database
    5> include current controlfile;
    6> release channel c1;
    7> release channel c2;
    8> }
    9>
    10>
    allocated channel: c1
    channel c1: sid=250 devtype=DISK
    allocated channel: c2
    channel c2: sid=245 devtype=DISK
    Starting backup at 03-JUL-12
    channel c1: starting incremental level 0 datafile backupset
    channel c1: specifying datafile(s) in backupset
    input datafile fno=00004 name=/database/oracle/oradata/PRIMARY0/datafile/o1_m
    f_users_7b1my5cr_.dbf
    input datafile fno=00010 name=/oradata/primary0/datafile/data02.dbf
    channel c1: starting piece 1 at 03-JUL-12
    channel c2: starting incremental level 0 datafile backupset
    channel c2: specifying datafile(s) in backupset
    input datafile fno=00005 name=/database/oracle/oradata/PRIMARY0/datafile/o1_m
    f_users_7b1mykwz_.dbf
    input datafile fno=00011 name=/oradata/primary0/datafile/data03.dbf
    channel c2: starting piece 1 at 03-JUL-12
    RMAN-03009: failure of backup command on c2 channel at 07/04/2012 07:36:34
    ORA-19510: failed to set size of 3946992 blocks for file "/backup/nissandb2ba
    ckup/bkp_20120628_1994_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    channel c2 disabled, job failed on it will be run on another channel
    RMAN-03009: failure of backup command on c1 channel at 07/04/2012 08:47:20
    ORA-19510: failed to set size of 3986905 blocks for file "/backup/nissandb2ba
    ckup/bkp_20120628_1993_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    channel c1 disabled, job failed on it will be run on another channel
    released channel: c1
    released channel: c2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c2 channel at 07/04/2012 07:36:34
    ORA-19510: failed to set size of 3946992 blocks for file "/backup/nissandb2ba
    ckup/bkp_20120628_1994_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    RMAN-03009: failure of backup command on c1 channel at 07/04/2012 08:47:20
    ORA-19510: failed to set size of 3986905 blocks for file "/backup/nissandb2ba
    ckup/bkp_20120628_1993_1.dbf" (blocksize=8192)
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 9
    Recovery Manager complete.
    Now I modify the rman parameter:
    CONFIGURE MAXSETSIZE TO UNLIMITED; --> CONFIGURE MAXSETSIZE TO 5G;
    Any other things, I need to check or modify? Please help.

  • Rman level0 backup failed

    Hi All,
    i have scheduled inc0 backup in of the tool on windows env which is backing up my db ervery sunday,but today when i checked out the log i found backup failed becaz of bellow errors...immediate reply is appretiate
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03015: error occurred in stored script inc0
    RMAN-03002: failure of backup plus archivelog command at 11/29/2009 01:03:59
    ORA-27072: File I/O error: write error on file "\\CNNKG-FP01\SHAREFILES\DATABASE\SSC\SSCR_7UKVHBU8_1_1.BAK", blockno 172929 (blocksize=8192)
    ORA-27072: File I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 64) The specified network name is no longer available.
    With warm Regards

    We have exactly the same problem, we make daily backups from 40 databases on Windows servers and daily backups of archivelogs to a Windows server on the network. Every week we have 1 to 5 failures.
    Oracle does not support backups to a server on the network, but it does work, most of the time.
    On http://groups.google.com/group/comp.databases.oracle.server/browse_thread/thread/fc37eb6827962c24/db9f251077e6042e you can find this problem too, but that is not for Windows. In Oracle Support you can find a solution, but again, not for Windows. But maybe it works? Another suggestion is to use smaller backupfiles. We use 2 GB max, I will try what happens when I change this to 1 GB max.
    You should be aware that restoring can give similar problems. We succeeded in restoring databases from the network server, but not always. When RMAN refuses to restore the database from the network server, it may be a solution to rename the backuppieces in the RMAN catalog, for instance:
    UPDATE RMAN.BP SET HANDLE=replace(handle,'\\SRV08D1\sharename\','E:\') where tag='TAG20090828T204552';
    Then you can copy the backupfiles to the new location and restore them from the new location. Oracle probably does not support this solution, but who cares if it does work?
    Kees

  • Rman archivelog backup fails with rman-03002,ora-19563

    Hi,
    D:\ Oracle- -\BIN\RMAN TARGET / NOCATALOG
    RMAN> backup archivelog all;
    RMAN-03002: Error with backup command on 06-25-2013
    ORA-19563: Header-Validation is not successful.
        fails with the given errors.
    11.2.0.2 PROD DB on Windows Server 2008  R2 Enterpriise.
    When I issue BACKUP INCREMENTAL LEVEL 0 DATABASE; it works fine. but with archivelog it is creating problems. Unfortunatly, I have not found exactly the same problem on google and on Oracle support.
    The DB is using INIT.ORA and last time when I switched the mode to archive log mode I set the parameter like SCOPE=MEMORY as SPFILE was not in use and ALTER SYSTEM with SCOPE=BOTH  FRA destination and size, but after the DB restarting of course that setting is gone and I am having these problems.
    Please suggest.
    Thanks a lot.
    Best Regards,

    Hi,
    Thanks a lot.
    I don't think that archivelogs were relocated, except I changed the location yesterday.
    As I wrote at the start that because of INIT.ORA file being in use instead of SPFILE. I set DB_RECOVERY_FILE_DEST, DB_RECOVERY_DEST_SIZE after changing the DB mode to ARCHIVELOG, but DB was restarted by somebody else, and as the parameter changing was NOT PERMANENT, it rollback.
    LOG_ARCHIVE_DEST was set to d:\oradata\db with archivelog mode but db_recovery_file_dest and size was set to 0. Now here, I have no idea that whether archivelogs were not being backed up or deleted physically, but I guess that as log_archive_dest parameter is deprecated and mode is set to archivelog with no real ARCHIVELOG DESTINATION. Please correct me if I am wrong or totally wrong :-)
    I performed DELETED EXPIRED ARCHIVELOG ALL, and it deleted 49 EXPIRED objects.
    Now CROSSCHECK ARCHIVELOG ALL and LIST ARCHIVELOG ALL shows nothing.
    LIST BACKUP OF ARCHIVELOG ALL has of course those 49 archivelog gap.
    Could you please tell the impacts of those 49 missing archivelogs. Retention policy is set to 14 days. I mean the risk is for 14 days right? As anyhow, the older backups are being DELETED according to retention policy of RMAN.

  • Production Disk Backup Fail

    channel ch1: starting piece 1 at 24-FEB-11 channel ch1: finished piece 1 at 24-FEB-11 piece handle=/app/db/oracle/u99/backup/ATPP/RMAN/Level1_2011_02_24_030000/ATPP20110224sfm5efjf_1_1 tag=ATPP1_1_BKUP2011_02_24030000 comment=NONE channel ch1: backup set complete, elapsed time: 00:03:35 channel ch1: starting compressed incremental level 1 datafile backupset channel ch1: specifying datafile(s) in backupset input datafile fno=00009 name=/u04/oradata/ATPP/psapsr3_2.dbf
    input datafile fno=00005 name=/u05/oradata/ATPP/undotbs02.dbf
    input datafile fno=00010 name=/u05/oradata/ATPP/strm_2.dbf input datafile fno=00003 name=/u03/oradata/ATPP/sysaux01.dbf
    input datafile fno=00004 name=/u03/oradata/ATPP/users01.dbf
    channel ch1: starting piece 1 at 24-FEB-11 released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ch1 channel at 02/24/2011 03:11:10
    ORA-19502: write error on file "/app/db/oracle/u99/backup/ATPP/RMAN/Level1_2011_02_24_030000/ATPP20110224sgm5efq6_1_1", blockno 45825 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 11: Resource temporarily unavailable Additional information: 4 Additional information: 45825 Additional information: 856576
    RMAN>
    old RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration parameters:
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    new RMAN configuration parameters are successfully stored
    RMAN>
    RMAN>
    Recovery Manager complete.
    RMAN_Hot_DiskBkup failed on ausylippd1001: ATPP1 on 2011_02_24 - Return Code - 1
    Our Level 1 Backups are failed due these error.
    What is the reason, How to Fix it.?

    ORA-19502: write error on file "/app/db/oracle/u99/backup/ATPP/RMAN/Level1_2011_02_24_030000/ATPP20110224sgm5efq6_1_1", blockno 45825 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 11: Resource temporarily unavailable Additional information: 4 Additional information: 45825 Additional information: 856576
    may be you do not have sufficient free space,Check this

  • RMAN tape backup fail

    Experts...
    While executing full database backup using RMAN we are getting below set of exceptions,
    RMAN> backup database;
    Starting backup at 12-OCT-09
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=401 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: Veritas NetBackup for Oracle - Release 6.5 (20090430)
    channel ORA_SBT_TAPE_1: starting full datafile backupset
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
    input datafile fno=00005 name=L:\LHECCDB\CCDB
    input datafile fno=00002 name=L:\LHECCDB\UNDOTBS01.DBF
    input datafile fno=00006 name=L:\LHECCDB\CCDBRMAN.ORA
    input datafile fno=00001 name=L:\LHECCDB\SYSTEM01.DBF
    input datafile fno=00003 name=L:\LHECCDB\SYSAUX01.DBF
    input datafile fno=00004 name=L:\LHECCDB\USERS01.DBF
    channel ORA_SBT_TAPE_1: starting piece 1 at 12-OCT-09
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_SBT_TAPE_1 channel at 10/12/2009 22
    :30:10
    ORA-19506: failed to create sequential file, name="4", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    VxBSAValidateFeatureId: Failed with error:
    Server Status: cannot connect on socket
    Please help and guide where we are making mistake
    Thanks,

    That is an error from the MML. You may want to check http://seer.support.veritas.com/docs/281296.htm.

  • User hot and Rman hot backup

    During user mode hot backup lots of redo gets generated as the entire block is written when any changes are made to a block which is in hot backup mode.But during Rman hot backup less redo are generated why is this so and whatz the logic invloved? and how oracle recovers the file that has been backed up through Rman.
    Could you please explain me regarding this in detail it will be really helpful.
    kumaresh

    From Article      Note:76736.1 RMAN FAQ: Recovery Manager -- Frequently Asked
    To understand why RMAN does not require extra logging or backup mode,
    you must first understand why those features are required for non-RMAN
    online backups.
    A non-RMAN online backup consists of a non-Oracle tool, such as cp or
    dd, backing up a datafile at the same time that DBWR is updating the
    file. We can't prevent the tool from reading a particular block at the
    exact same time that DBWR is updating that block. When that happens,
    the non-Oracle tool might read a block in a half-updated state, so that
    the block which is copied to the backup media might only have been
    updated in its first half, while the second half contains older data.
    This is called a "fractured block". If this backup needs to be restored
    later, and that block needs to be recovered, recovery will fail because
    that block is not usable.
    The 'alter tablespace begin backup' command is our solution for the
    fractured block problem. When a tablespace is in backup mode, and a
    change is made to a data block, instead of logging just the changed
    bytes to the redo log, we also log a copy of the entire block image
    before the change, so that we can reconstruct this block if media
    recovery finds that this block was fractured. That block image logging
    is what causes extra redo to be generated while files are in backup
    mode.
    The reason that RMAN does not require extra logging is that it
    guarantees that it will never back up a fractured block. We can make
    that guarantee because we know the format of Oracle data blocks, and we
    verify that each block that we read is complete before we copy it to the
    backup. If we read a fractured block, we read the block again to obtain
    a complete block before backing it up. non-Oracle tools are not able to
    do the same thing because they do not know how to verify the contents of
    an Oracle data block.
    Backup mode has another effect, which is to 'freeze' the checkpoint in
    the header of the file until the file is removed from backup mode.
    We do this because we cannot guarantee that the third-party backup
    tool will copy the file header prior to copying the data blocks.
    RMAN does not need to freeze the file header checkpoint because we
    know the order in which we will read the blocks, which enables us to
    capture a known good checkpoint for the file.

  • Windows Storage Server 2008 backup fail to UEFI based computers

    Hai All
    I have got Windows Storage Server 2008 running on a WD Sentinel DX4000. Recently my company bought a couple of new Dell laptops all running windows 8.1 64bit OS. Only three older laptops were left. Now for the fun part...I installed the connectors pointing
    to the Sentinel on the laptops, and as expected the pc's show on the dashboard of the Storage Server, but all of the backups fail on the newer laptops. I installed the connectors on the older laptops as well and they go through no problem
    The only difference between the older laptops and the new ones are the GPT partition drives and laptops running on UEFI, the older laptops, although running the same OS, do not have GPT and UEFI. I looked at the Event Viewer and found three errors to do
    with the backup: Event 514 pointing to a ClientVSSProblem, Event 8194 pointing to Volume Shadow Copy Service error: Unexpected error querrying for the VSSWriterCallback interface, hr=0x80070005,Access Denied and the last one is Event 513 CAPI2, Cryptographic
    Service failed while processing onIdentity() call in the System Writerobject Details: AddLegacyDriverFiles: Unable to back up image of binary Microsoft Link-Layer Discovery Protocol. I did as most articles suggested but with no change. From changing registries
    to taking ownership of the %windir% and adding the NT AUTHORITY, the NT Service and BUILTIN\Users. No change.
    Help is much appreciated before i make a boat anchor out of the WD Sentinel.
    Kind regards

    Well looks like there is a change or two to be made on the client computer, granting some access to the NT Services and NT Authority. To automate this fix I wrote a batch file to be run on the client pc:
    takeown /f %windir%\winsxs\temp\PendingRenames /a
    pause
    icacls %windir%\winsxs\temp\PendingRenames /grant "NT AUTHORITY\SYSTEM":(RX)
    pause
    icacls %windir%\winsxs\temp\PendingRenames /grant "NT Service\trustedinstaller":(F)
    pause
    icacls %windir%\winsxs\temp\PendingRenames /grant "BUILTIN\Users":(RX)
    pause
    takeown /f %windir%\winsxs\filemaps\* /a
    pause
    icacls %windir%\winsxs\filemaps\*.* /grant "NT AUTHORITY\SYSTEM":(RX)
    pause
    icacls %windir%\winsxs\filemaps\*.* /grant "NT Service\trustedinstaller":(F)
    pause
    icacls %windir%\winsxs\filemaps\*.* /grant "BUILTIN\Users":(RX)
    net stop cryptsvc
    pause
    net start cryptsvc
    pause
    The backup now starts on the Sentinel
    Kind Regards

  • Disk Erase Failed

    Hello,
    I have 1TB WD external hard drive connected directly to my macbook pro, I have always used it without problems, but recently it was not recognized! I went to disk utility to format the drive but I get "Disk Erase failed" "Disk Erase failed with the error: unable to write to the last block of the device", I tried going to partition but it also gave the same answer. The status of the disk in the bottom are as follows:
    Name : WD Elements 1042 Media
              Type :           Disk
              Partition Map Scheme :           Unformatted
              Disk Identifier :           disk1
              Media Name :           WD Elements 1042 Media
              Media Type :           Generic
              Connection Bus :           USB
              USB Serial Number :           575846314137323034303939
              Device Tree :           IODeviceTree:/PCI0@0/XHC1@14
              Writable :           Yes
              Ejectable :           Yes
              Location :           External
              Total Capacity :           1 TB (1,000,202,043,392 Bytes)
              Disk Number :           1
              Partition Number :           0
              S.M.A.R.T. Status :           Not Supported

    The drive may be defective. You can try repartitioning it before the format to see if that helps, but if not the drive or the SATA controller in the enclosure is bad. I'd guess the drive. Try formatting as a single GUID partition, OS X Extended (Journaled) NOT case sensitive and see if you get anywhere.

  • HT3728 My time capsule reports Backup Failed

    After a year of more of faultless backups, suddenly my TC reports Backup Failed. I have tried to restart, dismount and remount, but it still reports Backup Failed. I have a 2T TC and use it to backup two Macbooks.

    Any ideas?
    Wireless Interference
    Might be caused by a cordless phone in the vicinity. To give you an example, my neighbor.....across the street...used to be able to literally crash my wireless network if he was in his front yard talking on his cordless phone.
    I discovered this by accident one day after spending weeks trying figure out why my network would crash at random times.
    Other possibilities include a wireless security/camera system near you
    Still other things might be an amateur ham radio operator....which should not interfere....but again from experience, I know that this can occur.
    Yet another possibility is another wireless network near you that is being turned on and off at random times. Some users power up their modem/router only when they want to do so and leave it off otherwise.
    Some general rules to help avoid interference:
    Move any cordless phones that you might have as far away as possible from the Time Capsule and/or your computer(s)
    Avoid placing other electronic devices....computer, television, amplifier, satellite receiver, etc. near the Time Capsule and/or your computer(s)
    Avoid metal surfaces near the Time Capsule and/or your computers
    Elevate the Time Capsule as much as possible. Think of it as a water sprinkler....you want to get the room as wet as possible
    Experiment with different wireless channels on the Time Capsule. To do this:
    Open AirPort Utility
    Click on the Time Capsule
    Click Edit
    Click the Wireless tab
    Click Wireless Options
    Start with Channel 11 on the 2.4 GHz band and work your way down
    It is unlikely that you are picking up interference on the 5 GHz band since there are.....for now at least.....far fewer networks using this frequency.

  • HT3275 My Time Capsule keeps saying "backup failed" due to the network password not being correct. I have not changed my password and every day I have to type the same one in and then it works. But then the same thing happens the next day. Can anyone help

    My Time Capsule keeps saying "backup failed" due to the network password not being correct. I have not changed my password and every day I have to type the same one in and then it works. But then the same thing happens the next day. Can anyone help? This only started doing this about 2 weeks ago.

    Hello,
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544
    Open Keychain Access in Utilities, use Keychain First Aid under the Menu item, then either check the Password under that item, change it, or delete it and start over.

  • Mac OS X Boot failure... I cant Repair HDD with OS Disk,Shows Repair Failed. I cant backup my files from HDD. Backup failed. But I need my all datas from HDD. I dont want to format. Cant enter safemode also. anything else..

    Mac OS X Boot failure... I cant Repair HDD with OS Disk,Shows Repair Failed. I cant backup my files from HDD. Backup failed. But I need my all datas from HDD. I dont want to format. Cant enter safemode also. anything else..
    I installed XP @Bootcamp, I cant access my Mac HDD via XP..
    What I do??? Please help me.. please...

    You can try DiskWarrior (about $100).
    If that doesn't work, and if you have no backups at all, you might need to send your hard drive to Drive Savers or a similar service. It will cost a lot of money to get the data back, I'm sorry to say.

  • Backups failing with error 19: the backup disk could not be resolved, or there was a problem mounting it

    Hello all,
    Doubt this issue relates to a recent and ugly issue but sharing anyways (resolved thanks to a user here: LaPastenague)
    Time Capsule won't backup if Modem (Motorola SB6121) attached
    This was on Feb 10th resolved. Few days later I upgraded to Yosemite.  Backups were working fine since.  
    Yesterday I happen to notice my last backup was 5 days ago.  I looked in the console logs and saw:
    2/25/15 3:55:06.127 PM com.apple.backupd[2777]: Attempting to mount network destination URL: afp://Paul;AUTH=SRP@Time%20Capsule._afpovertcp._tcp.local./Data
    2/25/15 3:55:17.778 PM com.apple.backupd[2777]: NAConnectToServerSync failed with error: 2 (No such file or directory) for url: afp://Paul;AUTH=SRP@Time%20Capsule._afpovertcp._tcp.local./Data
    2/25/15 3:55:17.792 PM com.apple.backupd[2777]: Backup failed with error 19: The backup disk could not be resolved, or there was a problem mounting it.
    2/25/15 3:57:18.808 PM com.apple.prefs.backup.remoteservice[2021]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    I called Apple.  Their front line was clueless. He suggested resetting the TC (latest "tower" model btw") which then a backup kicked off YEAH
    But the next hour it failed
    Called Apple again, this time to Sr Advisor.  He suggested factory reset of the TC and set up again.  Also first backup worked then rest failed
    Third call to Apple useless also.  He was asking questions I didn't feel relevant.  He also was asking me to reset the TC which I told him was done 2 hours prior. He asked me to reboot which I could NOT at that time.
    I begged him to collect data to submit to engineering, which will take days to get a reply.
    So I thought I would throw this out to the community....
    TC Is NEW (replaced from last issue).  Mac is 8 months old (iMac 27"), Os is Yosemite,  TC also new (latest model)
    Thanks...

    Yosemite is problematic on two fronts.. Networking and Time Machine.. so the combo of doing both with a Time Capsule is like bugs on bugs.
    Here is my standard list.. but your problem maybe difficult to resolve.. and my suggestion is simple.. until Apple get their act together and fix TM.. buy Carbon Copy Cloner and use that for your backup. It is solid and reliable.. even better if you use USB drive plugged into the computer and do a bootable clone.. because then you have a backup that is able to be tested for full functionality 2min after the end of the backup.
    This also starts from a factory reset.. but the reason for it is to change the configuration which is much more easily handled with factory reset to begin.. the instructions are there.. because this is my standard reply.. this is not uncommon!!
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Setup the TC again.
    ie Start from a factory reset. No files are lost on the hard disk doing this.
    Then redo the setup from the computer with Yosemite.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg TCgen5 and TCwifi for basestation and wireless respectively.
    Even better if the issue is more wireless use TC24ghz and TC5ghz with fixed channels as this also seems to help stop the nonsense. But this can be tried in the second round.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the TC always takes the same IP address.. you will need to do this on the main router using dhcp reservation.. or a bit more complex setup using static IP in the TC. But this is important.. having IP drift all over the place when Yosemite cannot remember its own name for 5 min after a reboot makes for poor networking. If the TC is main router it will not be an issue.
    4. Check your share name on the computer is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric.. but this change will mess up your TM backup.. so be prepared to do a new full backup. Sorry.. keep this one for second round if you want to avoid a new backup.
    5. Mount the TC disk in the computer manually.
    In Finder, Go, Connect to server from the top menu,
    Type in SMB://192.168.0.254 (or whatever the TC ip is which you have now made static. As a router by default it is 10.0.1.1 and I encourage people to stick with that unless you know what you are doing).
    You can use name.. SMB://TCgen5.local where you replace TCgen5 with your TC name.. local is the default domain of the TC and doesn't change.
    However names are not so easy as IP address.. nor as reliable. At least not in Yosemite they aren't. The domain can also be an issue if you are not plugged or wireless directly to the TC.
    6. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.
    You might need to do some more work on the Mac itself. eg Reset the PRAM.. has helped some people. Clean install of the OS is also helpful if you upgrade installed.
    Tell us how you go.
    Someone posted a solution.. See this thread.
    Macbook can't find Time Capsule anymore
    Start from the bottom and work up.. What I list here is good network practice changes but I have avoided Yosemites bug heaven.
    This user has had success and a few others as well.
    RáNdÓm GéÉzÁ
    Yosemite has serious DNS bug in the networking application.. here is the lets say more arcane method of fixing it by doing a network transplant from mavericks.
    http://arstechnica.com/apple/2015/01/why-dns-in-os-x-10-10-is-broken-and-what-yo u-can-do-to-fix-it/

Maybe you are looking for

  • Insert or Update data in SAP with Business Objects?

    Hi all, I am new to Business Objects world with my little expertise in Crystal Reports and Xclesius. Could you please clarify me that is there any solution or technology or Product of Business Objects which not only make impressive dashboards and ana

  • Someone help please!!!!!

    can someone explain why only some of my dvds will play on my macbook? sometimes i get the "not permitted" message, other times it says "no supported disc" or something. Or if it doesnt say any of this it just ejects my dvd. Any thoughts anybody?

  • Parsing HTML

    I am trying to parse the HTML, and for a HTML code like this <span class="authorName">Paul Abbott </span> I want to retrieve the value "Paul Abbott" Right now, I am using a parser, to generate the HTML tree and by using the this code.. Tidy tidy = ne

  • Count of month

    Hi There, I have SSRS 2008R2, and I have data source from ssas, has YTD Amount from the cube, I want to add calculation in report to calculate average YTD, so if we are in April, then Avg YTD would be YTD Amount/number of month (4) in this case. How

  • Free transform vector hand-lettering

    I'm using CS-6 and a Wacom tablet and need to fill an oversized character-outline with hand-lettered names of famous authors (imagine a capital P in Franklin Gothic Demi 1050pt). I'm proficient in PS and ID but somehow can't seem to use the free-tran