- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Which process is using snmp service
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
11-29-2004 01:53 AM
11-29-2004 01:53 AM
My network device B is sending authentication traps to its management server A (HP openview NNM)saying: "HPUX C is polling me with the wrong community string", I used: ps -ef|grep snmp* in unixC, no output, so I am confuse.
Could you please tell me how can I find which process is using snmp service in this HPUX C?
Any response would be great appreciated!
Thank you!
ChuanH
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 01:56 AM
11-29-2004 01:56 AM
SolutionYou should get a process listed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 01:56 AM
11-29-2004 01:56 AM
Re: Which process is using snmp service
In my server it's /usr/sbin/snmpdm that runs snmp servive.
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 03:13 AM
11-29-2004 03:13 AM
Re: Which process is using snmp service
This is what I got from ps -ef|grep snmp:
root 494 1 0 Sep 26 ? 1:15 /usr/sbin/snmpdm
root 22889 22873 0 Oct 2 ? 158:46 snmpCollect
How could I find the detail information about these 2 services? I would like to know which service is doing snmp query to B?
Best regards,
ChuanH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 03:21 AM
11-29-2004 03:21 AM
Re: Which process is using snmp service
I think it is the snmpCollect process since snmpdm is the snmp deamon.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 03:32 AM
11-29-2004 03:32 AM
Re: Which process is using snmp service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 08:06 AM
12-23-2004 08:06 AM
Re: Which process is using snmp service
The problem been fixed, a third party sw was polling B from HPUX C.
Merry Christmas and May you all have a prosperous 2005!
ChuanH