In CA Performance Management (CAPM), in DA Discovery Profile/SNMP, we can see several duplicate SNMP profile
DX NetOps CAPM all currently supported releases
Remove entries on DA Rest
http://DA:8581/rest/profiles
(replace DA with your DA's hostname)
Check the correct Order on NetOps Portal Manage SNMP Profiles, for example “public”
On this is the Order 4 (Rank)
On http://DA:8581/rest/profiles
Find the Profile public:
<ProfileName>public</ProfileName>
Entries for correct Order (Rank):
<CommunicationProfile version="1.0.0">
<ID>14269</ID>
<UseForWrite>false</UseForWrite>
<Rank>4</Rank>
<ProfileName>public</ProfileName>
Entries for incorrect Order Rank:
<CommunicationProfile version="1.0.0">
<ID>4090</ID>
<UseForWrite>false</UseForWrite>
<Rank>3</Rank>
<ProfileName>public</ProfileName>
Remove the <ID>4090</ID>
using rest client:
Select DELETE:
Check in http://DA:8581/rest/profiles
again
NOTE: Remove all entries that you find on http://DA:8581/rest/profiles
To remove via command:
Run the following command:
curl -X DELETE http://DA_HOST:8581/rest/profiles/profile_id -v
The profile_id
can be found by going to:
http://DA_HOST:8581/rest/profiles/snmpv1
http://DA_HOST:8581/rest/profiles/snmpv3