- Community Home
- >
- Services
- >
- Insight Remote Support
- >
- Re: SNMP LINUX REDHAT SETUP
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
12-12-2016 06:35 AM
12-12-2016 06:35 AM
SNMP LINUX REDHAT SETUP
I am trying to setup SNMP on linux redhat but without success I ask for help, my test machine is a DL380 G6 / iLO2 / Linux Redhat Enterprise 7.1. If anyone can send me the SNMP configuration of any system they are already monitoring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2016 03:13 AM
12-18-2016 03:13 AM
Re: SNMP LINUX REDHAT SETUP
Hi,
USe the folowing example
dlmod cmaX /usr/lib64/libcmaX64.so
rocommunity snmp_hpcms
rocommunity snmp_hpcms localhost
rocommunity snmp_hpcms <IRS Server IP Address>
trapcommunity snmp_hpcms
trapsink <IRS Server IP Address> snmp_hpcms
trapsink localhost snmp_hpcms
Note: SNMP community used in the above example is snmp_hpcms, it may difefer for your site
Resatrt the SNMP services and HPE Agent services and sned a test trap using the command below:, need to have the SNMP_Utils RPM install for the snmp test trap to work.
snmptrap -v1 -c <snmp read community string> <CMS IP address> .1.3.6.1.4.1.232 <Linux server address> 6 11003 1234 .1.3.6.1.2.1.1.5.0 s test .1.3.6.1.4.1.232.11.2.11.1.0 i 0 .1.3.6.1.4.1.232.11.2.8.1.0 s "SNMP test trap from TEST machine"
Regards,
Sanjay
Sanjay Mundhra
I am a HPE Employee