cancel
Showing results for 
Search instead for 
Did you mean: 

SUM 1.0 SP14 03, How do I start multiple processes of SUM on the same host?

tomas_lindberg
Participant
0 Kudos
4,210

Hi,

We have a BW DEV ABAP system and a BW DEV Java system on the same host. We would like to run SUM in parallel, or at least run the preparation phases in parallel. In previous SUM version (i.e pre SP13) you could STARTUP with httpport syntax to run it on a different port, hence starting several parallel SUM processes, but how is this working on SP14 and the new way of starting SUM using STARTUP confighostagent <SID>?

View Entire Topic
ajankowiak
Explorer
0 Kudos

Hello,

please sure, that the following files look like this:

PATH: /usr/sap/hostctrl/exe/operations.d

sumabap.conf

Name:sumabap

Authorization:$[SID:#required#tolower]adm

Command:/usr/sap/$[SID:#required]/SUM/abap/SUMSTART

Username: $[SID:#required#tolower]adm

Workdir: /usr/sap/$[SID:#required]/SUM/abap/
ResultConverter: flat


cat sumobserver.conf

Name:sumobserver

Authorization:$[SID:#required#tolower]obs

Command:ls

Username: $[SID:#required#tolower]obs

Workdir: /usr/sap/$[SID:#required]/SUM/abap/doc

ResultConverter: flat