webMethods

webMethods

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.  Integration server start up

    Posted Thu August 13, 2009 05:30 PM

    Hi All,

    I want to know,how can we ensure that the Integration Server is started successfuuly.

    One way is by checking through browser wiht “localhost:port”.

    Is there any other way?

    Thanks,
    Chandu…


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


  • 2.  RE: Integration server start up

    Posted Thu August 13, 2009 08:20 PM

    you can check the server log, see if the loading process finish successfully.
    you also can check the process ISNTSvc.exe in windows task manager.


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


  • 3.  RE: Integration server start up

    Posted Fri August 14, 2009 06:33 AM

    If IS is running on unix environment you can do ‘ps -ef | grep java’ to know the status.


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


  • 4.  RE: Integration server start up

    Posted Fri August 14, 2009 06:08 PM

    ps -ef|grep java does not neccessary show that the IS has started successfully. It just give the process id of the java instance. If server gets hangs while starting or while waiting for something you may get true result of ps -ef|grep java command, but server has not started yet.

    I am not sure whats the best way, but the simple way to is to check through IE browser or from server logs.


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


  • 5.  RE: Integration server start up

    Posted Fri August 14, 2009 06:18 PM

    Using a monitoring tool that can do http posts/gets, invoke wm.server:ping. It returns a date/time string. If the service responds, IS is up and running (but no inference on how well it is running).


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