<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
Try to update server bios and web managment<br>
<br>
</div>
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
<div dir="auto" style="direction:ltr; margin:0; padding:0; font-family:sans-serif; font-size:11pt; color:black">
Get <a href="https://aka.ms/ghei36">Outlook for Android</a></div>
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Jim Rollenhagen <jim@jimrollenhagen.com><br>
<b>Sent:</b> Wednesday, April 4, 2018 8:18:02 PM<br>
<b>To:</b> OpenStack Development Mailing List (not for usage questions)<br>
<b>Subject:</b> Re: [openstack-dev] [Ironic][Tripleo] ipmitool issues HP machines</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">On Wed, Apr 4, 2018 at 8:39 AM, Dan Prince <span dir="ltr">
<<a href="mailto:dprince@redhat.com" target="_blank">dprince@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Kind of a support question but figured I'd ask here in case there are<br>
suggestions for workarounds for specific machines.<br>
<br>
Setting up a new rack of mixed machines this week and hit this issue<br>
with HP machines using the ipmi power driver for Ironic. Curious if<br>
anyone else has seen this before? The same commands work great with my<br>
Dell boxes!<br>
<br>
-----<br>
<br>
[root@localhost ~]# cat x.sh<br>
set -x<br>
# this is how Ironic sends its IPMI commands it fails<br>
echo -n password > /tmp/tmprmdOOv<br>
ipmitool -I lanplus -H 172.31.0.19 -U Adminstrator -f /tmp/tmprmdOOv<br>
power status<br>
<br>
# this works great<br>
ipmitool -I lanplus -H 172.31.0.19 -U Administrator -P password power status<br>
<br>
[root@localhost ~]# bash x.sh<br>
+ echo -n password<br>
+ ipmitool -I lanplus -H 172.31.0.19 -U Adminstrator -f /tmp/tmprmdOOv<br>
power status<br>
Error: Unable to establish IPMI v2 / RMCP+ session<br>
+ ipmitool -I lanplus -H 172.31.0.19 -U Administrator -P password power status<br>
Chassis Power is on<br>
</blockquote>
<div><br>
</div>
<div>Very strange. A tcpdump of both would probably be enlightening. :)</div>
<div><br>
</div>
<div>Also curious what version of ipmitool this is, maybe you're hitting an old bug.</div>
<div><br>
</div>
<div>// jim </div>
</div>
</div>
</div>
</div>
</body>
</html>