DX Application Performance Management

  • 1.  setPmiModules for APM 9.5 now available

    Broadcom Employee
    Posted Jan 21, 2014 08:21 AM

    I have updated the JACL script for use with APM 9.5 WebSphere agents.

    A change was needed due to the way you now need to create the startup class in WAS.

    You can find the script in under the Tools section of Documents: https://communities.ca.com/documents/2301951/12514087/setPmiModules_apm95/5796a3c3-ec27-44d3-8b81-91de1f7e68cf



  • 2.  RE: setPmiModules for APM 9.5 now available

    Posted Jan 21, 2014 09:45 PM

    Hi Davis,

    I guess you may require to update the "updateJVMArgsForServer" for the WAS 7.0 to use the "AgentNoRedefNoRetrans.jar" and the respective profile.

    elseif { $servVersion == "7.0" } { append JVM_ARGS "-javaagent:" $wilyHome $separator "AgentNoRedefNoRetrans.jar -Dcom.wily.introscope.agentProfile=" $wilyHome $separator "profiles/IntroscopeAgent.AgentNoRedefNoRetrans.profile" }

     

    Thanks



  • 3.  RE: setPmiModules for APM 9.5 now available

    Broadcom Employee
    Posted Jan 21, 2014 11:27 PM

    Yes I probably should since after 9.5.x, we'll be removing the other agent jar files and only distributing the No Redef/No Retrans agent. Thanks for reminding me.

    I will update the script and post it back.



  • 4.  RE: setPmiModules for APM 9.5 now available

    Broadcom Employee
    Posted Jan 22, 2014 04:44 PM

    I've updated the script to now look for WAS versions 6,7,8 and update JVM arguments to use AgentNoRedefNoRetrans.jar.

    Please feel free to test this and let know if you have any questions or concerns.



  • 5.  RE: setPmiModules for APM 9.5 now available

    Posted Jan 22, 2014 09:41 PM

    Thats great, i will download and test it.