DX Application Performance Management

  • 1.  TibcoBW agent auto naming

    Posted Feb 09, 2017 04:36 AM

    Hi Team,

    We have installed the TibcoBW agent successfully and instrumented each and every adapter by adding the jvm args in the bwengine.tra file of each adapter.

    We want to see each adapter as a separate agent under the hostname-->processname(tibcobw) in the workstation console.In order to achieve that we have made the below changes in the introscopeAgent.profile.

    introscope.agent.customProcessName=tibcoBW
    introscope.agent.defaultProcessName=UnknownProcess
    introscope.agent.agentName=
    introscope.agent.agentAutoNamingEnabled=true

    But still we are able to see only one adapter with its name but rest we are not able to see but we are able to see logs of all the other adapters in wily/log directory.

    I want to know what extra modification do i need to do in profile file to achieve the above requirement.

     

    Cheers
    Jay
    Cell No:+918412988488

    E-Mail: jaykrishna_mishra@yahoo.com



  • 2.  Re: TibcoBW agent auto naming

    Broadcom Employee
    Posted Feb 09, 2017 08:20 AM

    Dear JayKrishna:

        This KB is on TibcoBW and autonaming . Have you tried changing the settings as suggested?

    https://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.tec602356.html 

      introscope.agent.agentAutoNamingMaximumConnectionDelayInSeconds=10    introscope.agent.agentAutoRenamingIntervalInMinutes=1


  • 3.  Re: TibcoBW agent auto naming

    Broadcom Employee
    Posted Feb 09, 2017 08:33 AM

    This was also an interesting discussion Tibco BusinessWorks and agent names 



  • 4.  Re: TibcoBW agent auto naming
    Best Answer

    Broadcom Employee
    Posted Feb 09, 2017 09:41 AM

    Autonaming relies on the use of WebAppSupport.jar. TibcoBW doesn't use this, so your options are:

     

    1. Pass agentName on the commandline
      1. -Dcom.wily.introscope.agent.agentName=myAppName
    2. Update agentName property in IntroscopeAgent.profile
      1. introscope.agent.agentName=myAppName
    3. Update agentNameSystemPropertyKey in IntroscopeAgent.profile
      1. introscope.agent.agentNameSystemPropertyKey=mySystemProperty


  • 5.  Re: TibcoBW agent auto naming

    Broadcom Employee
    Posted Feb 09, 2017 10:53 AM

    Three answers have been given on next steps that are clear. Marking as answered. You may post status updates and followup questions as needed.