I uninstalled one of DCs but it is still shown in DA's Data Collector list.
Could you please let me know how to completely remove the DC from GUI?
How can we remove an old stale Data Collector from the "NetOps Portal" Web UI?
Stale old Data Collector showing in the Data Aggregator Data Collector Status page.
Remove Old Data Collector Server from NetOps Portal View.
Remove Data Collector from DA GUI.
I uninstalled one of DCs but it is still shown in DA's Data Collector list. Could you please let me know how to completely remove the DC from GUI?
All supported DX NetOps Performance Management releases.
Sometimes, if a DC is removed but the info doesn't get synched to the DA, it may remain listed in the NetOps Portal web UI.
Complete the following steps to remove the Data Collector.
DC ID example. The ID for the DC in the example is the highlighted value.
<DataCollectionMgrInfo version="1.0.0">
<ID>5251</ID>
<DcmID>DC-Host_Name:f85db068-7569-4286-970e-a8eb9c787ccc</DcmID>
<Enabled>true</Enabled>
<ItemCapacity>500000</ItemCapacity>
<IPAddress>xx.xx.xx.xxx</IPAddress>
Running a release earlier than 21.2.11? The curl DELETE is first available in the 21.2.12 release. Earlier releases need to use a REST client. Issue a DELETE to the URL:
DA_Host:8581/rest/ipdomainmember/ID
Replace ID with the number from above.