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.  Shutting down server on AIX machine

    Posted Mon March 28, 2011 09:09 AM

    Hi,

    Is there any way to shut down the integration server if the IS is down and cannot ablte to open the admin console on AIX machine?

    Also, is it possible to open the admin console using diagnostic port in such cases?

    Regards,
    Shriraksha A.N


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Shutting down server on AIX machine

    Posted Mon March 28, 2011 12:01 PM

    If your integration server is dead (not responding) ie taking time to open the Admin console, then you can kill the process. But before killing the process take the thread dump to analyze the issue.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Shutting down server on AIX machine

    Posted Mon March 28, 2011 06:12 PM

    Thanks for the response…

    My requirement is in case if the IS is not responding, then the user need to properly shut down the server and then needs to start it again on AIX machine.

    Is there anything that we can do through command prompt to achive this?

    I am not aware of killing a process as you have mentioned earlier. If the admin console itself is not opening, how can we kill a process?

    Thanks in advance…

    Regards,
    Shriraksha A.N


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Shutting down server on AIX machine

    Posted Tue March 29, 2011 02:18 PM

    If the IS is dead, then the only way is to kill the process ( not graceful shutdown as not able to open the Admin page ).

    1. Seach for the process id.
    2. kill the process: kill -3

    Then start the IS server again: /.nohup server.sh&
    and then check the server log.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Shutting down server on AIX machine

    Posted Thu March 31, 2011 05:54 AM