cancel
Showing results for 
Search instead for 
Did you mean: 

How to start Enqueue Replication Service

Former Member
0 Kudos

Hi,

I'm setting up Enqueue Replication Service for ABAP.

I've set up the ERS on node 2 based on this documentation:

http://help.sap.com/saphelp_nw70/helpdata/en/dc/c20850117946e2968316c96efceb20/frameset.htm

But there's no documentation on how to start the service.

I've tried to use startsap -t r3 -i ERS<SNO> -v "hostname", but it seems there's no startsap program in node 2.

Thanks much.

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

My last question is above.

Edited by: Bobby Gunawan on Nov 3, 2011 3:19 PM

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

If you have used virtual hostname to install ERS then you should virtual hostname else use hostname of node2.

Thanks

Sunny

Former Member
0 Kudos

Hi,

Here: http://help.sap.com/saphelp_nw70/helpdata/en/de/cf853f11ed0617e10000000a114084/content.htm

That guide has hahost as virtual hostname.

But it's using hostname of node 1 to configure the profile.

Regards,

vincentlim826
Employee
Employee
0 Kudos

Assuming you're in windows, the ERS should be started up automatically after start SCS instance.

Please double check if your ERS has been installed correctly as per

Note 804078.

804078 Replicated Enqueue Configuration on Windows

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/47/e0208d86983c85e10000000a42189c/frameset.htm

Normally, It's essential to start the replication-server with the commandline-parameter NR=<ENQ> from the start-profile. This forces the replication server to take the same shared memories as the enqueue-server.

Check your ERS start profile..where you can startsap based on ERS start profile.

Check out SAP note for start sequence:

897933 Start and stop sequence for SAP System

Regards,

Vincent

Former Member
0 Kudos

Vincent,

I'm using UNIX, and the ERS is not automatically started.

Regards,

vincentlim826
Employee
Employee
0 Kudos

Hi,

Normally, we run:

> startsap ERS<no> <ERS host>

Can you try start it up manually using sapcontrol ?

i.e /usr/sap/<SID>/ERS<no>/exe/sapcontrol -prot NI_HTTP -nr <no> -function Start

Regards,

Vincent

Former Member
0 Kudos

i'm ended up copying the starsap binary to the host 2.

Btw, which profile should you use when you run ERS on node 2?

Is it <SID>_ERS<SNO>_host1 or <SID>_ERS<SNO>_host2?

The command I used is

startsap -t r3 -i ERS11 -v <"host1 or host2"?>

Thanks for your help.

Regards,