DX Application Performance Management

 View Only
  • 1.  Multiple Domains in APM 10.7 SP3

    Posted May 16, 2019 04:09 PM

    Hi, How can I share metrics / agents / hosts across multiple domains

    I have 3 domains and I need to be able to see the metrics of these 3 servers with EPAS's for each of the domains. Having an idependence at the security level.

     


    This is the configuration of my domains: (See A.jpg)

    <?xml version="1.0" encoding="UTF-8"?>
    <domains xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="domains0.3.xsd" version="0.3">
        <domain name="CICS" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group1" permission="full"/>
        </domain>
        <domain name="BUS" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group2" permission="full"/>
        </domain>
        <domain name="SAP" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group3" permission="full"/>
        </domain>
        <domain name="CANALES" description="Domain description">
        <agent mapping="(.*)"/>
        <grant group="group4" permission="full"/>
        </domain>
        <SuperDomain>
            <agent mapping="(.*)"/>
            <grant group="Admin" permission="full"/>
            <grant user="Guest" permission="read"/>
        </SuperDomain>
    </domains>

     


    Only hosts and metrics appear only in the CICS GROUP and in the other groups not. Is it possible to do this? (See B.jpg)

     


    Thank you

    Regards


    Marcelo

    Marcelo



  • 2.  Re: Multiple Domains in APM 10.7 SP3
    Best Answer

    Posted May 16, 2019 04:39 PM

    CheloLabonia

     

    You need to create a virtual agent to publish metrics in multiple domains. Following are the instructions how to create a virtual agent and point it to your desired domain. 

     

    https://docops.ca.com/ca-apm/10-7/en/administrating/administrator-tools/use-virtual-agents-to-aggregate-metrics



  • 3.  RE: Re: Multiple Domains in APM 10.7 SP3

    Posted Jun 10, 2019 02:15 PM
    The link in the above thread entry ( https://docops.ca.com/ca-apm/10-7/en/administrating/administrator-tools/use-virtual-agents-to-aggregate-metrics ) is not working after moving the community to broadcom.  the link takes me to the community home page.


  • 4.  RE: Re: Multiple Domains in APM 10.7 SP3

    Posted Jun 10, 2019 02:25 PM
    It is working fine for me 

    https://docops.ca.com/ca-apm/10-7/en/administrating/administrator-tools/use-virtual-agents-to-aggregate-metrics


    ------------------------------
    Business Solutions Analyst III
    AmerisourceBergen
    ------------------------------



  • 5.  Re: Multiple Domains in APM 10.7 SP3

    Posted May 17, 2019 09:37 AM

    Hi Junaidwily, Thank you very much with your help I could solve the problem. I show how you configure it so maybe another one has the same problem. Thank you.

     

    vi agentclusters.xml

    <agent-clusters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="agentclusters0.1.xsd" version="0.1" >

            <agent-cluster name="BUS Virtual Adapter" domain="SuperDomain" tgtDomain="BUS">
                    <agent-specifier>.*</agent-specifier>
                    <metric-specifier>.*</metric-specifier>
            </agent-cluster>

    </agent-clusters>

     

    Result

    (See C.jpg)