<?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 response to ILO question in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/response-to-ilo-question/m-p/3368405#M678</link>
    <description>Recently I rec'd the following question:&lt;BR /&gt;&lt;BR /&gt;We plan an project and have to shutdown around 100 blade server by scrip via LAN.&lt;BR /&gt;Is there an posibility to use the virtual button of the iLO to initiate an save system blade shutdown executet from an script on an other computer.&lt;BR /&gt; &lt;BR /&gt;thank you for your information and tools if this should be possible with HP Blades.&lt;BR /&gt;&lt;BR /&gt;I am posting the following reply for Andrew Cartes who is out this week:&lt;BR /&gt;&lt;BR /&gt;You can automate this process using the online scripting utility CPQLOCFG which uses RIBCL (XML-style) scripts to send commands to iLO.  The utility and documentation is available for download from&lt;BR /&gt;&lt;A href="http://www.hp.com/servers/lights-out" target="_blank"&gt;http://www.hp.com/servers/lights-out&lt;/A&gt;&lt;BR /&gt;Follow iLO Standard or iLO Advanced then Software and drivers.  Select appropriately and get the "HP Lights-Out Online Configuration Utility"  You might also want to grab the XML scripting examples because they show some other cool things you can automate with lights-out, like firmware updates and administration.&lt;BR /&gt; &lt;BR /&gt;The full documentation is in the iLO user guide, also available on the site under "Support and Documents" then "Manuals".&lt;BR /&gt; &lt;BR /&gt;To use this script, I recommend verifying the desired behavior on a single blade.  Log into iLO and open Remote Console so you can watch what happens at the server.&lt;BR /&gt; &lt;BR /&gt;This script simulates a momentary button press.  Usually the OS will take this as a signal to gracefully shut down, but this depends on the OS configuration so it is good to verify.&lt;BR /&gt; &lt;BR /&gt;By the way, there are other commands available, to force a power-off, power-on, reset, etc.&lt;BR /&gt; &lt;BR /&gt;Using the CPQLOCFG utility (in this case, I'll assume a Windows client), save the following script to a file, for example, "power_press.xml"&lt;BR /&gt; &lt;BR /&gt;&lt;!-- A momentary power button press using iLO --&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Administrator" password="password"&gt;&lt;BR /&gt;    &lt;SERVER_INFO mode="w"&gt;&lt;BR /&gt;      &lt;PRESS_PWR_BTN&gt;&lt;/PRESS_PWR_BTN&gt;&lt;BR /&gt;    &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt; &lt;BR /&gt;Then execute the script against the blade you are monitoring.  Something like:&lt;BR /&gt; &lt;BR /&gt;C:\iLOXML&amp;gt;cpqlocfg -s 192.168.1.1 -f power_press.xml&lt;BR /&gt; &lt;BR /&gt;Verify the results, then let the fun begin!</description>
    <pubDate>Mon, 30 Aug 2004 14:11:15 GMT</pubDate>
    <dc:creator>laurie robinson</dc:creator>
    <dc:date>2004-08-30T14:11:15Z</dc:date>
    <item>
      <title>response to ILO question</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/response-to-ilo-question/m-p/3368405#M678</link>
      <description>Recently I rec'd the following question:&lt;BR /&gt;&lt;BR /&gt;We plan an project and have to shutdown around 100 blade server by scrip via LAN.&lt;BR /&gt;Is there an posibility to use the virtual button of the iLO to initiate an save system blade shutdown executet from an script on an other computer.&lt;BR /&gt; &lt;BR /&gt;thank you for your information and tools if this should be possible with HP Blades.&lt;BR /&gt;&lt;BR /&gt;I am posting the following reply for Andrew Cartes who is out this week:&lt;BR /&gt;&lt;BR /&gt;You can automate this process using the online scripting utility CPQLOCFG which uses RIBCL (XML-style) scripts to send commands to iLO.  The utility and documentation is available for download from&lt;BR /&gt;&lt;A href="http://www.hp.com/servers/lights-out" target="_blank"&gt;http://www.hp.com/servers/lights-out&lt;/A&gt;&lt;BR /&gt;Follow iLO Standard or iLO Advanced then Software and drivers.  Select appropriately and get the "HP Lights-Out Online Configuration Utility"  You might also want to grab the XML scripting examples because they show some other cool things you can automate with lights-out, like firmware updates and administration.&lt;BR /&gt; &lt;BR /&gt;The full documentation is in the iLO user guide, also available on the site under "Support and Documents" then "Manuals".&lt;BR /&gt; &lt;BR /&gt;To use this script, I recommend verifying the desired behavior on a single blade.  Log into iLO and open Remote Console so you can watch what happens at the server.&lt;BR /&gt; &lt;BR /&gt;This script simulates a momentary button press.  Usually the OS will take this as a signal to gracefully shut down, but this depends on the OS configuration so it is good to verify.&lt;BR /&gt; &lt;BR /&gt;By the way, there are other commands available, to force a power-off, power-on, reset, etc.&lt;BR /&gt; &lt;BR /&gt;Using the CPQLOCFG utility (in this case, I'll assume a Windows client), save the following script to a file, for example, "power_press.xml"&lt;BR /&gt; &lt;BR /&gt;&lt;!-- A momentary power button press using iLO --&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;RIBCL version="2.0"&gt;&lt;BR /&gt;  &lt;LOGIN user_login="Administrator" password="password"&gt;&lt;BR /&gt;    &lt;SERVER_INFO mode="w"&gt;&lt;BR /&gt;      &lt;PRESS_PWR_BTN&gt;&lt;/PRESS_PWR_BTN&gt;&lt;BR /&gt;    &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;&lt;BR /&gt; &lt;BR /&gt;Then execute the script against the blade you are monitoring.  Something like:&lt;BR /&gt; &lt;BR /&gt;C:\iLOXML&amp;gt;cpqlocfg -s 192.168.1.1 -f power_press.xml&lt;BR /&gt; &lt;BR /&gt;Verify the results, then let the fun begin!</description>
      <pubDate>Mon, 30 Aug 2004 14:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/response-to-ilo-question/m-p/3368405#M678</guid>
      <dc:creator>laurie robinson</dc:creator>
      <dc:date>2004-08-30T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: response to ILO question</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/response-to-ilo-question/m-p/3368406#M679</link>
      <description>A quick note, if youâ  re using W2003, and the console is not logged in, it will not let you do a virtual power button press.  Use the "Hold_pwr_btn" in place of "Press_pwr_btn" to get it to power off.  Note that this is not going to initiate a graceful shutdown so please take the necessary precautions of saving open files fir</description>
      <pubDate>Tue, 31 Aug 2004 10:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/response-to-ilo-question/m-p/3368406#M679</guid>
      <dc:creator>Junior Yharte</dc:creator>
      <dc:date>2004-08-31T10:10:34Z</dc:date>
    </item>
  </channel>
</rss>

