Checkpoint/Restore In Userspace

http://en.wikipedia.org/wiki/CRIU:
Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux operating system. Using this tool, you can freeze a running application (or part of it) and checkpoint it to a hard drive as a collection of files. You can then use the files to restore and run the application from the point it was frozen at. The distinctive feature of the CRIU project is that it is mainly implemented in user space.
Are there any chances that http://criu.org/Installation requirements for kernel configuration options would be satisfied in the default archlinux kernel? It require the following parameters to be turned on:
CONFIG_CHECKPOINT_RESTORE
CONFIG_UNIX_DIAG
CONFIG_INET_DIAG
CONFIG_PACKET_DIAG (looks like this one is still not in vanilla, but it is not very important though)

Why not check it ? I am not on my arch box, but it is simply
zcat /proc/config.gz
and look for those parameters.
cheers
Last edited by cybertorture (2012-10-17 12:51:05)

Similar Messages

  • Disable OS X partition in windows?

    Since I unfortunately upgraded to 10.6 and the boot camp that came with it I have at least one problem that needs solving fast! Now my OS X partition is available to my XP SP2 install. I would really like windows to NOT have access to my os x install! I poked around but did not find a way to "turn it off". Did I miss something simple? Any help would be great thanks!
    D
    Oh it also turned my mic into rabid sounding chipmunks any one else have this issue?
    Edit: NM seems to be a common issue...
    Message was edited by: DamienM3

    Windows makes it pretty easy to uninstall, or disable services and startup items.
    Even though it is read-only I can understand not wanting to. And I agree that there should be a Custom Install to select what services and features. Also, there are more than a couple reports of HFS Service causing problems on some systems. Nothing black and white.
    Windows makes it pretty easy, at least Vista and later, to rollback, use last restore point, and there should have been a checkpoint/restore point prior to Boot Camp 3 (if there isn't, then the installer isn't friendly or following guidelines, but you could also manually set one, and insure you have a backup image).

  • Restore of virtual machine with checkpoints W2012 R2 DPM 2012R2

    Hi
    We have some windows 2012 R2 hyper-v standalone hosts where we running a loads of VMs on.
    We backing them up with DPM 2012 R2 with "hyper-v virtual machines backup"
    We have some training machines that was getting corrupted and we need to restore then, is it possible to restore the machines and include
     the checkpoints?
    When I was trying to restore the vhdx that are C: DPM also restored 2 avhdx files that I suppose is the checkpoint files, but then I then create t new VM from the vhdx the checkpoints do not
    pops up.
    I know that in W 2008 R2 hyper-v and DPM 2012 SP1 it was not possible.
    But is it possible now with Hyper-v 2012 R2 and DPM 2012R2?
    thank

    Just for information, it is possible to restore VMs and retain checkpoints. I find out how to do that now.
    Will you share what you found out or post a link to a blog/article etc?
    My Blog | www.buchatech.com | www.systemcenterportal.com
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
    in a test environment before implementing!

  • Trying to restore a Mountain Lion caldav.sql into a fresh/clean Mavericks installation

    Call me cynical, but upgrades and Migration Assistant were never my thing. I'm starting to experiment with migrating some of my Mountain Lion OS X Servers to Mavericks.
    Under OS X Server 2.2.x (Mountain Lion), I had a script that would individually backup the postgres_server databases, caldav, collab, device_management, etc.
    I'm now working with a clean Mavericks installation and trying to restore the caldav db. Through the help of ~morgen, I've worked out that caldav seems to have its own postgres instance and I can see and view the fresh caldav database there:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    So, I backed that up before proceeding with:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_dump -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ -c caldav | gzip -c > /Library/Server/Backups/PostgreSQL/caldav.sql.gz
    And then tried to use dropdb to drop it, so I could use createdb to re-create it and then use psql to suck in my Mountain Lion backup. The three intended commands in order would have been:
    /Applications/Server.app/Contents/ServerRoot/usr/bin/dropdb -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    /Applications/Server.app/Contents/ServerRoot/usr/bin/createdb -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ caldav
    /Applications/Server.app/Contents/ServerRoot/usr/bin/psql -U caldav -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9/ -d caldav < /Library/Server/Backups/PostgreSQL/caldav.sql
    HOWEVER.... the first command failed:
    dropdb: database removal failed: ERROR:  database "caldav" is being accessed by other users
    DETAIL:  There is 1 other session using the database.
    Interestingly, even though neither Calendar nor Contacts server are running, there's quite a bit running under _calendar:
    _calendar         656   0.0  0.1  2471756   4412   ??  Ss    6:53pm   0:00.03 postgres: caldav caldav [local] idle                         
    _calendar         651   0.0  0.0  2471120   2228   ??  Ss    6:53pm   0:00.11 postgres: wal sender process caldav [local] streaming 0/422E020                         
    _calendar         650   0.0  0.0  2460732   2216   ??  S     6:53pm   0:00.07 /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_receivexlog -h /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 --no-password --directory /Library/Server/Calendar and Contacts/Data/Database.xpg/backup --verbose
    _calendar         649   0.0  0.0  2491744   1496   ??  S     6:53pm   0:00.02 /usr/sbin/distnoted agent
    _calendar         646   0.0  0.0  2465500    652   ??  Ss    6:53pm   0:00.19 postgres: stats collector process                            
    _calendar         645   0.0  0.0  2465500    416   ??  Ss    6:53pm   0:00.02 postgres: archiver process                            
    _calendar         644   0.0  0.0  2470988   2460   ??  Ss    6:53pm   0:00.12 postgres: autovacuum launcher process                            
    _calendar         643   0.0  0.0  2470856    560   ??  Ss    6:53pm   0:00.06 postgres: wal writer process                            
    _calendar         642   0.0  0.0  2470856   1240   ??  Ss    6:53pm   0:00.09 postgres: writer process                            
    _calendar         641   0.0  0.0  2470856   1056   ??  Ss    6:53pm   0:00.01 postgres: checkpointer process                            
    _calendar         639   0.0  0.0  2455256    400   ??  Ss    6:53pm   0:00.01 postgres: logger process                            
    _calendar         638   0.0  0.1  2470856   5272   ??  S     6:53pm   0:00.08 /Applications/Server.app/Contents/ServerRoot/usr/bin/postgres_real -c listen_addresses= -k /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 -c shared_buffers=105 -c max_connections=70 -c standard_conforming_strings=on -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=%m [%p]  -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440
    _calendar         636   0.0  0.0  2492336   2832   ??  S     6:53pm   0:00.04 /System/Library/PrivateFrameworks/TCC.framework/Resources/tccd
    _calendar         634   0.0  0.2  2472760  16104   ??  S     6:53pm   0:02.17 /usr/bin/python /Applications/Server.app/Contents/ServerRoot/usr/bin/xpostgres -c listen_addresses= -k /var/run/caldavd/ccs_postgres_3d403b3009fe0c830944d87bd751fbe9 -c shared_buffers=105 -c max_connections=70 -c standard_conforming_strings=on -c log_lock_waits=TRUE -c deadlock_timeout=10 -c log_line_prefix=%m [%p]  -c logging_collector=on -c log_truncate_on_rotation=on -c log_directory=/var/log/caldavd/postgresql -c log_filename=postgresql_%w.log -c log_rotation_age=1440
    _calendar         630   0.0  0.0  2471388    900   ??  Ss    6:53pm   0:00.20 /sbin/launchd
    So, how can I gently get this mystical one user off of the DB in order to do this? OR, how can I start up calendar in such a way that this mythical user is not connected?
    If I unload this job:
    launchctl load /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.calendarserver.agent.plist
    I can no longer access the postgres instance in order to drop and create the db.
    Any other ideas / suggestions / solutions?

    If you knew your sql, I don't think it would be insurmountable to pull apart the full dump.
    As to the upgrades in place, here's some of the output in caldav's error log every startup:
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Beginning database schema check.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Required database key VERSION: 24.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Actual database key VERSION: 24.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Schema version check complete: no upgrade needed.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseSchemaStep#warn] Database schema check complete.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Beginning database addressbook data check.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Required database key ADDRESSBOOK-DATAVERSION: 2.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Actual database key ADDRESSBOOK-DATAVERSION: 2.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Addressbook data version check complete: no upgrade needed.
    2013-12-02 21:29:02+1000 [-] [txdav.common.datastore.upgrade.sql.upgrade.UpgradeDatabaseAddressBookDataStep#warn] Database addressbook data check complete
    To be clear, I don't believe its Server.app. Each of these services stores its schema version IN the database and its checked every startup, and it would appear, that each service knows how to perform that upgrade at each startup.

  • Error while restoring database with different name on subscriber

    Hi all,
    I am using merge replication in sql server 2008R2. Yesterday I wanted to create a test environment, so
    I did:
    1. on publisher I restored from backup production db with another name ( lets call it TEST and new files
    .mdf, .ldf and no switch KEEP_REPLICATION). After this step original replication between production
    dbs worked fine.
    2. on subscriber I did the same: restore as new db TEST with new
    files .mdf, .ldf and no switch KEEP_REPLICATION.
    Unfortunately I noticed, that after second step replication stopped. SQL agent replication job on Subscriber
    is gone.
    Why restoring db with new name did affect original replication?
    Finally the most important: replication was set up by external company and I have to bring it to live now
    but I don't know this subject so good. How can I do it?
    Assuming, that there is no data change on subscriber in replicated tables is it enough when I select ‘reinitialize’
    on Publisher and Subscriber?
    Thanks in advance
    Artur

    Hello,
    Sorry for late response, but I was out of the office during last week.
    Regarding problem 1: restoring replication. I contacted guy who made originally our replication and he recreated subscription agent. So this is solved.
    problem 2: why did it happen?
    Lydia, in link which you provided I found only info about restoring db in replication, but I didn't want to restore replication.
    I checked SQL Server and Server Agent logs and there were no entries on that time. The only entries are regarding db restoring. Below:
    09/11/2014 12:45:59,Backup,Unknown,Database was restored: Database: Logik_ATData_TEST<c/> creation date(time): 2012/04/27(13:55:41)<c/> first LSN: 21392:66:267<c/> last LSN: 21392:227:1<c/> number of dump devices: 1<c/> device information: (FILE=1<c/> TYPE=DISK: {'D:\MSSQLBackup\Dzienny\Logik_ATData_PROD\Logik_ATData_PROD_backup_2014_09_10_231001_6391536.bak'}). Informational message. No user action required.
    09/11/2014 12:45:59,Backup,Unknown,Restore is complete on database 'Logik_ATData_TEST'. The database is now available.
    09/11/2014 12:45:59,spid72,Unknown,CHECKDB for database 'Logik_ATData_TEST' finished without errors on 2012-04-26 22:50:05.490 (local time). This is an informational message only; no user action is required.
    09/11/2014 12:44:53,spid72,Unknown,Recovery is writing a checkpoint in database 'Logik_ATData_TEST' (13). This is an informational message only. No user action is required.
    09/11/2014 12:44:53,spid72,Unknown,Starting up database 'Logik_ATData_TEST'.
    09/11/2014 12:44:51,spid72,Unknown,The database 'Logik_ATData_TEST' is marked RESTORING and is in a state that does not allow recovery to be run.
    09/11/2014 12:44:51,spid72,Unknown,Starting up database 'Logik_ATData_TEST'.
    In Windows application log there were also no other entries, besides these above.
    I also could not check job history, because the job was gone in SSMS jobs list, while the subscription was present in SSMS Replication with info, that last successful synchronization was at 12:42 (there is a 5 min. sync period).
     I also don't understand how the job was deleted, because according this manual (http://www.mssqltips.com/sqlservertip/1803/auto-alert-for-sql-agent-jobs-when-they-are-enabled-or-disabled/) I have 2 triggers in sysjobs table and every time, when
    job is deleted/disabled I got @ notification. In this case I got no @.
    My SQL Server version:
    Product_Version Product_Level Edition
    10.50.2550.0 SP1 Standard Edition (64-bit)
    Any idea what happened?
    Thanks,
    Artur

  • Error ORA-01152: file 1 was not restored from a sufficiently old backup

    Its also not thread just to share info with oracle gurus here.If my findings for the below workaround is wrong then please do correct me.
    Sometime you get the error after performing restoring controlfile when you don't have autobackup controlfile on
    error ORA-01152: file 1 was not restored from a sufficiently old backup
    why?
    Cause When you shutdown the database with using the normal,transactional or immediate options not abort a full checkpoint occurs.A full checkpoint ensures that all of the dirty blocks contained in the buffer cache are written to the data files,the database comes into synchronized state at this time i.e controlfile CKPT SCN=databasefile CKPT.
    Like in this demo i am not taking backup the database in opened mode
    Demo 1
    SQL> archive log list
    Database log mode              No Archive Mode
    Automatic archival             Disabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     9
    Current log sequence           11
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    SQL> alter database archivelog
      2  /
    Database altered.
    SQL> archive log list
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence     9
    Next log sequence to archive   11
    Current log sequence           11
    Recovery Manager: Release 10.1.0.2.0 - Production
    Copyright (c) 1995, 2004, Oracle.  All rights reserved.
    RMAN> connect target sys/sys
    connected to target database: ORCL1 (DBID=1024798223)
    RMAN> list backup
    2> ;
    using target database controlfile instead of recovery catalog
    RMAN> backup database
    2> ;
    Starting backup at 08-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.DBF
    input datafile fno=00003 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSAUX01.DBF
    input datafile fno=00002 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\UNDOTBS01.DBF
    input datafile fno=00004 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 08-DEC-07
    channel ORA_DISK_1: finished piece 1 at 08-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NNNDF_TAG20071208T143558_3ONSCZBY_.BKP
    comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 08-DEC-07
    channel ORA_DISK_1: finished piece 1 at 08-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NCSNF_TAG20071208T143558_3ONSFGN7_.BKP
    comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
    Finished backup at 08-DEC-07
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.Now i delete the controlfile from OS command.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infoi don't have automatized control file backup neither i have control file copy.What i will do
    to recover control file i will restore controlfile from backup.Before doing it that i will bring
    the database in mount state.
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infoi have two backup piece in my backupset folder you cant check control file backup
    existence with list backup controlfile at RMAN prompt cause it needs database in
    mount state.You will have to test both backup set pieces.
    RMAN> restore controlfile from
    'C:\oracle\flash_recovery_area\orcl1\ORCL1\BACKUPSET\2007_12_08\O1_MF_NCSNF_TAG20071208T143558_3ONSFGN7_.BKP';
    Starting restore at 08-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL01.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL02.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL03.CTL
    Finished restore at 08-DEC-07
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs
      2  /
    Database altered.You can see database now comes into open mode without raising error error
    ORA-01152: file 1 was not restored from a sufficiently old backup,you can see that
    database shutdown with immediate which synchronized the control file with database
    file.
    Demo 2
    ------------Now in this demo i am taking backup the database in opened mode before backup
    database i have deleted alls previous backup.
    Database is in opened moder if i take the backup in database opened mode
    (i.e full checkpoint will not occur controlfile CKPT SCN<>datafile CKPT SCN)
    you will get the error when you will restore controlfile from backup set.
    error ORA-01152: file 1 was not restored from a sufficiently old backup
    Reason is that CKPT SCN in the datafiles will be ahead of the backupset control file no
    full checkpoint occuring. You are not taking backup in consistent state and the
    backupset will not be in consistent state.When you will restore the control file from
    backupset then yours restored control file SCN will be lesser then yours datafile
    checkpoint SCN.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    RMAN> backup database
    2> ;
    Starting backup at 11-DEC-07
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.D
    BF
    input datafile fno=00003 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSAUX01.D
    BF
    input datafile fno=00002 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\UNDOTBS01.
    DBF
    input datafile fno=00004 name=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\USERS01.DB
    F
    channel ORA_DISK_1: starting piece 1 at 11-DEC-07
    channel ORA_DISK_1: finished piece 1 at 11-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_11\O1_M
    F_NNNDF_TAG20071211T125123_3OWJD0V5_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:56
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 11-DEC-07
    channel ORA_DISK_1: finished piece 1 at 11-DEC-07
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL1\ORCL1\BACKUPSET\2007_12_11\O1_M
    F_NCSNF_TAG20071211T125123_3OWJFT97_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:09
    Finished backup at 11-DEC-07now i shut down the database in order to delete the control file from os command
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> deleting the controlfile from oradata folder
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    ORA-00205: error in identifying controlfile, check alert log for more infonow i would restore the controlfile from backupset.
    RMAN> restore controlfile from 'C:\oracle\flash_recovery_area\orcl1\ORCL1\BACKUP
    SET\2007_12_11\O1_MF_NCSNF_TAG20071211T125123_3OWJFT97_.BKP'
    2> ;
    Starting restore at 11-DEC-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=159 devtype=DISK
    channel ORA_DISK_1: restoring controlfile
    channel ORA_DISK_1: restore complete
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL01.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL02.CTL
    output filename=C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\CONTROL03.CTL
    Finished restore at 11-DEC-07
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs
      2  /
    alter database open resetlogs
    ERROR at line 1:
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'C:\ORACLE10G\ORACLE\ORADATA\ORCL1\ORCL1\SYSTEM01.DBF'what would you do that now you have lost controlfile ,you dont have copy either you dont
    have autobackup on for controlfile,you need to create the control file
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    SQL> create controlfile reuse database orcl1 noresetlogs archivelog
      2  MAXLOGFILES 50
      3  MAXLOGMEMBERS 3
      4  MAXDATAFILES 300
      5  MAXINSTANCES 8
      6  MAXLOGHISTORY 500
      7  LOGFILE
      8                     GROUP 1 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo01.LOG',
      9                     GROUP 2 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo02.LOG',
    10                     GROUP 3 'C:\oracle10g\oracle\oradata\orcl1\orcl1\redo03.LOG'
    11  DATAFILE
    12                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSAUX01.DBF',
    13                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\SYSTEM01.DBF',
    14                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\UNDOTBS01.DBF',
    15                     'C:\oracle10g\oracle\oradata\orcl1\orcl1\USERS01.DBF'
    16 
    SQL> /
    Control file created.
    SQL> alter database open
      2  /
    Database altered.Khurram

    No need to manually recreate the controlfile. Simply issue RECOVER DATABASE prior to opening database.
    E:\>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Dec 30 01:22:34 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup
    Oracle instance started
    database mounted
    database opened
    Total System Global Area     612368384 bytes
    Fixed Size                     2006192 bytes
    Variable Size                239076176 bytes
    Database Buffers             364904448 bytes
    Redo Buffers                   6381568 bytes
    RMAN> backup database;
    Starting backup at 30-DEC-07
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=148 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=E:\ORACLE\ORADATA\ORA10G\SYSTEM01.DBF
    input datafile fno=00002 name=E:\ORACLE\ORADATA\ORA10G\UNDOTBS01.DBF
    input datafile fno=00003 name=E:\ORACLE\ORADATA\ORA10G\SYSAUX01.DBF
    input datafile fno=00004 name=E:\ORACLE\ORADATA\ORA10G\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 30-DEC-07
    channel ORA_DISK_1: finished piece 1 at 30-DEC-07
    piece handle=D:\DB_BACKUPS\12J4S23M_1_1.BKP tag=TAG20071230T012302 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:35
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 30-DEC-07
    channel ORA_DISK_1: finished piece 1 at 30-DEC-07
    piece handle=D:\DB_BACKUPS\13J4S26L_1_1.BKP tag=TAG20071230T012302 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:03
    Finished backup at 30-DEC-07
    RMAN> shutdown immediate
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> exit
    Recovery Manager complete.
    E:\>del e:\oracle\oradata\ora10g\*.ctl
    E:\>rman target /
    Recovery Manager: Release 10.2.0.1.0 - Production on Sun Dec 30 01:25:39 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    connected to target database (not started)
    RMAN> startup
    Oracle instance started
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 12/30/2007 01:25:56
    ORA-00205: error in identifying control file, check alert log for more info
    RMAN> restore controlfile from 'D:\DB_BACKUPS\13J4S26L_1_1.BKP';
    Starting restore at 30-DEC-07
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=157 devtype=DISK
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL01.CTL
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL02.CTL
    output filename=E:\ORACLE\ORADATA\ORA10G\CONTROL03.CTL
    Finished restore at 30-DEC-07
    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    RMAN> alter database open resetlogs;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 12/30/2007 01:27:33
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: 'E:\ORACLE\ORADATA\ORA10G\SYSTEM01.DBF'
    RMAN> recover database;
    Starting recover at 30-DEC-07
    Starting implicit crosscheck backup at 30-DEC-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=156 devtype=DISK
    Crosschecked 1 objects
    Finished implicit crosscheck backup at 30-DEC-07
    Starting implicit crosscheck copy at 30-DEC-07
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 30-DEC-07
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    starting media recovery
    archive log thread 1 sequence 1 is already on disk as file E:\ORACLE\ORADATA\ORA10G\REDO03.LOG
    archive log filename=E:\ORACLE\ORADATA\ORA10G\REDO03.LOG thread=1 sequence=1
    media recovery complete, elapsed time: 00:00:02
    Finished recover at 30-DEC-07
    RMAN> alter database open resetlogs;
    database opened
    RMAN> shutdown immediate
    database closed
    database dismounted
    Oracle instance shut down
    RMAN> startup
    connected to target database (not started)
    Oracle instance started
    database mounted
    database opened
    Total System Global Area     612368384 bytes
    Fixed Size                     2006192 bytes
    Variable Size                247464784 bytes
    Database Buffers             356515840 bytes
    Redo Buffers                   6381568 bytes
    RMAN>

  • Control file lost and datafile addeed restore/recovery with no data loss

    Here i have tried to the following
    created new table called t2 and made sure data went to a specific tablespace...
    took a level 0 backup
    removed the control file
    added couple of datafile to above tablespace and then inserted more data
    then went out to restore control file and the database...but datafile still could not be opened ?? what did i do wrong here....
    SQL> @datafile
    -- list of datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          1          9         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    7 rows selected.
    -- new table is created called t2 and its going into TS called cnt_tst
    SQL> CREATE TABLE TEST.T2
      C1  DATE,
      C2  NUMBER,
      C3  NUMBER,
      C4  VARCHAR2(300 BYTE)
    TABLESPACE cnt_tst;  2    3    4    5    6    7    8
    Table created.
    -- data inserted
    SQL> INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> commit;
    Commit complete.
    -- to check of cnt_tst has any free space or not, as we can see its full
    SQL> @datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    7 rows selected.
    SQL> select count(*) from test.t2;
      COUNT(*)
         10000
    1 row selected.
    -- to get a count and max on date
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:47:52
    1 row selected.
    SQL> -- AT THIS POINT A LEVEL 0 BACKUP IS TAKEN (using backup database plus archivelog)
    SQL> -- now control files are removed
    SQL> select name from v$controlfile;
    NAME
    /ctrl/trgt/control01.ctl
    /ctrl/trgt/control02.ctl
    2 rows selected.
    SQL>
    SQL> ! rm /ctrl/trgt/control01.ctl
    SQL> ! rm /ctrl/trgt/control02.ctl
    SQL> ! ls -ltr /ctrl/trgt/
    ls: /ctrl/trgt/: No such file or directory
    SQL>
    -- new datafile is added to CNT_TST TABLESPACE and new data is added as well
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST02.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL> ALTER SYSTEM CHECKPOINT;
    System altered.
    SQL> alter system switch logfile;
    System altered.
    SQL> /
    System altered.
    SQL> /
    System altered.
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST03.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL>  INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> /
    10000 rows created.
    SQL> commit;
    Commit complete.
    SQL> INSERT INTO
      test.T2
    SELECT
    FROM
      (SELECT
        SYSDATE,
        ROWNUM C2,
        DECODE(MOD(ROWNUM,100),99,99,1) C3,
        RPAD('A',300,'A') C4
      FROM
        DUAL
      CONNECT BY
        LEVEL <= 40000)
    ;  2    3    4    5    6    7    8    9   10   11   12   13   14   15
    40000 rows created.
    SQL> commit;
    Commit complete.
    SQL> @datafile
    -- to make sure new datafile has been registered with the DB
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    CNT_TST    Datafile ONLINE    AVAILABLE          9         91        100        0 /data3/trgt/CNT_TST03.dbf               9 NO
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf                3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf                  5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          9         91        100        0 /data3/trgt/CNT_TST02.dbf               8 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf                 2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf            4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf                 1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf                 6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf               7 NO
    9 rows selected.
    -- now the count and max ... note count before backup was 10000 and max(c1) was diff
    SQL> select count(*) from test.t2;
      COUNT(*)
         70000
    1 row selected.
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:58:25
    1 row selected.
    SQL> -- now restore starts
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@berry trgt]$ rman
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Feb 29 14:01:48 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    RMAN>  connect catalog rman/pass@rcat
    connected to recovery catalog database
    RMAN>  connect target /
    connected to target database (not started)
    RMAN> startup nomount;
    Oracle instance started
    Total System Global Area     188313600 bytes
    Fixed Size                     1335388 bytes
    Variable Size                125833124 bytes
    Database Buffers              58720256 bytes
    Redo Buffers                   2424832 bytes
    RMAN> restore controlfile from autobackup;
    Starting restore at 29-FEB-12 14:02:37
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    recovery area destination: /backup/trgt/flash_recovery_area
    database name (or database unique name) used for search: TRGT
    channel ORA_DISK_1: no AUTOBACKUPS found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20120229
    channel ORA_DISK_1: AUTOBACKUP found: /backup/trgt/backup/cont_c-3405317011-20120229-09
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /backup/trgt/backup/cont_c-3405317011-20120229-09
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/ctrl/trgt/control01.ctl
    output file name=/ctrl/trgt/control02.ctl
    Finished restore at 29-FEB-12 14:02:39
    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    RMAN> recover database;
    Starting recover at 29-FEB-12 14:02:55
    Starting implicit crosscheck backup at 29-FEB-12 14:02:55
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    Crosschecked 96 objects
    Finished implicit crosscheck backup at 29-FEB-12 14:02:57
    Starting implicit crosscheck copy at 29-FEB-12 14:02:57
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 29-FEB-12 14:02:57
    searching for all files in the recovery area
    cataloging files...
    no files cataloged
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /redo_archive/trgt/online/redo01.log
    archived log for thread 1 with sequence 14 is already on disk as file /redo_archive/trgt/online/redo02.log
    archived log for thread 1 with sequence 15 is already on disk as file /redo_archive/trgt/online/redo03.log
    archived log file name=/redo_archive/trgt/archive/1_10_776523284.dbf thread=1 sequence=10
    archived log file name=/redo_archive/trgt/archive/1_10_776523284.dbf thread=1 sequence=10
    archived log file name=/redo_archive/trgt/archive/1_11_776523284.dbf thread=1 sequence=11
    archived log file name=/redo_archive/trgt/archive/1_12_776523284.dbf thread=1 sequence=12
    archived log file name=/redo_archive/trgt/online/redo01.log thread=1 sequence=13
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 02/29/2012 14:02:59
    ORA-01422: exact fetch returns more than requested number of rows
    RMAN-20505: create datafile during recovery
    RMAN-11003: failure during parse/execution of SQL statement: alter database recover logfile '/redo_archive/trgt/online/redo01.log'
    ORA-00283: recovery session canceled due to errors
    ORA-01244: unnamed datafile(s) added to control file by media recovery
    ORA-01110: data file 9: '/data3/trgt/CNT_TST03.dbf'
    RMAN> -- wnet to session 2 and renamed datafile from unammed-- wnet to session 2 and renamed datafile for unammed file
    SQL> select name from v$datafile;
    NAME
    /data/trgt/system01.dbf
    /data/trgt/sysaux01.dbf
    /data/trgt/undotbs01.dbf
    /data3/trgt/move/users01.dbf
    /data3/trgt/user02.dbf
    /data3/trgt/users03.dbf
    /data3/trgt/cnt_tst01.dbf
    /oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00008
    /oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00009
    9 rows selected.
    SQL> alter database create datafile '/oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00008' as '/data3/trgt/CNT_TST02.dbf';
    Database altered.
    SQL> alter database create datafile '/oracle/app/product/11.2.0/dbhome_1/dbs/UNNAMED00009' as '/data3/trgt/CNT_TST03.dbf';
    Database altered.
    SQL>  select name from v$datafile;
    NAME
    /data/trgt/system01.dbf
    /data/trgt/sysaux01.dbf
    /data/trgt/undotbs01.dbf
    /data3/trgt/move/users01.dbf
    /data3/trgt/user02.dbf
    /data3/trgt/users03.dbf
    /data3/trgt/cnt_tst01.dbf
    /data3/trgt/CNT_TST02.dbf
    /data3/trgt/CNT_TST03.dbf
    9 rows selected.after above was done, went back to session 1 and tried recovered the DB
    RMAN> recover database;
    Starting recover at 29-FEB-12 14:06:16
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /redo_archive/trgt/online/redo01.log
    archived log for thread 1 with sequence 14 is already on disk as file /redo_archive/trgt/online/redo02.log
    archived log for thread 1 with sequence 15 is already on disk as file /redo_archive/trgt/online/redo03.log
    archived log file name=/redo_archive/trgt/online/redo01.log thread=1 sequence=13
    archived log file name=/redo_archive/trgt/online/redo02.log thread=1 sequence=14
    archived log file name=/redo_archive/trgt/online/redo03.log thread=1 sequence=15
    media recovery complete, elapsed time: 00:00:00
    Finished recover at 29-FEB-12 14:06:17
    RMAN> alter database open resetlogs;
    database opened
    new incarnation of database registered in recovery catalog
    starting full resync of recovery catalog
    full resync complete
    starting full resync of recovery catalog
    full resync complete
    RMAN> exit
    Recovery Manager complete.
    [oracle@berry trgt]$
    [oracle@berry trgt]$
    [oracle@berry trgt]$ sq
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 29 14:07:18 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter session set NLS_DATE_FORMAT="dd-mon-yy hh24:mi:ss:
      2
    SQL>
    SQL> alter session set NLS_DATE_FORMAT="dd-mon-yy hh24:mi:ss";
    Session altered.
    SQL> select count(*) from test.t2;
    select count(*) from test.t2
    ERROR at line 1:
    ORA-00376: file 8 cannot be read at this time
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    SQL> select max(c1) from test.t2;
    select max(c1) from test.t2
    ERROR at line 1:
    ORA-00376: file 8 cannot be read at this time
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    SQL> alter database datafile 8 online;
    alter database datafile 8 online
    ERROR at line 1:
    ORA-01190: control file or data file 8 is from before the last RESETLOGS
    ORA-01110: data file 8: '/data3/trgt/CNT_TST02.dbf'
    {code}
    so what did i do wrong in my recovery that i could not get my data?? how can i avoid this?? and restore my DB?
    Edited by: user8363520 on Feb 29, 2012 12:24 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    user8363520 wrote:
    Here i have tried to the following
    created new table called t2 and made sure data went to a specific tablespace...
    took a level 0 backup
    removed the control file
    added couple of datafile to above tablespace and then inserted more data
    then went out to restore control file and the database...but datafile still could not be opened ?? what did i do wrong here....
    SQL> @datafile
    -- list of datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf ;               3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf ;                 5 YES
    CNT_TST    Datafile ONLINE    AVAILABLE          1          9         10        0 /data3/trgt/cnt_tst01.dbf ;              7 NO
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf ;                2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf ;           4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf ;                1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf ;                6 YES
    7 rows selected.
    -- new table is created called t2 and its going into TS called cnt_tst
    SQL> CREATE TABLE TEST.T2
    C1  DATE,
    C2  NUMBER,
    C3  NUMBER,
    C4  VARCHAR2(300 BYTE)
    TABLESPACE cnt_tst;  2    3    4    5    6    7    8
    Table created.
    -- data inserted
    SQL> INSERT INTO
    test.T2
    SELECT
    FROM
    (SELECT
    SYSDATE,
    ROWNUM C2,
    DECODE(MOD(ROWNUM,100),99,99,1) C3,
    RPAD('A',300,'A') C4
    FROM
    DUAL
    CONNECT BY
    LEVEL <= 10000)
    ;   2    3    4    5    6    7    8    9   10   11   12   13   14   15
    10000 rows created.
    SQL> commit;
    Commit complete.
    -- to check of cnt_tst has any free space or not, as we can see its full
    SQL> @datafile
    Tablespace File Typ Tablespac File Stat    Used MB    Free MB    FILE_MB    MAXMB Datafile_name                     FILE_ID AUT
    UNDOTBS1   Datafile ONLINE    AVAILABLE         16         84        100    1,024 /data/trgt/undotbs01.dbf ;               3 YES
    USERS      Datafile ONLINE    AVAILABLE       1153        895       2048    3,072 /data3/trgt/user02.dbf ;                 5 YES
    SYSAUX     Datafile ONLINE    AVAILABLE        626         35        660   32,768 /data/trgt/sysaux01.dbf ;                2 YES
    USERS      Datafile ONLINE    AVAILABLE       2031         17       2048    2,048 /data3/trgt/move/users01.dbf ;           4 YES
    SYSTEM     Datafile ONLINE    AVAILABLE        712         58        770   32,768 /data/trgt/system01.dbf ;                1 YES
    USERS      Datafile ONLINE    AVAILABLE         65         35        100   32,768 /data3/trgt/users03.dbf ;                6 YES
    CNT_TST    Datafile ONLINE    AVAILABLE         10          0         10        0 /data3/trgt/cnt_tst01.dbf ;              7 NO
    7 rows selected.
    SQL> select count(*) from test.t2;
    COUNT(*)
    10000
    1 row selected.
    -- to get a count and max on date
    SQL> select max(c1) from test.t2;
    MAX(C1)
    29-feb-12 13:47:52
    1 row selected.
    SQL> -- AT THIS POINT A LEVEL 0 BACKUP IS TAKEN (using backup database plus archivelog)
    SQL> -- now control files are removed
    SQL> select name from v$controlfile;
    NAME
    /ctrl/trgt/control01.ctl
    /ctrl/trgt/control02.ctl
    2 rows selected.
    SQL>
    SQL> ! rm /ctrl/trgt/control01.ctl
    SQL> ! rm /ctrl/trgt/control02.ctl
    SQL> ! ls -ltr /ctrl/trgt/
    ls: /ctrl/trgt/: No such file or directory
    SQL>
    -- new datafile is added to CNT_TST TABLESPACE and new data is added as well
    SQL> ALTER TABLESPACE CNT_TST ADD DATAFILE '/data3/trgt/CNT_TST02.dbf' SIZE 100M AUTOEXTEND OFF;
    Tablespace altered.
    SQL> ALTER SYSTEM CHECKPOINT;
    System altered. Upto this i was clear, but now i cann't understand when you actually dropped the control file from you database(in running stat) how can you perform "alter system checkpoint" and other "alter tablespace.." command? Once controlfile is inaccessible, oracle database is not suppose to function.

  • How to restore Ipod database without iTunes?

    Hi,
    My iPod mini is visible to any aplication except iTunes. I have tried all it sugested on the manuals to fix it and nothing worked.
    Others applications like RealPlayer and Anapod can see that the iPod is connect but can´t show its content. RealPlayer says that the database file doesn´t exist or is corrupted.
    The only way I can see my files is accessing the iPod-Control directory using windows.
    If I disconect it from the Pc I can´t see the musics that are on it.
    I have made a copy of the songs that were on it and now I want to know how to restore it without use iTunes, because nothing makes iTunes see it.
    Is there any update link that still work on apple website, so I don´t need to use iTunes?
    I need to restore my iPod without iTunes because unistall, check register, restarts,... did not work.
    The only way I can see the iPod is runing the diadnosis under the help menu. Nothing have worked to make it be showed as device.
    That is what the diagnosis show:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Hewlett-Packard HP Pavilion b1000br(EN469LA)
    iTunes 7.0.2.16
    iPodService 7.0.2.16 is currently running.
    iTunesHelper 7.0.2.16 is currently running.
    Current user is an administrator.
    Connected Storage Devices:
    IDE\DiskSAMSUNGHD160JJ________________________WU100-33, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskApple__iPod___________1.62, Bus Type USB
    Universal Serial Bus Controllers:
    SiS 7001 PCI to USB Open Host Controller, Barramento PCI 0, dispositivo 3, função 0. Device is working properly.
    SiS PCI to USB Enhanced Host Controller, Barramento PCI 0, dispositivo 3, função 3. Device is working properly.
    No IEEE 1394 Host Controller found.
    Connected Device Information
    RACHEL'S IP (G:\), iPod mini running firmware version 1.4.1
    Serial Number: JQ521620S45
    Bus Speed: 61440
    The last connected iPod serial number: JQ521620S45.
    The iPod Service Logging Information:
    [SERVICE: 0x97C,20:58:33 INFO] Started C:\Arquivos de programas\iPod\bin\iPodService.exe (Tue Feb 06 20:58:33 2007)
    [SERVICE: 0x97C,20:58:33 INFO] ##### iPodService starting as a service, version: 7.0.2.16
    [SERVICE: 0x9A8,20:58:34 INFO] Timed out... Starting device manager!
    [SERVICE: 0xA04,20:58:35 INFO] Listener Window created
    [SERVICE: 0x9A8,20:58:37 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:37 INFO] device \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:37 INFO] device is an iPod
    [SERVICE: 0x9A8,20:58:37 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9A8,20:58:37 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0x9A8,20:58:37 INFO] [1] Assigning session 0
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0x9A8,20:58:37 INFO] [1] input #0 from src #0
    [SERVICE: 0x9F4,20:58:37 INFO] [1] input #0
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 INPUT #0] - (HDW) Interface Arrival
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress is now 2
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress is now 2
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x9F4,20:58:38 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x9F4,20:58:38 INFO] VendorId: Apple
    [SERVICE: 0x9F4,20:58:38 INFO] ProductId: iPod
    [SERVICE: 0x9F4,20:58:38 INFO] revision: 1.62
    [SERVICE: 0x9F4,20:58:38 INFO] vendor bytes:
    [SERVICE: 0x9F4,20:58:38 INFO] 02 01 00 00 00 00 00 00 00 07 00 02 92 00 00 00 00 00 00 00
    [SERVICE: 0x9F4,20:58:38 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x9F4,20:58:38 INFO] [1] Power State: Powered
    [SERVICE: 0x9F4,20:58:38 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x9F4,20:58:38 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F4,20:58:38 INFO] [1] serial number 000A27001438703A
    [SERVICE: 0x9F4,20:58:38 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9A8,20:58:40 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\G:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0x9A8,20:58:40 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0x9A8,20:58:40 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x9A8,20:58:40 INFO] [1] input #1 from src #0
    [SERVICE: 0x9F8,20:58:40 INFO] [1] input #1
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\F:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\E:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\D:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x9A8,20:58:41 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:41 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 INPUT #1] - (HDW) Volume Mount
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x9F8,20:58:41 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F8,20:58:41 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x9F8,20:58:41 INFO] File does not exist!
    [SERVICE: 0x9F8,20:58:41 INFO] [1] iTunes Preference file does not exist!
    [SERVICE: 0x9F8,20:58:41 INFO] [1] ===== iPod Mini =====
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 INFO] 20:58:41, year 2007, day of yr. 36, GMT offset -8 isDST 1
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress is now 0
    [SERVICE: 0x9F8,20:58:43 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x9F8,20:58:43 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x9F8,20:58:43 INFO] iTunes located at 'C:\Arquivos de programas\iTunes\iTunes.exe'
    [SERVICE: 0x9A4,20:58:43 INFO] launching iTunes.
    [SERVICE: 0x9C0,20:59:01 INFO] <0x4> Got Serial #
    [SERVICE: 0xA18,20:59:01 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xA18,20:59:01 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xA18,20:59:01 INFO] Mounted
    [SERVICE: 0xA18,20:59:01 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xA18,20:59:01 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x9C0,20:59:01 INFO] Mounted
    [SERVICE: 0x9C0,20:59:01 INFO] [1] already mounted!
    [SERVICE: 0x9C0,20:59:01 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x9E4,20:59:03 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x9C0,20:59:03 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x9C0,20:59:03 INFO] Mounted
    [SERVICE: 0x9C0,20:59:03 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x9C0,20:59:03 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xA18,20:59:03 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0x9C0,20:59:03 INFO] Mounted
    [SERVICE: 0x9C0,20:59:03 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x9C0,20:59:03 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x9C0,20:59:03 INFO] File does not exist!
    [SERVICE: 0x9C0,20:59:03 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x9C0,20:59:03 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x9C0,20:59:03 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xA04,21:03:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:50 INFO] [1] input #2 from src #0
    [SERVICE: 0xA04,21:03:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:50 INFO] [1] input #3 from src #0
    [SERVICE: 0x9FC,21:03:51 INFO] [1] input #2
    [SERVICE: 0x9F4,21:03:51 INFO] [1] input #3
    [SERVICE: 0xA04,21:03:51 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:51 INFO] [1] input #4 from src #0
    [SERVICE: 0x9F8,21:03:51 INFO] [1] input #4
    [SERVICE: 0x9FC,21:03:51 INFO] [MACHINE 1 INPUT #2] - (HDW) CheckDevNode
    [SERVICE: 0xA04,21:03:51 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:51 INFO] [1] input #5 from src #0
    [SERVICE: 0x9FC,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:03:52 INFO] [MACHINE 1 INPUT #3] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,21:03:52 INFO] [MACHINE 1 INPUT #4] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,21:03:52 INFO] [1] input #5
    [SERVICE: 0x9F8,21:03:52 INFO] [MACHINE 1 INPUT #5] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:04:18 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:04:18 INFO] [1] input #6 from src #0
    [SERVICE: 0x9FC,21:04:18 INFO] [1] input #6
    [SERVICE: 0x9FC,21:04:18 INFO] [MACHINE 1 INPUT #6] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:04:18 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:16:24 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:16:24 INFO] [1] input #7 from src #0
    [SERVICE: 0x9F4,21:16:24 INFO] [1] input #7
    [SERVICE: 0x9F4,21:16:24 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:16:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:33:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:20 INFO] [1] input #8 from src #0
    [SERVICE: 0x9F8,21:33:20 INFO] [1] input #8
    [SERVICE: 0xA04,21:33:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:20 INFO] [1] input #9 from src #0
    [SERVICE: 0x9FC,21:33:20 INFO] [1] input #9
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #10 from src #0
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #10
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress is now 1
    [SERVICE: 0x9FC,21:33:21 INFO] [MACHINE 1 INPUT #9] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 TRANSITION] - {Mounted} ==> {Unknown}
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 ACTIONS] - {Unknown}
    [SERVICE: 0x9FC,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [MACHINE 1 INPUT #10] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F8,21:33:21 INFO] [1] *** DISCONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress is now 0
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xA04,21:33:21 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x40
    [SERVICE: 0xA04,21:33:21 INFO] [1] value = 1
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #11 from src #0
    [SERVICE: 0x9FC,21:33:21 INFO] [1] input #11
    [SERVICE: 0xA04,21:33:21 INFO] [InterfaceRemoved]
    [SERVICE: 0xA04,21:33:21 INFO] [1] value = 0
    [SERVICE: 0xA04,21:33:21 INFO] removed device number 1 from m_objDeviceNumberMap
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #12 from src #0
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #12
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] Progress state is 3, Waiting to disconnect = 0
    [SERVICE: 0xA04,21:33:21 ERROR] device number 0 exists, but isn't in m_objDeviceNumberMap!
    [SERVICE: 0xA04,21:33:21 INFO] removed device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" from m_vctDeviceInterfaces
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #13 from src #0
    [SERVICE: 0x9F8,21:33:21 INFO] [1] input #13
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #14 from src #0
    [SERVICE: 0x9FC,21:33:21 INFO] [MACHINE 1 INPUT #11] - (HDW) Volume Unmount
    [SERVICE: 0x9FC,21:33:21 INFO] [1] progress is now 3
    [SERVICE: 0x9FC,21:33:21 INFO] [1] Setting progress to 3
    [SERVICE: 0x9FC,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [MACHINE 1 INPUT #12] - (HDW) Interface Removal
    [SERVICE: 0x9F4,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #14
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:22 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:22 INFO] [MACHINE 1 INPUT #14] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:33:22 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xA04,21:36:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:36:21 INFO] [1] input #15 from src #0
    [SERVICE: 0x9FC,21:36:21 INFO] [1] input #15
    [SERVICE: 0x9FC,21:36:21 INFO] [MACHINE 1 INPUT #15] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:36:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #16 from src #0
    [SERVICE: 0x9F8,21:48:20 INFO] [1] input #16
    [SERVICE: 0x9F8,21:48:20 INFO] [MACHINE 1 INPUT #16] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:48:20 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #17 from src #0
    [SERVICE: 0x9F4,21:48:20 INFO] [1] input #17
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #18 from src #0
    [SERVICE: 0x9FC,21:48:20 INFO] [1] input #18
    [SERVICE: 0x9F4,21:48:21 INFO] [MACHINE 1 INPUT #17] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:21 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:21 INFO] [MACHINE 1 INPUT #18] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:48:21 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:48:31 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xA04,21:48:31 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xA04,21:48:31 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xA04,21:48:31 INFO] [1] Attempt to reassign from session 0 to session 0, DENIED!
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #19 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] [1] input #19
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #20 from src #0
    [SERVICE: 0x9F4,21:48:31 INFO] [1] input #20
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #21 from src #0
    [SERVICE: 0x9FC,21:48:31 INFO] [1] input #21
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 INPUT #19] - (HDW) Interface Arrival
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress is now 2
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress is now 2
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x9F8,21:48:31 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x9F8,21:48:31 INFO] VendorId: Apple
    [SERVICE: 0x9F8,21:48:31 INFO] ProductId: iPod
    [SERVICE: 0x9F8,21:48:31 INFO] revision: 1.62
    [SERVICE: 0xA04,21:48:31 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xA04,21:48:31 INFO] looking up device # for \\.\G:
    [SERVICE: 0xA04,21:48:31 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xA04,21:48:31 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xA04,21:48:31 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #22 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] vendor bytes:
    [SERVICE: 0x9F8,21:48:31 INFO] 02 01 00 00 00 00 00 00 00 07 00 02 92 00 00 00 00 00 00 00
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #23 from src #0
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #24 from src #0
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #25 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x9F8,21:48:31 INFO] [1] Power State: Powered
    [SERVICE: 0x9F8,21:48:31 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x9F8,21:48:31 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F8,21:48:31 INFO] [1] serial number 000A27001438703A
    [SERVICE: 0x9F8,21:48:31 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9F4,21:48:31 INFO] [MACHINE 1 INPUT #20] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 INPUT #21] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [1] input #22
    [SERVICE: 0x9F8,21:48:31 INFO] [1] input #23
    [SERVICE: 0x9F4,21:48:31 INFO] [1] input #24
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 INPUT #22] - (HDW) Volume Mount
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x9FC,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x9FC,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:31 ERROR] Did not find first letter of stage
    [SERVICE: 0x9FC,21:48:32 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x9FC,21:48:32 INFO] File does not exist!
    [SERVICE: 0x9FC,21:48:32 INFO] [1] iTunes Preference file does not exist!
    [SERVICE: 0x9FC,21:48:32 INFO] [1] ===== iPod Mini =====
    [SERVICE: 0x9FC,21:48:32 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:32 INFO] 21:48:32, year 2007, day of yr. 36, GMT offset -8 isDST 1
    [SERVICE: 0x9FC,21:48:32 INFO] [1] progress is now 0
    [SERVICE: 0x9FC,21:48:34 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x9FC,21:48:34 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x9FC,21:48:34 INFO] iTunes located at 'C:\Arquivos de programas\iTunes\iTunes.exe'
    [SERVICE: 0x9F8,21:48:34 INFO] [MACHINE 1 INPUT #23] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:48:34 INFO] [MACHINE 1 INPUT #24] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:48:34 INFO] [1] input #25
    [SERVICE: 0x9A4,21:48:34 INFO] launching iTunes.
    [SERVICE: 0x9F4,21:48:34 INFO] [MACHINE 1 INPUT #25] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x900,21:48:49 INFO] <0x4> Got Serial #
    [SERVICE: 0xAD8,21:48:49 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x480,21:48:49 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x480,21:48:49 INFO] Mounted
    [SERVICE: 0x480,21:48:49 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x480,21:48:49 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x900,21:48:49 INFO] Mounted
    [SERVICE: 0x900,21:48:49 INFO] [1] already mounted!
    [SERVICE: 0x900,21:48:49 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x480,21:48:51 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xAD8,21:48:51 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xAD8,21:48:51 INFO] Mounted
    [SERVICE: 0xAD8,21:48:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xAD8,21:48:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x900,21:48:51 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0xAD8,21:48:51 INFO] Mounted
    [SERVICE: 0xAD8,21:48:51 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xAD8,21:48:51 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xAD8,21:48:51 INFO] File does not exist!
    [SERVICE: 0xAD8,21:48:51 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0xAD8,21:48:51 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0xAD8,21:48:51 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xA04,22:16:10 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,22:16:10 INFO] [1] input #26 from src #0
    [SERVICE: 0x9FC,22:16:10 INFO] [1] input #26
    [SERVICE: 0x9FC,22:16:10 INFO] [MACHINE 1 INPUT #26] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,22:16:10 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,23:05:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,23:05:50 INFO] [1] input #27 from src #0
    [SERVICE: 0x9F8,23:05:50 INFO] [1] input #27
    [SERVICE: 0xA04,23:05:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,23:05:50 INFO] [1] input #28 from src #0
    [SERVICE: 0x9F4,23:05:50 INFO] [1] input #28
    [SERVICE: 0x9F8,23:05:50 INFO] [MACHINE 1 INPUT #27] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,23:05:50 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,23:05:50 INFO] [MACHINE 1 INPUT #28] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,23:05:50 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xD58,23:16:32 INFO] <0x4> Got Serial #
    [SERVICE: 0xD58,23:16:32 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xBE0,23:16:32 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xBE0,23:16:32 INFO] Mounted
    [SERVICE: 0xBE0,23:16:32 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xBE0,23:16:32 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xD58,23:16:32 INFO] Mounted
    [SERVICE: 0xD58,23:16:32 INFO] [1] already mounted!
    [SERVICE: 0xD58,23:16:32 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xBE0,23:16:34 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xD58,23:16:34 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:34 INFO] Mounted
    [SERVICE: 0xD58,23:16:34 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:34 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:34 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0x908,23:16:35 INFO] Mounted
    [SERVICE: 0x908,23:16:35 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x908,23:16:35 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:35 INFO] File does not exist!
    [SERVICE: 0x908,23:16:35 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x908,23:16:35 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x908,23:16:35 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xD58,23:16:45 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:45 INFO] Mounted
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xBE0,23:16:45 INFO] Mounted
    [SERVICE: 0xBE0,23:16:45 INFO] [1] already mounted!
    [SERVICE: 0xBE0,23:16:45 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x908,23:16:45 INFO] Mounted
    [SERVICE: 0x908,23:16:45 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x908,23:16:45 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:45 INFO] File does not exist!
    [SERVICE: 0x908,23:16:45 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x908,23:16:45 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x908,23:16:45 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xD58,23:16:45 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:45 INFO] Mounted
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 not in intermediate state. It appears to be truly mounted.

    I formated my iPod using windows

  • ITunes dead after System Restore

    I can no longer launch iTunes, and this has nothing to do with spyware.
    Sequence of Events:
    1) Last Thursday, I purchased a new track from itms (Iggy Pop - Candy - it's good, check it out).
    2) Upon trying to play the track, I was presented with the message that the computer was not authorized to play the track. Other songs I tried to play gave the same error. I had been perfectly content using iTunes 4.7. However, in order to play the tracks, I now needed to upgrade to the current version of iTunes. This was, imo, obnoxious, but I capitulated, and downloaded and installed v6.0.1.3. After installation, iTunes worked perfectly fine.
    3) Thursday evening I shut the computer down for the evening. I didn't use the system again until Sunday evening. When I powered the machine up, Windows booted to a black screen. Safe mode worked properly, but 'normal'-mode would not light the display (this is a laptop). Not knowing what was wrong yet, I tried using System Restore to return the system to a slightly earlier state. The most recent checkpoint was just before installing the iTunes update, so that's where I restored to.
    4) System Restore didn't fix the problem. That's when I discovered the switch on the laptop that senses whether or not the lid is closed was broken, and it was telling Windows the lid was closed, resulting in the darkened screen. (I've removed the switch while I wait for the replacement plastic piece I need, so that's no longer an issue.)
    5) System Restore did not have the option to undo the previous System Restore.
    6) I then re-installed iTunes 6.0.1.3. Each time I try to launch iTunes, I see the standard MS "Do you want to send the error info to Microsoft?" message box, and iTunes won't start.
    To try and repair the problem, I've tried uninstalling iTunes and Quicktime repeatedly. I've tried System Restore, and then a reinstall, several times. I've been a Computer Tech since '94, and routinely remove spyware problems from people's computers in a professional capacity. I am certain my iTunes problem is not malware-related. However, just to cover all bases I went ahead and followed the Apple doc referenced repeatedly in these forums involving MSCONFIG to ensure my iTunes problem wasn't related to some startup issue. I've taken the iTunes folder, with the library.itl and .xml files, and moved it to the desktop prior to reinstalling iTunes. I've uninstalled, and then deleted the Program Files\iTunes and Program Files\iPod directories prior to reinstallation. I've disabled my antivirus during the install.
    No matter what I've tried, iTunes will no longer start.
    Anybody have any ideas what I can try next to revive iTunes on my PC. I very much don't want to lose my existing playlists, album art, and music files (especially the approx. $130 of purchased music), obviously.
    Thanks,
    Steve
    System:
    Inspiron 8500
    Windows XP Pro, SP2
    Grisoft AVG Free Edition antivirus.

    well done, NoahsMyBro!
    hmmmm. some thoughts (speculation warning) on what might have gone wrong with the QT. a system restore "over top" of a fresh itunes install will strip out some installation registry entries from both QT and itunes. (under those circumstances, itunes won't launch, spitting out a "some of the required files ..." error message.)
    under those circumstances, i usually recommend uninstall QT and itunes prior to the reinstall. (of course, you had other more pressing things to worry about at the time ...) i've been doing that because the QT component of the itunes installer bundle can be a little more delicate than the itunes component when it comes to installing "over top" of existing program files and folders. i think it's partly to do with the fact that it's the second install in the chained install (more can go wrong with it). so the QT may have been compromised on the reinstall, even though the itunes part of the install went through fine.
    you don't tend to get the same QT install problems on a standalone QT install (again, speculation, but it seems plausible) because it's not the second install in a chain.
    love, b

  • PLEASE HELP.. PROBLEM WITH RESTORE

    okey, well i have this huge problem. i got my ipod 2 weeks ago from the US, i live in poland and not many people know how these things work so i ask that someone here can help me..
    a week ago.. the ipod froze my computer, i could do nothing with it. so i had to restart it.the problem was that my ipod was connected to the computer still.. but my comp wouldnt start so i had to disconnect the ipod.(yes the DO NOT DISCONNECT icon was on the ipod.. but wut else could i do?)
    so my ipod froze then, and i had the apple icon the whole time on the screen, so i tried everything, i get so frustrated with the ipod that i just want to throw it out the window. i read some things about the problem on the suppoort page, i reset it about a hundred times.. and finally it started working when i got it into disc mode. Yes i got all happy.. I press the restore buttons in itunes.. and this is what happens.. the ( i dont know how to call it) scroll bar? well the green bar that moves to show that its 'restoring' it freezes in the middle of the process, i uninstalled itunes 10 times.. i even tried restoring on 2 other computers, on one of them it does the same thing and on the other theres some other problem.
    PLEASE HELP ME!! I DONT know what to do.
    ipod 5th gen 30gb   Windows XP  

    ____________________16.06V16, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskApple__iPod___________1.62, Bus Type USB
    Universal Serial Bus Controllers:
    Otwarty kontroler hosta PCI do USB SiS 7001, Magistrala PCI 0, urządzenie 2, funkcja 2. Device is working properly.
    No IEEE 1394 Host Controller found.
    The last connected iPod serial number: ****.
    The iPod Service Logging Information:
    [SERVICE: 0xB20,22:06:21 INFO] Started C:\Program Files\iPod\bin\iPodService.exe (Mon Nov 20 22:06:21 2006)
    [SERVICE: 0xB20,22:06:21 INFO] ##### iPodService starting as a service, version: 7.0.2.16
    [SERVICE: 0xB2C,22:06:22 INFO] Timed out... Starting device manager!
    [SERVICE: 0xB54,22:06:22 INFO] Listener Window created
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:32 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:34 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:34 INFO] device \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:34 INFO] device is an iPod
    [SERVICE: 0xB54,22:07:34 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:34 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0xB54,22:07:34 INFO] [1] Assigning session 0
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device interface "\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xB54,22:07:34 INFO] [1] added device interface "\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0xB54,22:07:34 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:34 INFO] [1] input #0 from src #0
    [SERVICE: 0xB44,22:07:34 INFO] [1] input #0
    [SERVICE: 0xB44,22:07:34 INFO] [MACHINE 1 INPUT #0] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:07:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:07:38 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:38 INFO] [1] input #1 from src #0
    [SERVICE: 0xB48,22:07:38 INFO] [1] input #1
    [SERVICE: 0xB48,22:07:38 INFO] [MACHINE 1 INPUT #1] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:07:38 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB54,22:07:39 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB54,22:07:39 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x0 partition 0x2
    [SERVICE: 0xB54,22:07:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB54,22:07:39 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB54,22:07:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB54,22:07:47 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xB54,22:07:47 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB54,22:07:47 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB54,22:07:47 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB54,22:07:47 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB54,22:07:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:07:47 INFO] [1] input #2 from src #0
    [SERVICE: 0xB4C,22:07:47 INFO] [1] input #2
    [SERVICE: 0xB4C,22:07:47 INFO] [MACHINE 1 INPUT #2] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:07:47 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB50,22:07:51 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB50,22:07:51 INFO] [First Connect] Creating connect event for device 1
    [SERVICE: 0xB50,22:07:51 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xB50,22:07:51 INFO] [1] input #3 from src #0
    [SERVICE: 0xB44,22:07:51 INFO] [1] input #3
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 INPUT #3] - (HDW) Interface Arrival
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress is now 2
    [SERVICE: 0xB44,22:07:51 INFO] [1] progress is now 2
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xB44,22:07:51 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xB44,22:07:51 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xB50,22:07:52 INFO] [First Connect] Creating mount event for device 1
    [SERVICE: 0xB50,22:07:52 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\G:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xB50,22:07:52 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xB50,22:07:52 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xB50,22:07:52 INFO] [1] input #4 from src #0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\E:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xB50,22:07:52 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\.\D:
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x0 partition 0x2
    [SERVICE: 0xB50,22:07:52 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xB50,22:07:52 INFO] looking up device # for \\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xB50,22:07:52 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xB44,22:07:53 INFO] VendorId: Apple
    [SERVICE: 0xB44,22:07:53 INFO] ProductId: iPod
    [SERVICE: 0xB44,22:07:53 INFO] revision: 1.62
    [SERVICE: 0xB44,22:07:53 INFO] vendor bytes:
    [SERVICE: 0xB44,22:07:53 INFO] 02 01 00 00 00 00 00 00 00 0B 00 11 91 00 00 00 00 00 00 00
    [SERVICE: 0xB44,22:07:53 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0xB44,22:07:53 INFO] [1] Power State: Powered
    [SERVICE: 0xB44,22:07:53 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xB44,22:08:01 ERROR] Did not find first letter of stage
    [SERVICE: 0xB44,22:08:01 INFO] got HotPlugState 0
    [SERVICE: 0xB44,22:08:01 INFO] [1] serial number 000A270015BEEE43
    [SERVICE: 0xB44,22:08:01 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xB44,22:08:01 INFO] [1] input #4
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 INPUT #4] - (HDW) Volume Mount
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0xB44,22:08:01 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:08:01 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0xB44,22:08:01 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:01 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:13 ERROR] Did not find first letter of stage
    [SERVICE: 0xB44,22:08:13 INFO] got HotPlugState 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xB44,22:08:17 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0xB44,22:08:17 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] iPod needs formatting...
    [SERVICE: 0xB44,22:08:17 INFO] 22:8:17, year 2006, day of yr. 323, GMT offset 4 isDST 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] Perform launch updater check.
    [SERVICE: 0xB44,22:08:17 INFO] [1] iTunes located at 'D:\iTunes.exe'
    [SERVICE: 0xB44,22:08:17 INFO] [1] progress is now 0
    [SERVICE: 0xB44,22:08:17 INFO] [1] *** MOUNT FAILED - Non-FAT32 device, device session 0
    [SERVICE: 0xB34,22:08:57 INFO] <0x4> Got Serial #
    [SERVICE: 0xBD0,22:09:01 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xBD0,22:09:01 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:01 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD04,22:09:01 INFO] Mounted
    [SERVICE: 0xD04,22:09:01 INFO] [1] already mounted!
    [SERVICE: 0xD04,22:09:01 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xB34,22:09:03 ERROR] ERROR, mount lock count is 0 but device is not mounted
    [SERVICE: 0xBD0,22:09:07 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xBD0,22:09:07 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:16 INFO] <0x1> Got Serial #
    [SERVICE: 0xB34,22:09:16 INFO] <0x1> Got Serial #
    [SERVICE: 0xB34,22:09:20 INFO] [1] GetVolumeInformation() failed with error 1005
    [SERVICE: 0xB34,22:09:20 INFO] <0x1> GetFormatType() returned unknown format 4
    [SERVICE: 0xBD0,22:09:22 INFO] <0x1> Got Serial #
    [SERVICE: 0xBD0,22:09:22 INFO] API is now LOCKED!!!
    [SERVICE: 0xB54,22:11:15 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:11:15 INFO] [1] input #5 from src #0
    [SERVICE: 0xB48,22:11:15 INFO] [1] input #5
    [SERVICE: 0xB48,22:11:15 INFO] [MACHINE 1 INPUT #5] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:11:15 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:12:22 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:12:22 INFO] [1] input #6 from src #0
    [SERVICE: 0xB4C,22:12:22 INFO] [1] input #6
    [SERVICE: 0xB54,22:12:22 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:12:22 INFO] [1] input #7 from src #0
    [SERVICE: 0xB44,22:12:22 INFO] [1] input #7
    [SERVICE: 0xB4C,22:12:22 INFO] [MACHINE 1 INPUT #6] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:12:22 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:12:22 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:12:22 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:18:13 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:18:13 INFO] [1] input #8 from src #0
    [SERVICE: 0xB48,22:18:13 INFO] [1] input #8
    [SERVICE: 0xB48,22:18:13 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:18:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:21:48 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:21:48 INFO] [1] input #9 from src #0
    [SERVICE: 0xB4C,22:21:48 INFO] [1] input #9
    [SERVICE: 0xB54,22:21:48 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:21:48 INFO] [1] input #10 from src #0
    [SERVICE: 0xB44,22:21:48 INFO] [1] input #10
    [SERVICE: 0xB4C,22:21:48 INFO] [MACHINE 1 INPUT #9] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:21:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:21:48 INFO] [MACHINE 1 INPUT #10] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:21:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:44:23 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:44:23 INFO] [1] input #11 from src #0
    [SERVICE: 0xB48,22:44:23 INFO] [1] input #11
    [SERVICE: 0xB48,22:44:24 INFO] [MACHINE 1 INPUT #11] - (HDW) CheckDevNode
    [SERVICE: 0xB48,22:44:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:52:27 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x20
    [SERVICE: 0xB54,22:52:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:52:47 INFO] [1] input #12 from src #0
    [SERVICE: 0xB4C,22:52:47 INFO] [1] input #12
    [SERVICE: 0xB54,22:52:47 INFO] [DevNodesChanged]
    [SERVICE: 0xB54,22:52:47 INFO] [1] input #13 from src #0
    [SERVICE: 0xB44,22:52:47 INFO] [1] input #13
    [SERVICE: 0xB4C,22:52:47 INFO] [MACHINE 1 INPUT #12] - (HDW) CheckDevNode
    [SERVICE: 0xB4C,22:52:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB44,22:52:48 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0xB44,22:52:48 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple∏_ipod&rev1.62#000a270015beee43&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xB54,22:52:49 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0xB54,22:52:49 INFO] looking up device # for \\.\F:
    [SERVICE: 0xB54,22:52:49 INFO] type 0x2 drive 0x1 partition 0xffffffff
      Windows XP  
    well i clicked help.. and that didnt do anything either.. ;/

  • Mail stops importing mailboxes after Time Machine restore

    Hello,
    I replaced the hard drive in my MacBook Pro by a solid state drive (Crucial M4 512Gb) hard drive.
    Before installing it, I let Time Machine backup my complete hard drive to an external USB hard drive (backup done over night).
    I installed the SSD, booted the MacBook in recovery mode (CMD R), initialised the SSD using Disk Utility and restored the complete hard drive from the Time Machine Backup.
    Everything fine except for Mac Mail.
    If I start Mac Mail: it wants to import my mailboxes.
    However, it stops at:
    Importing mailbox
    Imported 1112 of 1124 messages
    Time remaining: Less than a minute
    Then the fan comes up (high CPU load) and nothing happens.
    If I cancel, the fan speed drops and Mail quits.
    If I start Mail again, it reports one message less to import, thus:
    Importing mailbox
    Imported 1111 of 1123 messages
    Time remaining: Less than a minute
    I can repeat this (everytime the number of mail messages drops by one).
    Problem is that I can't start using Mail until the messages are completely imported.
    Anyone a tip what's going wrong and how to solve it?
    As extra info: I made the Time Machine backups with nothing started on my MacBook (only Finder running).
    Kind regards,
    emeu1

    I downloaded the mailbfr and ran
    mailbfr -f
    mailbfr -o
    They seemed to execute fine, although the output did instruct me to login as root, which I assume is expected.
    When I logged back in as the standard administrator I took a look at the log files. I see this:
    system log:
    Sep 13 22:15:49 fhsserver Server Preferences[17569]: The shared folder 'Local Administrator's Public Folder' has custom file system ACLs which cannot be displayed. Editing the permissions may replace any custom ACLs.
    Sep 13 22:36:28 fhsserver ctl_cyrusdb[20170]: checkpointing cyrus databases
    Sep 13 22:36:28 fhsserver ctl_cyrusdb[20170]: done checkpointing cyrus databases
    Sep 13 22:45:49 fhsserver Server Preferences[17569]: The shared folder 'Local Administrator's Public Folder' has custom file system ACLs which cannot be displayed. Editing the permissions may replace any custom ACLs.
    Sep 13 23:01:03 fhsserver imap[20454]: login: [10.0.1.202] john GSSAPI User logged in
    Sep 13 23:01:03 fhsserver imap[20454]: IOERROR: creating directory /var/spool/imap/user: Permission denied
    Sep 13 23:02:42 fhsserver mds[63]: (Error) Server: Peer checkin failed -- no store for path '/private/var/localadmin/Public'
    Sep 13 23:02:42 fhsserver com.apple.AppleFileServer[362]: MDSChannelPeerCreate: (os/kern) invalid argument
    Sep 13 23:05:02 fhsserver imap[20524]: login: [10.0.1.202] john GSSAPI User logged in
    Sep 13 23:05:02 fhsserver imap[20524]: IOERROR: creating directory /var/spool/imap/user: Permission denied
    Sep 13 23:06:28 fhsserver ctl_cyrusdb[20542]: checkpointing cyrus databases
    Sep 13 23:06:28 fhsserver ctl_cyrusdb[20542]: done checkpointing cyrus databases
    In the mail service imap log I see this repeating:
    Sep 13 19:19:12 fhsserver imap[17664]: IOERROR: creating directory /var/spool/imap/user: Permission denied
    In the Mail service smtp log is this repeating:
    Sep 13 19:36:04 fhsserver postfix/postfix-script[17937]: fatal: the Postfix mail system is not running
    Got any ideas?

  • A205-5809 - I cannot bring up the Control Panel or do a System Restore

    Hello. I am the Chairman of our church fundraiser and I have inherited a laptop from the previous Chairman. I am not used to working on a Toshiba and really not used to working with Vista.
    When I first got the computer I downloaded Microsoft Office Home Ed 2007 and a few anti-virus programs. At some point the computer started acting up. I tried to do a System Restore to a few different System Checkpoints and had no luck. The System Restore would not complete.
    My immediate concern is the Control Panel. If I go to the Start Menu and click Control Panel, a small white appears as if the Control Panel is opening and then it immediately disappears. I can access the Control Panel by going through My Computer though.
    I mentioned both issues in this one post because I do not know if one issue is causing the other. Please give me any suggestion as to why I cannot do a System Restore or why the Control Panel will not open up from the Start Menu.
    Thanks in advance!
    Solved!
    Go to Solution.

    Satellite A205-S5809 
    In case Christopher's fix doesn't solve all your problems...
    Have you installed Service Pack 1? If not, do so.
       How to obtain the latest Windows Vista service pack
    Does this fit the situation?
    Icons are missing from Control Panel, or you cannot start Control Panel, the Welcome Center, or game...
    Restore Points get corrupted from time to time. The fix is to turn the function off and then on again. Unfortunately, all previous restore points are lost.
       Turn System Restore on or off
    -Jerry

  • ORA-00313: open failed for members during restore from COLD backup

    Hi all,
    I took a cold backup of an 11.1 database using RMAN (database in mount state).
    I used the following command to restore it:
    restored the controlfile and then
    RESTORE DATABASE FROM TAG 'TAGxxxxxxxxxx';
    Now I'm restoring it and it's taking too much time. When checking alert log it says:
    ORA-51106: check failed to complete due to an error. See error below
    ORA-48318: ADR Relation [HM_FINDING] of version=3 cannot be supported
    ORA-00313: open failed for members of log group 1 of thread 1
    ORA-00312: online log 1 thread 1: '/oracle1/oradata/******/redo1_02.log'
    ORA-27037: unable to obtain file status
    HPUX-ia64 Error: 2: No such file or directory
    Additional information: 3
    RMAN is still in progress, why does it complain about redo?
    I'm not doing recovery since it was a cold backup.
    Thanks in advance.

    Hi Michael,
    Yes, it's the correct one because it says "full restore complete":
    ORA-00312: online log 1 thread 1: '/oracle1/oradata/******/redo1_01.log'
    ORA-27037: unable to obtain file status
    HPUX-ia64 Error: 2: No such file or directory
    Additional information: 3
    Tue Apr 30 14:38:14 2013
    Full restore complete of datafile 32 /oracle1/oradata/******/apr_sesm_index_01.dbf. Elapsed time: 1:25:42
    checkpoint is 12652187135448
    last deallocation scn is 12651877642745
    Tue Apr 30 15:38:04 2013
    Full restore complete of datafile 34 /oracle1/oradata/******/apr_stage_data_01.dbf. Elapsed time: 6:42:52
    checkpoint is 12652187135448
    last deallocation scn is 12651877637877
    thanks,

  • How to determine Until Time in restore

    Hi I have read
    Restoring and Recovering with Recovery Manager on line:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmrecov.htm
    I am not sure how to determine an Until Time during a restore, or in duplicating a database.
    Can someone show a specific example?
    The best thing I have found so far is this:
    SQL> select max(next_change#)
    from v$archived_log
    where archived='YES'
    group by thread#;
    OR
    SQL> select max(next_change#) from v$log_history;
    as documented here:
    RMAN-8060 Doing Duplicate Database on Recovered Database
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189394.1
    But that still leads to:
    RMAN-06025: no backup of log thread 2 seq 2817 scn 3193354318 found to restore
    RMAN-06025: no backup of log thread 2 seq 2816 scn 3192569562 found to restore
    RMAN-06025: no backup of log thread 2 seq 2815 scn 3191725873 found to restore
    RMAN-06025: no backup of log thread 1 seq 2437 scn 3191725871 found to restore
    errors about half the time during duplication.
    Thanks!
    -John

    Hi All,
    We use the following query against the RMAN recovery catalog in our RMAN DUPLICATE scripting to identify the latest time that we can use.
    SELECT TO_CHAR(MAX(recover_time),'DD-MON-RR HH24:MI:SS')
    FROM
    (SELECT b.completion_time recover_time
    FROM dbinc a, rc_backup_piece b
    WHERE a.db_key = b.db_key
    AND a.db_name = '${SSID}'
    AND b.backup_type in ('D','I')
    AND b.status = 'A'
    AND b.device_type = 'SBT_TAPE'
    AND b.tag IS NOT NULL
    AND b.tag != 'CTRLBKUP'
    AND b.tag NOT LIKE 'TAG%'
    UNION
    SELECT next_time recover_time
    FROM rc_backup_redolog
    WHERE db_name = '${SSID}');
    Additionally, you may need to account for a rare problem with the absolute_fuzzy_change# is higher than the checkpoint change number. Oracle Development said this should be fixed at some point in the future when I last talked with them on the topic in 02/2004.
    We've coded around it (we're using Oracle EE 9.2.0.5+) by adding a couple of minutes between the incr backup and the archivelog)
    Hope this helps,
    Rich

  • ORA-00314, ORA-00312 during restore

    Hi.
    I have (I should say I had) a database in archivelog mode.
    Arch logs multiplexed on c:, e:.
    Online redo logs multiplexed on c:, e:.
    Controlfile multiplexed on c:, e:.
    I also had a copy of spfile on e:
    I also made a backup on e:
    configure default device type to disk;
    configure retention policy to redundancy 1;
    configure channel device type disk format 'e:\backup\ora_040506_%t_s%s_s%p';
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to 'e:\backup\sp%F';
    configure backup optimization on;
    backup database format 'e:\backup\ora_040506_%t_s%s_s%p';
    Then I had a problem on c: (lost local datafiles, controlfiles), and wanted to restore.
    So I stopped db, copied controlfile, spfile, archive logs and redo logs from e: to c:
    I ran:
    rman nocatalog target / @restoredb.sql
    and restoredb holds:
    restore database;
    recover database;
    exit;
    In alert log I can read:
    Mon Dec 06 11:23:18 2010
    Full restore complete of datafile 2 C:\ORACLEXE\ORADATA\XE\UNDO.DBF. Elapsed time: 0:00:15
    checkpoint is 1853242
    Full restore complete of datafile 4 C:\ORACLEXE\ORADATA\XE\USERS.DBF. Elapsed time: 0:00:19
    checkpoint is 1853242
    Mon Dec 06 11:23:50 2010
    Full restore complete of datafile 1 C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF. Elapsed time: 0:00:47
    checkpoint is 1853242
    Full restore complete of datafile 3 C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF. Elapsed time: 0:00:55
    checkpoint is 1853242
    Mon Dec 06 11:24:05 2010
    alter database recover datafile list clear
    Mon Dec 06 11:24:05 2010
    Completed: alter database recover datafile list clear
    Mon Dec 06 11:24:05 2010
    alter database recover datafile list
    1 , 2 , 3 , 4
    Completed: alter database recover datafile list
    1 , 2 , 3 , 4
    Mon Dec 06 11:24:05 2010
    alter database recover if needed
    start
    Media Recovery Start
    Mon Dec 06 11:24:06 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3860.trc:
    ORA-00314: journal 1, thread 1, numéro de séq. attendu 78 ne correspond pas à 58
    ORA-00312: journal en ligne 1 thread 1 : 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_5F60S79R_.LOG'
    Mon Dec 06 11:24:08 2010
    Media Recovery failed with error 314
    ORA-283 signalled during: alter database recover if needed
    start
    What happens?
    I can't recover a database in archivelog!

    Iam going to be more complete:
    XE on windows
    I have a laptop.
    Install XE, as default.
    HDD on c:, sd card on e:
    I have
    * put db in archivelog,
    * created online redo log groups #3,4,5, with members on c: and e:
    * dropped default online redo log groups 1 and 2
    * set up 2 controlfile multiplexing on c:, e:
    * set up 2 archive log dest (one on c: and one on e:)
    * copied spfile to e:
    * set up a backup to e: every 2 weeks.
    The laptop has worked one year then laptop crashed (hdd down), but I still have My sd card to restore datas.
    => To restore I installed a new laptop, the default XE install, stopped db, overwrite from e: -> c: :
    * the controlfile
    * the spfile
    * archivelog and redolog
    then startup mount.
    select * from v$logfile;
    => Show only groups 1 and 2 (and 1 is stale)
    select * from v$log;
    => sequences are 78,79 ( and 79 is current)
    The archive logs I have go from 77->106.
    +++++++++++++++++++++++++++++++++++++++++++++
    1st issue (or bug?): redo log groups 3,4,5 are declared in control file but not taken into account when restoring controlfile!
    I stopped new db, copied controlfile from e: (with redo logs 3,4,5 declared) to the one on c:, then restarted db.
    Can someone tell me if I can do this without "guessing" which were the redo log member names and typing ALTER DATABASE ADD LOGFILE GROUP..., then repeat (alter system switch logfile; alter database drop logfile; and drop groups 1 and 2) (and repeating this several times while group 1 or 2 still exists).
    +++++++++++++++++++++++++++++++++++++++++++++
    =>rman target /
    restore database;=>OK no error but v$logfile still shows only groups 1 and 2 (and 1 is stale)
    recover database;=>error on screen:
    dÚmarrage de la rÚcupÚration aprÞs dÚfaillance matÚrielle
    Úchec de la rÚcupÚration aprÞs dÚfaillance matÚrielle
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Úchec de la commande recover Ó 12/23/2010 17:13:49
    ORA-00283: recovery session canceled due to errors
    RMAN-11003: erreur lors de l'analyse ou de l'exÚcution d'une instruction SQL : a
    lter database recover if needed
    start
    ORA-00283: session de rÚcupÚration annulÚe pour cause d'erreurs
    ORA-00314: journal 1, thread 1, numÚro de sÚq. attendu 78 ne correspond pas Ó 42
    ORA-00312: journal en ligne 1 thread 1 : 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_
    AREA\XE\ONLINELOG\O1_MF_1_5F60S79R_.LOG'
    Gestionnaire de rÚcupÚration (Recovery Manager) terminÚ.
    and in alert_log:
    Full restore complete of datafile 3 C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF. Elapsed time: 0:00:56
    checkpoint is 1853242
    Thu Dec 23 17:13:45 2010
    alter database recover datafile list clear
    Thu Dec 23 17:13:45 2010
    Completed: alter database recover datafile list clear
    Thu Dec 23 17:13:45 2010
    alter database recover datafile list
    1 , 2 , 3 , 4
    Completed: alter database recover datafile list
    1 , 2 , 3 , 4
    Thu Dec 23 17:13:45 2010
    alter database recover if needed
    start
    Media Recovery Start
    Thu Dec 23 17:13:46 2010
    Errors in file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_2080.trc:
    ORA-00314: journal 1, thread 1, numéro de séq. attendu 78 ne correspond pas à 42
    ORA-00312: journal en ligne 1 thread 1 : 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_1_5F60S79R_.LOG'
    Thu Dec 23 17:13:48 2010
    Media Recovery failed with error 314
    ORA-283 signalled during: alter database recover if needed
    start
    => The problem is not seq 78.
    Where does # 42 come from?
    Is it possible to dump the controlfile?
    I loiked into archive logs:
    in # 77 in beginning I have: Seq# 0000000077, SCN 0x0000001bf6b3-0x0000001c473a
    in # 78 in beginning I have: Seq# 0000000078, SCN 0x0000001c473a-0x0000001c96eb
    in # 79 in beginning I have: Seq# 0000000079, SCN 0x0000001cb0bf-0x0000001cffc4
    in # 80 in beginning I have: Seq# 0000000080, SCN 0x0000001cffc4-0x0000001d5a56
    Furthermore:
    If I look at dates; arch log 77 & 78 dates are newer than 79 and next ones. Probably they have been crashed due to question above (redo log groups)?
    Regards,
    Alain

Maybe you are looking for

  • Updating standby database from primary using rman

    I have created a standby database using rman on my oracle linux server, now i want to update the standby from my primary database, but i didn't remember the scn which i used for creating the standby. How can i find out the scn from where i should per

  • U-Verse VOIP into house wiring: "Line-in-Use"

    All,       ATT converted our DSL to U-Verse high-speed Internet + VOIP 5 months ago. This included VOIP connection to original phone-wiring in the house (built in 1989), supporting 3 extensions.  All worked fine until last week, when all extensions s

  • Service PO's

    Hi guys, How are Service POs handled in SAP? Because a service does not have a material. Then do we not do GR? Dont we need GRIR then? I also have one query... GR is done at what price? Is it done at PO price always or how is it done . Then how does

  • I purchased $20 of credit from Skype and my bank ...

    Whats the fee per purchase on Skype I bought $20 yet bank if América posted amount oulled by Skype was $32

  • Does not download where i tell it

    i want to download a photo i choice a file where i want to save it no problem now i pic another photo i want to download and i want to save it in the same file ....but firefox dumps it where it wants...it should keep saving in the file i chose until