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.  I.S. shutdown question.

    Posted Tue December 07, 2004 10:03 AM

    Hello,

    We are daily shutting down our I.S. using a java program invoking wm.server.admin:shutdown
    We invoke this service with a 5 minutes grace period to allow running sessions to complete (timeout option). Unfortunately, it seems that users can continue to logon during this grace period �

    Is there a way to let current processes running but disallowing new connections or new services to be launched ?

    Thanks & regards.

    Laurent


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: I.S. shutdown question.

    Posted Tue December 07, 2004 10:23 AM

    One suggestion would be to block the setup ports.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 3.  RE: I.S. shutdown question.

    Posted Wed December 08, 2004 09:16 AM

    Laurent,
    Can you send me the JAVA program you use to get an external shutdown started.
    I am a simple Admin and do not know JAVA coding (yet?).
    Jim Riley jriley@wmata.com


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: I.S. shutdown question.

    Posted Wed December 08, 2004 10:27 AM

    One suggestion would be to block the setup ports.

    It’s the solution we are thinking about … but what will be the concequence if a file is being transfered ? Does blocking a ports stop current files transfer ?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 5.  RE: I.S. shutdown question.

    Posted Wed December 08, 2004 10:50 AM

    Hi,

    After process of shutdown is started register event handlers for following events
    �Session Start Event� and for �Audit Events�
    When new session is started try to kill session with
    wm.server.admin:killSession

    I hope this help.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: I.S. shutdown question.

    Posted Thu December 09, 2004 09:37 AM

    Hi James, there is some shareware at wmusers that should help:

    http://www.wmusers.com/software/browse.shtml?keys=shutdown&SUBMIT.x=8;8&SUBMIT.y=1;14

    This will take you to wmusers shareware site and you can download shutdown programs, scripts with instructions.

    I would recommend: wMShutdown For IS 6.x (1598k)

    Enjoy!

    Wayne


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 7.  RE: I.S. shutdown question.

    Posted Wed December 15, 2004 11:08 AM

    Jim,

    my collegue Emmanuel Bigot has send the source code of the tool we are using.
    Please search in the forum keyword ‘IS shutdown emmanuel’ and you will find his message.

    Anyway, I think this code come from some Freeware source.

    krasimir,

    thank for your tip, we’ll try your solution.

    Best regards,

    Laurent


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods