After deleting the NFA console from the nfa_inventory probe configuration in UIM, the link to "CA UIM" is still on the top right part of the NFA web page.
How can I remove the link to "CA UIM" from NFA?
1. On the NFA console open a command prompt and run the following to login to mysql:
mysql -unetqos -pnetqos reporter
2. Run the following command:
update system_settings set value='' where parameter ='portalUrl';
3. Refresh the NFA web page and see that the link to "CA UIM" is no longer visible.