<?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: Disable ILO on SUSE Linux servers in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401604#M7219</link>
    <description>Thanks. &lt;BR /&gt;&lt;BR /&gt;It's not that we are not using ilo at all, it's just that we are not using it on every box.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 17 Apr 2009 11:31:16 GMT</pubDate>
    <dc:creator>Mario Garzia</dc:creator>
    <dc:date>2009-04-17T11:31:16Z</dc:date>
    <item>
      <title>Disable ILO on SUSE Linux servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401602#M7217</link>
      <description>&lt;P&gt;Hello All&lt;BR /&gt;&lt;BR /&gt;I have seen several people describe this same problem, but most are in a Windows environment. &lt;BR /&gt;&lt;BR /&gt;We do not use ILO, and I want to figure a way to disable this feature because the server is showing as failed. The box is a Proliant DL380 G3. &lt;BR /&gt;&lt;BR /&gt;If anyone with a similar situation has any advice I would appreciate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. this thread has been moved from ITRC server mgmt (Insight Manager 7) Forum to ITRC remote lights-out mgmt (iLO 2, iLO, RILOE II) Forum - HP Forums moderator&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2012 03:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401602#M7217</guid>
      <dc:creator>Mario Garzia</dc:creator>
      <dc:date>2012-11-20T03:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ILO on SUSE Linux servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401603#M7218</link>
      <description>First, you should ask yourself why you're not using iLO.  It's kind of like buying a car that has GPS and then never turning it on.&lt;BR /&gt;&lt;BR /&gt;See &lt;A href="http://www.hp.com/go/proliantlinux" target="_blank"&gt;http://www.hp.com/go/proliantlinux&lt;/A&gt; --&amp;gt; Documentation --&amp;gt; "Managing ProLiant Servers with Linux" on page 27 for how to disable a single sub-agent.</description>
      <pubDate>Thu, 16 Apr 2009 21:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401603#M7218</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2009-04-16T21:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ILO on SUSE Linux servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401604#M7219</link>
      <description>Thanks. &lt;BR /&gt;&lt;BR /&gt;It's not that we are not using ilo at all, it's just that we are not using it on every box.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2009 11:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401604#M7219</guid>
      <dc:creator>Mario Garzia</dc:creator>
      <dc:date>2009-04-17T11:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ILO on SUSE Linux servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401605#M7220</link>
      <description>To use iLo you need an extra IP address for every server. Some people just don't have enough IP addresses to go around.</description>
      <pubDate>Wed, 23 Mar 2011 14:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401605#M7220</guid>
      <dc:creator>Thomas Luri</dc:creator>
      <dc:date>2011-03-23T14:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable ILO on SUSE Linux servers</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401606#M7221</link>
      <description>Also had the same issue.&lt;BR /&gt;&lt;BR /&gt;Did the following to stop ilo alerts.&lt;BR /&gt;&lt;BR /&gt;1 - Stop the agents&lt;BR /&gt;change to /etc/init.d&lt;BR /&gt;type service hp-snmp-agents stop&lt;BR /&gt;&lt;BR /&gt;2 - Edit conf file&lt;BR /&gt;/opt/hp/hp-snmp-agents/cma.conf&lt;BR /&gt;&lt;BR /&gt;add the following lines in the exclude section&lt;BR /&gt;&lt;BR /&gt;exclude cpqriisd cmasm2d&lt;BR /&gt;&lt;BR /&gt;save file&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3 - Start the agents&lt;BR /&gt;change to /etc/init.d&lt;BR /&gt;type service hp-snmp-agents start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps someone.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/disable-ilo-on-suse-linux-servers/m-p/4401606#M7221</guid>
      <dc:creator>BC Admin</dc:creator>
      <dc:date>2011-03-29T13:11:25Z</dc:date>
    </item>
  </channel>
</rss>

