cancel
Showing results for 
Search instead for 
Did you mean: 

NET PDK configuration in cluster

Former Member
0 Kudos

Hello, we are ready to configure the .NET pdk in our productive servers.

We have a SUN Cluster for the Portal's central instance, and 2 SUN servers as dialog instances. Each server (central and dialog) has 3 J2EE instances. The solution is load balanced with SUN's Resonate software.

Also we have 3 windows servers with the .NET Runtime Engine installed, and load balanced also with Resonate.

My questions are, based on the PDK documentation:

1. Which is the SAP J2EE Server ID? I put an image in the next link with 2 numbers marked, I don't know which to use:

http://www.rafaelc.com/portals/0/portalLandscape.JPG

2. Should we point each SUN server to one Windows server or we can point to the virtual server (load balanced)?

3. Should we restart all the instances on every change in these settings?

Actually our configuration is this (some times works):

.NET Runtime Engine Servers Configuration

66901=winsrv:8050;45933=winsrv:8060;97859=winsrv:8070

Portal Servers Configuration

66901=por1:8051;45933=por2:8061;97859=porcentral:8071

We appreciate any help

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rafael,

1. You should use the ID (e.g. 306690150).

2. Each J2EE instance should point to a different .NET runtime engine.

3. You need to restart the instances for the changes to affect (a bug that was fixed for the next patch).

Hope that helps,

Yossi

Former Member
0 Kudos

Thanks, for the ID, I should use the whole number or only the las five digits? (306690150 or 90150)

I only have one more question, I configured new servers in the .net runtime engine, Server02, Server03, etc. But I can't configure that servers as a Windows Service, I modified the epsrv.exe.config and change the name of the service, but every time that I use installutil the service is not created because an error that says that the service (.NET Runtime Engine 1.0 Server 01) already exists, but I change the name in the config file to "...Server 02"

Regards

Former Member
0 Kudos

Run this command in Visual Studio.NET 2003 command promt:

<i>installutil /PortalNTServiceName="SAP NetWeaver Portal Runtime 1.0 for Microsoft .NET Server02" "C:\Program Files\SAP\Portal Runtime for Microsoft .NET\Server02\epsrv.exe"</i>

Former Member
0 Kudos

Thanks, all of this works

Best regards

Answers (0)