- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snmpd does not deliver well
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-05-2006 08:48 PM
11-05-2006 08:48 PM
A "snmpwalk hostname community" queries our HP systems, but I get only from one hp host a complete response.
I am not so familar with snmp traps, so please could you enlighten me on that a bit.
Every host has the same snmp product installed:
OVSNMPAgent B.11.11 HP-UX_10.0_SNMP_Agent_Product
Also, the /etc/snmpd.conf is the same.
All deamons are started with that config.
Sample response from a working host:
system...
interfaces...
at...
ip...
icmp...
tcp...
Sample from a non-working host:
system...
snmp...
transmission...
What can be the reason for the diff behavior.
Many thanks for your help.
Regards, Klaus
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 10:08 PM
11-05-2006 10:08 PM
Re: snmpd does not deliver well
he tries to use this command: snmpwalk - v 2c - c cumunit hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 10:44 PM
11-05-2006 10:44 PM
SolutionCan you check if daemon "mib2agt" is running on those servers where you could not rectrieve the information for ip, tcp, ...? If it is not running, you can start it "/sbin/init.d/SnmpMib2 start"
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 10:53 PM
11-05-2006 10:53 PM
Re: snmpd does not deliver well
10 points for you. You are right, the mib2agt was not started !!
I tried to start it with the command you suggested /sbin/init.d/SnmpMib2 start, but it didn't start.
Now I have to investigate what the problem with the mib2agt is.
Your hint was great and gives me an idea to go forward with that kind of problem.
If you have any ideas what the reason could be for the non-starting mib2agt, your help is welcome.
Thanks,
Klaus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 11:02 PM
11-05-2006 11:02 PM
Re: snmpd does not deliver well
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 11:10 PM
11-05-2006 11:10 PM
Re: snmpd does not deliver well
"SNMP_MIB2_START" is set to 1 in /etc/rc.config.d/SnmpMib2
I found in /usr/adm/snmpd.log following when I am trying to start the mib2agt:
AgentSocketCreate: bind
at line 485 in file ../tcp.c
InitMaster: IPCFP[0].AgentSocketCreate failed
at line 1424 in file ../master.c
master agent initialization failed, exiting
at line 882 in file ../mastmain.c
So it looks like that a patch is necessary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 12:02 AM
11-06-2006 12:02 AM
Re: snmpd does not deliver well
I have re-installed the patch with options to overwrite existings and afterwards the mib2agt is started well.