- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: snmp daemon doesn't work fine under linux
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
05-17-2006 12:14 AM
05-17-2006 12:14 AM
snmp daemon doesn't work fine under linux
We're trying to configure an snmp daemon in a linux system (habana) but when we try to get data we get the following error.
canberra:/usr/local/nagios/libexec # ./check_snmp_storage.pl -H habana -C public -m / -r -w 85 -c 98
ERROR: Description/Type table : No response from remote host 'habana'.
canberra:/usr/local/nagios/libexec #
Here you're /etc/snmpd.conf file:
HABANA:/etc # more snmpd.conf
# Following entries were added by HP Insight Management Agents at
# Tue Oct 25 13:12:42 CEST 2005
rwcommunity public 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity public 193.146.12.150
rocommunity public 193.146.12.150
trapcommunity public
trapsink 193.146.12.150 public
syscontact Sysadmin (root@localhost)
syslocation Server Room
# ---------------------- END --------------------
# Following entries were added by HP Insight Management Agents at
# Tue Oct 25 12:07:43 CEST 2005
# ---------------------- END --------------------
HABANA:/etc #
Is there anything wrong?
Should I open any port on habana in order to allow snmp packets?
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 12:50 AM
05-17-2006 12:50 AM
Re: snmp daemon doesn't work fine under linux
/etc/hosts.allow
....
snmpd: 193.146.12.150
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 03:13 AM
05-17-2006 03:13 AM
Re: snmp daemon doesn't work fine under linux
I modified hosts.allow file as you told in your message but I still get same error.
Any idea?
Thanks for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 06:14 PM
05-17-2006 06:14 PM
Re: snmp daemon doesn't work fine under linux
Maybe you can start with a simple snmpget?
Like snmpget -v1 -c public habana system.sysDescr.0 (or syslocation.0)
Try it on habana (with habana and localhost), and on canberra
Canberra's IP address is 193.146.12.150, I assume?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 08:20 PM
05-17-2006 08:20 PM
Re: snmp daemon doesn't work fine under linux
I tried command you suggested but I get timeout error:
HABANA:/etc # snmpget -v1 -c public habana system.sysDescr.0
Timeout: No Response from habana.
HABANA:/etc #
Any idea?
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 10:29 PM
05-17-2006 10:29 PM
Re: snmp daemon doesn't work fine under linux
there were a configuration issue that we solved.
Thanks anyway for your help.
Regards,
Carles