Hello,
Our organization will be implementing DR in few days for that we are planning to do it in the following way
- Install a new BOE 3.1 Sp3 in DR machine pointing to a oracle db (say DR schema)
- Once installation is done we will check whether the installation is correct by login to cmc and infoview and performing few basic steps
- Now we will take the back up of prod cms db and filestore
- Stop SIA in DR server
- copy the back up db and filestore to DR schema and filestore path respectively
- delete the references to the prod server in DR scheme by running the below delete command
- delete from cms_infoobjects6 where parentid=16;
- Recreate the SIA with the same name (DR machine host name) including default servers
- Make sure that SIA is not started yet
- Change the clustername to the DR machine host name
- Start SIA
- Run update objects
Our environment is 3.1 Sp3
Tomcat installed on a diff box
both are linux servers
CMS db is oracle
If I am missing anything kindly let me know
Thanks,
IT Support