apmia sitemider not reporting metrics
search cancel

apmia sitemider not reporting metrics

book

Article ID: 434073

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Installed the APMIA agent on the siteminder server, once new apmia agent started reporting metrics, it is not showing the siteminder metrics. siteminder node is also missing in the APM UI.

Followed the same steps that they previously followed to install the APMIA siteminder agent.

Resolution

Reviewed the IntroscopeCAPIConfig.xml file and found that httpServerPort is showing 8090

IntroscopeCAPIConfig.xml
.....
        <introscope-capi-def-reference name="epagent_httpServerPort" value="8090"/>
        <introscope-capi-def-reference name="epagent_networkDataPort" value="9000"/>
.....  

Reviewed the IntroscopeAgent.profile file.

Found that httpServerPort has value of 8080.

introscope.epagent.config.httpServerPort=8080

Modified the IntroscopeAgent.profile file and changed the value to 8090.

Stopped and started the apmia agent,