cancel
Showing results for 
Search instead for 
Did you mean: 

Web dispatcher not load balancing

shradhasampat
Participant
0 Kudos

Hello,

We have web dispatcher for an sap crm system with two app servers (dev1 & dev2).

I want to direct all requests to only one app server ( dev1) so I have removed the dev2 from the logon groups LOGON1 in smlg & now it contains only dev1.

I also assigned LOGON1 to all URL mapping of ABAP in SICF.

But still i see that requests goes to dev2, kindly please help in finding what config is missing or not correct.

Thanks

Shradha

Accepted Solutions (1)

Accepted Solutions (1)

Manas_Vincit
Active Participant
0 Kudos

Hi Shradha ,

Did you try to stop ICM process ( SMICM)  in server dev2 and then check if this works  ?

Thanks

Manas Behra

shradhasampat
Participant
0 Kudos

Thanks All for your quick responses & help !!

Got it resolved by deactivating dev2 in web dispatcher admin interface

Thanks

Shradha

Answers (4)

Answers (4)

AtulKumarJain
Active Contributor
0 Kudos

Hi Shradha,

Please check

https://scn.sap.com/thread/1840023

BR

Aj

shradhasampat
Participant
0 Kudos

Hi Atul,

This looks more for two different SAP systems , we are currently struggling with two dialog server with same msg server .

Do you still think we should remove

# Accessibility of Message Servers

rdisp/mshost = dev

ms/http_port = 8100

AND ADD:

wdisp/system_0 = SID=DEV, MSHOST=DEV1(DIALOG SERVER INSTEAD OF MS), MSPORT=8100, SRCSRV=*:80

Thanks

Shradha

AtulKumarJain
Active Contributor
0 Kudos

Hi Shradha,

No it requird the message server host.and it communicate through messag eserver .

May be you can perform the routing using parameter.

Br

Aj

former_member188883
Active Contributor
0 Kudos

Hi Shradha,

Could you try adding the details for Dialog instance as

# Accessibility of Message Servers

rdisp/mshost = dev1 ( dialog server)

ms/http_port = 8100

Check the results and post.

Regards,

Deepak Kori

Former Member
0 Kudos
shradhasampat
Participant
0 Kudos

HI Ruchit,

The URL mapping is correctly done but still no luck

Thanks

Shradha

Former Member
0 Kudos

Hi Shradha,

If url mapping is done then check if related params are properly maintained:

http://help.sap.com/saphelp_nw04s/helpdata/en/de/89023c59698908e10000000a11402f/content.htm

Regards.

Ruchit

former_member188883
Active Contributor
0 Kudos

Hi Shradha,

In web dispatcher config file , add the application server host on which you want to have the load instead of message server host.

Check the results

Regards,

Deepak Kori

shradhasampat
Participant
0 Kudos

Hi Deepak,

So do you mean instead of

# Accessibility of Message Servers

rdisp/mshost = dev

ms/http_port = 8100

I should add

# Accessibility of Message Servers

rdisp/mshost = dev1 ( dialog server)

ms/http_port = 8100

Thanks

Shradha

Former Member
0 Kudos

This message was moderated.