DX NetOps

 View Only
  • 1.  Round Trip Time Configuration and view Results

    Posted Sep 11, 2017 09:25 AM

    Hi all,

     

    I tried to configure a RTT in CA PM.

     

    I create the following Rest Calls via POST.

     

    <IcmpEchoRoundTripTestProfile version="1.0.0">
       <Item version="1.0.0">
        <Name>Example ICMP Echo Test</Name>
       </Item>
       <AttrGroupList>
         <AttrGroup>
           <ActionType>CREATE</ActionType>   
           <TestHost>192.**********</TestHost>
           <IPDomainID>2</IPDomainID>
           <TargetAddress>192.********</TargetAddress>
           <Frequency>62</Frequency>
           <Timeout>5000</Timeout>
           <Threshold>5000</Threshold>
           <Owner>tedison</Owner>
           <Tag>ECHO02</Tag>
           <RequestSize>40</RequestSize>
         </AttrGroup>
      </AttrGroupList>
    </IcmpEchoRoundTripTestProfile>

     

    and:

     

    <HTTPRoundTripTestProfile version="1.0.0">
       <Item version="1.0.0">
        <Name>Http RTT</Name>
       </Item>
       <AttrGroupList>
         <AttrGroup>
           <ActionType>CREATE</ActionType>   
           <TestHost>192.*******</TestHost>
           <IPDomainID>2</IPDomainID>
           <Url>http://www.google.de</Url>
           <Frequency>62</Frequency>
           <Timeout>5000</Timeout>
           <Threshold>5000</Threshold>
           <Owner>tedison</Owner>
           <Tag>ECHO02</Tag>
           <Operation>1</Operation>
         </AttrGroup>
      </AttrGroupList>
    </HTTPRoundTripTestProfile>

     

    In TestHost and TargetAddress I have a correct IP, of course. But here I did ***.

     

    First of all I added a SNMP Profile to set SNMP an add an device to this Profile.

     

    Now I want to create a view. The I missing this Point in the documentation.

     

    I think it´s the "Respsonse Tests" when I add a new Dashboard. But when I select e.g. "Top Response Tests - HTTP" or "Top Response Tests - ICMP" and save this, then I get no results. Only the Information "No Data to Display".

     

    I had sync the data and I had rediscovered the device.

     

    Have anybody a solution?

     

    Thanks a lot!



  • 2.  Re: Round Trip Time Configuration and view Results

    Posted Sep 12, 2017 03:44 AM

    I will add that when I send a GET call to ***:8581/rest/rttprofiles/http I get the following request:

     

    <HTTPRoundTripTestProfileList>

    <HTTPRoundTripTestProfile version="1.0.0">

    <ID>4689</ID>

    <AttrGroupList>

    <AttrGroup>

    <TestHost>192.****</TestHost>
    <IPDomainID>2</IPDomainID>
    <Operation>1</Operation>
    <ActionType>CREATE</ActionType>
    <Result>
    {http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Owner: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Timeout: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Operation: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Url: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.RttType: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Frequency: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Tag: NO_SUCH_FACET_FOR_ITEM{http://im.ca.com/normalizer}NormalizedRTTMonHTTPInfo.Threshold: NO_SUCH_FACET_FOR_ITEM
    </Result>
    <Owner>tedison</Owner>
    <Tag>ECHO02</Tag>
    <Threshold>5000</Threshold>
    <Frequency>62</Frequency>
    <Timeout>5000</Timeout>
    </AttrGroup>
    </AttrGroupList>
    <Item version="1.0.0">
    <Name>Http RTT</Name>
    <CreateTime>Mon Sep 11 15:02:54 2017 +0200</CreateTime>
    </Item>

    </HTTPRoundTripTestProfile>

     

    What does it mean in the result tag?



  • 3.  Re: Round Trip Time Configuration and view Results

    Posted Sep 12, 2017 08:23 AM

    When I send a Rest Call to ***8581/rest/responsepathhttp/filtered withe the Body:

     

    <FilterSelect xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation='filter.xsd'>
      <Filter>
        <ResponsePathTest.Target type='EQUAL'>192.******</ResponsePathTest.Target>
      </Filter>
      <Select use="exclude"/>
    </FilterSelect>

     

    I only get this:

     

    <ResponsePathHttpList/>
    I hope somebody can help me, ist important. I need a solution soon.


  • 4.  Re: Round Trip Time Configuration and view Results

    Broadcom Employee
    Posted Sep 13, 2017 02:20 PM

    Hi CS,

     

    Do you see this new RTT Path as a discovered element against a device in the DA Inventory?

     

    Same question re: CA Performance Manager web UI Inventory. Is it present there?

     

    Thanks,

    Mike



  • 5.  Re: Round Trip Time Configuration and view Results
    Best Answer

    Broadcom Employee
    Posted Sep 13, 2017 02:24 PM

    CS,

     

    Did we use the following documentation to perform this operation? Were any steps skipped or did any throw errors when configuring the new tests?

     

    Configure Round Trip Time (RTT) Tests - CA Performance Management - 3.1 - CA Technologies Documentation 

     

    Thanks,

    Mike



  • 6.  Re: Round Trip Time Configuration and view Results

    Broadcom Employee
    Posted Sep 21, 2017 03:42 PM

    C S,

     

    Does this remain an open unanswered question?

     

    Thanks,

    Michael



  • 7.  Re: Round Trip Time Configuration and view Results

    Posted May 28, 2018 07:12 AM

    Hi Michael, 

     

    I've performed same steps as CS has mentioned above. I can see both TestHost and TargetAddress in CA PM Inventory(DA Source).

     

    Upon executing POST rest call below:

    <ICMPJitterRoundTripTestProfile version="1.0.0">
    <Item version="1.0.0">
    <Name>HYRO1-RTR-ASR01-RTT-10.16.xx.x-icmpjitter01</Name>
    </Item>
    <AttrGroupList>
    <AttrGroup>
    <ActionType>CREATE</ActionType>
    <TestHost>10.16.xx.x</TestHost>
    <IPDomainID>yyyyyy</IPDomainID>
    <TargetAddress>10.0.xx.x</TargetAddress>
    </AttrGroup>
    </AttrGroupList>
    </ICMPJitterRoundTripTestProfile>

     

    I am getting this below Error on Get Rest call to DA host
    <Result>
    {http://im.ca.com/normalizer}NormalizedICMPJitterInfo.TargetAddress: NO_SUCH_FACET_FOR_ITEM
    {http://im.ca.com/normalizer}NormalizedICMPJitterInfo.RttType: NO_SUCH_FACET_FOR_ITEM
    </Result>

    Please suggest !

     

     

    Regards

    Harshal