DX Application Performance Management

 View Only
  • 1.  CA Command Center binding to localhost

    Posted Dec 21, 2015 07:53 AM

    Installed CA Command Center 1.1 on CentOS 6.4 64 bits.

     

    The /etc/host specifies:

    127.0.0.1 localhost

    10.2.2.92 opsAPMtest02

     

    Define agentController.listener.binaddress=0.0.0.0.

    However, CA Command Center is listening to hostname localhost(127.0.0.1) with port 51914 and not opsAPMtest02 (10.2.2.92).

     

    How can we force CA Command Center to listen to 10.2.2.92?

     

    Thanks,

    Luke  



  • 2.  Re: CA Command Center binding to localhost

    Posted Dec 21, 2015 08:08 AM

    Hi Luke,

     

    Short answer: You can’t.

     

    Long answer: The Controller can not be used remotely, because it needs local filesystem access to the Agents that are connected to it (so that it can fetch their log and config files when the Agent is down for example). Therefore it does not make sense to open a network Socket on an externally accessible address, as that would increase the attack surface on your servers while there is no reason to do so.

     

    So my question really is: What are you trying to do? Why are you trying to bind a Controller to a public address?

     

    Regs,

     

    Florian.



  • 3.  Re: CA Command Center binding to localhost

    Posted Dec 21, 2015 08:14 AM

    Hi Florian,

    The problem is "no agents are discovered".

    We performed all the necessary steps for the agents to report to CA Command Center but none of them are discovered. We thought its because there are no connection between the agents and CA Command Center on port 51914 because of the IP address.

    Thanks for any more inputs you may have.

    Luke



  • 4.  Re: CA Command Center binding to localhost
    Best Answer

    Posted Dec 21, 2015 08:37 AM

    Did you install a Controller on each server where your Agents are running?

    Did you copy the AccRegistration.jar file to the Agent’s “ext” folder? Which Agent versions are you using? Do you have the Agent.profile snippet with the acc properties? Did you restart the Agents?

     

    Regs,

     

    Florian.



  • 5.  Re: CA Command Center binding to localhost

    Posted Dec 21, 2015 08:54 AM

    Hi Florian,

    I see the problem: CA Command Center Controller was not installed where the agent are running.

    I will install and test again.

    Thanks for pointing this out.

    Luke