cancel
Showing results for 
Search instead for 
Did you mean: 

Maintaining 2 servers for production

Former Member
0 Kudos

Hi Experts,

Is it possible to maintain 2 servers for Production, so that if there's some outage then the other server will be active??

How to map both the servers?

Please suggest.

Regards,

Sushama

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

How are you going to decide Server1 is down and then shift the messages to Server2? We cant ask the sending system to maintain two set of objects...one pointing to Server1 and other to Server2.

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek,

We can maintain 2 Servers and we can make the other one active during the outage. We can create the objects for the other server too and call them dynamically as the alternative during outage?

Please suggest can this be accomplished ?

Regards,

Sushama

former_member187339
Active Contributor
0 Kudos

Hi Sushama,

Generally a web dispatcher is used to see the load on a server and route it to another less load server. So all the request from the sending system shoudl be directed to this web dispatcher and from there to the appropriate server. You can also make use of this concept and route the messages to one server (irrespective of the load) and when it is down/unavailable route it to the second server.

I would suggest you to read the High Availability document for PI (available from market place )

Regards

Suraj

Former Member
0 Kudos

Hi,

Are you looking for load balance or some cluster thing...or

want to expose the servers to outside network...DMZ...in this case yes ...

if you are looking for load balance... then two nodes can be created in the same server...but needed more memory in the server...

if you want to expose to the outside netwrok people for exchaning data..then need to maintain one in DMZ..and other in with in network..which does the application processing..

HTH

Rajesh

Former Member
0 Kudos

Hi Suraj,

Thanks for the inputs. Could you provide me the exact SAP note ?

Regards,

Sushama

Former Member
0 Kudos

Hi Rajesh,

Thanks for the inputs.

Could you elaborate??

What do you mean by DMZ server?

Regards,

Sushama

former_member187339
Active Contributor
0 Kudos

This message was moderated.