Here is the setup & steps:
2 hosts - d4 (Primary), d5 (disaster recovery IQ)
At d4, system is running busy with a massive update:
1. system is quiesce, no open tran.
2. Take a decoupled virtual backup, as dump file, RPA_dec_quiece.dmp.1
3. Issue a massive update, at 10:22 AM
4. 10:24 Pass 1 complete
5. With EMC RecoveryPoint (RPA), take a bookmark at 10:30AM
6. Take a since Full backup at 10:32AM, /data/2/FULL/RPA_Pass1.isf' size 2000000000
7. 10:42 update Pass 2 completed
8. 10:45 Take a 2nd since Full backup, /data/2/FULL/RPA_Pass2.isf' size 2000000000
Tran log mirror is on.
$ dblog EMCRPA.db
SQL Anywhere Transaction Log Utility Version 12.0.1.3046
"EMCRPA.db" is using log file "/optware/sybase/EMCRPA/dbfiles/EMCRPA.log"
"EMCRPA.db" is using log mirror file "/optware/sybase/iqlog_mirror/EMCRPA.mir"
Transaction log starting offset is 0001067465
Transaction log current relative offset is 0040187638
$
Go to d5 host,
1. Bring up EMC bookmark at 10:30AM
2. Start up UTILITY DB
3. Restore RPA_dec_quiece.dmp with UTILITY DB, no issue here.
3. Restore RPA_Pass1.isf, error here.
"restore database '../EMCRPA' from 'RPA_Pass1.isf'"
Could not execute statement.
This restore cannot immediately follow the previous restore.
--
(db_backupID.cxx 621)
SQLCODE=-1012009, ODBC 3 State="HY000"
Line 1, column 1
restore database '../EMCRPA' from 'RPA_Pass1.isf'
Press ENTER to continue...
Red Hat Enterprise Linux Server release 6.6 (Santiago)
Thanks