Server Management - Remote Server Management
1747994 Members
5061 Online
108756 Solutions
New Discussion

Issues with the XML interface for RX-series

 
asnowden
New Member

Issues with the XML interface for RX-series

Is there anything special that needs to be done to communicate with the ribcl interface of HP iLO v2 on the RX series servers?  We've got a set of perl scripts that use a SSL socket to communication via XML to iLO for the purposes of monitoring.  These scripts work perfectly fine on the DL series but don't get a responce from the RX series.

 

I attempted to use curl to see what sort of return I was getting but I only see a error message about a cookie:

curl --insecure --data '<LOCFG version="2.21"/><RIBCL VERSION="2.0"><LOGIN USER_LOGIN="Admin" PASSWORD = "Admin"></RIBCL></LOCFG>' https://x.x.x.x/ribcl
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<!--
**************************************************************************
* (c) Copyright Hewlett-Packard Company 1999-2007.  All Rights Reserved. *
**************************************************************************
-->
<title>HP iLO Error Page: Cookie Invalid</title>

 Here's a sniplet of the code being used:

$client = IO::Socket::SSL->new(
            PeerAddr => 'x.x.x.x',
            SSL_verify_mode => SSL_VERIFY_NONE,
            SSL_version => "SSLv3",
            Timeout => $timeout,
);

print $client "POST /ribcl HTTP/1.1 \r\n HOST: localhost \r\n Content-length: 30 \r\n Connection: Close \r\n <RIBCL VERSION='2.0'></RIBCL> \r\n";

 This hangs forever waiting for a responce, would love any feedback we could get

2 REPLIES 2
ticonetster
Occasional Visitor

Re: Issues with the XML interface for RX-series

Did you get a response for this issue?

I am getting the same error when I use the powershell iloCmdlets.

Integrated Lights-Out 3
HP Integrated rx2800 i4

Current firmware revision 01.67.04 

 

Get-ErrorDetail : Error - 10.11.199.69 -  - Error in format/values returned fro
Cannot convert value "<?xml version="1.0"?>
    <RIBCL Version="2.22">
    <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC
    "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html  xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
**************************************************************************
* (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.
*
**************************************************************************
-->
<title>HP iLO Error Page: Cookie Invalid</title>
<meta http-equiv="refresh" content="2; URL=../index.html" />
<link rel="stylesheet" type="text/css" href="../public/css/MP.css" />
<script language="JavaScript" type="text/javascript">
<!--
MMenon
New Member

Re: Issues with the XML interface for RX-series

https://community.hpe.com/t5/Server-Management-Remote-Server/HPiloCmdlets-Error-in-format-values-returned-from-iLO/td-p/6950589#.W_V_ni3Mwk8

 

"

Re: HPiloCmdlets - Error in format/values returned from iLO.

Hi,

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.

 

Thanks,

Gokul"