<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HP ilo4 monitoring in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173663#M178957</link>
    <description>&lt;P&gt;Now the snmp port is open, but when i check for snmp i get the below&lt;/P&gt;&lt;P&gt;snmpwalk -v3 -c public -u secname -l authPriv -A passwd -a MD5 -X authenticationpasshrase -x DES hostname&lt;/P&gt;&lt;P&gt;snmpwalk: Authentication failure (incorrect password, community or key)&lt;/P&gt;&lt;P&gt;I am not sure whats wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 11:51:10 GMT</pubDate>
    <dc:creator>ls440</dc:creator>
    <dc:date>2022-09-09T11:51:10Z</dc:date>
    <item>
      <title>HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173259#M178882</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;1.3.6.1.4.1.232.6.2.6.8.1.4.0.1&lt;/P&gt;&lt;P&gt;.1.3.6.1.4.1.232.6.2.6.7.1.2.0&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173259#M178882</guid>
      <dc:creator>ls440</dc:creator>
      <dc:date>2022-09-02T10:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173293#M178886</link>
      <description>&lt;P&gt;&lt;FONT face="courier new, courier" size="2"&gt;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:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00045551en_us" target="_blank"&gt;https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00045551en_us&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 07:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173293#M178886</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-09-02T07:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173294#M178887</link>
      <description>&lt;P&gt;Hi yes, I have defined the A&lt;SPAN&gt;gentless Management with read community public. But still I get the same error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 07:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173294#M178887</guid>
      <dc:creator>ls440</dc:creator>
      <dc:date>2022-09-02T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173303#M178890</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;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?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;If you have "nmap" installed, you could try running the "snmp-brute" script to see what it returns, ie:&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# echo "public" &amp;gt; 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&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 09:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173303#M178890</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-09-02T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173304#M178891</link>
      <description>&lt;P&gt;I can see the port is open. I will one check if the firewall is blocking the port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Host is up (0.038s latency).&lt;/P&gt;&lt;P&gt;PORT STATE SERVICE&lt;BR /&gt;161/udp open|filtered snmp&lt;/P&gt;&lt;P&gt;Nmap done: 1 IP address (1 host up) scanned in 10.88 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173304#M178891</guid>
      <dc:creator>ls440</dc:creator>
      <dc:date>2022-09-02T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173325#M178895</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I can see the port is open. I will one check if the firewall is blocking the port.&amp;nbsp;&lt;P&gt;PORT STATE SERVICE&lt;BR /&gt;161/udp open|filtered snmp&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;According to the nmap man page, the state "open|filtered" has some significance that might explain what you are seeing:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier" size="2"&gt;... 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 ...&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 14:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173325#M178895</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-09-02T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173663#M178957</link>
      <description>&lt;P&gt;Now the snmp port is open, but when i check for snmp i get the below&lt;/P&gt;&lt;P&gt;snmpwalk -v3 -c public -u secname -l authPriv -A passwd -a MD5 -X authenticationpasshrase -x DES hostname&lt;/P&gt;&lt;P&gt;snmpwalk: Authentication failure (incorrect password, community or key)&lt;/P&gt;&lt;P&gt;I am not sure whats wrong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 11:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173663#M178957</guid>
      <dc:creator>ls440</dc:creator>
      <dc:date>2022-09-09T11:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173705#M178977</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Maybe double check your settings? FWIW, this configuration works for me (but of course, don't use these exact settings outside of testing):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="iLO-snmp-1.PNG" style="width: 525px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/131769iF71183D7CAEA5DE8/image-size/large?v=v2&amp;amp;px=2000" role="button" title="iLO-snmp-1.PNG" alt="iLO-snmp-1.PNG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="iLO-snmp-2.PNG" style="width: 673px;"&gt;&lt;img src="https://community.hpe.com/t5/image/serverpage/image-id/131770i19245E2542324924/image-size/large?v=v2&amp;amp;px=2000" role="button" title="iLO-snmp-2.PNG" alt="iLO-snmp-2.PNG" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;# snmpwalk -v3 -u secname -l authPriv -A authenticationpasshrase -a MD5 -X privacypasshrase -x DES {ip-address}&lt;BR /&gt;SNMPv2-MIB::sysDescr.0 = STRING: Integrated Lights-Out 4 2.78 Apr 28 2021&lt;BR /&gt;SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.232.9.4.10&lt;BR /&gt;DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (71498664) 8 days, 6:36:26.64&lt;BR /&gt;SNMPv2-MIB::sysContact.0 = STRING:&lt;BR /&gt;SNMPv2-MIB::sysName.0 = STRING: {system-name}&lt;BR /&gt;SNMPv2-MIB::sysLocation.0 = STRING: unknown&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 15:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173705#M178977</guid>
      <dc:creator>pchops</dc:creator>
      <dc:date>2022-09-10T15:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP ilo4 monitoring</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173764#M178994</link>
      <description>&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrY0VPVjRzcU9vclk/view?usp=sharing&amp;amp;resourcekey=0-qjoBPVpDz1AmrXLS_7_UZQ" target="_blank"&gt;iLO_fans&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrRHNCcmFhaHMyVFU/view?usp=sharing&amp;amp;resourcekey=0-MWIgnmeLBs9na3qlJ1EhJg" target="_blank"&gt;iLO_memory_modules&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrYWRtS1dJaS1lRUk/view?usp=sharing&amp;amp;resourcekey=0-Q7kyztwq61D-cU5uqiK9hg" target="_blank"&gt;iLO_physical_drives&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrajEzUmNZZ2dTXzA/view?usp=sharing&amp;amp;resourcekey=0-6Ohqwn5_uNd5xicVIJ8wdw" target="_blank"&gt;iLO_power_supply&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrLTdwNVd5VURiRzQ/view?usp=sharing&amp;amp;resourcekey=0-zC4IMcmeAPesenOF-UfplA" target="_blank"&gt;iLO_storage_controller&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/0Byxs9mKwndKrN2Z5LXh4dFNKbDg/view?usp=sharing&amp;amp;resourcekey=0-jh0n2WJ88gF4HDC4xVfQww" target="_blank"&gt;iLO_temperature&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 11:50:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/hp-ilo4-monitoring/m-p/7173764#M178994</guid>
      <dc:creator>ls440</dc:creator>
      <dc:date>2022-09-12T11:50:00Z</dc:date>
    </item>
  </channel>
</rss>

