- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SNMP Does not respond when server is busy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
06-04-2004 03:05 AM
06-04-2004 03:05 AM
SNMP Does not respond when server is busy
I am monitoring and tracking things like CPU utilization via snmp which works great most of the time. However, whenever the box gets busy, my snmp queries time out, leaving gaps in my graphs. Has anyone else had this problem? Is it possible to increase the priority of the snmp daemons? What is the best way to do something like that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 05:57 AM
06-07-2004 05:57 AM
Re: SNMP Does not respond when server is busy
For example, does lanadmin show dropped packets for your interfaces? Does netstat -p ip show packets dropped for other reasons? Does netstat -p udp show socket buffer overflows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 06:47 AM
06-07-2004 06:47 AM
Re: SNMP Does not respond when server is busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:08 AM
06-07-2004 07:08 AM
Re: SNMP Does not respond when server is busy
So, it remains your box.
I am sure there is high cpu Qlengths and snmpd is not getting enough CPU cycles to finish its job.
Increaing priority will definitely solve the problem but you land up into other problems in other applications.
For SNMP there are 3 important parameters:
1)polling frquency.
2)Timeout
3)Retry count
If your polling freq is 5 minutes (which is reasonably good),
try increase Time out and retry count.
If polling freq is too small, increase it, if it is acceptable.
I saw similar problem in busy server and this solved the problem ...with acceptable limit.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:12 AM
06-07-2004 07:12 AM
Re: SNMP Does not respond when server is busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 07:19 AM
06-07-2004 07:19 AM
Re: SNMP Does not respond when server is busy
My current polling interval is 5 min. I will try changing the timeout to 15 sec, but much longer than that and it will really hold up my other checks.
It's not that the box is super busy, but when there is a big job (backups for instance) I just have big holes in my graphs for as much as several hours, which is right when it would be interesting to look at that data.
Any thoughts on the best way to renice the snmpd process? Can I just modify the startup script so it is always niced when the box boots up?
Thanks again.