cancel
Showing results for 
Search instead for 
Did you mean: 

Need a URL to check Status of PI system

former_member183906
Active Contributor
0 Kudos

hi,

i m using pi 7.4 single stack. we r installing apache loadbalancer.

we need to give PI url to check status of pi system. if we r giving http://host:port/dir/start/index.jsp URL, its not working properly.

pls let me know on it

Accepted Solutions (1)

Accepted Solutions (1)

iaki_vila
Active Contributor
0 Kudos

Hi,

There is no straight answer to your question. There are several components in PI, then it is not logic to have a "general" status for all PI.  Example: SAP PI Availability Checks - SAP BASIS Tuts

Check this link Monitoring Process Integration Components - Administering Process Integration (PI) - SAP Library

Hope this helps.

Regards.

Answers (3)

Answers (3)

former_member183906
Active Contributor
0 Kudos

I will post in detail,as above reply did not help much. Its PI 731 SINGLE STACK SYSTEM.

We need a URL for PI where it shows the status of the system. this is requred for us to configure on a apache load balancer. In the past when we pointed the load balanced PI

URL http://host.port.com/dir/start/index.jsp

we got issues with the  URL with un even distribution load and ICM on the PI app server stopped working.

When an ICM on a app server stops or has issues the APache load balancer will not have a knowledge on the status of the system and it continues to send the trafffic to the affected server.

we either need to find a standard URL that is provided by SAP that will show the status of the PI system which can post OK when everything is up and running and Not OK when some component like ICM goes down.

how can we achieve this

former_member184720
Active Contributor
0 Kudos

I'm not sure if you can use it on production system but i found something which i wanted to share.

Access the webservice wsdl using " http://host:port+13/ctsv/SystemOverview?wsdl" in which you have a method "GetSystemInstanceList".

This is showing the status of components(dispStatus).

As it is a web service,you can enhance it as you like to retrieve the status.

Former Member
0 Kudos

Hi,

You can try using XPI inspector tool to check the status of the PI system.

ajeyagv
Participant
0 Kudos

Hi,

Try giving just http://host:<port>

Thanks,

Ajeya G V