- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configure net snmp
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-12-2011 03:21 AM
тАО01-12-2011 03:21 AM
configure net snmp
1- stop all snmp daemon in the Hp-UX system.
2- create the snmpd.conf file with rocommunity public.
3- disable the prot number for snmp in /etc/services and enable the netsnmp
#snmp 161/udp snmpd # Simple Network Management Protocol Agent
netsnmp 161/udp # Simple Network Management Protocol Agent
4- add this line in inetd.conf
netsnmp stream udp nowait root /opt/iexpress/net-snmp/sbin/snmpd -c /opt/iexpress/net-snmp/etc/snmp/snmpd.conf
5- refresh the inetd with /usr/sbin/inetd -c
6- runing netsnmp with /opt/iexpress/net-snmp/sbin/snmpd -c /opt/iexpress/net-snmp/etc/snmp/snmpd.conf
- the problem when we are runing snmpwalk from the localhost
snmpwalk -v 1 -c public 127.0.0.1 we get the host resources but is very slow when it appear in the screen, then i get message no response from 127.0.0.1,
.
system >> HP-UX B.11.31 U ia64 1115960583 unlimited-user license.
netsnmp >> ixNet-SNMP A.15.00-5.5.001 Simple Network Monitoring protocol.
please advice
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2011 07:10 AM
тАО01-12-2011 07:10 AM
Re: configure net snmp
From your description, step 6 is unnecessary and may cause problems.
1) First, check for any running snmpd and kill it. Inetd will start it when a request comes in on udp 161.
2) Try your snmpwalk again.
If it's still slow, try removing it from inetd and starting it manually using the command in step 6.
Earl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 05:55 AM
тАО01-13-2011 05:55 AM
Re: configure net snmp
i make the two steps and the same issue.
when running snmpwalk from another machine or from the same machine the result is be solw,
and in last i get the timeout
IF-MIB::ifInDiscards.45 = Counter32: 0
IF-MIB::ifInDiscards.46 = Counter32: 0
IF-MIB::ifInDiscards.47 = Counter32: 0
IF-MIB::ifInDiscards.48 = Counter32: 0
Timeout: No Response from 127.0.0.1
please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 05:15 PM
тАО01-13-2011 05:15 PM
Re: configure net snmp
I can certainly go into more details if you want...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2011 11:31 PM
тАО01-15-2011 11:31 PM
Re: configure net snmp
please can you tell us about this solution and the result from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2011 02:13 PM - last edited on тАО11-10-2011 01:23 PM by Kevin_Paul
тАО01-16-2011 02:13 PM - last edited on тАО11-10-2011 01:23 PM by Kevin_Paul
Re: configure net snmp
Sure...here is a link to a previous related thread to also help :- http://h30499.www3.hp.com/t5/Networking/HP-UX-Host-Resource-MIB/m-p/5049627#M52027
In summary, there is another product from SNMP Research called Emanate - a version of this is already bundled with HP-UX for SNMP, but it doesn't contain the host MIB.
If you buy the full product, you can then simply run the host MIB sub-agent on top of the out-the-box HP-UX SNMP...it's very easy, works well and is stable.