REMOVING UNSOLICITED TRAPS FROM OPMANAGER DATABASE

REMOVING UNSOLICITED TRAPS FROM OPMANAGER DATABASE

Connect to OpManager database and execute the below query :

Refer the link below  to connect to OpManager database :

https://support.zoho.com/portal/manageengine/helpcenter/articles/connecting-to-the-opmanager-database


1. Run this command from the prompt : select * from event where severity=6;

This will show all the unsolicited traps in the OpManager

2. Now to delete run "delete from event where severity=6;"

This command will remove all the unsolicited traps from OpManager.
                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • Traps not received in OpManager

                      Please check below for the possible reasons for not receiving the traps and its corresponding resolution. 1. Trap port might be occupied in opmanager server. ---> Make sure the that trap port of OpManager is not occupied by trap service of Operating ...
                    • Difference between SNMP monitors and Traps

                      S.No SNMP Monitors Traps 1 Pull Model: OpManager sends SNMP request to the SNMP agent running on the monitored device and receives the response. Push Model: Monitored device(SNMP agent) sends messages in the form of traps to the trap ...
                    • Database information in OpManager

                      Question: Where can I find my OpManager database  information? Solution:  OpManager database information is stored  in the file "database_params.conf"  under OpManager/conf folder. The database server name/IP , database name, database type   and user ...
                    • Reindex & Vacuum OpManager Database

                      Reindex & Vacuum OpManager Database Stop OpManager service Make sure there is no running postgres process running in the Task Manger Open a command prompt as an administrator and go to /OpManager/bin directory Execute startPgsql.bat to start PGSQL ...
                    • Where can I find my OpManager database information?

                      Question: Where can I find my OpManager database  information? Solution:  OpManager database information is stored  in the file "database_params.conf"  under OpManager/conf folder. The database server name/IP , database name, database type   and user ...