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.

 View Only
  • 1.  Monitoring the connectivity between RI and Internal server

    Posted Tue April 27, 2010 10:22 AM

    Hi ,
    I would like to monitor the connectivity between my Reverse Invoke server and Internal server.
    I wanted to automate this monitoring if any connectivity issues observed i need to get some mail alert.
    So some one please share your idea’s how i can achive this

    Thanks in advance!
    Venkata Vidya Sagar Pokuru:rolleyes:


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 2.  RE: Monitoring the connectivity between RI and Internal server

    Posted Tue April 27, 2010 06:33 PM

    Hi,

    You can achieve this by using the services available in wmroot package → revInvoke folder. please wrapp the services as per your requirement.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 3.  RE: Monitoring the connectivity between RI and Internal server

    Posted Tue April 27, 2010 09:02 PM

    The InternalServer creates a pool of connections, and reuse them as needed.

    Maybe you can ping from the internal server the RHG, using the ping service and if no response start an event.

    I don’t think you can monitor the status of current internal pool, but I’m unsure.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 4.  RE: Monitoring the connectivity between RI and Internal server

    Posted Thu April 29, 2010 03:44 PM

    What we implemented (and is working fine) :

    • on our IS, we have a “TestConnect” service a la ping (a bit more complex because it’s checking also IS’ database connectivity before repluying).

    • I’m querying this service from my IS thru the http gw’s “Gateway External” port.

    If it’s replying, it means the link is up and running.

    Hopping it helps.

    Laurent


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 5.  RE: Monitoring the connectivity between RI and Internal server

    Posted Thu April 29, 2010 08:19 PM

    That’s a smart implementation!

    However keep in mind most of the times the RHG has several internal clustered servers registered. In that case you might have one node down or with internal pools failing and you won’t notice.

    I think this is a place for a enhancement. SAG should provide services to check RGH pool status on InternalServer side. (They might exist as internal services, but not public? )


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 6.  RE: Monitoring the connectivity between RI and Internal server

    Posted Thu May 20, 2010 01:30 PM

    Hi Laurent
    Can you please confirm whether my understanding is correct or not?
    This means that

    • You have a TestConnect service on your IS (internal Server)
    • You have another service on IS (internal Server) itself which will invoke the TestConnect service thru RGH using the Gateway External port

    —Venkata Vidya Sagar P


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB