You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Jessica Tomechak (JIRA)" <ji...@apache.org> on 2013/09/23 23:53:06 UTC

[jira] [Commented] (CLOUDSTACK-4729) Document workaround for IPMI protocal type for specific hardware on baremetal

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-4729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775698#comment-13775698 ] 

Jessica Tomechak commented on CLOUDSTACK-4729:
----------------------------------------------

At what point in time would they need to modify the script? During installation? If so, after what existing install step would you insert this step? Or could this just be added as the final step in bare metal installation?
                
> Document workaround for IPMI protocal type for specific hardware on baremetal
> -----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-4729
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4729
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Doc
>    Affects Versions: 4.2.1
>            Reporter: frank zhang
>            Assignee: Jessica Tomechak
>             Fix For: 4.2.1
>
>
> We should mention to users that Baremetal uses ipmitool to control lifecycle of baremetal host. ipmitool default uses interface 'lan' to issue ipmi commands. Depending on your motherboard, the interface may need to be 'lanplus', in this case, user has to modify script
> /usr/lib64/cloud/agent/scripts/util/ipmi.py
> replace all lines calling ipmi tool for example:
> o = ipmitool("-H", hostname, "-U", usrname, "-P", password, "chassis", "power", "status")
> to
> o = ipmitool("-H", hostname, ,"-I", "lanplus", "-U", usrname, "-P", password, "chassis", "power", "status")
> this issue will be addressed in next release.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira