<?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: Can you disable the iLo using the hponcfg utility? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975240#M6158</link>
    <description>Solution listed above.....</description>
    <pubDate>Mon, 01 May 2006 14:56:05 GMT</pubDate>
    <dc:creator>Todd Winter</dc:creator>
    <dc:date>2006-05-01T14:56:05Z</dc:date>
    <item>
      <title>Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975230#M6148</link>
      <description>We don't use the iLo on our Data Center servers and HPSIM shows a "major" problem with the Management Processor because they are not configured.  I know you can disable them by rebooting and going into the BIOS setup.  I'd rather disable them without a reboot.</description>
      <pubDate>Mon, 24 Apr 2006 15:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975230#M6148</guid>
      <dc:creator>Todd Winter</dc:creator>
      <dc:date>2006-04-24T15:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975231#M6149</link>
      <description>Disabling Ilo is not a good option. You may need to access the system the using Ilo later. &lt;BR /&gt;You can remove the Ilo's which are already discovered in SIM and don't discover management proceessor while discovering all machines. You can provide this option during automatic discovery of machines.&lt;BR /&gt;Better solution will be to install agents and configure Ilo so that it won't show "major" error.</description>
      <pubDate>Tue, 25 Apr 2006 00:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975231#M6149</guid>
      <dc:creator>pratap m keshava</dc:creator>
      <dc:date>2006-04-25T00:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975232#M6150</link>
      <description>One more thing i would like to add, you can't disable Ilo using hponcfg utility</description>
      <pubDate>Tue, 25 Apr 2006 00:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975232#M6150</guid>
      <dc:creator>pratap m keshava</dc:creator>
      <dc:date>2006-04-25T00:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975233#M6151</link>
      <description>I reconfigured the agents to not recognize the iLo adapter.  Thanks for the input!</description>
      <pubDate>Tue, 25 Apr 2006 07:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975233#M6151</guid>
      <dc:creator>Todd Winter</dc:creator>
      <dc:date>2006-04-25T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975234#M6152</link>
      <description>Yes, there is a way to disable the iLO processor using XML scripts.  One like the following will accomplish this.  Note that the specific setting is called ILO_FUNCT_ENABLED, and this is a sample script taken from the mod_global_settings.xml example.&lt;BR /&gt;&lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="adminname" password="password"&gt;&lt;BR /&gt;  &lt;RIB_INFO mode="write"&gt;&lt;BR /&gt;    &lt;MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;      &lt;SESSION_TIMEOUT value="60"&gt;&lt;/SESSION_TIMEOUT&gt;&lt;BR /&gt;      &lt;ILO_FUNCT_ENABLED value="No"&gt;&lt;/ILO_FUNCT_ENABLED&gt;&lt;BR /&gt;      &lt;F8_PROMPT_ENABLED value="Yes"&gt;&lt;/F8_PROMPT_ENABLED&gt;&lt;BR /&gt;      &lt;REMOTE_CONSOLE_ENCRYPTION value="Yes"&gt;&lt;/REMOTE_CONSOLE_ENCRYPTION&gt;&lt;BR /&gt;      &lt;HTTP_PORT value="80"&gt;&lt;/HTTP_PORT&gt;&lt;BR /&gt;      &lt;HTTPS_PORT value="443"&gt;&lt;/HTTPS_PORT&gt;&lt;BR /&gt;      &lt;VIRTUAL_MEDIA_PORT value="17988"&gt;&lt;/VIRTUAL_MEDIA_PORT&gt;&lt;BR /&gt;      &lt;REMOTE_CONSOLE_PORT value="23"&gt;&lt;/REMOTE_CONSOLE_PORT&gt;&lt;BR /&gt;      &lt;MIN_PASSWORD value="8"&gt;&lt;/MIN_PASSWORD&gt;&lt;BR /&gt;      &lt;!-- New features in iLO ver 1.50 and later --&gt;&lt;BR /&gt;      &lt;PASSTHROUGH_CONFIG value="1"&gt;&lt;/PASSTHROUGH_CONFIG&gt;&lt;BR /&gt;      &lt;F8_LOGIN_REQUIRED value="No"&gt;&lt;/F8_LOGIN_REQUIRED&gt;&lt;BR /&gt;      &lt;REMOTE_CONSOLE_PORT_STATUS value="2"&gt;&lt;/REMOTE_CONSOLE_PORT_STATUS&gt;&lt;BR /&gt;      &lt;TERMINAL_SERVICES_PORT value="3389"&gt;&lt;/TERMINAL_SERVICES_PORT&gt;&lt;BR /&gt;      &lt;REMOTE_KEYBOARD_MODEL value="US"&gt;&lt;/REMOTE_KEYBOARD_MODEL&gt;&lt;BR /&gt;      &lt;!-- New features in iLO ver 1.60 and later --&gt;&lt;BR /&gt;      &lt;SSH_PORT value="22"&gt;&lt;/SSH_PORT&gt;&lt;BR /&gt;      &lt;SSH_STATUS value="Yes"&gt;&lt;/SSH_STATUS&gt;&lt;BR /&gt;      &lt;SERIAL_CLI_STATUS value="3"&gt;&lt;/SERIAL_CLI_STATUS&gt;&lt;BR /&gt;      &lt;SERIAL_CLI_SPEED value="1"&gt;&lt;/SERIAL_CLI_SPEED&gt;&lt;BR /&gt;      &lt;RBSU_POST_IP value="Y"&gt;&lt;/RBSU_POST_IP&gt;   &lt;BR /&gt;      &lt;!-- New features in iLO ver 1.75 and later --&gt;&lt;BR /&gt;      &lt;HIGH_PERFORMANCE_MOUSE value="Yes"&gt;&lt;/HIGH_PERFORMANCE_MOUSE&gt; &lt;BR /&gt;      &lt;!-- New features in iLO ver 1.80 and later --&gt;&lt;BR /&gt;      &lt;REMOTE_CONSOLE_ACQUIRE value="Yes"&gt;&lt;/REMOTE_CONSOLE_ACQUIRE&gt;&lt;BR /&gt;    &lt;/MOD_GLOBAL_SETTINGS&gt;&lt;BR /&gt;  &lt;/RIB_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Wed, 26 Apr 2006 17:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975234#M6152</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2006-04-26T17:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975235#M6153</link>
      <description>Todd-   you can also take a pair of pliers and pull the ilo chip off of the motherboard.   it may pull some surrounding chips off too so just make them stick back to the motherboard with some glue or something.  you dont even have to reboot.   this can be done while the server is on.&lt;BR /&gt;--Andy</description>
      <pubDate>Mon, 01 May 2006 13:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975235#M6153</guid>
      <dc:creator>Andy_180</dc:creator>
      <dc:date>2006-05-01T13:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975236#M6154</link>
      <description>So Andy, I suppose you tried this while pi$$ing on a spark plug? :)</description>
      <pubDate>Mon, 01 May 2006 14:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975236#M6154</guid>
      <dc:creator>Todd Winter</dc:creator>
      <dc:date>2006-05-01T14:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975237#M6155</link>
      <description>yes! i would not advise that as dire consequinces will ensue.</description>
      <pubDate>Mon, 01 May 2006 14:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975237#M6155</guid>
      <dc:creator>Andy_180</dc:creator>
      <dc:date>2006-05-01T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975238#M6156</link>
      <description>Shew! I'm glad I asked you first! :) I think I will close this thread now...... :)</description>
      <pubDate>Mon, 01 May 2006 14:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975238#M6156</guid>
      <dc:creator>Todd Winter</dc:creator>
      <dc:date>2006-05-01T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975239#M6157</link>
      <description>LOL!  hopefully i will get some humor points...</description>
      <pubDate>Mon, 01 May 2006 14:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975239#M6157</guid>
      <dc:creator>Andy_180</dc:creator>
      <dc:date>2006-05-01T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can you disable the iLo using the hponcfg utility?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975240#M6158</link>
      <description>Solution listed above.....</description>
      <pubDate>Mon, 01 May 2006 14:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/can-you-disable-the-ilo-using-the-hponcfg-utility/m-p/4975240#M6158</guid>
      <dc:creator>Todd Winter</dc:creator>
      <dc:date>2006-05-01T14:56:05Z</dc:date>
    </item>
  </channel>
</rss>

