Server Management - Remote Server Management
1753337 Members
4973 Online
108792 Solutions
New Discussion

HPiloCmdlets - Error in format/values returned from iLO.

 
ticonetster
Occasional Visitor

HPiloCmdlets - Error in format/values returned from iLO.

I am trying to run commands against a Rx 2800 i4 w/ ilo3

I get this error when i try to run any other command other than Find-HPilo X.X.X.X. That one works.

Get-ErrorDetail : Error - 10.11.199.69 -  - Error in format/values returned from iLO.
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">
<!--
//==============================
// updateFrames
//==============================
function updateFrames()
{
  if(window != top)
    top.location.href = "/errorMsg/webInvalidCookie.html";
}
// -->
</script>
</head>
<body onload="updateFrames();">
<!-- Page Table Start -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
  <tr><td>
  <!-- Masterhead Start -->
  <table border="0" cellpadding="0" cellspacing="0" width="100%" class="applicationMastheadBanner"
style="font-size:11px;" >
    <tr><!-- row1  -->
      <td rowspan="3" height="70px" class="whiteSpacePad"></td>
      <td colspan="3" class="whiteSpaceSm"></td>
      <td rowspan="3" class="whiteSpacePad"></td>
    </tr>
    <tr><!-- row2  -->
      <td width="38px">
        <a href="http://www.hp.com/" target="_blank">
          <img src="../public/images/hp_small_logo.png" border="0" alt="hp logo" />
        </a>
      </td>
      <td class="whiteSpacePad"></td>
      <td style="vertical-align:middle;" nowrap="nowrap">
        <a href="http://www.hp.com/go/integrityilo" target="_blank" style="text-decoration:none;"><span
class="bannerTitle">Integrated Lights-Out 3 </span>
        <br /><span style="font-size:12px;">HP Integrity</span></a>
      </td>
    </tr>
    <tr class="whiteSpaceSm"><!-- row3  -->
      <td colspan="3"></td>
    </tr>
  </table>
  <!-- Masterhead End -->
  </td></tr>
  <tr><td>
  <!--Content Data-->
    <table border="0" class="tableBg" cellspacing="0" cellpadding="0" width="100%">
      <tr>
        <td class="whiteSpacePadSm" rowspan="3"></td>
        <td class="whiteSpaceSm" colspan="2"></td>
        <td class="whiteSpacePadSm" rowspan="3"></td>
      </tr>
      <tr>
        <td width="10px" class="iconUserList">
          <img src="../public/images/icon_status_minor.gif" class="iconSmall" alt="minor" />
       </td>
       <td>Your cookie is invalid.  Please check browser settings.
       </td>
      </tr>
      <tr class="whiteSpaceLg">
        <td colspan="2"></td>
      </tr>
    </table>
  </td></tr>
</table>
</div>
<!-- Page Table End -->
</body>
</html>
</RIBCL>" to type "System.Xml.XmlDocument". Error: "Unexpected XML declaration. The XML declaration must be the first
node in the document, and no white space characters are allowed to appear before it. Line 3, position 7."
At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:12757 char:21
+                     $xml = [xml] $ret
+                     ~~~~~~~~~~~~~~~~~
    +CategoryInfo          :InvalidArgument: (:) [], RuntimeException
    +FullyQualifiedErrorId :InvalidCastToXmlDocument
At C:\Program Files\Hewlett-Packard\PowerShell\Modules\HPiLOCmdlets\HPiLOCmdlets.psm1:12817 char:17
+                 Get-ErrorDetail $ErrorMsg
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-ErrorDetail
1 REPLY 1
GokulKS
HPE Pro

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


I am a HPE Employee

Accept or Kudo