- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- Legacy
- >
- Server Management (Insight Manager 7)
- >
- how to decrease frequency of SNMP trap polling by ...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:39 AM
09-29-2003 03:39 AM
how to decrease frequency of SNMP trap polling by CIM?
"SELECT trapItems.trap_id, trap_name, trap_enterprise, trap_generic_id, trap_specific_id, trap_severity_id, flags FROM trapItems,trapItemsEx WHERE trapItems.trap_id = trapItemsEx.trap_id AND trap_generic_id = 4 AND trap_specific_id = 0"
We think SNMP trap polling from CIM generates this query. This puts however a serious load on our SQL server that also hosts other SQL databases of our enterprise. Is there a way to fine tune this polling? We tried to decrease the polling via the GUI on the CIM management server (Settings/Protocols/Snmp settings) but this does not change anything. Does anyone has a solution for this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 03:46 AM
09-29-2003 03:46 AM
Re: how to decrease frequency of SNMP trap polling by CIM?
Go to Devices -> Tasks.
Edit the "SNMP Status Polling for Servers" task by clicking on the little pencil next to it.
Click on Next. On the next screen, there is a section that reads "Selected Query and Schedule". That is where you can change the frequency as to how often this task runs. The default is set to 5 minutes. Change it to whatever you like. I've attached a screenshot for you to see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 04:50 AM
09-29-2003 04:50 AM
Re: how to decrease frequency of SNMP trap polling by CIM?
I already tried that but this does not decrease the frequency of the select query (we ran an SQL profiler trace to monitor the SQL server). I also tried to fine tune other running polling tasks but without results. only when you disable the SNMP protocol from the settings page in CIM, the select query disappears but of course this is not a solution to our problem since we want to continue using SNMP. Do you have other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 05:16 AM
09-29-2003 05:16 AM
Re: how to decrease frequency of SNMP trap polling by CIM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 05:34 AM
09-29-2003 05:34 AM
Re: how to decrease frequency of SNMP trap polling by CIM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 05:35 PM
09-30-2003 05:35 PM
Re: how to decrease frequency of SNMP trap polling by CIM?
This is the first time anybody has complained that this was causing trouble for them though. What issues are you seeing? This is a pretty light-weight query that should execute very quickly. Is it just that it happens once per second?
It is also possible that Insight Manager 7 isn't something that should be added to the particular database server in question - that the performance characteristics of IM7 conflict with other things you are using it for. This could mean that you should consider using a different or seperate database server for Insight Manager 7.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2003 02:24 AM
10-03-2003 02:24 AM