Hi experts,
I would like to know if there is any good practice to setup a standby BO XI R3 server for disaster recovery.
Currently, I have an Oracle database server to host all datamarts and respository data and a separate BO XI server points to this database server. A standby database server is setup to replicate data via real time sync and a standby BO XI server is intended to setup to fulfill the disaster recovery requirement.
During disaster recovery, the production database server and BO XI server willl be down together with the real time sync. Standby servers are going up to replace the production ones. I would like to know if any pre-requisites and procedures are needed.
Thanks a lot.
Hi Dell,
I would like to know if the following workaround can achieve the business contingency with some shortcomings or not.
All CMS system database, auditing database and reporting database are installed in the same database server and replicated to a standby database server through DB sync. A standby CMS server is also setup for this purpose.
A full backup of these databases and file system including file repository and local audit log files is performed on weekly basis after all user and system services are down.
During disaster recovery, CMS system database and auditing database are restored from weekly backup to the standby database server and also the file system to the standby CMS server.
Using this approach, an up-to-dated user reporting data can be ensured using the database sync. On the other hand, a sync image of CMS and reports can be achieved to avoid corruption of CMS due to orphaned report objects or report pointers with the shortcomings of newly created reports and audit statistics generated after the weekly backup cannot be revoked.
Thanks of your support.
Where is your FileStore located? Is it on the server or somewhere on your network? The database just stores pointers to the files in the FileStore, so that has to be available to the stand-by server using the same file path as the production server.
-Dell
Hi expert,
We have setup an environment to stimulate the disaster recovery as follows:
1. Shutdown the Standby CMS server by stopping Server Intelligence Agent
2. Copy the Input and Output FRS from backup
3. Resume the Standby CMS server
4. Login the Desktop Intelligence
Note: Since the user and system databases of Standby DB are exactly the same as Production DB via Oracle DB synchronization, there is no database restore to be performed.
However, we have encountered a login error:
Cannot access the repository (USR0013)
during login the Desktop Intelligence in step 4.
Moreover, we discovered that those paths of BO server such as ConnectionServer are still pointing to Prod one.
Please advise if you have any idea to fix this issue.
Thanks in advanced.
Hi expert,
During the Disaster Recovery rehearsal test, we have performed the following steps:
1. Stop the Oracle database synchronization between the production and standby server
2. Remove the hosts and TNS of production Oracle server such that standby server cannot connect to production one
3. Stop the SIA in the standby server
4. Copy the Input/Output FRS and Audit Log folder from backup
5. Create a new SIA (with "create CMS on the new node" option and using same port numbers) via CCM in standby server
6. Clone all BO servers such as JobServer to newly created node via CMC in standby server
7. Enable and start all newly created servers
8. Start the new SIA
We have encountered a problem that user cannot login to the standby server after performing the above. Can anyone give some hints for me to solve the problem?
Thanks.
Add a comment