From 23fbc3af3f68aa3f0ef74aad0754cdb7c0a447ca Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Mon, 23 Jun 2008 17:05:42 +0000 Subject: [PATCH] Include other options for the iLO, since 'reset' doesn't work when the machine is powered off. TODO: add the check to power the host On if it is off. --- iloxml/PowerOff_Server.xml | 46 ++++++++++++++++++++++++++++++++++++++ iloxml/PowerOn_Server.xml | 46 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 iloxml/PowerOff_Server.xml create mode 100644 iloxml/PowerOn_Server.xml diff --git a/iloxml/PowerOff_Server.xml b/iloxml/PowerOff_Server.xml new file mode 100644 index 0000000..2a91833 --- /dev/null +++ b/iloxml/PowerOff_Server.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iloxml/PowerOn_Server.xml b/iloxml/PowerOn_Server.xml new file mode 100644 index 0000000..fc5f40c --- /dev/null +++ b/iloxml/PowerOn_Server.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.43.0