search for: redo02

Displaying 6 results from an estimated 6 matches for "redo02".

2015 Jun 16
1
Strange problem with rsync and expect
...blem when using rsync with expect. I wrote a script backing up using rsync and expect. However when I run the script twice for two different files at same time, the two files on destination path would be deleted automatically before the files closed. The output of inotify_wait was like: ./ MODIFY .redo02.log.dOlbek ./ DELETE .redo02.log.dOlbek ./ CLOSE_WRITE,CLOSE .redo02.log.dOlbek I didn't use any --del options and tried --ignore-errors --max-delete=0, but they didn't work. The problem happened only when two processes were running at same time. Here is my script:#!/usr/bin/expect...
2010 Aug 19
0
Unable to mount legacy pool in to zone
...db02 112G 87.9G 112G legacy tol-pool/db03 124G 75.8G 124G legacy tol-pool/db04 110G 89.5G 110G legacy tol-pool/db05 118G 82.1G 118G legacy tol-pool/oracle 16.8G 13.2G 16.8G legacy tol-pool/redo01 2.34G 17.7G 2.34G legacy tol-pool/redo02 2.20G 17.8G 2.20G legacy tol-pool/redo03 1.17G 18.8G 1.17G legacy tol-pool/redo04 1.17G 18.8G 1.17G legacy bash-3.00# cat /etc/zones/dbzone.xml | sed ''s/dsdevdb01-tol-oracle/dbzone/g'' <?xml version="1.0" encoding="UTF-8"?> &l...
2006 Mar 21
3
Rsync 4TB datafiles...?
...e to do rsync from a directory level by using --files-from=FILE option. But the problem is what will happen if the network connection fails the whole rsync will fail right. rsync -a srchost:/ / --files-from=dbf-list and dbf-list would contain this: p02/oradata/OSID/redo01.log p03/oradata/OSID/redo02.log p04/oradata/OSID/redo03.log p01/oradata/OSID/system01.dbf p04/oradata/OSID/undotbs01.dbf p03/oradata/OSID/sysaux01.dbf p03/oradata/OSID/users01.dbf p03/oradata/OSID/example01.dbf p03/oradata/OSID/data01.dbf p02/oradata/OSID/index01.dbf p01/oradata/OSID/control01.ctl p02/oradata/OSID/c...
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...81248 2009-05-31 03:27 control01.ctl -rw-r----- 1 oracle oinstall 9781248 2009-05-31 03:27 control02.ctl -rw-r----- 1 oracle oinstall 9781248 2009-05-31 03:27 control03.ctl -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:26 redo01.rdo -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:27 redo02.rdo -rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:26 redo03.rdo -rw-r----- 1 oracle oinstall 473964544 2009-05-31 03:27 sysaux01.dbf -rw-r----- 1 oracle oinstall 159391744 2009-05-31 03:27 sysaux02.dbf -rw-r----- 1 oracle oinstall 602939392 2009-05-31 03:27 system01.dbf -rw-r----- 1 oracle o...
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2006 Jan 15
2
rsync of file list
Hi All, I would to rsync data spread of many files from remote site. Each file may exist in total different location - the path for each file may be different. My question is: Can I do it one single rsync command, giving a file containing list of paths as parameter, or do I need to run rsync for each file. I did not find any option doing it in the man page. I tried to play with