DX Application Performance Management

  • 1.  Domain.XML in CDV

    Posted Jun 25, 2018 10:19 AM

    Hi All,

     

    Good Afternoon.

     

    We are giving access to customer only CDV for their applications.

    I have created three domain in CDV. Like customer A customer B and Customer C.

    We want, Customer A can see their agents and management module.

    We want only customer B can see their agents and management module.

    We want only customer C can see their agents and management module.Please suggest me configuration and solution for this.

    We are not planning to integrate CA APM with CA EEM.

     

    Regards

    Vinay Nayak



  • 2.  Re: Domain.XML in CDV

    Posted Jun 25, 2018 11:22 AM

    If you don't want to use LDAP or EEM authentication. you can create local users in users.xml like customerA, CustomerB, and CustomerC. 

     

     <users>
            <user password="" name="SaasAdmin"/>
            <user password="" name="Admin"/>
            <user password="2a.1000.a9hZlUjIZUVV4vMjkv3BtA==.Ysxf7wwkpbWLN6reklfb9jaXoQ==" name="Guest"/>
            <user password="2a.100000.uJLqdhmvSNCNiaCjxPDadeA==.m7lQm6pkgr0KDFM3bpuTWY3A==" name="CustomerA"/>
            <user password="2a.100000.uJLqdhmvSNCNiaCjxPDadeA==.m7lQm6pkgr0KDFM3bpuTWY3A==" name="CustomerB"/>

    <user password="2a.100000.uJLqdhmvSNCNiaCjxPDadeA==.m7lQm6pkgr0KDFM3bpuTWY3A==" name="CustomerC"/>
        </users> 

     

    after that create domain with the names like Application A for Customer A same as for B and C

     

    <domain name="Application A" description="Application A">
            <agent mapping="ApplicationAHostName\|(.*)\|(.*)"/>
            <grant user="CustomerA" permission="full"/>
        </domain>

     

    Create same for B and C also.



  • 3.  Re: Domain.XML in CDV

    Posted Jun 25, 2018 11:32 AM

    Thanks for your reply on this.Can you please let me know if i want to go with active directory for same solution ? 



  • 4.  Re: Domain.XML in CDV

    Broadcom Employee
    Posted Jun 26, 2018 05:19 AM

    HI Vinay,

     

    I wrote this doc in the past, it might help you understand the steps you need to take to configuring Introscope with LDAP

    How to configure Introscope with LDAP.pdf 

     

    There is also this KB

    Configuring CA APM to use LDAP Authentication (Int - CA Knowledge 

     

    Regards,

    Sergio



  • 5.  Re: Domain.XML in CDV

    Posted Jun 26, 2018 05:21 AM

    Thanks Sergio..I will check documents  



  • 6.  Re: Domain.XML in CDV
    Best Answer

    Posted Jun 25, 2018 12:23 PM

    You have to configure realms.xml to authenticate with Active directory. Following link with help you integrating MOM with Active Directory.

     

    https://docops.ca.com/ca-apm/10-7/en/administrating/apm-security/securing-introscope/securing-introscope-using-ldap#SecuringIntroscopeusingLDAP-realms.xmlsyntaxforMSActiveDirectory



  • 7.  Re: Domain.XML in CDV

    Posted Jun 26, 2018 05:24 AM

    Thanks



  • 8.  Re: Domain.XML in CDV

    Posted Jun 26, 2018 05:25 AM

    Thanks to all your comments and help..:)