cancel
Showing results for 
Search instead for 
Did you mean: 

How to config SUM10SP17 ?

Former Member
0 Kudos

Hello all,

I have a big problem. I downloaded SUM10SP17_0-20006540.SAP, I extracted the files to path /usr/sap/SUM/SUM, I changed the access permissions for the file STARTUP to 777 but when I execute the ./STARTUP a receive the following error:

*** Checking if C++ runtime is installed ...

*** Starting from /usr/sap/SUM/SUM/sdt...

** Checking username "hd1adm" for compliance...

/usr/sap/SUM/SUM/sdt/exe/DSUService: line 143: /usr/sap/SUM/SUM/sdt/../jvm/jre/bin/java: cannot execute binary file

/usr/sap/SUM/SUM/sdt/exe/DSUService: line 143: /usr/sap/SUM/SUM/sdt/../jvm/jre/bin/java: Success

Let me know what should I do?

Best regards,

Teodor

Accepted Solutions (1)

Accepted Solutions (1)

former_member185327
Active Participant
0 Kudos

Hi Teodor,

As I can see your Host Agent Release is showing 7.20. I don't think you are using the latest updated SAPHOSTAGENT. I guess it's 7.21 Patch 15. ( Information based on my last upgrade activity in June 8th with SUM SP17 only)

Can you confirm if you are using the latest host agent. If not then you need to upgrade your SAPHOSTAGENT to the latest available version additionally. Then execute the below command.

STARTUP confighostagent <SID>

This is one of the prerequisite activities.

Kindly check after upgrading your SAPHOSTAGENT if you can start the SUM Tool

You can also refer the below link for upgrading it.

SAP Host Agent Upgrade - SAP Host Agent - SAP Library

Thanks and Regards

Anurag

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi all,

Thank you for your support.

I am on SUSE 3.0.101-0.40 which runs in Amazon.

I extracted as <SID>adm to /usr/sap/HD1/SUM, I did a recursive 755 on /usr/sap/HD1/SUM and after that I executed with sudo su ./STARTUP confighostagent hd1  and I receive the following:

**** The root directory to SUM is /usr/sap/HD1/SUM

**** The passed SID parameter is: hd1. Based on it SUM is not extracted under SID directory.

**** SUM is extracted under /usr/sap/HD1/SUM

**** The saphostagent command would be /usr/sap/HD1/SUM/sdt/exe/SLProtocol.sh

**** Set root:sapsys as owner of /usr/sap/hostctrl/exe/operations.d and /usr/sap/hostctrl/exe/descriptors.d

**** Set root user and root group as owner of files in /usr/sap/hostctrl/exe/operations.d and /usr/sap/hostctrl/exe/descriptors.d

**** Configuring SUM Abap:  /usr/sap/HD1/SUM/abap/SUMSTART confighostagent RESTARTSHA=no  ****

**** SUM ABAP: https://amazon_host:1129/lmsl/sumabap/HD1/doc/sluigui ****

**** SUM benchmark tool: https://amazon_host:1129/lmsl/migtool/HD1/doc/sluigui ****

**** SUM Java: https://<HOSTNAME>:1129/lmsl/sumjava/HD1/index.html ****

**** SUM Dual stack: https://<HOSTNAME>:1129/lmsl/sumjava/HD1/dual.html ****

**** SUM Observer: https://<HOSTNAME>:1129/lmsl/sumobserver/HD1/monitor/index.html ****

**** Restarting SAP Host Agent ****

saphostexec is already running (pid=16342). Stopping...-> Start /usr/sap/hostctrl/exe/saphostexec pf=/usr/sap/hostctrl/exe/host_profile <-

start hostcontrol using profile /usr/sap/hostctrl/exe/host_profile

**** SAP Host Agent has been restarted ****

**** You are using SAP Host Agent version: ****

**** hostagent release: 7.20 ****

**** hostagent patch number: 205 ****

**** Please check the central SUM note whether this SAP Host Agent version is sufficient for SUM operation ****

I opened in Amazon all traffic ports for all IP's.

I did ping to amazon_host and it works, I checked if saphostexe runs. But when I execute netstat -a | grep 1129 it doesn't find anything and also when I use curl https://amazon_host:1129/lmsl/sumabap/HD1/doc/sluigui  I receive "couldn't connect to host".

Former Member
0 Kudos

Hi Teodor,

Use http instead of https with port 1128 instead of 1129 and try.

Thanks,

Manas

karthikeyan_natarajan4
Active Contributor
0 Kudos

Hi Teodor,

Anurag is correct, SAP Hostagent should be upgraded to 7.21 Patch (latest available), Further information check the SUM central Note. If you have downloaded the upgrade media file using maintenance optimizer, you can see the latest host agent medial file, use that one and upgrade host agent.

Regards,

kartik

former_member189797
Active Contributor
0 Kudos

Hi Teodor,

You are using the incorrect command. So issue here is that steps being used are not correct.
Best way to go forward would be to read the SUM guide for SP17 as it explain in deatils about the steps which should be followed.

Main steps are:

1. Extract the SUM sar file as <sid>adm user.
2. Configure the hostagent as root user.
     STARTUP confighostagent <SID>    [ cross check the latest information in guide]

Then you should be able to start the UI from browser with an url.
URL which should be used will be displayed if the step 2 is successful.

Best Regards,
Gaurav

rupali_karbhari3
Active Contributor
0 Kudos

Pls check startup command format & port numbder details (1128/1129) from SUM SP17 guide ...you can also refer

http://help.sap.com/saphelp_nwidmic_72/helpdata/en/48/e97d68dc5943d4a9a22c8df2e541fd/content.htm

Best Regards,

Rupali

Former Member
0 Kudos

Hello Teodor,

Couple of questions.

1. You are on AIX ?

2. You extracted as user <sid>adm ?

3. You did a recursive 755 on /usr/sap/SUM ?

KR,

Amerjit