<?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: iLO - shutdown more than one server in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949487#M2563</link>
    <description>it works, thanks =)</description>
    <pubDate>Fri, 25 Jan 2008 10:05:56 GMT</pubDate>
    <dc:creator>JKytsi</dc:creator>
    <dc:date>2008-01-25T10:05:56Z</dc:date>
    <item>
      <title>iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949478#M2554</link>
      <description>Hello everyone,&lt;BR /&gt;&lt;BR /&gt;Is it possible to remotely shutdown more than one server, blade in this case, with iLO at the same time?&lt;BR /&gt;&lt;BR /&gt;I've found a script wich kan shutdown a server, but how is it possible to do this with more than one server at once?&lt;BR /&gt;&lt;BR /&gt;&lt;!--         RIBCL Sample Script for HP Lights-Out Products          --&gt;&lt;BR /&gt;&lt;!--   Copyright (c) 2003 Hewlett-Packard Development Company, L.P.  --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!-- Description:  This is a sample XML script to toggle the power   --&gt;&lt;BR /&gt;&lt;!--               on the host server in which one of the following  --&gt;&lt;BR /&gt;&lt;!--               devices is executing:                             --&gt;&lt;BR /&gt;&lt;!--                 Integrated Lights-Out 2 (iLO 2)                 --&gt;&lt;BR /&gt;&lt;!--                 Integrated Lights-Out (iLO)                     --&gt;&lt;BR /&gt;&lt;!--                 Remote Insight Lights-Out Edition II (RILOE II) --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!-- NOTE:  You will need to replace the USER_LOGIN and PASSWORD     --&gt;&lt;BR /&gt;&lt;!--        values with values that are appropriate for your         --&gt;&lt;BR /&gt;&lt;!--        environment.                                             --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--        This script will use the ACPI Power Button function to   --&gt;&lt;BR /&gt;&lt;!--        attempt to gracefully shutdown the host operating system --&gt;&lt;BR /&gt;&lt;!--        (if your OS supports and is configured for graceful      --&gt;&lt;BR /&gt;&lt;!--        shutdown) before it powers off the server.               --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--        Use CPQLOCFG.EXE ver 2.25 or greater with this script.   --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--        This script was written for iLO 2 firmware version 1.10  --&gt;&lt;BR /&gt;&lt;!--        release.                                                 --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--        See "HP Integrated Lights-Out Management Processor       --&gt;&lt;BR /&gt;&lt;!--        Scripting and Command Line Resource Guide" for more      --&gt;&lt;BR /&gt;&lt;!--        information on scripting and the syntax of the RIBCL     --&gt;&lt;BR /&gt;&lt;!--        XML.                                                     --&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;!--        Firmware support infomation for this script:             --&gt;&lt;BR /&gt;&lt;!--            iLO 2 - All versions.                                --&gt;&lt;BR /&gt;&lt;!--              iLO - All versions.                                --&gt;&lt;BR /&gt;&lt;!--         RILOE II - All versions.                                --&gt;&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;SERVER_INFO mode="write"&gt;&lt;BR /&gt;    &lt;!-- Modify the HOST_POWER attribute to toggle power on the host server --&gt;&lt;BR /&gt;    &lt;!-- HOST_POWER="No"  (Turns host server power off)              --&gt;&lt;BR /&gt;    &lt;!-- A graceful shutdown will be attempted for ACPI-aware        --&gt;&lt;BR /&gt;    &lt;!-- operating systems configured to support graceful shutdown.  --&gt;&lt;BR /&gt;    &lt;!-- HOST_POWER="Yes" (Turns host server power on) --&gt;&lt;BR /&gt;    &lt;SET_HOST_POWER host_power="No"&gt;&lt;/SET_HOST_POWER&gt;&lt;BR /&gt;  &lt;/SERVER_INFO&gt;&lt;BR /&gt;  &lt;/LOGIN&gt;&lt;BR /&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Thu, 22 Feb 2007 08:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949478#M2554</guid>
      <dc:creator>Herfkens</dc:creator>
      <dc:date>2007-02-22T08:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949479#M2555</link>
      <description>Yes, you can shutdown more than one blade using a script like the one shown.&lt;BR /&gt;&lt;BR /&gt;Assuming that your script is named "poweroff.xml" and that you have already downloaded the HP Lights-Out Configuration Utility (CPQLOCFG) from&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/support/files/lights-out/us/revision/6269.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/lights-out/us/revision/6269.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Commands like this could do the trick:&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.1 -f poweroff.xml -u Admin -p pword&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.2 -f poweroff.xml -u Admin -p pword&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.3 -f poweroff.xml -u Admin -p pword&lt;BR /&gt;C:\&amp;gt;cpqlocfg -s 192.168.1.4 -f poweroff.xml -u Admin -p pword&lt;BR /&gt;&lt;BR /&gt;where:&lt;BR /&gt;IP address (or network name) is that of the iLO in the target&lt;BR /&gt;poweroff.xml is the name of the script file&lt;BR /&gt;Admin is substituted for username in the script&lt;BR /&gt;pword is substituted for password in the script&lt;BR /&gt;&lt;BR /&gt;You can also precede each line with "start" to run them in parallel.&lt;BR /&gt;&lt;BR /&gt;Similar scripting ability is available in a perl example for Linux.&lt;BR /&gt;&lt;BR /&gt;Other Windows client sample scripts here:&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/support/files/lights-out/us/revision/8238.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/lights-out/us/revision/8238.html&lt;/A&gt;&lt;BR /&gt;Other Linux client sample scripts here:&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/support/files/lights-out/us/revision/8645.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/lights-out/us/revision/8645.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Feb 2007 13:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949479#M2555</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2007-02-22T13:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949480#M2556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is there a "nicer" way..?&lt;BR /&gt;&lt;BR /&gt;For example that the scripts opens an text file with all the iLO IP's it has to do?</description>
      <pubDate>Fri, 18 Jan 2008 13:05:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949480#M2556</guid>
      <dc:creator>MichelNL</dc:creator>
      <dc:date>2008-01-18T13:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949481#M2557</link>
      <description>&amp;gt;&amp;gt; is there a "nicer" way?&lt;BR /&gt;&lt;BR /&gt;Almost certainly, bnut I am not aware of any free tools provided by HP for scripting.&lt;BR /&gt;&lt;BR /&gt;Have you considered using HP SIM?  You can set up a task to do this and apply it to multiple nodes.&lt;BR /&gt;&lt;A href="http://www.hp.com/go/hpsim" target="_blank"&gt;http://www.hp.com/go/hpsim&lt;/A&gt;</description>
      <pubDate>Wed, 23 Jan 2008 14:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949481#M2557</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2008-01-23T14:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949482#M2558</link>
      <description>I wrote this batch file long time ago.&lt;BR /&gt;&lt;BR /&gt;Extract the attached zip file to a folder, edit ip_list.txt and add your iLOs IP addresses in there (1 per line), open a DOS window and execute:&lt;BR /&gt;&lt;BR /&gt;shutdown.cmd ip_list.txt [iLO_username] [password] &lt;BR /&gt;&lt;BR /&gt;I tested this on my Windows XP Pro SP2 and works fine. Also, be sure all iLOs have the same user/ password and that user must have enough rights to power On/Off the server.&lt;BR /&gt;&lt;BR /&gt;Enjoy.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2008 22:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949482#M2558</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2008-01-23T22:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949483#M2559</link>
      <description>Here is the file again. I hope it doesn't get corrupted during upload this time.</description>
      <pubDate>Wed, 23 Jan 2008 22:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949483#M2559</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2008-01-23T22:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949484#M2560</link>
      <description>Thanks..!&lt;BR /&gt;This works great!</description>
      <pubDate>Thu, 24 Jan 2008 09:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949484#M2560</guid>
      <dc:creator>MichelNL</dc:creator>
      <dc:date>2008-01-24T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949485#M2561</link>
      <description>Hi,&lt;BR /&gt;Could You paste the script in reply, attachement is corrupted again.</description>
      <pubDate>Thu, 24 Jan 2008 18:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949485#M2561</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-01-24T18:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949486#M2562</link>
      <description>Try downloading the file using FireFox. For some reason it doesn't work with IE.</description>
      <pubDate>Thu, 24 Jan 2008 19:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949486#M2562</guid>
      <dc:creator>Oscar A. Perez</dc:creator>
      <dc:date>2008-01-24T19:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: iLO - shutdown more than one server</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949487#M2563</link>
      <description>it works, thanks =)</description>
      <pubDate>Fri, 25 Jan 2008 10:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-shutdown-more-than-one-server/m-p/3949487#M2563</guid>
      <dc:creator>JKytsi</dc:creator>
      <dc:date>2008-01-25T10:05:56Z</dc:date>
    </item>
  </channel>
</rss>

