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.


#TechXchangePresenter
 View Only
  • 1.  restart intigration server

    Posted Tue May 27, 2014 10:16 AM

    Hi Team

    How to restart IS through putty,

    Thanks
    naresh


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: restart intigration server

    Posted Tue May 27, 2014 10:19 AM

    goto IntegrationServer/bin
    for unix
    nohup ./startup.sh &
    for windows
    execute startup.bat


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: restart intigration server

    Posted Tue May 27, 2014 10:31 AM


  • 4.  RE: restart intigration server

    Posted Tue May 27, 2014 12:09 PM

    Naresh,

    Another idea is you can create this in a script and execute it as a utility (runserver.sh)

    vi.runserver.sh

    cd …
    rm -f LOCKFILE
    cd bin
    nohup ./server.sh 1>/dev/null 2>/dev/null& ( you can replace /dev that you want it based on your nohup file storage on your unix file system)

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: restart intigration server

    Posted Tue May 27, 2014 02:26 PM

    Yes… its a good idea…:slight_smile: writing your own custom script to restart IS


    #Integration-Server-and-ESB
    #webMethods