ENTERPRIZE BACKUP UTILITY

제품 : ORACLE SERVER
작성날짜 : 1996-11-29
1. The Problem
과거 메인 프레임 환경에서 사용하던 고객들이 저 비용, C/S환경으로
Migration시에는 주로 Open system과 Oracle RDBMS를 채택하고 있다.
이런 관계로 해당 제품 시장은 고 성장을 구가하고 있기도 하다.
이러한 고 성장을 가능케 하는 요소는 물론 H/W,S/W에서의 혁신적인
진보이나, 메인 프레임급에 걸 맞는 대용량 DB를 관리하고 Backup하는
데 필수적인 System management tool은 과거와 크게 달라진 바가 없다.
tar, cpio, dd같은 UNIX backup tool들은 실제 backup media의 관리
측면에서 별 기여 를 하지 못하고 있다. 대용량 DB를 위한 Backup script는
source만 해도 수백line에 달하며 test와 troubleshoot에서도 많은 문제점을
갖고 있다. 뿐만 아니라 대용량 Database(이하 VLDB)의 Restore는
Backup보다도 훨씬 더 복잡한 문제를 갖고 있다.
최근의 Backup file이 어느 곳에 저장 되었는지를 알기 위해 Backup
tape을 분류하고, damaged file들을 restore 해야 하는 등의 일련의 작업이
필요하다.
2. The Solution
최근에 몇몇 media management vendor들은 media management기능,
scheduling기능, 강력한 security기능, UNIX system에서 제공하는 backup
tool이상의 신뢰성을 갖는 강력한backup product를 공급하기 시작했다.
이러한 product들은 system level에서의 관리를 용이하게 해주는 장점은
있으나 이미 위에서 지적된 VLDB의 backup시 제기되는 문제점들을
완전히 해결해 주지는 못한다.
Oracle7 Enterprise Backup Utility(이하 EBU)는 이런 문제점을 해결하는
solution이다. EBU는 backup/restore시 media management product와 강력한
인터페이스를 제공하며 다른 어느것과 비교 할 수 없는 강점을 갖고
있다.
3. Introducing Oracle7 Enterprise Backup Utility
EBU는 open system상에서 메인 프레임급 성능을 제공하여 한 기업
전반에 걸쳐 전략적으로 중요한 역할을 감당하게 된다. 이 utility는 DB의
신속한backup과 restore를 위해disk와 backup될 media device에서H/W
parallelism을 이용한다.open system의 full capacity를 이용하기 위해
device가 add될 때 performance가 증가된다.parallel H/W, backup
configuration check ,error detection and cleaning ,restore시의
database의block verification과 같은 특징들이EBU가 high reliability를 갖게
하는 특징들이다.
Oracle7 데이타베이스는 data files, control files, redo log files로
구성되는데 EBU는data file, control file을 backup받고 archived redo log
file을 받는다. (release2.0.8) Media failure의 경우 DB를 full restore/
partial restore가 가능하며 data file도 선택적으로 최근의 last backup까지,
어느 일정 시점 까지 만의 선택이 가능하다. 또한 recovery도 일정 시점으로
완전recovery가 가능하다.
4. Architecture
EBU는 크게 두 부분으로 구성되는데 backup하려 하는 DB에 관한 모든
current정보와history를 관리하는 catalog부분, 그리고 실행 파일 부분으로
구성된다. 실행 파일들과 catalog는 반드시 같은 host내에 존재할 필요는
없다. 실행 파일들은 다음으로 구성된다.
*obackup : 모든 다른 프로세스들을 monitor하며 backup하려하는 DB,
catalog와의 communication을 담당한다.또한 Instance Manager를
running시킨다.
*brio  : obackup, brdk, brtp사이 조정 역할을 수행한다.parallel I/O
stream당 하나의 brio process가 발생한다.
*brdk : Disk file의 read/write를 조절한다. File당 하나의 brdk를 발생시키
므로 만일 여러 개의 file들을 하나의 single data stream으로 결합시
키는 경우 하나의 I/O stream내에 여러 개의 brdk process를
create한다.
*brtp : Tape file들의 read/write를 조절한다. I/O stream당 하나의 brtp
create.
*brd : Instance Manager로써 backup catalog, obackup을 monitor하는
daemon process이다. backup을 위한 cleanup과 비정상 종료된 작업을
복구 한다.
Backup동안 database file들은 disk process인 brdk에 의해 읽혀져 backup
buffer area로 넘겨지고 그 후 third vendor의 media management s/w를
경유하여 backup device에 brtp process에 의해 write된다. Restore시는
반대의 과정이 진행된다. 위의backup buffer는 hard disk와 tape device간에
발생하는 I/O상의 speed mismatch를 조절하는 역할을 한다.
5. EBU의 장점(Benefits)
Third vendor의 media management product와 함께 사용되는 EBU는
기존의 UNIX 에서 제공하는 backup tool보다 다음과 같은 강력한 장점을
지닌다.
(1) 강력한 Reliability.
*. Consistent backup procedures
기존의 hot backup script의 경우 만일 datafile이 추가될 경우 script에
새로 지정해 주어야 하며 VLDB의 경우 script만 해도 수백line에 달하여
관리상 번거로운 게 사실 이였다. 그러나 EBU의 경우는 어느 datafile이
어느directory에 위치하는지를 작업자가 알 필요가 없고 script는 짧고
단순하여 누구든 쉽게 알아볼 수 있다.
또한 DB 구성이 자동으로 확인되며 backup media를 자동으로 인식 및
관리한다.
예).full online backup script .partial online backup script
backup online database backup online
db_name = "PRODB" db_name = "PRODB"
oracle_sid = "PROD" oracle_sid = "PROD"
tablespace = "SALES"
.full restore script
restore database
db_name = "PRODB"
oracle_sid = "PROD"
이와 같이 간단한 script에 의해 DBA는 VLDB를 쉽게 backup과 restore를
할 수 있으며 작업에 필요한 세부정보는 backup catalog내에 있게 된다.
*. End-to-End checksum
Backup시 EBU는 각 backup data의 byte를 계산하고, restore시도 계산하여
정상 수행 여부를 판단 시 checksum 값을 상호 체크 한다.
*. Instance Manager
Instance Manager는 backup/restore시에 진행 상황을 monitor하고 작업
중에 에러가 발생시 복구 및 각종resource를 release시키는 기능을 담당하게
한다.
(2) High Performance
다음과 같은 EBU의 특징과 고속media device의 지원 아래 VLDB의
backup을 적은시간 내에 완전하게 수행 할 수 있게 되었다.
*. Parallel Hardware Capability
Backup/restore시 multiple device를 사용하여 동시에 여러 tablespace에
대한 작업을 수행 할 수 있다. VLDB와 같이 다수의 tablespace, datafile이
여러 disk에 분산되어 있는 경우 이와 같이 물리적으로 다수의 device를
parallel하게 사용함으로서 performance를 극대화 시킬 수 있다.
Backup시 동시 사용되는 device의 수와 performance는 정비례하게 나타난다.
*. Multiplexing
EBU는 backup device가 최고의 속도로 backup을 수행 할 수 있게 script에
지정 할 수가 있다.이것은 backup media access속도보다 disk access
속도가 훨씬 작은 경우에 여러 disk에 분산된 datafile들을 한device에
multiplexing되게 지정함으로 가능하다.
*. Null Block Compression
EBU는 backup시 null data block을 skip시키고 restore시 재구성함으로써
공간 을 절약하며 performance를 증가시킨다.
*. Buffered I/O
EBU는 disk I/O와 device I/O사이의 access speed의 mismatch를 줄이기
위하여 모든 I/O stream을 bufferring한다. 양쪽의 I/O는 shared memory
buffer를 거치게 함으로써 backup/restore수행 중 항시 일정 속도를 유지
하게 한다. shared memory는 user가 parameter로 구성할 수 있으며 기본
적으로는 parallel data stream의 개수와 buffer size에 dependent하다.
(3) Availability
한 기업에서 전략적으로 중요한 DB들은 대부분 24시간*7일 full로
가동되며, 사용 중에 backup을 수행할 수 밖에 없다. Offline full backup은
당연히 지원되며, EBU는 DB를 online상태로 full backup이 가능하며,
또한partial backup도 가능하다. 기존의 online backup이 backup으로 인해
performance를 저하시키는 단점이 있었으나 EBU는DB 운영에 최소의
영향만을 미친다.
Recovery시에도 full로 restore 시킬 수 있으며 나머지는 사용 중인
상태에서 필요 부분만 partial restore가 가능하다. 일단 EBU가 data를
restore시킨 후에는 기존의 Oracle7의 표준 recovery process가 적용되어
진다.
(4) Usability
*. Auto-configuration
Online backup을 수행 시 EBU는 current DB configuration과 backup catalog
내의 가장 최근의 configuration정보를 비교하여 backup catalog정보가 더
오래 전의 것이면 EBU는 DB의 backup직전으로 update시킨다.
Auto-configuration은 default이며 명시적으로 지정하여 disable시킬 수 있다.
Offline backup시는 backup script내에 backup command기술 전에 register
라는 명령어를 기술 해야만 configuration정보를 update시킬 수 있다.
*. Light-Out backups
Third party의 media management s/w를 이용하여 EBU를 operator의 개입 없
이 자동으로 수행이 가능하다. UNIX의 cron에서도 자동으로 수행되게 할 수
있다.
*. Raw device support
EBU는 raw device로 잡힌 DB도 operator의 특별한 조치 없이 일반 file
system의 backup과 똑같이 수행할 수 있게 한다.
*. Aggregated restore
기업의 mission-critical system에서의 backup 전략들은 흔히 partial
backup에 의존하게 된다. 이와 같은 환경에서는 backup data내의 모든file에
대한 current version을 검색하는 일이 중요한데 EBU는 이것을 자동으로
수행한다. partial backup data는 restore시 media failure이전에 취해진
가장 최근의 full backup data와 aggregated 되어져 이용된다.
*. Point-in-Time restore
EBU는 backup catalog내에 backup하려하는 DB에 대한 모든 configuration
history를 갖고 있어서, 만일 하나의 tablespace가 drop된 후 다시 필요하게
되면 비록 그 후 일정 시간이 경과되고 많은 변경이 일어났더라도 drop직전으로
일부분만 restore하여 사용이 가능하게 할 수 있다. 이 같은 tablespace는
다른 machine에 restore 될 수도 있어 현재의 DB작동에 아무 영향을 미치지
않고 수행할 수가 있다.
*. Backup catalog
EBU에 의해 제공되는 backup catalog는 모든 backup대상 DB의 configuration
과 history의 저장소로써 제공된다. backup catalog에 저장된 정보는 backup된
file, tablespace 그리고 multiplexing정보, 마지막backup이나 restore의
시간기록,backup type(full or subset),backup들이 저장 되어 있는 file set
등을 포함하고 있다. 하나의 backup catalog는 기업 내 모든 분산된 dB들을 관리
할 수 있다.
*. Dry Runs
VLDB를 backup시 겪는 문제 중 하나는 과연 script가 정상적으로 수행이 완료
되는지를 검증하는 것이다. 특별한 방법이 없는 한 긴 시간 동안 수행시켜 끝난
후 확인 할 수 밖에 없는데 EBU는 I/O없이 간단히 test로 수행을 시킬 수가
있다. 이로 인해 신뢰성 있는 backup전략을 DBA가 수립 가능하게 한다.
*. Enterprise-wide backup
이것은 backup이 단순히 single database에 국한되지 않고 한 기업 전체에
걸쳐서 global하게 수행 가능함을 말한다. 예로 전국적으로 다수의 site에
database가 구축 되어진 상황에서 각database들이 two phase commit,
snapshot 같은 분산처리 작업을 통해 다른 database들을 synchronous하게
또는 asynchronous하게 update할 경우 기업 전체를 하나의 logical
database로 보고 이런 logical database를 중앙에서 EBU를 통해 backup시킬
수가 있다.EBU는 중앙의 catalog내에 모든database들에 대한 backup정보를
간직하고 있다.
이와 같은 중앙의 한 지점을 통하여 기업 전체 모든 database들에 대한
backup수행 기능은 EBU의 가장 큰 장점 중 하나이며 이런 경우 N/W상에 대량의
data가 전송되어 network의 bandwidth가 backup의 중요한 요소로 부각된다.
6. Flexibility
*. EBU API
EBU는 앞에서도 소개되었듯이 단독으로 사용되는 것이 아니고 third-part
에서 제공하는 media management product와 같이 사용된다. 이때 두 product
사이의 interface는 backup/restore Application Programming Interface
(API Glue)에 의해서 이루어 진다. 이것은 third part에 의해 제공되며
EBU install시 installer에 의해 자동적으로 access된다.
*. Media management products
Epoch*s EpochBackup, IBM Adstar*s Distributed Storage Manager,
Legato Systems*NetWorker, HP*s Omniback*, SprectraLogic*s
Alexandria,StorageTek*s REEL, etc.
*. Media device
4mm and 8mm DATS,3480s,3490s,WORM,Writable Optical Devices and
automated systems such as stackers and silos.
7. Pricing
EBU는 무상으로 공급되며 사용을 위해서는 third vendor의 media
management product를 구입하여 설치하여야 한다.

