Adding subdirectories for remote commands to control ILO and DRAC cards over
[monitor.git] / iloxml / Reset_Server.xml
1 <!--         RIBCL Sample Script for HP Lights-Out Products          -->\r
2 <!--Copyright (c) 2003,2007 Hewlett-Packard Development Company, L.P.-->\r
3 \r
4 <!-- Description:  This is a sample XML script to power cycle (off   -->\r
5 <!--               and then back on) the host server in which the    -->\r
6 <!--               following device is operating:                   -->\r
7 <!--                 Integrated Lights-Out 2 (iLO 2)                 -->\r
8 <!--                 Integrated Lights-Out (iLO)                     -->\r
9 <!--                 Remote Insight Lights-Out Edition II (RILOE II) -->\r
10 \r
11 <!-- NOTE:  You will need to replace the USER_LOGIN and PASSWORD     -->\r
12 <!--        values with values that are appropriate for your         -->\r
13 <!--        environment.                                             -->\r
14 \r
15 <!--        This script will NOT attempt to gracefully shutdown the  -->\r
16 <!--        host operating system before it powers off the server.   -->\r
17 \r
18 <!--        If graceful shutdown is needed (if your OS supports it), -->\r
19 <!--        use the Set_Host_Power.xml script (with                  -->\r
20 <!--        SET_HOST_POWER HOST_POWER="No") to attempt a graceful    -->\r
21 <!--        shutdown of the OS before powering off the server and    -->\r
22 <!--        then use the Set_Host_Power.xml script (with             -->\r
23 <!--        SET_HOST_POWER HOST_POWER="Yes") to turn the server back -->\r
24 <!--        on.                                                      -->\r
25 \r
26 \r
27 <!--        Use CPQLOCFG.EXE ver 2.26 or greater with this script.   -->\r
28 \r
29 <!--        This script was written for iLO 2 firmware version 1.30  -->\r
30 <!--        release.                                                 -->\r
31 \r
32 <!--        See "HP Integrated Lights-Out Management Processor       -->\r
33 <!--        Scripting and Command Line Resource Guide" for more      -->\r
34 <!--        information on scripting and the syntax of the RIBCL     -->\r
35 <!--        XML.                                                     -->\r
36 \r
37 <!--        Firmware support infomation for this script:             -->\r
38 <!--            iLO 2 - All versions.                                -->\r
39 <!--              iLO - All versions.                                -->\r
40 <!--         RILOE II - All versions.                                -->\r
41 \r
42 <RIBCL VERSION="2.0">\r
43   <LOGIN USER_LOGIN="adminname" PASSWORD="password">\r
44   <SERVER_INFO MODE="write">\r
45     <RESET_SERVER/>\r
46   </SERVER_INFO>\r
47   </LOGIN>\r
48 </RIBCL>\r