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.  Shutdown webmethods server Immediately

    Posted Tue August 09, 2005 10:54 PM

    Hi-
    I am trying to shutdown our integration server through a java program, i am able to shutdown the server but its shutting down only after 10 min, is there anyway i can set a parameter to shut the server immediately?? i have used the service wm.server.admin:shutdown.
    Thanks in advance
    Venkat


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


  • 2.  RE: Shutdown webmethods server Immediately

    Posted Wed August 10, 2005 05:34 AM

    HI Venkat

    If your OS is Solaris easiest way is to get the process id running on the port 5555, and kill it (assuming you are using the default port)

    Note: By killing the process you may loose some data.

    Srini


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


  • 3.  RE: Shutdown webmethods server Immediately

    Posted Wed August 10, 2005 04:04 PM

    I don’t think you can get pid dynamically everytime (easily), atleast not that I know of…

    I tried attempting usign the shutdown service in my last project and I was able to shutdown successfully shutdown/restart IS from one box to another.


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


  • 4.  RE: Shutdown webmethods server Immediately

    Posted Wed August 10, 2005 05:01 PM

    If you are using wm.server.admin:shutdown, add the variable “option” to your input pipeline and set it to “force”


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


  • 5.  RE: Shutdown webmethods server Immediately

    Posted Wed August 10, 2005 10:26 PM

    Have you tried the Igor Androsov’s utility “wMShutdown For IS 6.x” found in the Software section of wMUsers?


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


  • 6.  RE: Shutdown webmethods server Immediately

    Posted Wed August 10, 2005 10:33 PM

    Thank you everybody for your help, i was able to make the program work, i used the service wm.server.admin:shutdown but also passed parameters as bounce=N,option=I,timeout=0.
    Thank you


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