How can we ascertain the specific OID used in a Metric by CA Performance Management (CAPM)?
search cancel

How can we ascertain the specific OID used in a Metric by CA Performance Management (CAPM)?

book

Article ID: 131855

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

Q: how do I find the specific OID that is being used to calculate this data? ie; 1.3.6.1.4...NNNN that returns the reference memory and cpu data..?

Environment

All supported releases

Resolution

There are 2 things that show the OID(s) used for metric calculation:

1. The metric expression. In the DA go to Vendor certification and look up the vendor certification you are interested in and click on it. The list of metrics and the metric expressions will be shown. From this, you can see the MIB variable(s)used for each metric.

2. Finding the polled OID(s). There are 2 ways to do this. You can just google the MIB variables and get the OID or Go to the DA directory /opt/IMDataAggregator/data/certifications/CA_3.7.5.481/vendor_certs (note your version may not be (CA_3.7.5.481) so go to the highest version you have) grep for the vendor cert name and it gives you the file used. From this you can get the OID(s) example: On the Data Aggregator

# cd /opt/IMDataAggregator/data/certifications/CA_3.7.5.481/vendor_certs
# pwd /opt/IMDataAggregator/data/certifications/CA_3.7.5.481/vendor_certs
# grep "Cisco CPU (Revised)" *.xml
# im.ca.com-certifications-snmp-CiscoCPUMibRev.xml: Cisco CPU (Revised)

So the name of the vendor certification file in this example is im.ca.com-certifications-snmp-CiscoCPUMibRev.xml. You can then view this file to see the OID's being polled.

Additional Information

If you have the OID and are looking to see where it is used you can use this same method:

# cd /opt/IMDataAggregator/data/certifications/CA_3.7.5.481/vendor_certs
# pwd /opt/IMDataAggregator/data/certifications/CA_3.7.5.481/vendor_certs
# grep "1.3.6.1.4.1.9.9.109.1.1.1.1.8" *.xml