DX Operational Intelligence

 View Only
  • 1.  OI integration with Spectrum

    Posted Jan 25, 2021 11:58 AM
    Hello Team

    I am trying to integrate Spectrum with OI, installed Spectrum Publisher referring the Techdocs documentation which went fine, but the data from Spectrum was not getting received in OI console.

    Tried following the next article : https://knowledge.broadcom.com/external/article/204931/spectrum-alarms-are-not-showing-up-in-dx.html

    but here i do not see the security folder created under Spectrum Publisher installation path.

    Can anyone guide what i am missing and guide to complete this integration

    Thanks
    Manish


  • 2.  RE: OI integration with Spectrum

    Broadcom Employee
    Posted Feb 01, 2021 12:45 PM
    + @Nestor Falcon Gonzalez, @Sheenam Gupta​​

    ------------------------------
    Ashley George
    Product Marketing Manager
    Enterprise Software Division, Broadcom
    ------------------------------



  • 3.  RE: OI integration with Spectrum

    Broadcom Employee
    Posted Feb 01, 2021 12:58 PM
    HI Manish

    are you integrating with SaaS?
    sample from a working ConnectorConfig.xml integrated with DX SaaS:

    <Destinations>
    <!-- For CA Digital Operational Intelligence details -->
    <DestinationConfiguration>
    <DestinationType>DOI</DestinationType>
    <DestinationDefaultTenant>9C6EAD.....F31ADFC9</DestinationDefaultTenant>
    <DestinationUrl>https://api.dxi-na1.saas.broadcom.com</DestinationUrl> <!-- give OI nginx endpoint. (e.g "http://nginix-oi123.net:80") -->
    <DestinationEntitiesPerPayload>200</DestinationEntitiesPerPayload>
    <ProxyHostForDestination></ProxyHostForDestination>
    <ProxyPortForDestination></ProxyPortForDestination>
    <ConfigFile>DOIConfig.xml</ConfigFile>
    <Alarms>true</Alarms>
    <Ncm>false</Ncm>
    <AlarmReconcileConfiguration> <!-- Clears the stale alarms in DOI during service startup. -->
    <Enable>true</Enable>
    <OIUrl>https://doi.dxi-na1.saas.broadcom.com</OIUrl> <!-- give OI host url. example: https://doi.dxi-na1.saas.broadcom.com -->
    <BearerToken>eyJ0a24iOiIyOGVkZmEx....mVjMzRiZTkiLCJhbGwiOnRydWV9</BearerToken>
    </AlarmReconcileConfiguration>
    </DestinationConfiguration>
    </Destinations>


    <TasConfiguration>
    <EnableIntegration>true</EnableIntegration>
    <TasUrl>https://apmgw.dxi-na1.saas.broadcom.com</TasUrl> <!-- give TAS host url. example: http://ngtas.doi-123.net:8080/ -->
    <EnableIncrementalSync>true</EnableIncrementalSync>
    <FullSyncInterval>1</FullSyncInterval> <!-- value in hours -->
    <IncrementalSyncInterval>30</IncrementalSyncInterval> <!-- value in minutes -->
    <FailedPayloadRetry>3</FailedPayloadRetry> <!-- default is 3 times, Set max up to 10 times -->
    <RetryTimeout>10</RetryTimeout> <!-- value in Seconds, each retry will wait for 10 seconds by default, Set max up to 60 seconds -->
    <StorePath>tas/graph/storeAsync</StorePath>
    </TasConfiguration>

    Let us know if this helps and if any relevant msg in the logs
    Nestor


  • 4.  RE: OI integration with Spectrum

    Posted Feb 19, 2021 04:57 AM

    Dear Team

    Request you advice here

     

    We have deployed DOI in one of the customer and the installation was successful. Integration is not working with CA spectrum and we are getting the following error

     

    021-02-18 18:28:41,190 ERROR [12433]: [manager.DOISync] [pushToAXA] - Catching

    com.ca.spectrum.spub.common.ConnectorException: Got the Error sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target while  parse the response from AXA

     

    We have copied the certificate from DOI server to publisher server and ran the keytool command but still getting the error and data is not synchronised to DOI

     

    Thanks

     

    Santhosh

     

     




  • 5.  RE: OI integration with Spectrum

    Broadcom Employee
    Posted Feb 19, 2021 05:03 AM
    Hi

    which remote SaaS hosts are you using for the ssl validation?
    You followed these steps right?
    https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/spectrum/10-3-2/integrating/ca-spectrum-and-analytics/integrate-ca-spectrum-with-ca-digital-operational-intelligence-using-spectrum-data-publisher.html#concept.dita_01d23b21ebdeb3555223a11e764ef8c41f86b5f7_ImportSSLhttpsCertificateintoSpectrumDataPublisher


  • 6.  RE: OI integration with Spectrum

    Posted Feb 19, 2021 05:04 AM
    Hi Nestor 

    This is an Onprem installation 
    Thanks
    Santhosh


  • 7.  RE: OI integration with Spectrum

    Posted Feb 19, 2021 05:03 AM
    <SpectrumConfiguration>
    <OneClickHostname>5f01-tsr-oneclick</OneClickHostname>
    <OneClickPort>8080</OneClickPort>
    <OneClickProtocol>http</OneClickProtocol>
    <FilterUIMContent>true</FilterUIMContent>
    <ConfigFile>SpectrumConfig.xml</ConfigFile>
    </SpectrumConfiguration>

    <Destinations>
    <!-- For CA Digital Operational Intelligence: Specify Jarvis details -->
    <DestinationConfiguration>
    <DestinationType>DOI</DestinationType>
    <DestinationHostname>doi-nginx.10.0.0.128.nip.io</DestinationHostname>
    <DestinationPort>443</DestinationPort>
    <DestinationProtocol>https</DestinationProtocol>
    <DestinationDefaultTenant>B5644AC9-2172-4AE8-AAB8-03B726ED9F86</DestinationDefaultTenant>
    <DestinationEntitiesPerPayload>200</DestinationEntitiesPerPayload>
    <ProxyHostForDestination></ProxyHostForDestination>
    <ProxyPortForDestination></ProxyPortForDestination>
    <ConfigFile>DOIConfig.xml</ConfigFile>
    <Inventory>true</Inventory>
    <Alarms>true</Alarms>
    <Metrics>true</Metrics>
    <Groups>true</Groups>
    <Services>false</Services>


  • 8.  RE: OI integration with Spectrum

    Broadcom Employee
    Posted Feb 19, 2021 05:17 AM
    Santosh, you have installed OI with https routes, right?
    Can you check your doi-nginx endpoint is reachable?
    which versions of spectrum, spectrum connector and OI are you using?
    I would recommend you open a support ticket to further investigate this issue
    Thanks
    Nestor