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
Expand all | Collapse all

Need to remove webmethods service Name

  • 1.  Need to remove webmethods service Name

    Posted Wed May 04, 2016 12:38 PM

    Any idea, how to remove the windows services which we have created while installing.

    And whether the platform manager is mandatory component in 9.8?


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


  • 2.  RE: Need to remove webmethods service Name

    Posted Wed May 04, 2016 12:49 PM

    To delete IS instances (deletes whole IS instance, not just service):

    is_instance.bat delete -Dinstance.name=<instance_name>

    instance.bat is located under “\IntegrationServer\instances”

    To delete MWS instances (deletes whole MWS instance, not just service):

    mws -s <instance_name> delete

    mws. bat is located under “\MWS\bin”

    If you just want to delete windows service and keep installations, then you can use windows command “SC”:

    sc delete [<ServiceName>]

    If you want your servers to be controlled or administrated by Command Central then Platform Manager is mandatory.


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


  • 3.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 03:14 AM

    Can’t install platform manager alone? I don’t need it.


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


  • 4.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 03:30 AM

    You can install it standalone but it will be of no use if it is not installed on the same platform where other components are resided. Basically you cannot manage IS, MWS and other components through SPM command line or Command Central unless you have it installed.

    But, If you just want to have IS/MWS for development purpose and if you can manage them starting up or shutting down through services/daemons/scripts then you need not install Platform Manager.


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


  • 5.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 03:32 AM

    You can install it standalone but it will be of no use if it is not installed on the same platform where other components are resided. Basically you cannot manage IS, MWS and other components through SPM command line or Command Central unless you have it installed.

    But, If you just want to have IS/MWS for development purpose and if you can manage them starting up or shutting down through services/daemons/scripts then you need not install Platform Manager.


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


  • 6.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 03:41 AM

    Thanks prasada.

    Suppose if i have installed IS and platform manager, and i want to uninstall platform manager alone, Is it possible?

    It seems to be IS has dependent on platform manager. correct?


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


  • 7.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 03:46 AM

    Yes you can uninstall platform manager and still use IS without it.


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


  • 8.  RE: Need to remove webmethods service Name



  • 9.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 04:45 AM

    I haven’t tried uninstalling it but I have just installed integration server without platform manager on my local and able to use it.

    Have you tried clicking on NO and proceed further when uninstaller prompts you with a message that “Do you want to select the dependent compoenents?”


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


  • 10.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 04:56 AM

    I think, it’s not possible, Which version you have tried this. Pls find attached the screen shot for your reference.
    screen1.jpg


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


  • 11.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 05:14 AM

    This screenshot is fine… It says… it has to uninstall the SPM PLUGINS of integration server… NOT Integration Server itself.


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


  • 12.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 05:22 AM

    Ignore the above screenshot. I tried , but my integration server it self uninstalled… Any idea…


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


  • 13.  RE: Need to remove webmethods service Name

    Posted Thu May 05, 2016 05:45 AM

    Nope. I have to check the same on my local and see.


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


  • 14.  RE: Need to remove webmethods service Name

    Posted Fri May 06, 2016 02:54 PM

    Before I tell you how, let me ask you: why?

    The Platform Manager is essential if you want to use Command Central, and Software AG is investing quite a bit into Command Central. If you’re not ready for it yet, just set the Windows service to manual or disabled.

    Now, if you really want to get rid of the Windows service:

    1. Open a command prompt
    2. Go to \profiles\SPM\bin
    3. Run: service.bat -remove

    Percio


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


  • 15.  RE: Need to remove webmethods service Name

    Posted Sun May 08, 2016 12:07 PM

    Castro,

    Thanks for the info.

    I thought to remove it as am not using command central , However IS is depending on few of JAR file, so that i just disabled the service in services.

    I have removed by using below command. It’s working fine now.

    SC delete

    Thanks for your support.


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