<?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: Overall System Status: Orange in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977292#M47351</link>
    <description>Hello Ben  -  Did you run the HPoncfg.exe by creating a custom tool and push it out via the SIM console if not how did you do it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jim</description>
    <pubDate>Wed, 05 Dec 2007 21:18:49 GMT</pubDate>
    <dc:creator>Jim_</dc:creator>
    <dc:date>2007-12-05T21:18:49Z</dc:date>
    <item>
      <title>Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977286#M47345</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I've got some systems (DL360 G4 and maybe others) that have an orange health warning on HPSIM for the Management Processor for:&lt;BR /&gt;&lt;BR /&gt;Failed Home -&amp;gt; Management Processor -&amp;gt; Embedded NEC98431&lt;BR /&gt;&lt;BR /&gt;Failed Home -&amp;gt; Management Processor -&amp;gt; Integrated Lights-Out&lt;BR /&gt;&lt;BR /&gt;Failed Tasks -&amp;gt; Remote Management -&amp;gt; Remote Communication Options for Embedded NEC98431&lt;BR /&gt;&lt;BR /&gt;We're not using the iLo yet, it's been left at the defaults and is not plugged in.  Is this why the status is failed?  Unfortunately, we're running various versions of the PSP (7.2 and higher) so the SMH on all the servers is at differenet versions.&lt;BR /&gt;&lt;BR /&gt;What is the best way to fix these issues?  We'll be adding in a lot of servers to HPSIM this week and would like suggestions for fixing these issues.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 04 May 2006 11:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977286#M47345</guid>
      <dc:creator>BeltwayBenny</dc:creator>
      <dc:date>2006-05-04T11:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977287#M47346</link>
      <description>If your not using iLO, you'll need to disable the Remote Insight Information agent in the Insight Agents applet in control panel.  If you are planning on using iLO, this alert will disappear once iLO is plugged in and activated.  By default, iLO is monitored by Insight and will show failed if the port is not used just like an unused NIC port</description>
      <pubDate>Thu, 04 May 2006 13:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977287#M47346</guid>
      <dc:creator>Bill Slobodnik</dc:creator>
      <dc:date>2006-05-04T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977288#M47347</link>
      <description>Another option is to rollback the ILO firmware to a version that does not report errors (I use v1.64 ILO) and it works fine with the newer agents.. When we decide to enable ILO, I put the latest ILO firmware back on the box. Easier for me to remember than having to disable agents.</description>
      <pubDate>Fri, 05 May 2006 14:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977288#M47347</guid>
      <dc:creator>dougjef</dc:creator>
      <dc:date>2006-05-05T14:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977289#M47348</link>
      <description>I guess I'm going to have to remove the iLo settings on each system so the Insight agents don't report the issue.  Hopefully I can find a way to automate this during install...&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Fri, 05 May 2006 16:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977289#M47348</guid>
      <dc:creator>BeltwayBenny</dc:creator>
      <dc:date>2006-05-05T16:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977290#M47349</link>
      <description>I found a better way (for us) to get this system green.  Using the hponcfg.exe utility I have disabled the iLo nic interface.  After a few minutes the local Systems Management Homepage reports the Embedded NEC98431 as "?" instead of orange.  the overall systems status goes from Embedded NEC98431 (failure) to "no failed/degraded items"&lt;BR /&gt;&lt;BR /&gt;How to:&lt;BR /&gt;hponcfg.exe /f nic_disable.xml&lt;BR /&gt;&lt;BR /&gt;nic_disable.xml:&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="admin" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;      &lt;ENABLE_NIC value="No"&gt;&lt;/ENABLE_NIC&gt;&lt;BR /&gt;    &lt;/MOD_NETWORK_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 May 2006 13:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977290#M47349</guid>
      <dc:creator>BeltwayBenny</dc:creator>
      <dc:date>2006-05-11T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977291#M47350</link>
      <description>See my comments</description>
      <pubDate>Thu, 11 May 2006 14:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977291#M47350</guid>
      <dc:creator>BeltwayBenny</dc:creator>
      <dc:date>2006-05-11T14:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977292#M47351</link>
      <description>Hello Ben  -  Did you run the HPoncfg.exe by creating a custom tool and push it out via the SIM console if not how did you do it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 05 Dec 2007 21:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977292#M47351</guid>
      <dc:creator>Jim_</dc:creator>
      <dc:date>2007-12-05T21:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Overall System Status: Orange</title>
      <link>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977293#M47352</link>
      <description>At this point, we only use HPSIM for hardware alerts, we never went through all the servers that were affected.&lt;BR /&gt;&lt;BR /&gt;We do now disable the ilo in our server build scripts.</description>
      <pubDate>Wed, 05 Dec 2007 23:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/overall-system-status-orange/m-p/4977293#M47352</guid>
      <dc:creator>BeltwayBenny</dc:creator>
      <dc:date>2007-12-05T23:52:24Z</dc:date>
    </item>
  </channel>
</rss>

