<?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 Issues with the XML interface for RX-series in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/6708338#M7639</link>
    <description>&lt;P&gt;Is there anything special that needs to be done to communicate with the ribcl&amp;nbsp;interface of HP iLO v2 on the RX series servers? &amp;nbsp;We've got a set of perl scripts that use a SSL socket to communication via XML to iLO for the purposes of monitoring. &amp;nbsp;These scripts work perfectly fine on the DL series but don't get a responce from the RX series.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attempted to use curl to see what sort of return I was getting but I only see a error message about a cookie:&lt;/P&gt;&lt;PRE&gt;curl --insecure --data '&amp;lt;LOCFG version="2.21"/&amp;gt;&amp;lt;RIBCL VERSION="2.0"&amp;gt;&amp;lt;LOGIN USER_LOGIN="Admin" PASSWORD = "Admin"&amp;gt;&amp;lt;/RIBCL&amp;gt;&amp;lt;/LOCFG&amp;gt;' https://x.x.x.x/ribcl
&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;!--
**************************************************************************
* (c) Copyright Hewlett-Packard Company 1999-2007.  All Rights Reserved. *
**************************************************************************
--&amp;gt;
&amp;lt;title&amp;gt;HP iLO Error Page: Cookie Invalid&amp;lt;/title&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Here's a sniplet of the code being used:&lt;/P&gt;&lt;PRE&gt;$client = IO::Socket::SSL-&amp;gt;new(
            PeerAddr =&amp;gt; 'x.x.x.x',
            SSL_verify_mode =&amp;gt; SSL_VERIFY_NONE,
            SSL_version =&amp;gt; "SSLv3",
            Timeout =&amp;gt; $timeout,
);

print $client "POST /ribcl HTTP/1.1 \r\n HOST: localhost \r\n Content-length: 30 \r\n Connection: Close \r\n &amp;lt;RIBCL VERSION='2.0'&amp;gt;&amp;lt;/RIBCL&amp;gt; \r\n";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This hangs forever waiting for a responce, would love any feedback we could get&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2015 19:39:29 GMT</pubDate>
    <dc:creator>asnowden</dc:creator>
    <dc:date>2015-02-12T19:39:29Z</dc:date>
    <item>
      <title>Issues with the XML interface for RX-series</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/6708338#M7639</link>
      <description>&lt;P&gt;Is there anything special that needs to be done to communicate with the ribcl&amp;nbsp;interface of HP iLO v2 on the RX series servers? &amp;nbsp;We've got a set of perl scripts that use a SSL socket to communication via XML to iLO for the purposes of monitoring. &amp;nbsp;These scripts work perfectly fine on the DL series but don't get a responce from the RX series.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attempted to use curl to see what sort of return I was getting but I only see a error message about a cookie:&lt;/P&gt;&lt;PRE&gt;curl --insecure --data '&amp;lt;LOCFG version="2.21"/&amp;gt;&amp;lt;RIBCL VERSION="2.0"&amp;gt;&amp;lt;LOGIN USER_LOGIN="Admin" PASSWORD = "Admin"&amp;gt;&amp;lt;/RIBCL&amp;gt;&amp;lt;/LOCFG&amp;gt;' https://x.x.x.x/ribcl
&amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;

&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;!--
**************************************************************************
* (c) Copyright Hewlett-Packard Company 1999-2007.  All Rights Reserved. *
**************************************************************************
--&amp;gt;
&amp;lt;title&amp;gt;HP iLO Error Page: Cookie Invalid&amp;lt;/title&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Here's a sniplet of the code being used:&lt;/P&gt;&lt;PRE&gt;$client = IO::Socket::SSL-&amp;gt;new(
            PeerAddr =&amp;gt; 'x.x.x.x',
            SSL_verify_mode =&amp;gt; SSL_VERIFY_NONE,
            SSL_version =&amp;gt; "SSLv3",
            Timeout =&amp;gt; $timeout,
);

print $client "POST /ribcl HTTP/1.1 \r\n HOST: localhost \r\n Content-length: 30 \r\n Connection: Close \r\n &amp;lt;RIBCL VERSION='2.0'&amp;gt;&amp;lt;/RIBCL&amp;gt; \r\n";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This hangs forever waiting for a responce, would love any feedback we could get&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2015 19:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/6708338#M7639</guid>
      <dc:creator>asnowden</dc:creator>
      <dc:date>2015-02-12T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the XML interface for RX-series</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/6950155#M7886</link>
      <description>&lt;P&gt;Did you get a response for this issue?&lt;/P&gt;&lt;P&gt;I am getting the same error when I use the powershell iloCmdlets.&lt;/P&gt;&lt;P&gt;Integrated Lights-Out 3&lt;BR /&gt;HP Integrated rx2800 i4&lt;/P&gt;&lt;P&gt;Current firmware revision 01.67.04&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Get-ErrorDetail : Error - 10.11.199.69 -  - Error in format/values returned fro
Cannot convert value "&amp;lt;?xml version="1.0"?&amp;gt;
    &amp;lt;RIBCL Version="2.22"&amp;gt;
    &amp;lt;?xml version="1.0" encoding="iso-8859-1"?&amp;gt;
&amp;lt;!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html  xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;!--
**************************************************************************
* (C) Copyright 2007-2015 Hewlett-Packard Development Company, L.P.
*
*  Hewlett-Packard and the Hewlett-Packard logo are trademarks of
*  Hewlett-Packard Development Company, L.P. in the U.S. and/or other
*  countries.
*
*  Confidential computer software. Valid license from Hewlett-Packard required
*  for possession, use or copying. Consistent with FAR 12.211 and 12.212,
*  Commercial Computer Software, Computer Software Documentation, and Technical
*  Data for Commercial Items are licensed to the U.S. Government under
*  vendor's standard commercial license.
*
**************************************************************************
--&amp;gt;
&amp;lt;title&amp;gt;HP iLO Error Page: Cookie Invalid&amp;lt;/title&amp;gt;
&amp;lt;meta http-equiv="refresh" content="2; URL=../index.html" /&amp;gt;
&amp;lt;link rel="stylesheet" type="text/css" href="../public/css/MP.css" /&amp;gt;
&amp;lt;script language="JavaScript" type="text/javascript"&amp;gt;
&amp;lt;!--&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 19:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/6950155#M7886</guid>
      <dc:creator>ticonetster</dc:creator>
      <dc:date>2017-03-21T19:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with the XML interface for RX-series</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/7026120#M8219</link>
      <description>&lt;P&gt;&lt;A href="https://community.hpe.com/t5/Server-Management-Remote-Server/HPiloCmdlets-Error-in-format-values-returned-from-iLO/td-p/6950589#.W_V_ni3Mwk8" target="_blank"&gt;https://community.hpe.com/t5/Server-Management-Remote-Server/HPiloCmdlets-Error-in-format-values-returned-from-iLO/td-p/6950589#.W_V_ni3Mwk8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Re: HPiloCmdlets - Error in format/values returned from iLO.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our PowerShell iLO cmdlets (including BIOS and OA) only supported on HPE Proliant Servers but in your message i see your server is RX 2800 i4 which is Integrity servers which is not a supported platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul"&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Nov 2018 16:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/issues-with-the-xml-interface-for-rx-series/m-p/7026120#M8219</guid>
      <dc:creator>MMenon</dc:creator>
      <dc:date>2018-11-21T16:03:25Z</dc:date>
    </item>
  </channel>
</rss>

