cancel
Showing results for 
Search instead for 
Did you mean: 

Web service interfaces for monitoring Hosts and instances with SAPHostControl, saphostexec and sapstartsrv

Former Member
0 Kudos

Hi All,

I need to develop a monitoring application for SAP system which will monitor both Host systems and instances.

For this I need to collect Host data as well as instance data. In the below links I could find the SAP netweaver

monitoring agents

These links tell that CCMS agent is replaced by these agents from SAP Netweaver 7.0 Eph 2.

I found below doc which explains "How to use the SAPControl Web Service Interfaces" exposed by "sapstartsrv" to execute instance specific tasks,

But it does not tells any methods/APIs/webservice interfaces specific to Host system or get OS data using "saposcol".


Similar to this, Is there any API/webservice to retrieve the OS and Host related data??.

Also, Is there any other doc for SAPHostControl or saphostexec similar to sapstartsrv ??

Thanks,

Swapnil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204618
Active Contributor
0 Kudos

Hi Swapnil,

I too wanted this info and came across these.

Take a look at these urls :-

http://localhost:1128/SAPHostControl/?wsdl

http://localhost:1128/SAPOscol/?wsdl

grep saphost /etc/services

saphostctrl     1128/tcp        # SAPHostControl over SOAP/HTTP

saphostctrls    1129/tcp        # SAPHostControl over SOAP/HTTPS

Hope this helps.

Cheers

Craig