cancel
Showing results for 
Search instead for 
Did you mean: 

CISCO Load Balancer with SAP on Unix and Oracle

Former Member
0 Kudos

Hello Experts,

Explain me the steps How CISCO Load balancing Mechanism works with SAP Enterprise Portal?

If anyone implemented and achieved the same,please explain me the steps to follow from Initial Stage to end of implementation.

Or If you have any documentation on this just share with me or point me to the particular link.

I have seen the below SAP help which is somewhat helpful.

http://help.sap.com/saphelp_nw04s/helpdata/en/d3/e12840d89d185de10000000a1550b0/frameset.htm

I would like to know how CISCO will connect to M/essage Server /Java Dispatcher.

And explain me the steps to follow to implement External Facing Portal using Cisco Loadbalancer.

This should be achieved in Unix environment.

Any help would be greatly appreciated.

Regards,

Karthick Eswaran

*Points will be rewarded for helpful suggestions

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

We use F5 for loadbalancing, but all hardware loadbalancing solutions should similar. They offer multiple algorithms, we use simple round robin (SAP's webdispatcher has better options for load balancing). You create virtual IP to your CISCO loadbalancer. You then configure Cisco to route traffic to each portal application server. If you have CI + 2 appservers, you configure the loadbalancer to send traffic to cihost:port, appserver1:port, appserver2:port. You also create a DNS alias to the virtual IP of the loadbalancer. End users will use the DNS alias to connect your portal. Typically you use standard ports (80 & 443) on Cisco, so that end user URL does not contain any ports (so http traffic goes to port 80, https goes to port 443). You also need to enable cookie persistence on the load balancer for session persistence.

For external facing portal, you need to have your loadbalancer in DMZ and you want to use SSL. You also need to setup firewall rules for your portal and backend servers.

-RK

Former Member
0 Kudos

RK,

Sorry for the late reply and thank you for the explanation.If you could share me with the sample CISCO script to check the Server Availability and The script for sending the request to available APP Servers,it would be a great help for me.

Thank you.

Regards,

Karthick

Former Member
0 Kudos

Hi,

check /people/shubham.tripathi2/blog/2007/01/08/web-application-session-expiry-problem-on-sap-j2ee-engine-in-load-balanced-environment

please post your query in portal forum

regards,

kaushal