<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 4, 2018 at 6:09 PM, 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);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></blockquote><div><br></div><div>Are you using ILO Drivers? <a href="https://docs.openstack.org/ironic/latest/admin/drivers/ilo.html">https://docs.openstack.org/ironic/latest/admin/drivers/ilo.html</a></div><div>/sanjay </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-----<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>
<br>
Dan<br>
<br>
______________________________<wbr>______________________________<wbr>______________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.<wbr>openstack.org?subject:<wbr>unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Sanjay Upadhyay<div>IRC #saneax</div><div><br></div></div></div>
</div></div>