DX Application Performance Management

APM HF Enhancement -- Custom Directory Installation

  • 1.  APM HF Enhancement -- Custom Directory Installation

    Broadcom Employee
    Posted Jan 02, 2019 09:56 AM

    Installing APM Hotfixes in a custom directory - CA Knowledge 

     

    The APM Hotfix utility forces us to copy the script in the product install folder. We want to copy the script and run the hotfix installation from any directory. Is this possible?

     

    Yes, this is now possible.
     
    Before Example:

    If EM Home folder is c:\CAAPM\EM or \opt\introscope\em  - then we need to copy the utility in that folder and run the following command:
    Java. -jar APM_Hotfix_ 10.7***.jar
     
    After Example:
    APM can run now the script from any user desired folder pointing it to the EM home folder.
     
    Java -jar APM_Hotfix_10.7.XXXX.jar c:\CAAPM\EM\
    Or
    Java -jar APM_Hotfix_10.7xxxx.jar \opt\introscope\em\
     
    Important note: The trailing “\” is a must for successful execution on both the environments.