cancel
Showing results for 
Search instead for 
Did you mean: 

How to setup DR for SAP Enterprise Portal ?

Former Member
0 Kudos

Dear Experts,

I have idea about setting up DR for ABAP system but, I am confused for Java systems?

Can anyone guide how to do this?

We have SAP Enterprise Portal 7.0 Ehp1 with Oracle 11g.

Thanks

Arun

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Arun ,

I am also looking for solution for MSSQL /WINDOWS (2008R2) environment ..

I hope you achieved it by now. can you share the logic?

regards

Sumanth

Sriram2009
Active Contributor
0 Kudos

Hi Sumanth

You use the MS Sql DB mirroring option to build the DR solution. Kindly refer the SAP Note 965908 - SQL Server Database Mirroring and SAP Applications for SAP on Ms Sql DB mirroring

BR

SS

0 Kudos

Hi Arun,

Best approach would be:

1) Install SAP at your DR site (IP, Hostname of your DR should be different from primary)

2) Take an online+archivlog backup of primary

3) Restore the backup into DR

4) Mount your DR database into standby

5) Enable Oracle dataguard (It copies the archive logs and applies into standby database)

Regards,

Laxman Singh

former_member185326
Active Participant
0 Kudos

Hello Arun,

What is the OS platform you are using for primary and DR server?

Regards,

Shahid Ahmed

Former Member
0 Kudos

Dear Shahid,

OS Platform for primary and DR server is Windows 2008 server.

Thanks

Arun.

former_member188883
Active Contributor
0 Kudos

Hi Arun,

You need to have following steps done

1) You need to configure Oracle dataguard to have primary and DR site in sync. It is same like ABAP system.

2) Additionally you may need to implement scripts to sync up /usr/sap/ folder on Primary and DR.

    This is to ensure file configurations at Primary and DR are in sync.

Hope this helps.

Regards,

Deepak Kori

Sriram2009
Active Contributor
0 Kudos

Hi Arun

Could you refer the SCN link

BR

Former Member
0 Kudos

Dear Deepak,

But java system depends on hostname, so how should I proceed for this, because we have different hostnames for primary and DR site.

Regards,

Arun

former_member188883
Active Contributor
0 Kudos

Hi Arun,

You may install DR on a virtual hostname which is similar to Primary site. This will ensure hostnames are in sync between primary and DR.

You may enable virtual hostname on DR during the switch.

Regards,

Deepak Kori