- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Remote Server Management
- >
- Issues with the XML interface for RX-series
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-12-2015 11:39 AM
02-12-2015 11:39 AM
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
- Tags:
- XML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-21-2017 12:18 PM
03-21-2017 12:18 PM
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"> <!--
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-21-2018 08:03 AM
11-21-2018 08:03 AM
Re: Issues with the XML interface for RX-series
"
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"
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP