HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- net-snmp problems on DL145G2 running CentOS 4.5
Operating System - Linux
1825601
Members
2425
Online
109682
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
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
11-09-2007 09:13 AM
11-09-2007 09:13 AM
net-snmp problems on DL145G2 running CentOS 4.5
UNAME:
Linux hostname 2.6.9-5.EL #1 Wed Jan 5 19:21:57 EST 2005 x86_64 x86_64 x86_64 GNU/Linux
Per "rpm -qi net-snmp":
Name: net-snmp Version:5.1.2
Vendor: Red Hat, Inc.
Release: 11
Build Date: Fri 15 Oct 2004 04:27:26 AM CDT
Install Date: Wed 04 Oct 2006 08:15:57 PM Source RPM: net-snmp-5.1.2-11.src.rpm
I can't seem to snag things like CPU usage, memory usage, etc. Anything that lives on the .1.3.6.1.4.1.2021 OID branch. When I browse the mib on this host and hit the 2021 area I just get errors back. snmpwalk says the end of the MIB has been reached.
I also have net-snmp on a SunFire v210 and I can pull all of the values I need down that 2021 branch. I have tried this via cacti, and OPManager. Its all the same SNMP MIBs so they all fail. Specifically I seem to be having problems with the UCD MIB.
Has anyone gotten cacti (or any other snmp-centric tool) working against a Proliant Dl145G2 running CentOS 4.5 or RHEL4?
Is it that I am running 5.1.2 instead of the 5.4.x current release?
Linux hostname 2.6.9-5.EL #1 Wed Jan 5 19:21:57 EST 2005 x86_64 x86_64 x86_64 GNU/Linux
Per "rpm -qi net-snmp":
Name: net-snmp Version:5.1.2
Vendor: Red Hat, Inc.
Release: 11
Build Date: Fri 15 Oct 2004 04:27:26 AM CDT
Install Date: Wed 04 Oct 2006 08:15:57 PM Source RPM: net-snmp-5.1.2-11.src.rpm
I can't seem to snag things like CPU usage, memory usage, etc. Anything that lives on the .1.3.6.1.4.1.2021 OID branch. When I browse the mib on this host and hit the 2021 area I just get errors back. snmpwalk says the end of the MIB has been reached.
I also have net-snmp on a SunFire v210 and I can pull all of the values I need down that 2021 branch. I have tried this via cacti, and OPManager. Its all the same SNMP MIBs so they all fail. Specifically I seem to be having problems with the UCD MIB.
Has anyone gotten cacti (or any other snmp-centric tool) working against a Proliant Dl145G2 running CentOS 4.5 or RHEL4?
Is it that I am running 5.1.2 instead of the 5.4.x current release?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 03:27 PM
11-09-2007 03:27 PM
Re: net-snmp problems on DL145G2 running CentOS 4.5
Did you configure "/etc/snmp/snmpd.conf"?
It seems like by default it would restrict UCDavis mib objects.
It seems like by default it would restrict UCDavis mib objects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2007 08:57 AM
11-12-2007 08:57 AM
Re: net-snmp problems on DL145G2 running CentOS 4.5
Well, I'm not sure what I would add. Nothing seems to be commented out for UCD specifically and I didn't see anything, like an example, of what should be added.
When I try a simple snmpwalk I get:
[myUser@myHost ~]# snmpwalk -v 1 localhost -c backup .1.3.6.1.4.1.2021.10
End of MIB
The UCD mib file is on the server. Do I need to do something specific to load up the MIB?
When I try a simple snmpwalk I get:
[myUser@myHost ~]# snmpwalk -v 1 localhost -c backup .1.3.6.1.4.1.2021.10
End of MIB
The UCD mib file is on the server. Do I need to do something specific to load up the MIB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2007 09:22 AM
11-13-2007 09:22 AM
Re: net-snmp problems on DL145G2 running CentOS 4.5
Hello,
An extract from /etc/snmp/snmpd.conf:
# As shipped, the snmpd demon will only respond to queries on the
# system mib group until this file is replaced or modified for
# security purposes. Examples are shown below about how to increase the
# level of access.
I would add a line like this one:
view systemview included .1.3.6.1.4.1.2021
Where "systemview" should be the view that you assigned to the group you may be using and that uses "backup" as comm. name.
Hope it helps.
An extract from /etc/snmp/snmpd.conf:
# As shipped, the snmpd demon will only respond to queries on the
# system mib group until this file is replaced or modified for
# security purposes. Examples are shown below about how to increase the
# level of access.
I would add a line like this one:
view systemview included .1.3.6.1.4.1.2021
Where "systemview" should be the view that you assigned to the group you may be using and that uses "backup" as comm. name.
Hope it helps.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP