For Linux Installers using Centos 7 use the following link...https://www.centos.org/forums/viewtopic.php?t=55506
Step 3 is where the magic happens.... If you do not configure the SNMP then your page may be blank
NOTE:step 3 didn't work for me. - if this happens to you try the following command... /sbin/hpsnmpconfig
- if it doesn't work try running it from the following path /opt/hp/hpsmh/sbin
Assuming this is a new install and you have not yet configured SNMP it is easiest to answer No to the first question 'do you want to use an existing configuration file'. Follow the configuration questions through to the end and a new file will be created.
Then proceed to setup SNMP... if you are super new to this then do the following.
1. copy and paste... the below config at the top of the snmpd.config file and save - btw it's in /etc/snmp
rwcommunity private 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity private <IP_SIM_Server>
rocommunity public <IP_SIM_Server>
trapcommunity public
trapsink <IP_SIM_Server> public
2. run /sbin/hpsnmpconfig
3. Type n for no....
You will now be asked a series of SNMP configuration questions. How you answer
these question will affect the way SNMP behaves. Configuring SNMP could have
security implications on your system. If you are not sure how to answer a
question, you can abort by pressing <Ctrl-c> and no changes will be made to
your SNMP configuration.
Localhost SNMP Read/Write community strings are already known.
Do you wish to change it (y/n) (Blank is n):n
Localhost SNMP Read Only community strings are already known.
Do you wish to change it (y/n) (Blank is n):n
SNMP Read/Write community strings are already set to
rwcommunity private <IP_SIM_Server>
Do you wish to change them (y/n) (Blank is n):n
SNMP Read Only community strings are already set to
rocommunity public <IP_SIM_Server>
Do you wish to change them (y/n) (Blank is n): n
The SNMP trap community strings are set up like this:
trapcommunity public
Do you wish to change this (y/n) (Blank is n):n
Trap sinks are set up like this:
trapsink <IP_SIM_Server> public
Do you wish to change this (y/n) (Blank is n):n
The system contact is set to
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
Do you wish to change it (y/n) (Blank is n): n
The system location is set to
syslocation Unknown (edit /etc/snmp/snmpd.conf)
Do you wish to change it (y/n) (Blank is n):n
==============================================================================
NOTE: New snmpd.conf entries were added to the top of /etc/snmp/snmpd.conf
==============================================================================
snmpd is started
you can also restart the snmpd service if you like just to make sure when you refresh you are good.
Your SNMP.config file should look something like this - once finished
# Following entries were added by HPE Insight Management Agents at
# Tue Oct 18 04:27:37 UTC 2016
dlmod cmaX /usr/lib64/libcmaX64.so
rwcommunity private 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity private <IP_SIM_Server>
rocommunity public <IP_SIM_Server>
trapcommunity public
trapsink <IP_SIM_Server> public
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
syslocation Unknown (edit /etc/snmp/snmpd.conf)
# ---------------------- END --------------------
Another reference: ftp://ftp.hp.com/pub/jp-linux/mainstream/support/doc/general/mgmt/pdf/c00223285.pdf