IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  Monitoring of different webMethods server’s availability

    Posted Wed April 12, 2017 01:21 PM

    Dear Experts,
    I am looking for some ideas on how i can monitor different/multiple webMethods servers are up and available.

    NOT looking for any specific tools to monitor, i need to implement this as a flow service or a java service.

    Basically i would like to input the URL of webMethods server and i wanted to know if that server is up and available .
    I am aware of “pub.client:http” service, but for this we need to input the user and password to authenticate which i do not want .

    So let me know if any other ideas to do this.

    Appreciate your thoughts and ideas in this regard.

    Thanks,
    Venkata Vidya Sagar P


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Monitoring of different webMethods server’s availability

    Posted Wed April 12, 2017 06:51 PM

    loop over
    pub.remote:invoke

    service= “wm.server:ping” and
    alias=server_alias defined in remote servers.

    Have a dsp call this service.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Monitoring of different webMethods server’s availability

    Posted Sun April 16, 2017 03:44 AM

    You can call the below url: without any authentication

    http://ip:port/invoke/wm.server/ping?


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Monitoring of different webMethods server’s availability

    Posted Mon April 17, 2017 04:59 AM

    Hello,

    What is the wM version? If its 9.x , you may want to try command central tool for monitoring and administering the servers.

    regards,
    Shahed


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Monitoring of different webMethods server’s availability

    Posted Mon April 17, 2017 01:39 PM

    @ Mohammed,

    Looks like he is not looking for tool “NOT looking for any specific tools to monitor, i need to implement this as a flow service or a java service.”

    Yes, command central OOTB is a right candidate to monitor and install/configure the components of the landscape. But it requires SPM to be running on all the nodes.


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: Monitoring of different webMethods server’s availability

    Posted Tue April 18, 2017 12:47 PM

    Thank you all for your thoughts, it looks what ever Mahesh suggested is going to work for me in my case.

    @Mahesh…Thank you!


    #webMethods
    #Integration-Server-and-ESB