Sure, would you clarify which DB, which OS and which product?
Concept in general is quite simple:
- stop BOE (SIA on XI3, All services, finishing with CMS on XIr2, ideally putting a sleep between all servers shutdown and CMS shutdown). NET STOP on windows.
- Backup the CMS DB (imp/exp on Oracle, mysqldump for MySQL)
- Backup the FileStore (use robocopy in a batch for delta backup)
- Restart BOE
The "catches" are around Oracle doing export in US7ASCII by default under Unix, which is a destructive conversion from UTF8 (your CMS DB should be under this format as per supported platforms), so you need to make sure to set the NLS_LANG to UTF8 on Unix user doing the backup.
Other than that, batch as shell can do all of that.
Regarding the "general" best practices, I recommend the following doc:
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0020482-ca8d-2c10-9bad-d1bd332bbb28
Note on integrated BO tools: Import Wizard as biarengine are good tools for promoting a set of data between wto BOE environment or if you need to backup a specific set, but they are definitly not recommended as backup solution. I would refrain from this solution IF the point of the backup is to be able to recover the system when it crashes.
Does that answer the question?

Similar Messages

  • BR0231E Problem with Legato bACKUP utility

    Hi,
    I'm try to restore my database with brrestore and I'm get the following error:
    BR0280I BRRESTORE time stamp: 2008-03-02 10.12.16
    BR0229I Calling backup utility with function 'restore'...
    BR0278I Command output of 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle
    \DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl':
    BR0375E Backup utility has reported an error while restoring file M:\ORACLE\DOP\SAPDATA10\BTABI_
    7\BTABI.DATA7
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0279E Return code from 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle\
    DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl': 2
    BR0374E 0 of 1 file restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0231E Backup utility call failed
    I' have windows 2003 + SAP 4.7 Oracle 9.0.2
    Please help
    Edited by: Luis Minaya on Mar 2, 2008 3:55 PM

    Hello,
    Legato log files might tell you more about the root cause.
    And here's just a guess: Files permissions have to be considered as well. Did you do backup and restore as the same operating system user? If users are different, then different permissions may be a problem.

  • Hard Drive Backup Utility - Question

    I have a P67A-GD55 and everything is working wonderfully. I would like more information concerning the Hard Disk Drive Backup Utility in the BIOS.  The BIOS Version is 1.9 and that came on the board from the time of purchase.
    I can get to the HARD DRIVE BACKUP option in BIOS and it seems like it times out waiting for something...which I have yet to figure out.
    My intention is to do a complete backup to an another drive LETTER: which is currently the identical sized partition on the same physical drive. I was able to use CLONEZILLA x64 but would prefer to use the built in Utility.
    Any help would be greatly appreciated.
    My System;
    MSI P67A-GD55 B3 Stepping (Bios version 1.9)
    I7 2600K             
    G.SKILL 8Gb DDR3 1600   F3-12800CL9D-8GBRL
    MSI N5500GTX-Ti Video card
    Hitachi 2Tb 7200 6Gb SATA Hardrive
    Win 7 Home Prem x64

    i dont recommend windows backup utility, not comprehensive enough.
    if u are a home user, there are many free utilities out there.
    drive backup, true image and todo backup are all good backup tools.
    they are all can help you.
    personally, i use todo backup.
    http://www.todo-backup.com/products/home/free-backup-software.htm

  • PC Suite 7.0.9.2 on Vista Backup Utility Crashes

    I just updated my PC suite with latest version (7.0.9.2) on my Windows Vista (Business) OS.
    After doing so I am not able to use the backup utility (ContentCopier). I used to backup my phone on PC using the earlier version of PC Suite.
    Is there any solution/patch?
    Solved!
    Go to Solution.

    It worked for me perfectly fine. Thanks .
    I got the version 7.0.9.2 from PC suite internal update - didn't know there was a newer version available.

  • Drivnal - backup utility with web interface

    Just finished adding package to AUR for an open source backup utility I'm working on. It has web interface and create's backups using rsync+hard links similar to Time Machine on OSX. There's a demo of the web interface and more info on homepage http://drivnal.com/ Still in development so there are a lot of bugs.

    Hi Saurabh,
    Please check your available device for backup, I think device is not active,
    take help of OS support.
    you can issue this command to check
    #tctl -f /dev/rmt/0m status
    #tctl -f /dev/rmt/0mn status
    Please update this node, if your problem is solved.
    Regards
    Praveen Verma

  • BR0229I Calling backup utility with function 'backup'...

    Hi All,
    I am having a problem with my backups. It is like the backup is hanging at step: BR0229I Calling backup utility with function 'backup'... as per the backup log.
    Please help as this is preventing me from taking any backup including redo log backup.
    OS: Windows
    DB: Oracle
    SAP: ECC5
    Below is a copy of the backup log.
    E:\oracle\PS1\origlogA\cntrl\cntrlPS1.dbf
    BR0061I 105 files found for backup, total size 372323.979 MB
    BR0143I Backup type: offline_force
    BR0130I Backup device type: util_file
    BR0109I Files will be saved by backup utility
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRBACKUP time stamp: 2010-01-24 15.08.49
    BR0307I Shutting down database instance PS1 ...
    BR0280I BRBACKUP time stamp: 2010-01-24 15.09.25
    BR0308I Shutdown of database instance PS1 successful
    BR0280I BRBACKUP time stamp: 2010-01-24 15.09.25
    BR0229I Calling backup utility with function 'backup'...
    Regards
    Jackson

    Hi,
    If You are performing backup using third party software, then Please check init<SID>.utl file to get more information about the parameters which BACKINT uses to communicate with your Third party Backup software utility.
    Please execute the following commands and post the O/P.
    brbackup -q
    or
    brbackup -i force -v <tape name>
    Regards,
    Bhavik G. Shroff

  • Trying to recover a backup made using the OS7 backup utility

    I have a backup made with the backup utility from OS7 (back in 1992). I've had the original floppy disks transferred to CD (luckily, the disks were in good shape), but it's unclear how to get from the backup files to actual files. Is there a utility that can recover these files? Alternatively, is there a reference to the file format? Any help would be greatly appreciated!

    Is there any way to run an old copy of the software on today's hardware?
    No.
    No Intel-processor Mac can run Classic, which is a modified install of OS 9 used as a program to allow the use of some OS 9 and earlier software on a machine running OS X.
    You will probably need to do two things -
    • Acquire, or acquire the use of, an earlier machine, such as a G4 running OS 9 or OS X 10.4 or earlier and which has Classic installed.
    • Acquire a copy of an OS 9 version of Norton Utilities which includes the File Saver module. With luck that will be able to open the older archives.
    Alternatively, you might see if there is an Apple User Group near you - most large cities and universities have them. One of their memebers may have an older, running Mac which can handle the old Norton File Saver program which they will let you use to extract those files.
    Apple - User Groups

  • ENTERPRISE BACKUP UTILITY(EBU) 2.2 SETUP 방법

    제품 : ORACLE SERVER
    작성날짜 : 2002-10-02
    ENTERPRISE BACKUP UTILITY(EBU) 2.2 SETUP 방법
    =============================================
    Purpose
    Oracle7.3.4 version에서 사용하는 EBU 2.2 의 setup방법을 알아보자.
    Explanation
    Enterprise Backup Utility 는 backup을 받기 위한 Target Database와
    Target Database에 대한 정보를 유지하는 Catalog Database로 구성된다.
    Catalog DB는 Target db가 있는 내부 또는 외부 system에 별도로 생성해야 한다.
    [1] 작업하기 전에 다음의 사항을 확인한다.
    1. target database의 .profile 또는 .cshrc file에 환경변수를 설정한다.
    OBK_HOME=$ORACLE_HOME/obackup
    EBU_HOME=$ORACLE_HOME/obackup
    PATH=$EBU_HOME/bin
    LD_LIBRARY_PATH=$EBU_HOME/lib
    2. 기존의 정보가 있다면 삭제한다.
    . target database - ebudba user 등을 drop하고
              ORACLE_HOME/obackup/admin/catalog.obk 를 삭제한다.
    . catalog database - obk user 등 catalog db user를 drop한다.
    3. target database 에 sql*net connect string 을 만든다.
    $ORACLE_HOME/network/admin/tnsnames.ora file에 alias를 등록한다.
    4. catalog db에서 catalog user생성한다.
    $ sqlplus system/manager
    SQL> create user obk identified by obk
    2 default tablespace users
    3 temporary tablespace obk;
    SQL> grant connect, resource to obk;
    [2] Target db 에서 다음의 초기화 작업을 한다.
    1. target db의 user 생성하는 방법.
    $ ebutool -cretrgtusr
    위 문장을 실행하면 default를 ebudba 라는 user로 target db의
    user를 생성한다.
    2. register 하는 방법.
    다음과 같이 target database의 정보를 갖는 register file을 만든다.
    $ vi regTEST.ebu
    register
    db_name = "TEST"
    pfile = "?/dbs/[email protected]","?/dbs/[email protected]"
    log = "/opt1/oracle/obackup/log/obkTEST.log"
    file을 생성하고 register 를 실행한다.
    위 화일에서 '?' 는 $ORACLE_HOME 으로, '@'는 $ORACLE_SID 로 인식한다.
    $ ebu regTEST.ebu
    1) 먼저 catalog database에 있는 catalog db의
    username, password, connect string을 입력한다.
    위에서는 obk로 생성하였으므로 obk - obk - connect string 순으로 입력한다.
    2) catalog user에 생성할 table의 default tablespace를 입력한다.
    default는 system user로 나온다. 입력하면 catalog db에 여러 가지
    table들을 생성한다.
    3) target database에서 정보를 가져올 유저를 입력한다.
    또는 그냥 enter를 치면 internal로 접속하여 backup을 위한 정보를 가져온다.
    위와 같은 절차를 모두 끝내면 EBU 를 위한 setup이 끝난 것이다.
    [3] Backup Script를 생성한다.
    offline backup을 수행하는 backup script는 다음과 같이 만들 수 있다.
    $ vi obkoffback.ebu
    backup offline database
    db_name = "TEST"
    log = "/opt1/oracle/obackup/log/obkTEST.log"
    이 작업은 target database에서 다음과 같이 실행한다.
    $ ebu obkoffback.ebu
    이 화일을 실행하면 backup이 진행되며 backup되는 화일들은
    숫자의 형태로 실행하는 directory에 생성된다.
    offline backup의 경우 자동으로 shutdown immediate를 하지만,
    user가 manual하게 shutdown하는 것이 좋다.
    Example
    none
    Reference Documents
    none

    Check out the following web site for docs on how to do this:
    http://marshal.uwyo.edu/Oracle/DOC/server/doc/EBADM/setup2.htm
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by yungch:
    We are running Oracle 7.3.4, with EBU version 2.2 and we haven't been able to run the EBU tool because it can't find the catalog database. Does anybody know how to create a catalog database? I can't find any documentation on that matter.
    Thanks,
    [email protected]<HR></BLOCKQUOTE>
    null

  • Help me backup my G4 with OS 9.1 -- is there an easy backup utility?

    Hi all,
    My old Mac G4 is teetering on death, and I just want to get one good backup before it dies... I've been using Retrospect Express, attempting to backup to a Acomdata firewire hard drive (300 GB). What happens is that I get a crazy set of data files (150 of them, at 2 GB each) which fill up my entire firewire drive. The original data totals +less than 120 GB+, so I don't know what's going on. I've posted a question on the Retrospect forum, but so far have not gotten any responses.
    My question for you is, is there an alternate backup utility I can use for Mac OS 9.1? I'd love to find something similar to what I use to backup my MacIntel with Tiger:
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    This company doesn't seem to offer anything for OS 9.
    Here are my specs:
    Mac G4, OS 9.1
    Retrospect Express Backup, Version 5.1.175
    I have two internal hard drives, one with three partitions, one with two partitions. The two drives together equal about 120 GB. I'm trying to back up to an external hard drive -- Acomdata USB 2.0 & Firewire 400 drive (300 GB).
    I've reformatted the external hard drive with Mac OS Extended Journal, and have examined it for errors, and it appears to be fine.
    Any suggestions?
    Thanks!

    Hi, tunewizardry -
    As I understand it, if I simply copy over the internal drives in the way you described, I wouldn't actually be able to use the applications from the backup disk. Is this right?
    Not exactly.
    Some OS 9 apps install support files of some kind in the System Folder for the OS running the machine at the time of installation. Many others don't - and those that don't will run quite well regardless of where the OS is that is used to boot the machine.
    However - by copying the entire hard drive over to the backup drive, you also capture the System Folder for OS 9 which you've been using as the boot OS. This means it already has copies of any support files needed by an application also copied to the backup drive.
    Unlike OSX, an OS 9 System Folder is usable after a simple Finder copy (drag and drop) process. Provided your machine is firewire bootable, you can use the copied OS to boot the machine.
    All you need do to make the System Folder usable that way after copying the entire drive is to move the System Folder out of the folder it was placed in, so that it is at the root level of the drive; and also move the Documents and Applications (Mac OS 9) folders out of the folder to the root level of the drive. The root level of the drive is what you see when you first open the drive's icon.
    You may also need to "fix" a few aliases, since the pathname in them will not be changed. If you do a Get Info on an alias's icon, there's a Select New Original button presented - use that to reset (fix) the alias so it is linked to the proper original now on the backup drive. These aliases can include one to Sherlock in the Apple Menu Items folder in System Folder; perhaps a few folder aliases in the Application Support folder in System Folder;and perhaps a few others you may have created for your own use.
    Once you've done that, you not only have a backup of your data, you also have a backup boot drive with a full array of data files and programs.
    One other advantage of doing a full drive backup is that you also capture anything left lying around on the desktop, and anything left in the Trash. Each of those sets will be placed in separate folders, named Desktop and Trash respectively, in the folder created by the copy process on the backup drive (the folder named the same as the original drive).
    Typically that's the way I install an OS initially on a firewire drive (unless it's OSX) - copy my known good and complete System Folder from my primary drive to the firewire drive. Without exception they have always been bootable immediately.
    About using a firewire drive for booting - speed is a bit slower than an internal drive, but not slower than a CD. As far as selecting it for booting goes, the easiest way to do that (especially if your primary drive has just cratered) is to use Startup Manager to select it during the boot process.

  • Backup utility call failed

    Hello,
    I upgraded recently the Oracle database from 10.2.0.4 to 11.2.0.2. (on AIX )
    Since then, the backups do not more function correctly.
    As in the BRBACKUP Action Log for Database, the following errors occured:
    - BR0232E 0 of 90 files saved by backup utility
    - BR0231E Backup utility call failed
    - Cannot reopen backint log file as stderr
    So, I checked the permissions for /usr/sap/DIS/SYS/exe/run/backint, the path and permission are set properly.
    I checked the also log '/nsr/applogs/backintSID.log' and I noted that the system does not write any more in this file since last successful backup (befor the Upgrade)
    Many Thanks in advance for your help
    NB : according to the SAP Note 948294, I deleted the options cio, dio in /etc/filesystems
    Best regards
    Latif

    >> @Orkun
    My current Br*tools version is : BR0651I BRTOOLS 7.10 (30). I upgraded an other DEV System before, it has the same BRTOOLS version as my test system, and the backup works well.
    Firstly, rename backintSID.log to backintSID.log.1 and start a new backup. By doing so, the system will try to create a new trace file. If it is not able to create trace file, check the permissions of its directory(/nsr/applogs). At the end of this operation, could you provide full trace?
    Secondy, even you are able to execute the brtools 7.10 on your dev system, I still strongly recommend update it to 7.20. Check the note 12741 - Current versions of BRTools and SAPDBA
    Thirdly, is brbackup forked by a 3rd party backup application or manually at the OS level by orasid user?
    Best regards,
    Orkun Gedik
    Edited by: Orkun Gedik on Aug 9, 2011 1:32 PM

  • Any experience of Thecus Backup utility

    Hi
    Does anyone have experience of Thecus' Backup utility running on OSX 10.4? The software comes bundled with their network storage but I'd like some feedback about it's reliability before trustign it with all my data.
    Thanks on advance

    mpjx wrote:
    Thanks for the reply. Good to hear that it's not a rebranded product as it eliminates all the bad stuff. I've been looking into backup software for a while and it seems a major flaw with a lot of products is either a) that they don't copy file permissions and/or file specific meta data accurately
    You can use Backup Bouncer to test how well a backup application copies a variety of things including a great deal of meta data and, definitely, standard things like permissions.
    or b) they're maintained by a single developer who seem to go walkabout on occasions (often just after an update to OS X which creates bugs).
    I have found Carbon Copy Cloner pretty good even though it is maintained by a single developer. I would prefer an open-source solution, but CCC can be used to schedule tasks which are then independent of the application itself. Although the Tiger version was a long time in coming, the earlier version (2.3) actually worked fine on Tiger except for one or two minor (and fairly easy to work around) issues. The new version makes better copies, but 2.3 did an entirely satisfactory job for most purposes. 3.1 passes the Backup Bouncer tests according to CCC's developer. I ran the tests myself to confirm this, as well.
    - cfr

  • Is Windows 7 Backup Utility Enough for recovery?

    Hi there,
    I just got my new Toshiba Satellite A505 with it's Windows 7 onboard.
    I noticed that there's no recovery option and so I did a full backup using the Windows 7 built-in backup tool.
    Now, my question, is that enough!
    Do I need to creat a recovery CD?
    Do I need to purchase a commercial software (such as Acronis true image) to get a full secure backup of my system and files.
    Thanks in advance

    I have two important questions I have about using Windows 7's backup utility are not answered ANYwhere on the web that I can find:
    (1) if a file is deleted on the source, will it be deleted on the destination?
    (2) can I configure Windows 7's backup to backup empty folders?
    Do you know the answer to that... or can you point me in the right direction?  I searched this site also, and cannot find the answer.  I am waiting to upgrade to Windows 7 when I can find the answer to that so that my backup plan will be ready.
    Donna77642
    Donna77642

  • ENTERPRISE BACKUP UTILITY

    제품 : ORACLE SERVER
    작성날짜 : 2002-04-11
    ENTERPRISE BACKUP UTILITY
    =========================
    Purpose
    Oracle 7.3의 Enterprise Backup utility 의 기능과 실행방법을 이해한다.
    Explanation
    1. Introduction
    (1) Problems
    a. VLDB ( Very Large Database ) : 현재의 Database는 구조화된 많은 양의
    Data이외에도 각종 문서, 이미지 등을 모두 저장함으로써 그 크기가 기하 급
    수적으로 증가하고 있으며, 따라서 제한된 시간내에 더 많은 양의 Backup과
    Restore의 수행이 요구되어 진다.
    b. Mission Critical Applications : 이러한 Database에 기초하여 수행되는
    Applications는 Backup 작업이 진행되는 동안에도 계속 사용가능해야 하며,
    system resource(CPU 등)에 대한 contention으로 인해 수행 성능에 영향을
    받아서도 안된다.
    c. Media Management Software : 많은 Media Management Vendor들이 기존의
    UNIX system utilities(tar, cpio 등)을 보완하고 고성능의 Backup Device
    를 효과적으로 관리할 수 있는 Software를 제공하고 있으나, Database라는
    특수한 대상의 Backup과 Restore를 충분히 지원하지 못하고 있다.
    (2) Solution
    a. Oracle은 대용량 Database의 효율적인 Backup과 Restore, 더 나아가 신속
    한 Recovery를 지원하기 위해 Enterprise Backup Utility를 제공한다.
    b. Backup Solution Program : Enterprise Backup Utility는 Backup Device
    를 제어하기 위해 반드시 Media Management Software와 연동되어 수행되어
    야 하며, 이를 제공하는 Vendor들과는 Backup Solution Program을 통하여 성
    능 향상을 위해 함께 노력하고 있다.
    (3) Features
    1) Dependability
    Oracle VLDB 사용자들에 대한 폭넓은 survey를 통해 backup과 관련된 요구
    사항을 충분히 반영하고 있다.
    2) Reliability
    a. 일관된 Backup 처리 : 자동으로 수행되는 표준화된 Backup 절차에 의해
    사람이 일으킬 수 있는 에러를 줄인다.
    b. end-to-end checksumming : backup시 계산되는 checksums는 restore시
    다시 계산됨으로써 restore 작업이 제대로 수행되는지 검증할 수 있다.
    3) Availability
    a. Online Backup : Backup이 진행되는 동안에도 Database는 정상적으로 운
    영될 수 있다.
    b. Online Restore : restore는 이를 필요로 하는 특정 부분에만 적용되
    며, 이외의 다른 부분은 정상적으로 사용될 수 있다.
    4) High Performance
    a. Parallelism : 여러개의 data stream을 생성함으로써 여러개의 backup
    devices를 동시에 사용할 수 있다.
    b. Multiplexing : 하나의 device에 여러개의 data stream을 동시에 전송함
    으로써 고성능의 backup device를 최대한 활용할 수 있다.
    c. Null Block Compression : Backup시 Null data block을 제외함으로써
    시간과 backup media 사용을 줄일 수 있다. 이러한 Null data block은
    restore시 재구성된다.
    d. Buffered I/O : Memory를 사용한 buffered I/O를 수행함으로써 disk와
    backup device 혹은 network 간의 I/O speed mismatch를 보완해줄 수 있다.
    5) Usability
    a. Auto-configuration : 자동화된 database configuration 검증으로
    datafile 추가등으로 인한 database 구조 변경시에도 별도의 작업 없이
    backup을 수행할 수 있다.
    b. "lights-out" backups : scheduling에 의한 자동 backup이 가능하다.
    c. raw device 지원 : raw device에 있는 database에 대한 backup과
    restore도 file system상의 database에 대한 작업과 동일하게 수행된다.
    d. Aggregated restore : 전체 datafiles가 여러번의 backup에 거쳐 수행되
    었을 때도 가장 최근의 files를 찾아서 restore함으로써 이후에 진행되는
    recovery time을 줄일 수 있다.
    e. Point-in-time restore : 사용자가 원하는 어떤 시간으로도 restore할
    수 있다.
    f. Backup Catalog : 모든 database에 대한 backup 정보를 한 곳에서 관리
    할 수 있다.
    g. Dry run : 실제 I/O operation을 일으키지 않고 test run을 시행할 수
    있다
    6) No Cost
    a. Enterprise Backup Utility는 효율적인 Backup과 Restore, 그리고
    Recovery를 위한 Oracle Server Utility로 무상으로 공급된다.
    b. Database의 Configuration 정보, Backup과 Restore 정보 등을 기록하기
    위해 별도로 설치되는 Catalog Database는 license 비용을 부담하지 않는다.
    7) Flexibility
    a. Enterprise Backup Utility API : Enterprise Backup Utility와 Media
    Management Software는 API를 통해 상호 연결되어 수행되므로 이를 제공하
    는 모든 Software와 함께 사용될 수 있다.
    b. 사용자는 원하는 Backup Devices와 Media Management Software를 선택
    할 수 있다.
    c. 현재 각 Hardware platform별로 사용가능한 Media Management Software
    는 Availability Matrix에 나와 있으며, 계속 추가될 것이다.
    2. Availability Matrix
    (1) EBU Releases vs. Hardware platforms vs. Media Management Vendors(MMV)
    Releases     2.0.10.0     2.0.12.3     2.0.12.4     MMV
    Sun Solaris     Stand Alone     Bundled     Stand Alone     Legato NetworkerEMC EpochBackupOpenvision Netbackup
    HP-UNIX     Stand Alone          Stand Alone     HP OmniBackLegato NetworkerEMC EpochBackup
    IBM RS/6000(AIX)     Stand Alone          Stand Alone     Legato
    NetworkerIBM ADSM
    Digital UNIX     Stand Alone          Stand Alone     Legato NetworkerOpenvision NetBackup
    DG IX86               Stand Alone     Legato Networker
    DG M88K               Stand Alone     Legato Networker
    Sequent               PlannedNo Schedule     SpectraLogic Alexandria
    NCR               Planned No Schedule     StorageTEK REEL Backup and Librarian
    (2) EBU Releases vs. Server Releases vs. SQL*Net
    Releases     2.0.10.x     2.0.12.3     2.0.12.4
    Oracle 7.1     SQL*Net V1     SQL*Net V2     SQL*Net V1 & V2
    Oracle 7.2     SQL*Net V1     SQL*Net V2     SQL*Net V1 & V2
    Oracle 7.3          SQL*Net V2     SQL*Net V2
    3. Installation
    (1) Overview
    1) Backup Catalog
    a. Backup 받으려는 Target Database의 Configuration 정보(physical
    structures, etc.) 및 Backup/Restore 작업 history를 저장하기 위해 필요
    한 Database
    b. Backup Catalog 정보가 없으면 restore 작업이 불가능하므로 Backup
    Catalog은 Media Failure에 대비하여 Target Database와 다른 machine에 있
    는 Database에 install할 것을 권장한다.
    c. EBU V2.0.x에서 Backup Catalog은 별도로 backup 받아야 하나, V2.1에서
    는 Target Database와 함께 자동으로 backup된다.
    d. Backup Catalog을 Target과 같은 Database에 install할 경우, online
    backup은 가능하나 offline backup은 불가능하다.
    e. Install 작업에 의해 Backup Catalog의 Owner (database user : obk by
    default) 및 Objects ( Tables, Indexes, Sequences )를 생성한다.
    2) EBU Executables
    a. Backup 받으려는 Target Database의 user로 login하여 Install한다.
    b. Owner가 같은 Database들은 하나의 Executables를 공유할 수 있다.
    ( One Installation per DBMS owner
    => One set of executables per DBMS owner )
    Target Database     ORA1     ORA2
    Owner     oracle     oracle
    $ORACLE_SID     ORA1     ORA2
    $ORACLE_HOME     /u1/orahome1     /u2/orahome2
    EBU Executables     installed under/u1/orahome1/obackup     not installed
    $OBK_HOME     /u1/orahome1/obackup     /u1/orahome1/obackup
    cf. Backup Catalog과 Executables의 install은 순서에 상관없이 가능하다.
    (2) Installation of Backup Catalog
    1) Prerequisites
    a. Backup Catalog으로 사용할 Database가 PL/SQL을 support하고 open되어
    있어야 한다.
    b. SQL*Net을 통해 위 Database에 접속 가능해야 한다.
    2) Installation
    a. "Backup Catalog" Installation Option 선택
    b. Catalog DB에 대한 SQL*Net Connect string(Service Name) 입력
    c. SYS user의 password 입력 --> Catalog DB에 대한 작업 권한 확인
    d. Backup Catalog Tables의 Owner(obk by default) 지정
    --> Database User 생성
    cf. Internal Process
    $ORACLE_HOME/bin/svrmgrl SYS/<password>@<Connect_String>
    $OBK_HOME/install/obkcrbkcat.sh     : obk user 생성
    $OBK_HOME/admin/obkcat.sql     : Backup Catalog Objects(Tables, etc.) 생성
    (3) Installation of EBU Executables
    1) Prerequisites
    EBU API를 제공하는 Media Management Software(이하 MMS)가 install
    되어 있어야 한다.
    2) Installation
    a. "Enterprise Backup Utility Executables" Installation Option 선택
    b. 3 rd Party Media Management Software Vendor ( 이하 MMSV ) 선택
    c. 3rd Party MMSV가 제공하는 API
    ( Solaris : libobk.so.1, HP : libobk.sl ) file의 위치
    (directory path) 지정
    ex. /opt/omni/lib
    * 지정된 directory에 있는 API file은 $OBK_HOME/lib directory로
    copy된다.
    d. EBU Executables의 UNIX Group 지정
    e. Backup Catalog에 대한 Connection Information 지정
    <owner_name>/<password>@<connect_string>
    ex. obk/manager@CATALOG_DB
    * 지정된 정보는 $OBK_HOME/admin/catalog.obk 화일에 저장된다.
    Backup Catalog이 install되어 있지 않아서 Connection Information을
    지정할 수 없을 때는 Backup Catalog을 install한 후 Obackup 수행
    이전에 위 화일에 Connection Information을 등록해 준다
    3) Post-Installation
    a. Environment variables setting
    $OBK_HOME = $ORACLE_HOME/obackup
    $PATH = $OBK_HOME/bin:$PATH
    $LD_LIBRARY_PATH=$OBK_HOME/lib:$LD_LIBRARY_PATH
    HP machine일 경우만
    $SHLIB_PATH=$LD_LIBRARY_PATH:$SHLIB_PATH
    b. $OBK_HOME/admin/catalog.obk
    - Backup Catalog에 대한 Connection Information 확인
    4) EBU without MMS
    a. MMS의 API
    일반적으로 EBU는 MMS가 제공하는 API를 통해 external device를 제어할
    수 있는 MMS와 연결되어 backup과 restore를 수행한다.
    b. EBU의 API
    EBU는 MMS가 install되지 않은 machine에서 EBU의 API를 사용하여 File
    system상으로의 backup을 수행할 수 있다.
    i) Installation
    - 일반적인 installation의 step b),c)를 다음과 같이 수행한다.
    ii) 3 rd Party Media Management Software Vendor
    - Others 선택
    iii) API( Solaris : libobk.so.1, HP : libobk.sl ) file의 위치
    (directory path) 지정
    - Installation source 위치 지정
    ex) /cdrom/obackup/lib
    c. Environment Variable $BACKUP_DIR setting
    - File system상의 directory 지정
    - 반드시 하나만을 지정한다. Otherwise, Backup 수행시 Error 발생
    (4) Install Verification
    다음과 같은 간단한 Register Script를 작성하여 수행시켜본다.
    $ cat register_script
    register
    db_name = "ORA1"
    oracle_sid = "ORA1"
    oracle_home = "/u1/orahome1"
    pfile = "?/dbs/[email protected]", "?/dbs/[email protected]"
    $ obackup register_script
    Example
    1. 개요
    1) 일반적인 Backup과 Oracle7 Enterprise Backup Utility(이하 EBU)를
    사용한 Backup의 performance 비교
    2) EBU performance feature 변경시의 Backup performance 비교
    a. Parallelism
    b. Null Block Compression
    cf. 현 site에서 사용중인 Media Management Software OmniBackII V2.1은
    Multiplexing 기능과 Buffer Size 변경을 지원하지 않으므로 위의 두가지
    feature만을 test함.
    ( EBU performance feature : Parallelism, Multiplexing,
    Null Block Compression, Buffered I/O )
    3) Site : 삼성 반도체 IS실 ( Platform : HP, MMS : OmniBackII V2.1 )
    2. 내용
    1) 기존의 Backup과 EBU를 사용한 Backup의 비교
    a. Offline Backup
    Total Size of Datafiles : 82 GB
    Backup Device : DAT Drive 10개
    Backup 방법     OS command(fbackup)     EBU + MMS
    Backed-up Size     82 GB      62 GB
    Time     11 hours     4.5 hours
    b. Online Backup
    Total Size of Datafiles : 10 GB
    Backup Device : Optimal Disk Drive 3개
    Backup 방법     OS command + MMS     EBU + MMS
    Backed-up Size     10 GB     4 GB
    Time     5 ~ 10 hours     1.17 hours
    2) Parallel Backup Device 증가시의 Performance 비교
    Total size of Datafiles : 4530 MB
    Total number of Datafiles : 14개 ( striped on 4 disks )
    Backup Device : Optimal Disk
    Device 갯수     Parallel 값     Backed-up size (MB)     Time
    2     4     2042      52:56
    3     6     2043     38:20
    3     3     2039     35:50
    4     8     2020 / 2054     37:19 / 37:37
    4     4     2040     33:52
    a. 동시에 사용되는 Devices 갯수가 증가하면 performance는 향상되나
    항상 linear하게 향상되지는 않으며, 전혀 향상되지 않는 경우도 있다.
    예를 들어, 16개의 datafiles를 backup할 경우,
    ( 각 datafile의 backup에 소요되는 시간은 동일하다고 가정한다.)
    ① 4개의 device (parallel=4)를 사용하면
    하나의 process가 4개씩의 datafiles를 처리하고
    ② 5개의 device(parallel=5)를 사용하면
    4개의 processes는 3개씩의 datafiles를, 나머지 하나의 process는 4
    개의 datafiles를 처리하므로 전체적인 backup 시간은 동일하다.
    b. 위 test는 Device 3개와 4개의 performance 차이가 거의 없슴을
    보여주고 있다. 하나의 datafile은 하나의 process에 의해 backup 작업이
    진행되므로 커다란 datafile이 backup되는 동안 다른 process들이 작업을
    모두 끝내고 기다리고 있다면 이와 같은 결과를 얻을 수 있다. 실제로
    backup된 14개의 datafiles는 400 ~ 800 MB 6개, 50 ~ 200 MB 8개로 구성되
    어 있다.
    c. Parallel 값을 실제 Devices 갯수보다 크게 줄 경우, 동일한 Device를
    access하는 process들간의 I/O contention에 의해performance가 감소될 수
    도 있다. 위 test는 그러한 예를 보여준다.
    d. 균일한 크기의 여러개의 datafiles가 여러개의 disk에 striping되어 있
    고 적절한 갯수의 Devices를 사용할 경우 parallelism에 의한 최대의
    performance를 기대할 수 있다.
    3) Compression에 의한 performance 비교
    Backup Device : DAT Drive 5개 & Parallel = 5
    SEQ.     EBU 사용여부     Compression여부     Datafile Size (MB)     Backed-up Size (MB)     Time
    1     X     O     4530     654     40:01
    2     X     X     4530     4530     41:41
    3     O     O     4530 / 4530     2017 / 2066     32:43 / 31:24
    4     O     X     4600     4552     44:15
    a. SEQ. 1,2,3과 SEQ. 4의 Backup 대상은 동일하지 않으며, 따라서 이로 인
    한 오차가 있으리라 추정된다.
    i) SEQ. 1,2,3
    - 14 Datafiles striped on 4 disks
    ( 400 ~ 800 MB 6개, 50 ~ 200 MB 8개 )
    ii) SEQ. 4
    - 6 Datafiles striped on 3 disks
    ( 800 ~ 1000 MB 2개, 400 ~ 600MB 4개 )
    b. MMS의 Compression 여부는 Option으로 지정 가능하며, EBU를 사용할
    경우는 MMS 자체의 Compression 기능을 사용할 수 없다.
    ( MMS에 따라 Compression 여부 및 비율은 달라질 수 있다.)
    c. EBU의 Null Block Compression은 항상 수행되며, SEQ. 4의 Compression
    X는 Null Block이 거의 없어 무시할 수 있을 정도의 Compression이 있었음
    을 의미한다.
    d. Null Block이 많을수록 backup 소요 시간은 줄어든다.
    e. 위 test 결과 Multiplexing 사용, Buffer size 조정 등이 없다면 Null
    Data Block 이 거의 없는 datafile의 backup시 EBU 사용으로 인한
    performance 향상은 없다고 볼 수 있다.
    f. 그러나 일반적으로 사용되는 Database는 약 30% 가량의 여유 공간을
    준비해 놓고 사용되므로 Database가 커질수록 Null Block Compression으로
    인한 Backup 시간 및 media 사용의 감소는 중요해진다.
    3. Integration with HP OmniBack
    (1) OmniBack Template file 수정
    a. OmniBack의 Template file 상단에 Backup 받으려는 Target Database의
    owner와 동일한 Environment Variables를 setting한다.
    b. Template file : /etc/opt/omni/oracle/obackup.sh.temp
    c. Environment Variables
    export ORACLE_HOME=
    export OBK_HOME=$ORACLE_HOME/obackup
    export ORACLE_SID=
    export OBK_DB_LIGIN=sys/<password>@<Connect_String>
    export NLS_LANG=
    - NLS_LANG은 Backup Catalog이 install되어 있는 Database의 NLS_LANG
    export SHLIB_PATH=
    - SHLIB_PATH는 HP machine일 경우만 setting
    (2) Relink EBU Executables
    a. BUG 385844
    b. EBU를 사용하여 backup 수행시 OBK-4003 Error가 발생하면
    i) 7.3 Server Environment에서 EBU Executables를 relink하거나
    $ cd $OBK_HOME/lib
    $ make -f ins_obackup.mk ORACLE_HOME=<ORACLE_HOME> setup
    ii) 7.3 Environment가 없을 경우
    tcpatch:/u1/patch/HP9800/obackup에 있는 patch 적용
    Reference Documents
    http://www-sup.au.oracle.com/homepage/dst/EBU.htm

    Check out the following web site for docs on how to do this:
    http://marshal.uwyo.edu/Oracle/DOC/server/doc/EBADM/setup2.htm
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by yungch:
    We are running Oracle 7.3.4, with EBU version 2.2 and we haven't been able to run the EBU tool because it can't find the catalog database. Does anybody know how to create a catalog database? I can't find any documentation on that matter.
    Thanks,
    [email protected]<HR></BLOCKQUOTE>
    null

  • Need Help On Using Backup utility.

    I have been trying to backup my hard drive using the backup utility that came with my laptop, and I am running into two problems.
    First, when I try to execute the backup program it will not recognize my external hard drive even though the it is shown on the finder screen along with my internal hard drive. When I try to manually copy a file to it, I get an error message that indicates that the external hard drive is "read only". I do not know how to change this and cannot figure out why it recognizes the external hard drive as "read only". I use the same hard drive to backup my windows laptop and windows desktop without any issues and there is plenty of unused space on the drive. Any suggestions???
    Second, I am trying to do a full data backup of the entire hard drive (i.e. my data as well as the "stuff" my kids have within their area). However, when I go through the "Plan" stage of the backup utility and identify each of the "folders" that I want to back up, within my daughter's folder there are several files with a red circle and a negative sign within the circle. I am assuming that it will not allow me to backup that particular file. Unfortunately it happens to be the more important ones that my daughter wants me to back up (i.e. iTunes). Why will it not let me back them up? Do I have to log in as my daughter and do a separate backup for each user, or is there something easy I can do to get the "backup block" removed from the various files found within my kids' area?
    Any help is greatly appreciated. As you might suspect I am relatively new to Apple and the Mac OS operating environment.
    Steve
    iBook G4   Mac OS X (10.4.3)  
    iBook G4   Mac OS X (10.4.3)  

    Hi, uncbird.
    1. What is the name of the "backup utility" you are trying to use? Is this the Apple "Backup" utility provided with .Mac accounts?
    2. You wrote: " When I try to manually copy a file to it, I get an error message that indicates that the external hard drive is "read only"."What Scott's reply was probably trying to indicate is that it is likely the external drive was formatted in Windows NTFS format on a PC. Mac OS X can read, but not write to, volumes and drives in NTFS format unless you access them over a network. If you directly connect, for example, a USB 2.0 or FireWire hard drive in NTFS format to your Mac, you cannot write to it from Mac OS X.
    The drive would have to be reformatted as either Mac OS Extended or Mac OS Extended (Journaled) format for direct connection to, and use as, a backup device for Macs. While Mac OS X can both read and write to volumes in MS-ODS (FAT32) format, that format is inappropriate for backing up data from Mac OS X. FAT32 does not support the extended attributes, such as permissions, required for a proper backup of data saved with Mac OS X.
    You would have to reformat the external drive using the Erase tab in Disk Utility. Note that doing so will render all data on the external drive inaccessible, therefore backup any PC data on the drive to your PC before reformatting the external drive.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • R&R vs Windows Backup utility

    While the  thinkvantage R&R won't use a USB flash drive for a backup device, windows backup utility will  (XP Pro).
    Question is, what can R&R do that windows backup can't?    If my hard drive fails, can windows backup be used to install the OS, data, and settings to a new drive... the way that R&R can?
    Solved!
    Go to Solution.

    R&R can encrypt your backups (so that if you lose a USB drive, nobody can browse your files without your password) and also compress them so they tend to be somewhat smaller. There is also more flexibility in the settings for R&R (for example, choosing selected large files for "single storage"). As far as restoring everything from windows backups, on Windows7 yes, system image created with the backup utility and a repair disk (created with the backup utility) can be used to restore the whole system+data. I am not sure about XP though; I no longer have access to XP, but my recollection is that the backup utility on XP lacks this functionality.

