"cache recovery" vs "crash recovery" ?

Dear Friends ,
Would anybody plz tell me the difference between "cache recovery" and "crash recovery" in oracle ?
I search in google but dont get satisfactory answer ... ...

shipon_97 wrote:
Dear Friends ,
Would anybody plz tell me the difference between "cache recovery" and "crash recovery" in oracle ?
I search in google but dont get satisfactory answer ... ...Crash recovery is performed whenever their is instance failure (single instance or RAC)
Crash recovery is done in two phase 1) Cache recovery 2) Transaction Recovery.
So crash recovery includes cache recovery.
Cache recovery means to apply redo log from log cache to the datafiles which may contain uncommitted transaction also.
These uncommitted transactions should be rolled back during crash recovery, and hence in transaction recovery it applied undo for all such uncommitted transaction.
Regards
Anurag

Similar Messages

  • Crash recovery

    Hello,
    Who initiate the crash recovery? SMON process or any other process?
    In the ealier version of oracle (Oracle 7.3), it was instance recovery,
    Now in Oracle 9i there are two types of recovery one crash recovery and another is instance recovery.
    I want to know that whether in prior to Oracle 9i, there were two such recovery or only one?
    Thanks.

    crash recovery
    The automatic application of online redo records to a database after either a single-instance database crashes or all instances of an Oracle Real Applications Cluster configuration crash. Crash recovery only requires redo from the online logs: archived redo logs are not required.
    In crash recovery, an instance automatically recovers the database before opening it. In general, the first instance to open the database after a crash or SHUTDOWN ABORT automatically performs crash recovery.
    instance recovery
    In an Oracle Real Applications Cluster configuration, the application of redo data to an open database by an instance when this instance discovers that another instance has crashed.
    Hope it helps.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96519/glossary.htm#432431
    Adith

  • Crash recovery/ instance recovery

    Hi,
    How do oracle identifies crash recovery/ instance recovery
    is required?
    Regards,
    Mathew

    Hi,
    >>But how do oracle identifies dabase is abnormally down and crash recovery is required?
    I think that the checkpoint information that is desynchronized in redo log files and datafiles. It is necessary understand what is a checkpoint and what the CKPT process do. A checkpoint is a moment in time when all the changes (dirty blocks) made in the database buffer cache are made to the data files. The checkpoint is performed by the CKPT process and it creates an entry in the control file to identify the point in the online redo log file from where the instance recovery should begin in case of an instance failure. One of the ways a checkpoint is initiated is by the data block writer (DBWR) process. The DBWR process initiates a checkpoint by writing all modified data blocks in the data buffers (dirty buffers) to the data files. After a checkpoint is performed, all committed transactions are written to the data files. If the instance were to crash at this point, only new transactions that occurred after this checkpoint would need to be applied to the database to enable a complete recovery. Therefore, the checkpoint process determines which transactions from the redo logs need to be applied to the database in the event of a failure and subsequent recovery.
    Cheers

  • "Beginning crash recovery of 1 threads"

    Hi there!
    Can you please inform if this is a problem? I'm getting "Beginning crash recovery of 1 threads" on every database startup (alert.log)
    Thanks

    Here is my alert log from a few days:
    Sun May 30 00:01:31 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:17900M/20477M, Ph+PgF:36037M/37825M
    Sun May 30 00:01:31 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=1808
    PSP0 started with pid=3, OS id=4848
    MMAN started with pid=4, OS id=4824
    DBW0 started with pid=5, OS id=4604
    LGWR started with pid=6, OS id=776
    CKPT started with pid=7, OS id=2012
    SMON started with pid=8, OS id=4404
    RECO started with pid=9, OS id=4484
    CJQ0 started with pid=10, OS id=4396
    MMON started with pid=11, OS id=5088
    Sun May 30 00:01:31 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4552
    Sun May 30 00:01:31 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Sun May 30 00:01:31 2010
    alter database "MYDB" mount exclusive
    Sun May 30 00:01:35 2010
    Setting recovery target incarnation to 2
    Sun May 30 00:01:36 2010
    Successful mount of redo thread 1, with mount id 4241184411
    Sun May 30 00:01:36 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Sun May 30 00:01:36 2010
    alter database open
    Sun May 30 00:01:37 2010
    Beginning crash recovery of 1 threads
    Sun May 30 00:01:37 2010
    Started redo scan
    Sun May 30 00:01:37 2010
    Completed redo scan
    895 redo blocks read, 112 data blocks need recovery
    Sun May 30 00:01:37 2010
    Started redo application at
    Thread 1: logseq 8835, block 70913
    Sun May 30 00:01:37 2010
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 8835 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:01:37 2010
    Completed redo application
    Sun May 30 00:01:37 2010
    Completed crash recovery at
    Thread 1: logseq 8835, block 71808, scn 282384241
    112 data blocks read, 112 data blocks written, 895 redo blocks read
    Sun May 30 00:01:37 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1780
    Sun May 30 00:01:37 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=2524
    Sun May 30 00:01:37 2010
    Thread 1 advanced to log sequence 8836 (thread open)
    Thread 1 opened at log sequence 8836
      Current log# 1 seq# 8836 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Successful open of redo thread 1
    Sun May 30 00:01:37 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sun May 30 00:01:37 2010
    ARC1: Becoming the heartbeat ARCH
    Sun May 30 00:01:37 2010
    SMON: enabling cache recovery
    Sun May 30 00:01:39 2010
    Successfully onlined Undo Tablespace 1.
    Sun May 30 00:01:39 2010
    SMON: enabling tx recovery
    Sun May 30 00:01:39 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=4716
    Sun May 30 00:01:42 2010
    Completed: alter database open
    Sun May 30 00:01:43 2010
    ALTER SYSTEM disable restricted session;
    Sun May 30 00:07:39 2010
    Thread 1 advanced to log sequence 8837 (LGWR switch)
      Current log# 2 seq# 8837 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:10:27 2010
    Thread 1 advanced to log sequence 8838 (LGWR switch)
      Current log# 3 seq# 8838 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:11:25 2010
    Thread 1 advanced to log sequence 8839 (LGWR switch)
      Current log# 1 seq# 8839 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:12:30 2010
    Thread 1 advanced to log sequence 8840 (LGWR switch)
      Current log# 2 seq# 8840 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:17:07 2010
    Thread 1 advanced to log sequence 8841 (LGWR switch)
      Current log# 3 seq# 8841 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:21:15 2010
    Thread 1 advanced to log sequence 8842 (LGWR switch)
      Current log# 1 seq# 8842 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:22:31 2010
    Thread 1 advanced to log sequence 8843 (LGWR switch)
      Current log# 2 seq# 8843 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:23:44 2010
    Thread 1 advanced to log sequence 8844 (LGWR switch)
      Current log# 3 seq# 8844 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 00:26:44 2010
    Thread 1 advanced to log sequence 8845 (LGWR switch)
      Current log# 1 seq# 8845 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 00:27:51 2010
    Thread 1 advanced to log sequence 8846 (LGWR switch)
      Current log# 2 seq# 8846 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 00:30:51 2010
    Thread 1 advanced to log sequence 8847 (LGWR switch)
      Current log# 3 seq# 8847 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 01:01:42 2010
    Thread 1 advanced to log sequence 8848 (LGWR switch)
      Current log# 1 seq# 8848 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 01:01:58 2010
    Thread 1 advanced to log sequence 8849 (LGWR switch)
      Current log# 2 seq# 8849 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 01:02:13 2010
    Thread 1 advanced to log sequence 8850 (LGWR switch)
      Current log# 3 seq# 8850 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 01:02:29 2010
    Thread 1 advanced to log sequence 8851 (LGWR switch)
      Current log# 1 seq# 8851 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Sun May 30 01:02:44 2010
    Thread 1 advanced to log sequence 8852 (LGWR switch)
      Current log# 2 seq# 8852 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Sun May 30 01:02:54 2010
    Thread 1 advanced to log sequence 8853 (LGWR switch)
      Current log# 3 seq# 8853 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Sun May 30 13:00:58 2010
    Thread 1 advanced to log sequence 8854 (LGWR switch)
      Current log# 1 seq# 8854 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Dump file h:\admin\MYDB\bdump\alert_MYDB.log
    Mon May 31 00:00:33 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:18101M/20477M, Ph+PgF:35984M/37825M
    Mon May 31 00:00:33 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=1068
    PSP0 started with pid=3, OS id=4512
    MMAN started with pid=4, OS id=4452
    DBW0 started with pid=5, OS id=784
    LGWR started with pid=6, OS id=4608
    CKPT started with pid=7, OS id=4524
    SMON started with pid=8, OS id=1976
    RECO started with pid=9, OS id=3808
    CJQ0 started with pid=10, OS id=4056
    MMON started with pid=11, OS id=4792
    Mon May 31 00:00:33 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4208
    Mon May 31 00:00:33 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Mon May 31 00:00:33 2010
    alter database "MYDB" mount exclusive
    Mon May 31 00:00:37 2010
    Setting recovery target incarnation to 2
    Mon May 31 00:00:37 2010
    Successful mount of redo thread 1, with mount id 4241228001
    Mon May 31 00:00:37 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Mon May 31 00:00:37 2010
    alter database open
    Mon May 31 00:00:38 2010
    Beginning crash recovery of 1 threads
    Mon May 31 00:00:38 2010
    Started redo scan
    Mon May 31 00:00:38 2010
    Completed redo scan
    815 redo blocks read, 108 data blocks need recovery
    Mon May 31 00:00:38 2010
    Started redo application at
    Thread 1: logseq 8854, block 31079
    Mon May 31 00:00:38 2010
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 8854 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:00:38 2010
    Completed redo application
    Mon May 31 00:00:38 2010
    Completed crash recovery at
    Thread 1: logseq 8854, block 31894, scn 282601383
    108 data blocks read, 108 data blocks written, 815 redo blocks read
    Mon May 31 00:00:38 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1792
    Mon May 31 00:00:38 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=5048
    Mon May 31 00:00:38 2010
    Thread 1 advanced to log sequence 8855 (thread open)
    Thread 1 opened at log sequence 8855
      Current log# 2 seq# 8855 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Successful open of redo thread 1
    Mon May 31 00:00:38 2010
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Mon May 31 00:00:38 2010
    ARC0: Becoming the heartbeat ARCH
    Mon May 31 00:00:38 2010
    SMON: enabling cache recovery
    Mon May 31 00:00:40 2010
    Successfully onlined Undo Tablespace 1.
    Mon May 31 00:00:40 2010
    SMON: enabling tx recovery
    Mon May 31 00:00:40 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=4612
    Mon May 31 00:00:42 2010
    Completed: alter database open
    Mon May 31 00:00:42 2010
    ALTER SYSTEM disable restricted session;
    Mon May 31 00:06:45 2010
    Thread 1 advanced to log sequence 8856 (LGWR switch)
      Current log# 3 seq# 8856 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:09:34 2010
    Thread 1 advanced to log sequence 8857 (LGWR switch)
      Current log# 1 seq# 8857 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:10:33 2010
    Thread 1 advanced to log sequence 8858 (LGWR switch)
      Current log# 2 seq# 8858 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:11:38 2010
    Thread 1 advanced to log sequence 8859 (LGWR switch)
      Current log# 3 seq# 8859 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:16:13 2010
    Thread 1 advanced to log sequence 8860 (LGWR switch)
      Current log# 1 seq# 8860 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:20:09 2010
    Thread 1 advanced to log sequence 8861 (LGWR switch)
      Current log# 2 seq# 8861 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:21:28 2010
    Thread 1 advanced to log sequence 8862 (LGWR switch)
      Current log# 3 seq# 8862 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:22:37 2010
    Thread 1 advanced to log sequence 8863 (LGWR switch)
      Current log# 1 seq# 8863 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 00:25:42 2010
    Thread 1 advanced to log sequence 8864 (LGWR switch)
      Current log# 2 seq# 8864 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 00:26:47 2010
    Thread 1 advanced to log sequence 8865 (LGWR switch)
      Current log# 3 seq# 8865 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 00:29:52 2010
    Thread 1 advanced to log sequence 8866 (LGWR switch)
      Current log# 1 seq# 8866 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 10:43:39 2010
    Thread 1 advanced to log sequence 8867 (LGWR switch)
      Current log# 2 seq# 8867 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 11:30:27 2010
    Thread 1 advanced to log sequence 8868 (LGWR switch)
      Current log# 3 seq# 8868 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 12:57:56 2010
    Thread 1 advanced to log sequence 8869 (LGWR switch)
      Current log# 1 seq# 8869 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 15:19:50 2010
    Thread 1 advanced to log sequence 8870 (LGWR switch)
      Current log# 2 seq# 8870 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:00:52 2010
    Thread 1 advanced to log sequence 8871 (LGWR switch)
      Current log# 3 seq# 8871 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:01:02 2010
    Thread 1 advanced to log sequence 8872 (LGWR switch)
      Current log# 1 seq# 8872 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:01:27 2010
    Thread 1 advanced to log sequence 8873 (LGWR switch)
      Current log# 2 seq# 8873 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:01:47 2010
    Thread 1 advanced to log sequence 8874 (LGWR switch)
      Current log# 3 seq# 8874 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:09 2010
    Thread 1 advanced to log sequence 8875 (LGWR switch)
      Current log# 1 seq# 8875 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:24 2010
    Thread 1 advanced to log sequence 8876 (LGWR switch)
      Current log# 2 seq# 8876 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:02:30 2010
    Thread 1 advanced to log sequence 8877 (LGWR switch)
      Current log# 3 seq# 8877 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:37 2010
    Thread 1 advanced to log sequence 8878 (LGWR switch)
      Current log# 1 seq# 8878 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:45 2010
    Thread 1 advanced to log sequence 8879 (LGWR switch)
      Current log# 2 seq# 8879 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:02:50 2010
    Thread 1 advanced to log sequence 8880 (LGWR switch)
      Current log# 3 seq# 8880 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Mon May 31 22:02:54 2010
    Thread 1 advanced to log sequence 8881 (LGWR switch)
      Current log# 1 seq# 8881 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Mon May 31 22:02:58 2010
    Thread 1 advanced to log sequence 8882 (LGWR switch)
      Current log# 2 seq# 8882 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Mon May 31 22:03:15 2010
    Thread 1 advanced to log sequence 8883 (LGWR switch)
      Current log# 3 seq# 8883 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Dump file h:\admin\MYDB\bdump\alert_MYDB.log
    Tue Jun 01 00:01:05 2010
    ORACLE V10.2.0.4.0 - 64bit Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows NT Version V6.0 Service Pack 2
    CPU                 : 8 - type 8664, 8 Physical Cores
    Process Affinity    : 0x0000000000000000
    Memory (Avail/Total): Ph:18247M/20477M, Ph+PgF:36004M/37825M
    Tue Jun 01 00:01:05 2010
    Starting ORACLE instance (restrict)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 150
      __shared_pool_size       = 1526726656
      __large_pool_size        = 0
      __java_pool_size         = 16777216
      __streams_pool_size      = 0
      nls_language             = AMERICAN
      nls_territory            = AMERICA
      sga_target               = 10737418240
      control_files            = E:\ORADATA\MYDB\CONTROL01.CTL, F:\ORADATA\MYDB\CONTROL02.CTL, H:\ORADATA\MYDB\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 9177137152
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=g:\archives\MYDB
      log_archive_format       = ARC%S_%R.%T
      db_file_multiblock_read_count= 16
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=MYDBXDB)
      local_listener           = (ADDRESS=(PROTOCOL=TCP)(HOST=192.2.6.154)(PORT=1521))
      remote_dependencies_mode = SIGNATURE
      job_queue_processes      = 10
      audit_file_dest          = H:\ADMIN\MYDB\ADUMP
      background_dump_dest     = H:\ADMIN\MYDB\BDUMP
      user_dump_dest           = H:\ADMIN\MYDB\UDUMP
      core_dump_dest           = H:\ADMIN\MYDB\CDUMP
      db_name                  = MYDB
      open_cursors             = 300
      pga_aggregate_target     = 1073741824
    PMON started with pid=2, OS id=2724
    PSP0 started with pid=3, OS id=5088
    MMAN started with pid=4, OS id=4436
    DBW0 started with pid=5, OS id=4400
    LGWR started with pid=6, OS id=792
    CKPT started with pid=7, OS id=4036
    SMON started with pid=8, OS id=4220
    RECO started with pid=9, OS id=1856
    CJQ0 started with pid=10, OS id=332
    MMON started with pid=11, OS id=4224
    Tue Jun 01 00:01:05 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=4784
    Tue Jun 01 00:01:05 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Tue Jun 01 00:01:05 2010
    alter database "MYDB" mount exclusive
    Tue Jun 01 00:01:10 2010
    Setting recovery target incarnation to 2
    Tue Jun 01 00:01:10 2010
    Successful mount of redo thread 1, with mount id 4241292930
    Tue Jun 01 00:01:10 2010
    Database mounted in Exclusive Mode
    Completed: alter database "MYDB" mount exclusive
    Tue Jun 01 00:01:10 2010
    alter database open
    Tue Jun 01 00:01:10 2010
    Beginning crash recovery of 1 threads
    Tue Jun 01 00:01:10 2010
    Started redo scan
    Tue Jun 01 00:01:11 2010
    Completed redo scan
    893 redo blocks read, 96 data blocks need recovery
    Tue Jun 01 00:01:11 2010
    Started redo application at
    Thread 1: logseq 8883, block 18558
    Tue Jun 01 00:01:11 2010
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 8883 Reading mem 0
      Mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:01:11 2010
    Completed redo application
    Tue Jun 01 00:01:11 2010
    Completed crash recovery at
    Thread 1: logseq 8883, block 19451, scn 283448451
    96 data blocks read, 96 data blocks written, 893 redo blocks read
    Tue Jun 01 00:01:11 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=1804
    Tue Jun 01 00:01:11 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=4988
    Tue Jun 01 00:01:11 2010
    Thread 1 advanced to log sequence 8884 (thread open)
    Thread 1 opened at log sequence 8884
      Current log# 1 seq# 8884 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Successful open of redo thread 1
    Tue Jun 01 00:01:11 2010
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Tue Jun 01 00:01:11 2010
    ARC0: Becoming the heartbeat ARCH
    Tue Jun 01 00:01:11 2010
    SMON: enabling cache recovery
    Tue Jun 01 00:01:11 2010
    Successfully onlined Undo Tablespace 1.
    Tue Jun 01 00:01:11 2010
    SMON: enabling tx recovery
    Tue Jun 01 00:01:11 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=244
    Tue Jun 01 00:01:13 2010
    Completed: alter database open
    Tue Jun 01 00:01:13 2010
    ALTER SYSTEM disable restricted session;
    Tue Jun 01 00:07:16 2010
    Thread 1 advanced to log sequence 8885 (LGWR switch)
      Current log# 2 seq# 8885 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:10:00 2010
    Thread 1 advanced to log sequence 8886 (LGWR switch)
      Current log# 3 seq# 8886 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:10:58 2010
    Thread 1 advanced to log sequence 8887 (LGWR switch)
      Current log# 1 seq# 8887 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:12:03 2010
    Thread 1 advanced to log sequence 8888 (LGWR switch)
      Current log# 2 seq# 8888 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:16:44 2010
    Thread 1 advanced to log sequence 8889 (LGWR switch)
      Current log# 3 seq# 8889 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:20:52 2010
    Thread 1 advanced to log sequence 8890 (LGWR switch)
      Current log# 1 seq# 8890 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:22:10 2010
    Thread 1 advanced to log sequence 8891 (LGWR switch)
      Current log# 2 seq# 8891 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:23:28 2010
    Thread 1 advanced to log sequence 8892 (LGWR switch)
      Current log# 3 seq# 8892 mem# 0: H:\ORADATA\MYDB\REDO03.LOG
    Tue Jun 01 00:27:03 2010
    Thread 1 advanced to log sequence 8893 (LGWR switch)
      Current log# 1 seq# 8893 mem# 0: H:\ORADATA\MYDB\REDO01.LOG
    Tue Jun 01 00:28:23 2010
    Thread 1 advanced to log sequence 8894 (LGWR switch)
      Current log# 2 seq# 8894 mem# 0: H:\ORADATA\MYDB\REDO02.LOG
    Tue Jun 01 00:32:03 2010
    Thread 1 advanced to log sequence 8895 (LGWR switch)
      Current log# 3 seq# 8895 mem# 0: H:\ORADATA\MYDB\REDO03.LOG

  • When occurs crash recovery,why use active online redo log not archived log?

    If current redo log had archived, but it's still 'ACTIVE'. As we all know, archived log is just an archived copy of the current redo log which is still 'ACTIVE', they have the same data. But why use active online redo log not archived log for crash recovery?(I think, if crash recovery can use archived log, then whether the online redo log is 'ACTIVE' or not, it can be overwritten)
    Quote:
    Re: v$log : How redo log file can have a status ACTIVE and be already archived?
    Hemant K Chitale
    If your instance crashes, Oracle attempts Instance Recovery -- reading from the Online Redo Logs. It doesn't need ArchiveLogs for Instance Recovery.
    TanelPoder
    Whether the log is already archived or not doesn't matter here, when the instance crashes, Oracle needs some blocks from that redolog. Archivelog is just an archived copy of the redolog, so you could use either the online or achive log for the recovery, it's the same data in there (Oracle reads the log/archivelog file header when it tries to use it for recovery and validates whether it contains the changes (RBA range) in it what it needs).

    Aman.... wrote:
    John,
    Are you sure that the instance recovery (not the media recovery) would be using the archived redo logs? Since the only thing that would be lost is the isntance, there wouldn't be any archived redo log generated from the Current redo log and the previous archived redo logs, would be already checkpointed to the data file, IMHO archived redo logs won't participate in the instance recovery process. Yep, shall watch the video but tomorrow .
    Regards
    Aman....
    That's what I said. Or meant to say. If Oracle used archivelogs for instance recovery, it would not be possible to recover in noarchive log mode. So recovery relies exclusively on the online log.
    Sorry I wasted your time, I'll try to be less ambiguous in future

  • Crash recovery of productive db very slow

    We had to shutdown a productive database with db2_kill, because it couldn't be stopped normally and had problem with a full FAILARCHPATH (After TSM server had problems, the archiving to TSM has not been successfully any more, even after TSM Server was up again: We had this problems before....)
    The crash recovery takes very long.  Sometimes even db2 list utilities <show details> seems to hang.
    With db2pd -everything  I can see the progress of the crash recovery:
    Database Partition 0 -- Database PC1 -- Active -- Up 0 days 01:57:14 -- Date 05/07/2008 11:34:59
    Recovery:
    Recovery Status     0x00000C01
    Current Log         S0003363.LOG
    Current LSN         061F2B330DBA
    Job Type            CRASH RECOVERY     
    Job ID              1        
    Job Start Time      (1210145904) Wed May  7 09:38:24 2008
    Job Description     Crash Recovery     
    Invoker Type        User    
    Total Phases        2        
    Current Phase       1        
    Progress:
    Address            PhaseNum   Description          StartTime                  CompletedWork                TotalWork          
    0x000000020018E580 1          Forward              Wed May  7 09:38:24 2008   786766439 bytes              1998253346 bytes           
    0x000000020018E670 2          Backward             NotStarted                 0 bytes                      1998253346 bytes           
    So the db has now finished approx 1/3 of the bytes of the forward phase and then also have the backward phase!
    In the db2diag.log there are no more entries after beginning of the crash recovery of 09:38.
    We have move one logfile from the FAILARCHPATH directory (which was 100% full) to a different directory  to be sure, that the slow crash recovery has nothing to do with the full FAILARCHPATH.
    The log_dir directory  has 20 logfiles (LOGPRIMARY+ LOGSECOND) in it  (more could not be allocated there because the log_dir is sized according to the LOG-Parameters)
    Parameter UTIL_HEAP_SZ = 150.000
    Does anybody have an idea, why the crash recovery is so slow ?
    Kind regards,
    Uta

    Hello Ralph,
    the needed logfiles were all there and we didn't need to restore any logfiles from tsm (the "active" logfiles, which are needed for crash recovery should always reside in the log_dir...)
    At  2008-05-07-14.17.07.357544   crash recovery was completed successfully.
    At 2008-05-07-13.56.41.297552   the db has started  archiving to tsm again:
    ADM1844I  Started archive for log file "S0003329.LOG".
    According to dba collegues the crash recovery were  only 50 % finished and then suddenly  everything was finished. Since the "db2 list utilities" takes forward and backward phase into account for percentage, I assume that the backward phase  was very fast.
    The dba collegues  have also recognized, that in the log_dir there were logfiles which were archived to tsm already. So they moved them out of the log_dir, and additional logfiles could be allocated (Before no add. logfile could be allocated). I couldn't say, if this was the reason, why the recovery was finished then afterwards.
    The only problem is, that the database doesn't want to archive  Logfiles  S0003329- S0003350. Strange  is also, that logfile 3329 was archived to the FAILARCHPATH yesterday successfully,
    2008-05-06-12.27.10.316403+120 E4284459A420       LEVEL: Warning
    PID     : 3907                 TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3170
    MESSAGE : ADM1846I  Completed archive for log file "S0003329.LOG" to
              "/db2/PC1/log_archive/db2pc1/PC1/NODE0000/C0000009/" from
              "/db2/PC1/log_dir/".
    and now the db searches in the log_dir:
    2008-05-07-13.57.02.525715+120 E25224816A315      LEVEL: Warning
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3108
    MESSAGE : ADM1844I  Started archive for log file "S0003329.LOG".
    2008-05-07-13.57.02.526949+120 I25225132A364      LEVEL: Error
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogVendor, probe:1630
    RETCODE : ZRC=0x860F000A=-2045837302=SQLO_FNEX "File not found."
              DIA8411C A file "" could not be found.
    2008-05-07-13.57.02.527866+120 E25225497A367      LEVEL: Warning
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3150
    MESSAGE : ADM1848W  Failed archive for log file "S0003329.LOG" to "TSM chain 9"
    2008-05-07-13.57.02.528352+120 I25225865A370      LEVEL: Error
    PID     : 28182                TID  : 1           PROC : db2logmgr (PC1) 0
    INSTANCE: db2pc1               NODE : 000
    FUNCTION: DB2 UDB, data protection, sqlpgArchiveLogFile, probe:3160
    MESSAGE : Failed to archive log file S0003329.LOG to TSM chain 9 from
              /db2/PC1/log_dir/ with rc = -2045837302.
    and this was none of the logfiles, which the collegue moved out of log_dir.
    Has anybody  seen the situation  that the db couldn't  archive from failarchpath to TSM after failure. We don't want  to control every FAILARCHPATH after TSM-Failures....
    Kind regards,
    Uta

  • Aborting crash recovery due to error 354

    Help, What do I do?
    alter database open
    Mon Jun 16 06:47:10 2008
    Beginning crash recovery of 1 threads
    Mon Jun 16 06:47:10 2008
    Started redo scan
    Mon Jun 16 06:47:34 2008
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3496.trc:
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 18350 change 56285546348545 time 06/04/2008 13:42:02
    ORA-00334: archived log: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_2R411073_.LOG'
    Mon Jun 16 06:47:34 2008
    Aborting crash recovery due to error 354
    Mon Jun 16 06:47:34 2008
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3496.trc:
    ORA-00354: corrupt redo log block header
    ORA-00353: log corruption near block 18350 change 56285546348545 time 06/04/2008 13:42:02
    ORA-00312: online log 2 thread 1: 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_2R411073_.LOG'
    ORA-354 signalled during: alter database open...
    Mon Jun 16 07:09:38 2008
    db_recovery_file_dest_size of 10240 MB is 0.98% used.

    You are certified but you don't know how to to recover a database with corrupt redo logs? There you have my problem with certificates: they don't tell you jack about the true knowledge of the DBA and his problem solving skills. (or is this exactly what you are saying with "book knowledge"? I am no native English speaker, so I might have misunderstood).
    Just enter your ORA-error in a metalink search and you will find notes that explain exactly what to do (the how-to's you mention ;))

  • Crash recovery: recreating invalid indexes

    I want to discuss a phaenomen, which we often have saw during crash recoveries:
    The "startsap db" is hanging, because after the crash recocvery itself is completed (according to db2diag.log), the connection to the database ist still hanging because the database recreate invalid indexes.
    sf503:db2p02 10%  db2 list utilities
    ID                               = 2
    Type                             = RESTART RECREATE INDEX
    Database Name                    = P02
    Partition Number                 = 0
    Description                      = Recreating Invalid Index Objects
    Start Time                       = 05/08/2007 09:37:42.721072
    Sometimes this can take up to 25 minutes until this is finished and the connect is finished.
    The strange thing is:
    If a 2. connection to the database is made during "recreating indexes", this 2. connection is successfull and selects from t000 are successfull.
    So, it is possible to execute "startsap r3" while the first connection is still blocked with recreating indexes.
    I don't understand this behaviour:
    - If the database really needs the recreation of invalid index objects  for sucessfull database operation, then it should block ALL connections and not only the first one.
    - If it's not urgently necessary, the database should done the recreating indexes in background and not block the first connection.
    Also in the Recovery& High Availibility IBM Handbook I have nothing found about the "recreating  invalid index objects"-feature.
    Kind regards
    Uta

    Hello Jens,
    thanks for the detailed answer!
    As you wrote, the only workarond with changing  db cfg parameter from "restart" to "access" needs some manual intervention if  we don't want to risk the limit of maximum dialog runtime. So actually we will leave it as it is. We have a workaround with starting sap in a second window, when  the crash recovery is finished according to db2diag.log and the 1. connection (startsap db) ist still recreating invalid  indexes.
    How can one determine the invalid indexes, who need recreation ?
    Joachim: we don't have a real problem at our site. Fortunatelly we have crash recoveries only in the rare cases of system crashes, etc. So we are lucky not to have it every day....
    Hopefully the behaviour will be changed  to background index recreation in some later DB release.

  • Crash recovery everytime starting an instance

    Is it normal that a crash recovery is started every time I start
    an Oracle instance on a WinNT 4.0 system.
    The xxxALRT.log file contains messages like this:
    alter database open
    Beginning crash recovery of 1 threads
    Thread recovery: start rolling forward thread 1
    and so on ...
    The database startup takes a long time but after that the db
    works normal.

    Oracle always does recovery processing on startup. If you
    shutdown abort your startup will take longer because there is
    more recovery processing that has to be done. Shutting down
    immediate takes longer because it performs clean up process so
    that when you startup not as much recovery processing is needed.

  • Vista crash recovery

    Hi. I'm trying to help a friend but I'm not terribly experienced with laptops. She has a Toshiba Satelite L300 but when she got it and turned it on the first time she skipped the step for making the recovery discs. Now her computer has completely crashed, gets to the repair-or-boot-to-Windows screen and neither choice goes anywhere useful. I tried to boot to the last-known-successful, but that didn't work either. I found the Recovery Disc Creator for Windows Vista but I can't work out how to use it or if it's even useful on a computer this out of whack. I downloaded it, burned it onto a cd and booted her computer with it, making sure it could boot from a cd, but that didn't seem to work. I actually ran it on my own computer because I thought maybe I needed to create an image before burning it to a cd, the name did seem to suggest that, but if it created an image I don't know where it went.
    I'm on the wrong track aren't I? Is there clear instructions anywhere for how to use that file? I've been trying to work this out all weekend.
    Thanks in advance
    j
    Solved!
    Go to Solution.

    Julanna, turn the computer on and immediately press and hold the F8 key. Can you reach the Advanced Boot Options menu? If so, choose Repair Your Computer. Can you reach the System Recovery Options menu? If so, click Startup Repair.
    If you cannot reach the System Recovery Options menu, see the section Hard Disk Drive Recovery using the recovery partition, starting on p. 62 of the User's Guide.
       Satellite L300 Series User’s Guide
    Which Satellite L300?
    -Jerry

  • Crash recovery for zones

    hi,
    What's the best way for crash recovery for zones?
    Thanks,
    Rosario

    there are some recipes using the snapshot feature of ZFS systems. I tried a solution for non ZFS filesystems:
    to backup:
    df -F nfs | sed "s/ .*//" > /tmp/excludes # this excludes NFS mounted filesystems
    find /$zonepath/$zonename -fstype lofs -prune 2> /dev/null | sed "s/^\/$zonepath\///">> /tmp/excludes # this exclude LOFS mounted filesystems
    echo "$zonename/root/proc" >> /tmp/excludes
    echo "$zonename/root/var/run" >> /tmp/excludes
    echo "$zonename/root/system/contract/all" >> /tmp/excludes
    echo "$zonename/root/system/contract/process" >> /tmp/excludes
    echo "$zonename/root/etc/mnttab" >> /tmp/excludes
    echo "$zonename/root/etc/svc/volatile" >> /tmp/excludes
    echo "$zonename/root/system/object" >> /tmp/excludes
    echo "$zonename/root/tmp" >> /tmp/excludes
    echo "$zonename/root/var/svc/log" >> /tmp/excludes
    echo "$zonename/root/var/log/syslog*" >> /tmp/excludes
    echo "$zonename/root/var/saf/zsmon/log" >> /tmp/excludes
    echo "$zonename/root/var/adm/messages*" >> /tmp/excludes
    echo "$zonename/root/var/adm/wtmpx" >> /tmp/excludes
    echo "$zonename/root/etc/svc/volatile/repository_door" >> /tmp/excludes
    echo "$zonename/root/tmp/.X11-unix/X0" >> /tmp/excludes
    echo "$zonename/dev/.devfsadm_synch_door" >> /tmp/excludes
    cd /$zonepath
    tar -EcfX /$somepath/$zonename.tar /tmp/excludes $zonename 2> /tmp/$zonename.err
    to restore:
    extract tar
    mkdir of all mount points
    mkdir for all dynamic data (i.e. $zonename/root/proc), assigning correct permissions&ownership
    create files for all dynamic data (i.e. $zonename/root/etc/mnttab), assigning correct permissions&ownership
    this solution requires that the backed up machine, and the restored one, to have the same OS level and patches

  • How to create up-to-date Recovery Drive and Recovery Partition on Windows 8.1 U1.

    I am running 8.1 and exploring the recovery options.
    I'm periodically creating recovery images, etc. but would like to do better than that.
    I'd like to know how to:
    Create an updated Recovery Partition that will restore to a Recovery Image (WIM) that I choose.
    Modify / Create a Recovery Drive that includes a system image
    of my choice, as opposed to an image created by the manufacturer / supplier (and the extra work that that implies).  If I can create an up to date partition and mark it as such, then I'm clearly done.  Should I not be able to sensibly
    make my own partition, how do I create this on a USB recovery drive?  (The built in interface has a Boolean option, use hard drive recovery partition OR use nothing.  This would be solved if it
    also had an option to use current recovery image.  I'm happy to write simple code to make this happen if that's what it takes.)
    Put another way.  I can make a recovery image at will, how do I create a recovery partition and recovery drive to match?
    I'm no expert on the ins and outs of Windows 8.1 recovery, if this is already covered elsewhere, I'd appreciate a link.

    I have documented an unsupported process for creating an automated recovery for use in a task sequence
    here. However, if I read your post correctly you are suggesting being able to do this from USB media. The method for creating the recovery partition is simple. It is simply a partition containing a folder called RecoveryImage with your install.wim
    inside. Reagentc is the tool that will actually tell Windows where that recovery is. While I don't personally have a use for what your suggesting, I may give it a shot just to see if it can be done. I suspect it will work.
    Here are the links that got me started:
    ReagentC:
    http://technet.microsoft.com/en-us/library/dd799242(v=WS.10).aspx
    Creating Push Button Reset:
    http://technet.microsoft.com/en-us/library/hh824917.aspx
    Good Luck!
    bill
    Regards, Bill Moore @BMooreAtDell

  • Recovery DVD Or Recovery USB

    Help me for below product
    Thanks
    Vijay
    Product name: HP PAVILION 14 NOTEBOOK PC  TS 14-n019se
    Product number: F0F92EA#ABV
    Error while do recovery from DVD media or USB disk.
    End with error

    I don't know HP really gives support to customer.
    I never support from HP Middle East. They never gave me Recovery DVD within three month warranty period of software. But other country giving free of recovery DVD. There is no standard in HP country to country. I have experienced of total 7 years with HP Middle East. I will give all 4 notebooks in my home
    1st Notebook Pavilion dv6915ee windows Vista
    2nd notebook Pavilion dv6-2152ee windows 7
    3rd note book Pavilion F0F92EA#ABV Windows 8
    4th note book Pavilion F0F92EA#ABV Windows 8
    I always get support from HP UK HP India but never get support from HP Middle East for recovery DVD, That why i used to ordered Recovery DVD from HP UK. But unfortunate DVD for 3rd & 4th note book DVD never works. Even i wrote email to you direct on [email protected] this address.
    This unit have some fault manufactured defect to work on external source i.e. Recovery DVD from HP or created Recovery DVD from note book or created recovery on USB thumb drive never worked. it end wih error, Only Recovery from note book recovery partition working. I can challenge HP software people in this matter.
     Please see below error which is I copied when it failed recovery from HP Recovery DVD.
      P2PP BurnBoot Check Failed
      Possible Causes:
        1. Yellow-Bang occured at Device Manager
        2. Some silent-install failure of applications
        3. Found failed at PININST_BBV
        4. Found failed at PININST_BBV2
        5. Found Memory Dump file
      Suggestion:
       1. Checking REGDEV_BB.LOG for drivers
       2. Checking BBApps.log for applications
       3. Checking MEMDUMP_BBV.log for memory dump file
      Note[for ODM]:  
       If you know which component failed in preinstall process   
          after checking above files, please OTS it to the component owner.
       Otherwise, suggest to contact TWN PDC NB-PreinPM or create PIN-Log and OTS it with OTS Category Image  
    [RegistryDevicesCheck]
    Result=PASSED
    [PININST_BBV]
    PININST (Mini-FBI) starts at: 22:23:36 Friday, December 05, 2014
    [RunOnceThese_CMD#1]
    LAUNCHED=> "C:\SYSTEM.SAV\UTIL\CLEANFBI.CMD"
    START=> 22:23:38 Friday, December 05, 2014
    END=> 22:23:44 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunOnceThese_CMD#2]
    LAUNCHED=> "CMD.exe /c MOVE c:\System.sav\FactoryUpdate\boot.wim c:\System.sav\2ndCap"
    START=> 22:23:44 Friday, December 05, 2014
    END=> 22:23:45 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunOnceThese_CMD#3]
    LAUNCHED=> "CMD.exe /c C:\System.sav\Util\Pre-BBV1.CMD"
    START=> 22:23:45 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:24:02 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#1]
    LAUNCHED=> "CMD.exe /c C:\System.sav\bbv\ClnWinSxS.cmd"
    START=> 22:24:04 Friday, December 05, 2014
    END=> 22:24:55 Friday, December 05, 2014
    RESULT=> Command finished in 51 seconds.
    >==============================================================================
    [RunThese_CMD#2]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\Chipset_BBV.CMD"
    START=> 22:24:55 Friday, December 05, 2014
    END=> 22:25:11 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#3]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\VID_TRPV_BBV.CMD"
    START=> 22:25:11 Friday, December 05, 2014
    END=> 22:25:17 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#4]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\VID_RLPV_BBV.CMD"
    START=> 22:25:17 Friday, December 05, 2014
    END=> 22:25:23 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#5]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\VID_KBPV_BBV.CMD"
    START=> 22:25:23 Friday, December 05, 2014
    END=> 22:25:29 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#6]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\MEI_CR_BBV.CMD"
    START=> 22:25:29 Friday, December 05, 2014
    END=> 22:25:30 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#7]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\MEI_BBV.CMD"
    START=> 22:25:30 Friday, December 05, 2014
    END=> 22:26:06 Friday, December 05, 2014
    RESULT=> Command finished in 36 seconds.
    >==============================================================================
    [RunThese_CMD#8]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\ISCT_BBV.CMD"
    START=> 22:26:06 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:26:07 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#9]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\IFFS_BBV.CMD"
    START=> 22:26:07 Friday, December 05, 2014
    END=> 22:26:13 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#10]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\CardReader_BBV.CMD"
    START=> 22:26:13 Friday, December 05, 2014
    END=> 22:26:44 Friday, December 05, 2014
    RESULT=> Command finished in 31 seconds.
    >==============================================================================
    [RunThese_CMD#11]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\Audio_BBV.CMD"
    START=> 22:26:44 Friday, December 05, 2014
    END=> 22:28:11 Friday, December 05, 2014
    RESULT=> Command finished in 86 seconds.
    >==============================================================================
    [RunThese_CMD#12]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\AlpsTP_BBV.CMD"
    START=> 22:28:11 Friday, December 05, 2014
    END=> 22:28:22 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#13]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\NIC_BBV.CMD"
    START=> 22:28:22 Friday, December 05, 2014
    END=> 22:29:03 Friday, December 05, 2014
    RESULT=> Command finished in 41 seconds.
    >==============================================================================
    [RunThese_CMD#14]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\VIDIntel_BBV.CMD"
    START=> 22:29:03 Friday, December 05, 2014
    END=> 22:30:04 Friday, December 05, 2014
    RESULT=> Command finished in 61 seconds.
    >==============================================================================
    [RunThese_CMD#15]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\VIDAMD_BBV.CMD"
    START=> 22:30:04 Friday, December 05, 2014
    END=> 22:31:33 Friday, December 05, 2014
    RESULT=> Command finished in 76 seconds.
    >==============================================================================
    [RunThese_CMD#16]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\TDCWIDI_BBV.CMD"
    START=> 22:31:33 Friday, December 05, 2014
    END=> 22:31:34 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#17]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\nVidia_BBV.CMD"
    START=> 22:31:34 Friday, December 05, 2014
    END=> 22:31:35 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#18]
    LAUNCHED=> "C:\System.sav\util\TDC\MCPP\Drivers\RST_BBV.CMD"
    START=> 22:31:35 Friday, December 05, 2014
    END=> 22:31:46 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#19]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\WLAN_IAC_BBV.CMD"
    START=> 22:31:46 Friday, December 05, 2014
    END=> 22:31:48 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#20]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\WLAN4EE_BBV.CMD"
    START=> 22:31:48 Friday, December 05, 2014
    END=> 22:31:49 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#21]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\RaWiFi_BBV.cmd"
    START=> 22:31:49 Friday, December 05, 2014
    END=> 22:31:50 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#22]
    LAUNCHED=> "cscript.exe c:\SwSetup\powerset\sys_mem_check.vbs"
    START=> 22:31:50 Friday, December 05, 2014
    END=> 22:31:51 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#23]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPePrint_BBV.CMD"
    START=> 22:31:51 Friday, December 05, 2014
    END=> 22:32:02 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#24]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\RaBtooth_BBV.CMD"
    START=> 22:32:02 Friday, December 05, 2014
    END=> 22:32:03 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#25]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\I_WPBT_BBV.CMD"
    START=> 22:32:03 Friday, December 05, 2014
    END=> 22:32:19 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#26]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPWBD_BBV.CMD"
    START=> 22:32:19 Friday, December 05, 2014
    END=> 22:32:30 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#27]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HP3DG6NB_BBV.CMD"
    START=> 22:32:30 Friday, December 05, 2014
    END=> 22:32:51 Friday, December 05, 2014
    RESULT=> Command finished in 21 seconds.
    >==============================================================================
    [RunThese_CMD#28]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\EFIDIAG_BBV.CMD"
    START=> 22:32:51 Friday, December 05, 2014
    END=> 22:32:57 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#29]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPSEU_BBV.CMD"
    START=> 22:32:57 Friday, December 05, 2014
    END=> 22:32:58 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#30]
    LAUNCHED=> "CMD.exe /c C:\System.sav\bbv\QFEList32.cmd"
    START=> 22:32:58 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:33:04 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#31]
    LAUNCHED=> "C:\SWSetup\ESUW8\ESURun.bat"
    START=> 22:33:04 Friday, December 05, 2014
    END=> 22:33:16 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#32]
    LAUNCHED=> "C:\System.sav\Util\_RTEND.CMD"
    START=> 22:33:16 Friday, December 05, 2014
    END=> 22:33:17 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#33]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\QAWLAN_BBV.CMD"
    START=> 22:33:17 Friday, December 05, 2014
    END=> 22:33:18 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    PININST (Mini-FBI) exits at: 22:33:20 Friday, December 05, 2014
    [Mini-FBI]
    Result=PASSED
    [PININST_BBV2]
    PININST (Mini-FBI) starts at: 22:34:40 Friday, December 05, 2014
    [RunOnceThese_CMD#1]
    LAUNCHED=> "CMD.exe /c C:\System.sav\Util\Pre-BBV2.CMD"
    START=> 22:34:42 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:34:48 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#1]
    LAUNCHED=> "CMD.exe /c C:\System.sav\bbv\PanelSize.cmd"
    START=> 22:34:50 Friday, December 05, 2014
    END=> 22:34:51 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#2]
    LAUNCHED=> "CMD.exe /c C:\System.sav\bbv\QryWinSxS.cmd"
    START=> 22:34:51 Friday, December 05, 2014
    END=> 22:34:52 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#3]
    LAUNCHED=> "cscript.exe c:\System.sav\Util\HP_OSEnh1\webcam.vbs"
    START=> 22:34:52 Friday, December 05, 2014
    END=> 22:34:53 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#4]
    LAUNCHED=> "C:\SWSetup\ESUW8\ESUDelete.bat"
    START=> 22:34:53 Friday, December 05, 2014
    END=> 22:34:54 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#5]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPSA_BBV.CMD"
    START=> 22:34:54 Friday, December 05, 2014
    END=> 22:34:55 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#6]
    LAUNCHED=> "c:\SwSetup\powerset\setactive.cmd"
    START=> 22:34:55 Friday, December 05, 2014
    END=> 22:34:56 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#7]
    LAUNCHED=> "c:\SwSetup\powerset\batterycap.cmd"
    START=> 22:34:56 Friday, December 05, 2014
    END=> 22:35:02 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#8]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\IntelECM_BBV.CMD"
    START=> 22:35:02 Friday, December 05, 2014
    END=> 22:36:24 Friday, December 05, 2014
    RESULT=> Command finished in 81 seconds.
    >==============================================================================
    [RunThese_CMD#9]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPCOSE_BBV.CMD"
    START=> 22:36:24 Friday, December 05, 2014
    END=> 22:36:25 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#10]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\IEHome_BBV.CMD"
    START=> 22:36:25 Friday, December 05, 2014
    END=> 22:36:31 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#11]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPUC_BBV.CMD"
    START=> 22:36:31 Friday, December 05, 2014
    END=> 22:36:37 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#12]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPREGW8M_BBV.CMD"
    START=> 22:36:37 Friday, December 05, 2014
    END=> 22:36:54 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#13]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPD1243_BBV.CMD"
    START=> 22:36:54 Friday, December 05, 2014
    END=> 22:37:05 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#14]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\EngyStar_BBV.CMD"
    START=> 22:37:05 Friday, December 05, 2014
    END=> 22:37:11 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#15]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\DragonA_BBV.CMD"
    START=> 22:37:11 Friday, December 05, 2014
    END=> 22:37:12 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#16]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\CyberMS_BBV.CMD"
    START=> 22:37:12 Friday, December 05, 2014
    END=> 22:37:58 Friday, December 05, 2014
    RESULT=> Command finished in 46 seconds.
    >==============================================================================
    [RunThese_CMD#17]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\CyberLP_BBV.CMD"
    START=> 22:37:58 Friday, December 05, 2014
    END=> 22:38:24 Friday, December 05, 2014
    RESULT=> Command finished in 26 seconds.
    >==============================================================================
    [RunThese_CMD#18]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\BoxWin8_BBV.CMD"
    START=> 22:38:24 Friday, December 05, 2014
    END=> 22:38:45 Friday, December 05, 2014
    RESULT=> Command finished in 21 seconds.
    >==============================================================================
    [RunThese_CMD#19]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\YouCamM_BBV.CMD"
    START=> 22:38:45 Friday, December 05, 2014
    END=> 22:39:11 Friday, December 05, 2014
    RESULT=> Command finished in 26 seconds.
    >==============================================================================
    [RunThese_CMD#20]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\YouCam_BBV.CMD"
    START=> 22:39:11 Friday, December 05, 2014
    END=> 22:40:18 Friday, December 05, 2014
    RESULT=> Command finished in 66 seconds.
    >==============================================================================
    [RunThese_CMD#21]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\WinLive_BBV.CMD"
    START=> 22:40:18 Friday, December 05, 2014
    END=> 22:40:19 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#22]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\Win8M_BBV.CMD"
    START=> 22:40:19 Friday, December 05, 2014
    END=> 22:40:35 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#23]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\U8BIOS_BBV.CMD"
    START=> 22:40:35 Friday, December 05, 2014
    END=> 22:40:51 Friday, December 05, 2014
    RESULT=> Command finished in 16 seconds.
    >==============================================================================
    [RunThese_CMD#24]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\SkypeM_BBV.CMD"
    START=> 22:40:51 Friday, December 05, 2014
    END=> 22:41:17 Friday, December 05, 2014
    RESULT=> Command finished in 26 seconds.
    >==============================================================================
    [RunThese_CMD#25]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\PWDVD12_BBV.CMD"
    START=> 22:41:17 Friday, December 05, 2014
    END=> 22:42:43 Friday, December 05, 2014
    RESULT=> Command finished in 86 seconds.
    >==============================================================================
    [RunThese_CMD#26]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\P2Go_BBV.CMD"
    START=> 22:42:43 Friday, December 05, 2014
    END=> 22:43:24 Friday, December 05, 2014
    RESULT=> Command finished in 41 seconds.
    >==============================================================================
    [RunThese_CMD#27]
    LAUNCHED=> "CMD.exe /c C:\SWSetup\OCAMark\OCAMark.cmd"
    START=> 22:43:24 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:43:30 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#28]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\NTStudio_bbv.CMD"
    START=> 22:43:30 Friday, December 05, 2014
    END=> 22:43:51 Friday, December 05, 2014
    RESULT=> Command finished in 21 seconds.
    >==============================================================================
    [RunThese_CMD#29]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\intelWD_BBV.CMD"
    START=> 22:43:51 Friday, December 05, 2014
    END=> 22:43:52 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#30]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\RM4Win.CMD"
    START=> 22:43:52 Friday, December 05, 2014
    END=> 22:43:53 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#31]
    LAUNCHED=> "cmd.exe /c c:\System.sav\bbv\defkey.cmd"
    START=> 22:43:53 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:43:59 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#32]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPQStar_BBV.CMD"
    START=> 22:43:59 Friday, December 05, 2014
    END=> 22:44:01 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#33]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\CPwrDD_BBV.cmd"
    START=> 22:44:01 Friday, December 05, 2014
    END=> 22:46:52 Friday, December 05, 2014
    RESULT=> Command finished in 171 seconds.
    >==============================================================================
    [RunThese_CMD#34]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\CPDD_BBV.cmd"
    START=> 22:46:52 Friday, December 05, 2014
    END=> 22:47:18 Friday, December 05, 2014
    RESULT=> Command finished in 26 seconds.
    >==============================================================================
    [RunThese_CMD#35]
    LAUNCHED=> "C:\SWSetup\Wallpaper\Scripts\WallpaperInstallBOM.cmd"
    START=> 22:47:18 Friday, December 05, 2014
    END=> 22:47:19 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#36]
    LAUNCHED=> "C:\SWSetup\Wallpaper\Disk1\Wallpaper.exe"
    START=> 22:47:19 Friday, December 05, 2014
    Pre-Process=> This is 32bit OS. Skip disabling WOW64 File Redirection....
    Post-Process=> This is 32bit OS. Skip enabling WOW64 File Redirection....
    END=> 22:47:20 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#37]
    LAUNCHED=> "C:\SWSetup\Wallpaper\Scripts\wallpapertheme.cmd"
    START=> 22:47:20 Friday, December 05, 2014
    END=> 22:47:21 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#38]
    LAUNCHED=> "C:\SWSetup\Wallpaper\Scripts\Wallpaper_Result.cmd"
    START=> 22:47:21 Friday, December 05, 2014
    END=> 22:47:23 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#39]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\ADP_BBV.CMD"
    START=> 22:47:23 Friday, December 05, 2014
    END=> 22:47:34 Friday, December 05, 2014
    RESULT=> Command finished in 11 seconds.
    >==============================================================================
    [RunThese_CMD#40]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\60NIS2013_BBV.CMD"
    START=> 22:47:34 Friday, December 05, 2014
    END=> 22:48:40 Friday, December 05, 2014
    RESULT=> Command finished in 66 seconds.
    >==============================================================================
    [RunThese_CMD#41]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\7ZIP_BBV.CMD"
    START=> 22:48:40 Friday, December 05, 2014
    END=> 22:48:46 Friday, December 05, 2014
    RESULT=> Command finished in 6 seconds.
    >==============================================================================
    [RunThese_CMD#42]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\SymHPE_BBV.CMD"
    START=> 22:48:46 Friday, December 05, 2014
    END=> 22:48:47 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#43]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HOSTEND.cmd"
    START=> 22:48:47 Friday, December 05, 2014
    END=> 22:48:48 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#44]
    LAUNCHED=> "C:\System.sav\Util\_RTEND.CMD"
    START=> 22:48:48 Friday, December 05, 2014
    END=> 22:48:49 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#45]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPSIOB_BBV.CMD"
    START=> 22:48:49 Friday, December 05, 2014
    END=> 22:49:50 Friday, December 05, 2014
    RESULT=> Command finished in 61 seconds.
    >==============================================================================
    [RunThese_CMD#46]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\HPSIOBPC_BBV.CMD"
    START=> 22:49:50 Friday, December 05, 2014
    END=> 22:50:52 Friday, December 05, 2014
    RESULT=> Command finished in 61 seconds.
    >==============================================================================
    [RunThese_CMD#47]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\QAWLAN_BBV2.CMD"
    START=> 22:50:52 Friday, December 05, 2014
    END=> 22:50:53 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#48]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\1stHDD_BBV2.CMD"
    START=> 22:50:53 Friday, December 05, 2014
    END=> 22:50:54 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#49]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\2ndHDD_BBV2.CMD"
    START=> 22:50:54 Friday, December 05, 2014
    END=> 22:50:55 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#50]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\DisableDefender.cmd"
    START=> 22:50:55 Friday, December 05, 2014
    END=> 22:50:56 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#51]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\DTICON_BBV.CMD"
    START=> 22:50:56 Friday, December 05, 2014
    END=> 22:50:57 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#52]
    LAUNCHED=> "C:\system.sav\Util\TDC\MCPP\HOTSTART_BBV.CMD"
    START=> 22:50:57 Friday, December 05, 2014
    END=> 22:50:58 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    [RunThese_CMD#53]
    LAUNCHED=> "C:\System.sav\Util\TDC\MCPP\CUST_BBV2.CMD"
    START=> 22:50:58 Friday, December 05, 2014
    END=> 22:50:59 Friday, December 05, 2014
    RESULT=> Command finished in less than 1 seconds.
    >==============================================================================
    PININST (Mini-FBI) exits at: 22:51:03 Friday, December 05, 2014
    [Mini-FBI]
    Result=PASSED
    [C:\System.sav\Logs\BB\2ndHDD_BBV2.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\60NIS2013.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\7ZIP.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\ADP.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\AlpsTP.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\Audio.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\BoxWin8.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\BTBHOST.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\CardReader.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\Chipset.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\ChkLicen.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\CPDD.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\CPwrDD.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\CustTweak.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\CyberLP.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\CyberMS.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\DefaultHDD_BBV2.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\DisableDefender.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\DragonA.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\DTICON_BBV.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\EFIDIAG.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\EngyStar.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\FU_CTO.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HOTSTART_BBV.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HP3DG6NB.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPCOSE.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPD1243.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPePrint.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPQStar.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPREGW8M.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPSA.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPSEU.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPSIOB.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPSIOBPC.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPUC.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\HPWBD.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\IEHome.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\IFFS.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\IntelECM.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\intelWD.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\ISCT.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\I_WPBT.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\MEI.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\MEI_CR.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\NIC.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\NTStudio.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\nVidia.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\OCAMark.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\P2Go.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\PureOSSR.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\PWDVD12.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\QAWLAN.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\QAWLAN_2.LOG]
    Log file...
     [05/12/2014]                                                                                                         
     [22:50:52.20] Beginning of the QAWLAN_BBV2.cmd                                                                   
    [22:50:52.22] Dummy RStone Checking
    [22:50:52.22] Rstone_BBVa.INI Check
    WLAN=0
    [22:50:52.23] RStone Detection
    [22:50:52.23] No WLAN card detected.  
    [22:50:52.23] Result of the Qualcomm Atheros AR9000 Series Wireless LAN Driver for Microsoft Windows 8
    ERRRORLEVEL=0
    RESULT=FAILED
    Standard Error information...
    Standard Out information...
    Result=FAILED
    [C:\System.sav\Logs\BB\RaBtooth.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\RaWiFi.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\RM4Win.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\RST.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\SkypeM.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\SymHPE.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\TDCULTRABOOK.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\TDCWIDI.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\U8BIOS.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\VIDAMD.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\VIDIntel.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\VID_KBPV.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\VID_RLPV.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\VID_TRPV.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\WallpaperOk.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\Win8M.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\WinLive.log]
    Result=PASSED
    [C:\System.sav\Logs\BB\WLAN4EE.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\WLAN_IAC.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\Youcam.LOG]
    Result=PASSED
    [C:\System.sav\Logs\BB\YoucamM.log]
    Result=PASSED
    [LogFiles]
    NumOfLogs=74.
    [DumpFile]
    Result=PASSED
    [WinSAT]
    Result=PASSED
    [22:57:47.19] Sysprep_succeeded.tag does not exist  ...
    [22:57:47.19] ------------------------------------------------------------------------------------------
    [22:57:47.21]  BBVLast.cmd  : [20x] CTOError.flg is detected at the end of BBV process...
    [22:57:47.21]  Suggest to create PIN-log and send to TWN PDC NB-PreinPM for further analysis ...
    [22:57:47.21] ------------------------------------------------------------------------------------------

  • HT201263 it is in recovery mode. after Recovery carried out it seems it can not be reproduce it says eoror number 1

    it is in recovery mode. after Recovery carried out it seems it can not be reproduce it says eoror number 1

    Try and restore it 2 more times. If you continue to get error 1 (or -1), that indicates a hardware failure. Make an appointment at the genius bar.

  • BusinessObjects Content recovery and Disaster recovery in BO BI 4.0

    Dear All,
    Could u please guid us how to do step by step Business Objects Content recovery and Disaster recovery in BO 4.0 .We used to do it in XI 3.1 ,but it was found some changes in 4.0 .
    Thank   you in advance for your support and help .
    regards,
    Mohammed

    Hello Ramakrishna,
    Try to see on which kind of objects, the issue is ocurring. I mean try to see if you migrate only universes if it works. Then Crystal reports,...
    We have a bug ADAPT01588140 which gives a similar error message (FWM 04011) and that should be fix in SP02 Patch 9 (should be release very soon)
    This bug is about migrating reports that contains instances in xls or pdf format.
    So might be worth to install the fix when it's out to see if it solves the issue for you also.
    Thanks
    Philippe

Maybe you are looking for

  • Creation of sales order through Purchase order

    Hi all We have a special scenario in creation of Sales order with the help of purchase order, Could you please advice me how we can create sales order with the help of purchase order. Thank YOu Swaroop

  • Z10 does not fully charge

    hi guys i just got a z10, less than a month ago but it doesnt fully charge. it ends on 95%, can any1 help.

  • Difference Between Business service & Business System

    Hi Guys, I am new to SAP XI Any one pls Explain me with some basics like. What is the difference Between Business system & Business Service. Party & Service without party. Thanks In Advanece Regards Kiran.B

  • To get current Fiscal Week

    Hello Guru's , I have a infoobject (Fiscal Week) which is developed in the back end. In report i would like to get the "Fiscal Week that justed ended" based on the "Fiscal Week" infoobject. Example: Fiscal Week 1,2,3,4,5,6....53 is stored in the cube

  • Using send email step in workflow

    Hi Experts, I have a question regarding the send email step in workflow. We have the Receipient Type as Organizational Object and Expression as &WF_INITIATOR&. I want to know if the mail will be sent to the SAP email ID (i.e) in SBWP or will be it be