cancel
Showing results for 
Search instead for 
Did you mean: 

How to run SUM 1.0 and 2.0 in parallel on the same host?

amol_thorat1
Discoverer
0 Kudos

Hi,

We want to upgrade BI ABAP and BI Java from 7.4 to 7.5. These two are different SAP systems and are on same host. We need to use SUM 2.0 for ABAP and SUM 1.0 for Java. I didn't find any material around this. Is there a way to run multiple SUM instances of different versions?

Thanks,

Amol

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Amol,

Yes, It would be possible for you to run two SUM in parallel. The URL for both system will be different.

Just as per the system scenario, as advised before, for BI java system, you have to use SUM 1.0 and for other you can use SUM 2.0.

The details about extraction and start of SUM can be found in respective SUM guide.

SUM 1.0 :

https://websmp206.sap-ag.de/~sapidb/011000358700000783082011E

SUM 2.0:

https://websmp201.sap-ag.de/~sapidb/012002523100011180232017E

Regards

Vivek

han_liu
Explorer
0 Kudos

Hi Amol,
When you register the SUM into hostagent, it will generate different URL for ABAP stack, Java stack and Dual stack system. You can use relate URL for the system to start SUM common UI.
Also, for your BI Java system, you are correct you need to use SUM 1.0 to upgrade to NW 7.5.
There need to pay attention that for different OS (Windows, Linux) there have different start command.
More detail information you can refer to SUM 1.0 SP22 guide as below link.
https://support.sap.com/en/tools/software-logistics-tools.html
System Maintenance Scenarios
Guides for SUM 1.0 SP 22
Hope this information will be helpful to you.

Best Regards,
Han

amol_thorat1
Discoverer
0 Kudos

Thanks for response.

Former Member
0 Kudos

Hello Amol,

The URL provided to the Browser directs the SUM tool for the instance.

Start the SUM and register with the host agent, this is described in the SUM guide appropriate for your upgrade. The commands are different for Java and ABAP, be sure to review the guide for the exact syntax.

For example In SUM 2.0 you start the SUM and register it with the host agent

/usr/sap<SID>/SUM/abap/SUMSTART confighostagentNote

Then from the browser enter the URL

https://<hostname>:1129/lmsl/sumabap/<SID>/doc/sluigui
or
http://<hostname>:1128/lmsl/sumabap/<SID>/doc/sluigui

The <SID> will be upgraded in this case

In SUM 1.0 the start command for Java is :

/usr/sap<SID>/SUM/abap/STARUP 

and the URL is

https://<hostname>:1129/lmsl/sumjava/<SID>/index.html
or 
http://<hostname>:1128/lmsl/sumjava/<SID>/index.html

Check the relevant SUM guides for the appropriate START commands and URL's

amol_thorat1
Discoverer
0 Kudos

Thanks for response.

ABAP SUM has started, web page opened just fine. Java SUM seems to be registering OK with the host agent but web page keeps clocking without any progress.

Any idea?