<?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: Why does this ILO script not work? in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843119#M2131</link>
    <description>I have yet to get this to work.  I am not using any exe.&lt;BR /&gt;&lt;BR /&gt;Mike Niccum</description>
    <pubDate>Mon, 16 Oct 2006 08:26:45 GMT</pubDate>
    <dc:creator>Mike Niccum</dc:creator>
    <dc:date>2006-10-16T08:26:45Z</dc:date>
    <item>
      <title>Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843114#M2126</link>
      <description>When running the script below I get the following error.  I changed the username,password, and IP.&lt;BR /&gt;&lt;BR /&gt;&lt;TITLE&gt;Remote Insight&lt;/TITLE&gt;&lt;BR /&gt;&lt;H1&gt;Request Error&lt;/H1&gt;&lt;BR /&gt;HTTP/1.1 405 Method Not Allowed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Set oXMLHTTP = CreateObject("MSXML2.ServerXMLHTTP") &lt;BR /&gt;Set oXMLDOM = CreateObject("MSXML2.DOMDocument") &lt;BR /&gt;sXML = "&lt;RIBCL version="" 2.0=""&gt;&lt;LOGIN user_login=""&gt;"" PASSWORD=""&lt;PASSWORD&gt;""&amp;gt;&lt;SERVER_INFO mode="" write=""&gt;&lt;RESET_SERVER&gt;&lt;/RESET_SERVER&gt;&lt;/SERVER_INFO&gt;&lt;/PASSWORD&gt;&lt;/LOGIN&gt;"&lt;BR /&gt;oXMLDOM.LoadXML sXML &lt;BR /&gt;oXMLHTTP.Open "POST", "https://&lt;X.X.X.X&gt;",False,"&lt;ADMINISTRATOR&gt;","&lt;PASSWORD&gt;"&lt;BR /&gt;oXMLHTTP.setOption 2, 13056 'bypass cert errors&lt;BR /&gt;oXMLHTTP.send oXMLDOM.XML &lt;BR /&gt;WScript.echo oXMLHTTP.responsetext&lt;/PASSWORD&gt;&lt;/ADMINISTRATOR&gt;&lt;/X.X.X.X&gt;&lt;/RIBCL&gt;</description>
      <pubDate>Mon, 14 Aug 2006 14:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843114#M2126</guid>
      <dc:creator>Mike Niccum</dc:creator>
      <dc:date>2006-08-14T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843115#M2127</link>
      <description>I am unsure where you are getting the script error.  Are you using CPQLOCFG.EXE v2.25 from here?&lt;BR /&gt;&lt;A href="http://h18004.www1.hp.com/support/files/lights-out/us/download/23909.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/lights-out/us/download/23909.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is also possible that the user account does not have Virtual Power and Reset privilege.</description>
      <pubDate>Tue, 15 Aug 2006 16:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843115#M2127</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2006-08-15T16:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843116#M2128</link>
      <description>I am only using VBS not the EXE.  I am using the MSXML2.DOMDocument object to load the XML file and the MSXML2.ServerXMLHTTP object to send the MXL file to the server the same way the sample perl scripts do it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike&lt;BR /&gt;&lt;BR /&gt;P.S.  I am not interested in using the EXE because the script will ultimately do alot more using WMI and Active Directory (ADSI)</description>
      <pubDate>Tue, 15 Aug 2006 16:33:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843116#M2128</guid>
      <dc:creator>Mike Niccum</dc:creator>
      <dc:date>2006-08-15T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843117#M2129</link>
      <description>The perl script examples I am speaking of are included in this doc:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mike Niccum&lt;BR /&gt;&lt;BR /&gt;P.S.  It kinda makes me mad that the HP Integrated Lights-Out Management Processor&lt;BR /&gt;Scripting and Command Line Resource Guide only includes perl script examples.  HELLO!!!!</description>
      <pubDate>Tue, 15 Aug 2006 16:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843117#M2129</guid>
      <dc:creator>Mike Niccum</dc:creator>
      <dc:date>2006-08-15T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843118#M2130</link>
      <description>Any progress with this as i just found the article after trying to get this to work all day :(&lt;BR /&gt;&lt;BR /&gt;JonG</description>
      <pubDate>Sat, 14 Oct 2006 17:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843118#M2130</guid>
      <dc:creator>Jon Greaves</dc:creator>
      <dc:date>2006-10-14T17:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843119#M2131</link>
      <description>I have yet to get this to work.  I am not using any exe.&lt;BR /&gt;&lt;BR /&gt;Mike Niccum</description>
      <pubDate>Mon, 16 Oct 2006 08:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843119#M2131</guid>
      <dc:creator>Mike Niccum</dc:creator>
      <dc:date>2006-10-16T08:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843120#M2132</link>
      <description>I have yet to get this to work.  I am not using any exe.  This runs under VBS using MSXML&lt;BR /&gt;&lt;BR /&gt;Mike Niccum</description>
      <pubDate>Mon, 16 Oct 2006 08:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843120#M2132</guid>
      <dc:creator>Mike Niccum</dc:creator>
      <dc:date>2006-10-16T08:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843121#M2133</link>
      <description>Anybody find any answers to this?  It would great if I could interact with the ILO via VBScript as my currently WMI based inventory management is all VBS.  I need to be able to pull rack info for my c-class blades</description>
      <pubDate>Wed, 14 Nov 2007 17:23:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843121#M2133</guid>
      <dc:creator>JasonF</dc:creator>
      <dc:date>2007-11-14T17:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why does this ILO script not work?</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843122#M2134</link>
      <description>Try this:&lt;BR /&gt;Send the XML header &lt;XML&gt;, then flush the socket, then send the rest.&lt;BR /&gt;&lt;/XML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 18:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/why-does-this-ilo-script-not-work/m-p/3843122#M2134</guid>
      <dc:creator>acartes</dc:creator>
      <dc:date>2007-11-14T18:35:44Z</dc:date>
    </item>
  </channel>
</rss>

