DX Application Performance Management

  • 1.  Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?

    Posted Aug 30, 2016 09:49 AM

    I want to load a new management module (,jar file) without having to restart the MOM.  Is this possible?  Putting the new .jar into the wily/config/modules folder doesnt do it.  After a restart, it loads fine but I would like to see if there is a way to do this without restarting.



  • 2.  Re: Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?
    Best Answer

    Posted Aug 30, 2016 10:06 AM

    You need to:

     

    1)      Delete the existing Management Module using the UI or the CLW

     

    2)      Copy your new MM in the “deploy” directory, that will do what you want.

     

    Regs,

     

    Florian.



  • 3.  Re: Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?

    Broadcom Employee
    Posted Aug 30, 2016 10:08 AM

    Hot Deploy of MM JAR

    Creating new Management Module

    To create a new Management Module, you need to assemble the JAR file (must have a unique name) and drop it into the <INTROSCOPE_INSTALL_ROOT>/deploy directory.  

    It should appear in the MM list.



  • 4.  Re: Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?

    Broadcom Employee
    Posted Aug 30, 2016 10:09 AM

    Hi Tim:

    Please let us know if Florian's recommended approach was helpful and worked for you

     

    Thanks

    Hal German



  • 5.  Re: Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?

    Broadcom Employee
    Posted Aug 30, 2016 10:11 AM

    Updating an existing Management Module

    To update a Management Module using the hot deploy mechanism, you must first delete the existing MM (mechanism to be determined) and then add the updated JAR to the deploy directory as above.



  • 6.  Re: Is it possible to load new modules (config/modules) without restarting the MOM in APM 9.7?

    Posted Aug 30, 2016 10:21 AM

    Thanks all for the quick response.  This worked!