After migrating CAPM servers to new hardware and moving all data, the System Health in NetOps Portal still references the previous Data Collector server. The goal is to remove the previous Data Collector that no longer exists from the NetOps Portal view.
During the environment migration, a mistake was made with the Data Collector migration. The new destination system shows both the old and the new Data Collectors on the Data Collector Status page. The old Data Collector appears with all red status indicators and shows the devices and items associated with it. The new Data Collector is shown as green and active but has no items. we need to remove the ghost Data Collector from the system.
All supported DX NetOps Performance Management releases
In some instances this is caused when the update_da_dc_database_references.sh script is run with an incorrect source Data collector name.
To remove an old Data Collector (DC) from the NetOps Portal list, follow these steps:
Check DC Status:
Determine the Old DC's ID:
Using Browser:
DA_Host with your DA hostname or IP address.Using CLI:
curl statement:DA_Host with your DA hostname or IP address.admin:admin) with your own if they are different.Note the ID for the DC you want to remove. Be careful to select the correct one.
Delete the Old DC:
Using REST API:
DELETE request to the following URL:ID with the number from above.Using CLI:
curl statement:DA_Host with your DA hostname or IP address.admin:admin) with your own if they are different.Confirm Removal:
Note: You will need to remove all Monitored Devices (apart from DC itself) from the DC being deleted.
Need to identify and manage devices that remain on an old DC in order to remove it? Follow the steps in the following KB article.