Maybe you are looking for

  • Photoshop CS v.8 open windows in Windows 7 cannot be moved, maximized, or closed

    I just installed my Photoshop CS Version 8 into Windows 7 on a new PC. When the program is opened, the File Browser icon does not toggle, and I have to go to File menu to open Browse. The browser window now cannot be moved, maximized, or closed. The

  • Need new Mac DESPERATELY, but don't want to "overbuy"

    I'm in desperate need of a new Mac (as you can probably see from my specs) but I have NO clue what to buy. I'm not a gamer, so I don't need the best video money can buy, but I would like to try out things such as Second Life. I mostly use my Mac for

  • Help with Coversion Software

    Just bought a new 60Gig.I have Nero Recode 2. It will convert DVD to MPEG-4 and it will play with Nero software. When I import to iTunes it is pixelated and audio and video are not in sync. Sorry if this has already been answered I went back and look

  • SMA Class- Get_Instance_Infos

    Hi All,    For the Shared Memory Area, I am trying to use a method: Get_Instance_Infos. Maybe I'm missing it because it's late.. not sure.    I get an error message saying:    Program Zxxxxyyyyzzzz    Formal Parameter "INFOS" is not a EXPORTING param

  • Nokia 5530XM - missing date and operator on the ho...

    hello guys, this probably seems like a total nonsense, but its kinda important for me to fix it...i dunno when, but once i looked at my home screen and i saw no date and no operator (eg. Vodafone UK)...ive tried like everything...i got the latest sof