DX Application Performance Management

 View Only
  • 1.  CLW Threadump problem

    Posted Jan 21, 2016 11:55 AM

    Hi CA Community,

     

    I was a problem with CLW threaddump generation from AIX server.

     

    I tried with:

     

    ./java  -Xmx128M -Duser=foobar -Dpassword=foobar  -Dhost=pmanager -Dport=5001 -jar /Apps/wily10/lib/CLWorkstation.jar "get ThreadDump for the agent matching PMOBANKAPPP02|WebSphere|pnetp06Cell02/BCPMBBK02 for performance"

     

    But command line only display:

     

    PMOBANKAPPP02|WebSphere|pnetp06Cell02/BCPMBBK02emConnection=available

     

    But the documentation show aditional messages for threadump generation:

     

    TD enable on EM = true

    TD enable Agent = true

    SUCCEESS

    "main" Id=1 RUNNABLE (in native)

     

    Regards

     

    P.D The threadump generation under workstation works fine.

     

    Aldo.



  • 2.  Re: CLW Threadump problem
    Best Answer

    Broadcom Employee
    Posted Jan 21, 2016 02:42 PM

    Hi Aldo,

    Your problem might be due to regex syntax i.e. you are missing "\" to escape the pipe "|" node delimiters & also the final "/", so can you please try to add them to see if it helps.

    I think the information in this old KB is now in the wiki, but gives an example:

    Can the new 9.1.x Thread Dump feature be run from the Command Line Workstation to enable alert triggering of a thread dump using a shell action.

     

    Hope it helps

     

    Regards,

     

    Lynn



  • 3.  Re: CLW Threadump problem

    Posted Jan 21, 2016 02:50 PM

    Hi Lynn,

     

    Thanks for your response !

     

    The scripts runs fine with pipe.

     

    ./java  -Xmx128M -Duser=foobar  -Dpassword=foobar  -Dhost=pmanager -Dport=5001 -jar /Apps/wily10/lib/CLWorkstation.jar get ThreadDump for the agent matching ".*PMOBANKAPPP02\|WebSphere\|pnetp06Cell02/BCPMBBK02.* for performance"

     

    Regards