Block agents connections to a Enterprise Manager
search cancel

Block agents connections to a Enterprise Manager

book

Article ID: 187111

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

There are some agents that need to be blocked if trying to connect to the MOM or standalone Enterprise Manager. Is there a way to achieve this from APM side?

Environment

DX APM 10.7.x

Resolution

There is an Enterprise Manager property that will allow to ban the IP addresses from agents. Follow the below steps:

  1. Open the IntroscopeEnterpriseManager.properties file for the Enterprise Manager you would like to block agents
  2. Add the following property:
    isengard.server.banned.client.ipaddresses=<Agent1_IP_Address,<Agent2_IP_Address>,<Agent3_IP_Address>

    eg:
    Agent1 IP Address: 192.0.2.1 
    Agent2 IP Address: 192.0.2.2
    Agent3 IP Address: 192.0.2.3
    isengard.server.banned.client.ipaddresses=192.0.2.1 ,192.0.2.2,192.0.2.3
  3. Save the file
  4. Restart the Enterprise Manager for the changes to take effect