- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: HP ilo4 monitoring
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
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
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
тАО09-01-2022 03:58 AM - last edited on тАО09-02-2022 03:34 AM by support_s
тАО09-01-2022 03:58 AM - last edited on тАО09-02-2022 03:34 AM by support_s
HP ilo4 monitoring
Hi all,
I would like to monitor HP ilo4 via snmpwalk But I always get no response from the device. Could you please let me know the OID for the DL380 G9 to use with it ? I have used the below two OIDs unfortunately it doesnot work.
1.3.6.1.4.1.232.6.2.6.8.1.4.0.1
.1.3.6.1.4.1.232.6.2.6.7.1.2.0
- Tags:
- Prolaint server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2022 12:49 AM
тАО09-02-2022 12:49 AM
Re: HP ilo4 monitoring
The default SNMP settings for the iLO enables "Agentless Management" by default, so the iLO responds to SNMP queries (versus passing them to the host operating system). However, in this mode, you need to configure the SNMP settings, with a "Read Community" string (ie: "public") at a minumum, otherwise you'll get a "No Response from ...". See this document for the details:
https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00045551en_us
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2022 12:55 AM
тАО09-02-2022 12:55 AM
Re: HP ilo4 monitoring
Hi yes, I have defined the Agentless Management with read community public. But still I get the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2022 02:27 AM
тАО09-02-2022 02:27 AM
Re: HP ilo4 monitoring
From my, albeit limited, experience, the only change required from the iLO defaults is to add a "Read Community" string (which you have done already). Are you using a non-standard SNMP port, or is there some other blocking (ie: firewall rules) happening on the host or somewhere on the network?
If you have "nmap" installed, you could try running the "snmp-brute" script to see what it returns, ie:
# echo "public" > foo
# nmap -n -sU -p161 --script snmp-brute --script-args snmp-brute.communitiesdb=./foo {ip-address}
Starting Nmap 7.93 ( https://nmap.org ) at 2022-09-02 05:21 EDT
Nmap scan report for {ip-address}
Host is up (0.00045s latency).
PORT STATE SERVICE
161/udp open snmp
| snmp-brute:
|_ public - Valid credentials
MAC Address: 38:63:BB:nn:nn:nn (Hewlett Packard)
Nmap done: 1 IP address (1 host up) scanned in 0.87 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2022 03:49 AM - edited тАО09-02-2022 03:58 AM
тАО09-02-2022 03:49 AM - edited тАО09-02-2022 03:58 AM
Re: HP ilo4 monitoring
I can see the port is open. I will one check if the firewall is blocking the port.
Host is up (0.038s latency).
PORT STATE SERVICE
161/udp open|filtered snmp
Nmap done: 1 IP address (1 host up) scanned in 10.88 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2022 07:56 AM
тАО09-02-2022 07:56 AM
Re: HP ilo4 monitoring
I can see the port is open. I will one check if the firewall is blocking the port.PORT STATE SERVICE
161/udp open|filtered snmp
According to the nmap man page, the state "open|filtered" has some significance that might explain what you are seeing:
... Filtered means that a firewall, filter, or other network obstacle is blocking the port so that Nmap cannot tell whether it is open or closed ... Nmap reports the state combinations open|filtered and closed|filtered when it cannot determine which of the two states describe a port ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2022 04:44 AM - edited тАО09-09-2022 04:51 AM
тАО09-09-2022 04:44 AM - edited тАО09-09-2022 04:51 AM
Re: HP ilo4 monitoring
Now the snmp port is open, but when i check for snmp i get the below
snmpwalk -v3 -c public -u secname -l authPriv -A passwd -a MD5 -X authenticationpasshrase -x DES hostname
snmpwalk: Authentication failure (incorrect password, community or key)
I am not sure whats wrong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2022 08:13 AM
тАО09-10-2022 08:13 AM
Re: HP ilo4 monitoring
Maybe double check your settings? FWIW, this configuration works for me (but of course, don't use these exact settings outside of testing):
# snmpwalk -v3 -u secname -l authPriv -A authenticationpasshrase -a MD5 -X privacypasshrase -x DES {ip-address}
SNMPv2-MIB::sysDescr.0 = STRING: Integrated Lights-Out 4 2.78 Apr 28 2021
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.232.9.4.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (71498664) 8 days, 6:36:26.64
SNMPv2-MIB::sysContact.0 = STRING:
SNMPv2-MIB::sysName.0 = STRING: {system-name}
SNMPv2-MIB::sysLocation.0 = STRING: unknown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2022 04:42 AM - edited тАО09-12-2022 04:50 AM
тАО09-12-2022 04:42 AM - edited тАО09-12-2022 04:50 AM
Re: HP ilo4 monitoring
it works now for me, but now i would need to monitor hardware via snmpwalk. is this possible. When i snmpwalk with one of the OID it displays me Interger values, but not sure if the hardware is okay or not
iLO_fans
iLO_memory_modules
iLO_physical_drives
iLO_power_supply
iLO_storage_controller
iLO_temperature