HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SNMPDM
Operating System - HP-UX
1834142
Members
2282
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-24-2002 05:16 AM
04-24-2002 05:16 AM
I am running 'OpenMail' on a K580 running 10.20. I notice that, very often, the snmpd daemon is running at a high cpu rate for a long time, then it drops off. I know what snmp stands for, but can someone explain what it is used for and why it may be getting a tun of cpu time?
Thanks,
Bob
Thanks,
Bob
UNIX IS GOOD
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 05:20 AM
04-24-2002 05:20 AM
Re: SNMPDM
Hi,
When you see that again, run netstat on your system:
# netstat -f inet | grep -i snmp
This will tell you who is connecting to your snmpd daemon over the network.
Also, you may wish to run lsof as well. It will tell you which are the files being opened by the process etc. during the time of heavy CPU usage.
# lsof | grep -i snmp
Hope this helps. Regards.
Steven Sim Kok Leong
When you see that again, run netstat on your system:
# netstat -f inet | grep -i snmp
This will tell you who is connecting to your snmpd daemon over the network.
Also, you may wish to run lsof as well. It will tell you which are the files being opened by the process etc. during the time of heavy CPU usage.
# lsof | grep -i snmp
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 05:29 AM
04-24-2002 05:29 AM
Solution
Hi Robert:
'snmpd' is actually a script (an rc script) which invokes /usr/sbin/snmpdm (the master agent of SNMP daemon/process) with command line arguments. You will get a better idea from:
# man snmpd
Also I could find the patch - PHSS_26137 (s700_800 10.20 OV EMANATE14.2 Agent Consolidated Patch) which has fix for a couple of snpmd issues including CPU utilization > 90%.
HTH,
Shiju
'snmpd' is actually a script (an rc script) which invokes /usr/sbin/snmpdm (the master agent of SNMP daemon/process) with command line arguments. You will get a better idea from:
# man snmpd
Also I could find the patch - PHSS_26137 (s700_800 10.20 OV EMANATE14.2 Agent Consolidated Patch) which has fix for a couple of snpmd issues including CPU utilization > 90%.
HTH,
Shiju
Life is a promise, fulfill it!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP