How to remove endpoint agents from RSA Data Loss Prevention 9.6 and later that have been inactive for a long time from Enterprise manager UI
Originally Published: 2016-06-14
Article Number
Applies To
RSA Product/Service Type: Enterprise Manager
RSA Version/Condition: 9.5 SP1
Platform: Windows
O/S Version: 2008 Server R2 Standard (64 bit)
Issue
Resolution
SELECT * FROM EP_AGENT_SYSTEM_EVENT WHERE heartbeat_timestamp < '2016-04-20 00:00:00.000'
To proceed with deleting these endpoints from the status table, run the following DELETE statement from the Enterprise Manager database:
DELETE FROM EP_AGENT_SYSTEM_EVENT WHERE heartbeat_timestamp < '2016-04-20 00:00:00.000'
Related Articles
Identifying Custom Attribute column name in RSA Governance & Lifecycle 92Number of Views R_KM_KEY_get_security_obj_meta_data returned 10017 17Number of Views Citrix Netscaler failing to properly handle New PIN Mode and On-Demand Authentication (ODA) when using RADIUS with RSA Aut… 692Number of Views RSA Identity Governance & Lifecycle- A deleted role is still visible in the application UI and stuck in the Applied Delete… 83Number of Views Renaming an RSA Identity Governance & Lifecycle Notification Rule creates an orphan event in Scheduler 238Number of Views
Don't see what you're looking for?