Xir2 Backup and Recovery Best Practices
Xir2 Backup and Recovery Best Practices
Xir2 Backup and Recovery Best Practices
Overview
The purpose of this document is to outline recommended steps to back
up and recover data for key BusinessObjects XI Release 2 system
components. These procedures are used to mitigate data loss, optimize
data recovery, and minimize the delay before resumption of normal
business operations.
Contents
INTRODUCTION ............................................................................................ 2
BACK UP AND RECOVERY PROCESS CONCEPT ............................................ 2
The Importance of a Proper Back up Sequence ............................................2
Incremental Back up compared to Full Back up...........................................3
Cold Back up compared to Warm Back up...................................................3
BUSINESS OBJECTS CONTENT TO BACK UP ................................................. 4
Database Back up.........................................................................................4
Central Management Server System Tables ................................................ 4
Performance Management System Tables................................................... 4
File Repository................................................................................................. 4
Local audit log files......................................................................................... 5
Auditing Tables............................................................................................... 5
Custom Java applications/code.....................................................................5
Database Connections (ODBC DSNs)........................................................5
Query Data Source – Data Warehouse........................................................6
HIGH-LEVEL SEQUENCE OF BACK UP EVENTS .............................................. 6
HIGH-LEVEL SEQUENCE OF RECOVERY EVENTS ........................................... 6
Web and BusinessObjects XI Release 2 System Files ..................................6
Web and BusinessObjects XI Release 2 Data Files......................................7
Introduction
This document describes procedures for performing a back up of the
Web and BusinessObjects Server system and data files, as well as the
procedures to be followed to recover from data loss or hardware failure.
The plan execution requires an experienced BusinessObjects
Professional, OS System Administrator and Database Administrator.
The document does not include recovery of a query data source and
client tier. These components should be recovered according to existing
business processes for databases and user workstations.
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
Enterprise content back up does not insure the operating system or any
applications, including the Enterprise executables and DLLs; however, it
does insure all of the intellectual content that is created and customized
by users of the Enterprise system, and that is the most important thing.
Content back up also will not insure one against corrupted or deleted
Enterprise application DLLs/EXEs or other operating system problems,
but these can be resolved by performing a re-installation of operating
systems or Enterprise. Enterprise content back ups are relatively fast and
inexpensive to capture. This document mostly focuses on a Enterprise
content back up strategy.
A server back up is the deepest type of back up. Typically, this is a full
back up that captures every byte on every local hard disk in a server.
This type of back up insures the server’s operating system as well as any
applications and data stored on the server’s local drives. It is a valuable
type of back up, but can also be slow and expensive to capture and later
restore. A server back up should incorporate the same data as an
Enterprise content back up.
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
be executed before and after the database back up process begins. The
UNIX distribution of Enterprise includes the ccm.sh script to assist in the
start, stop and restart process.
Database Back up
Central Management Server System Tables
This database contains all the user rights and metadata information
about reports and universes, as well as the data connection information.
Because the CMS database is the heart of the environment, it is
absolutely critical to frequently back up this database. Without this
database, the environment cannot be restored. It should be backed up
daily.
File Repository
This is a standard OS file share that contains all the report templates and
instances for the environment. The file repository typically ranges in size
from 1 GB to 100 GB depending on the size and complexity of the
deployment. Since the file repository is designed to exist in synchronicity
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
with the CMS tables, it should be backed up at exactly the same time as
the CMS system tables.
Auditing Tables
This database contains usage statistics and auditing information for the
environment. A back up of this database is not needed to recover from a
disaster because the information this database contains is the least
important of all BusinessObjects components.
The back up and recovery process should be revised once more projects
are integrated into it.
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
Individual files from a specific date can be restored from the file system
back up tapes. If it is necessary to restore entire file systems, the most
recent full system back up tape should be restored first, followed by the
first incremental back up, then the second incremental back up, and so
on until the file system is fully restored.
xir2_backup_and_recovery_best_practices.pdf
BusinessObjects XI Release 2 Back up and Recovery Best Practices
xir2_backup_and_recovery_best_practices.pdf