[Bug 1171418] Re: MAAS fails to power up machines when trying to install nodes
Chris Long
clong at cuttingedge.com.au
Mon Aug 26 16:15:23 UTC 2013
Hi All.
I'm completely new to posting here so please forgive my inexperience.
Here's my problem and fix in cli however what I wish to do is add this fix to the ipmi.template so that maas will work correctly.
This is while running maas on a HP Blade server C7000 series with ProLiant BL2x220c G5 server blades - iLo 2.0
non working example:
ipmipower -h 10.200.0.36 -u maas -p xxxxx --stat
10.200.0.36: authentication type unavailable for attempted privilege level
working example:
ipmipower -D LAN_2_0 -h 10.200.0.36 -u maas -p xxxxx --stat
10.200.0.36: off
Another which controls power on and off:
ipmipower -h 10.200.0.36 -u maas -p xxxxx --on
10.200.0.36: authentication type unavailable for attempted privilege level
ipmipower -h 10.200.0.36 -u maas -p xxxxx --off
10.200.0.36: authentication type unavailable for attempted privilege level
working example:
ipmipower -D LAN_2_0 -h 10.200.0.36 -u maas -p xxxxx --on
10.200.0.36: ok
ipmipower -D LAN_2_0 -h 10.200.0.36 -u maas -p kC17O6xZ --off
10.200.0.36: ok
So where and how do I add "-D LAN_2_0" to enable the IPMI commands to
work within MAAS? I'm sure other people will be experiencing this
particular issue.
Do I add anything to either of these files?
/usr/share/pyshared/provisioningserver/power/templates/ipmi.template
/usr/lib/python2.7/dist-packages/provisioningserver/power/templates/ipmi.template
Thanks in advance.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1171418
Title:
MAAS fails to power up machines when trying to install nodes
To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1171418/+subscriptions
More information about the Ubuntu-server-bugs
mailing list