Nimsoft agent is uninstalled from Server but still the server is still visible in Operator Console
UIM : 20.4
OC 20.4
Follow the below step:-
Run the below query at database server:-
select * from CM_COMPUTER_SYSTEM where ip = '<IP address>';
Delete it by using the below command
Delete CM_COMPUTER_SYSTEM where ip = '<IP address>';