You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/06 02:29:35 UTC

[jira] [Commented] (CLOUDSTACK-4674) [baremetal] /usr/share/cloudstack-common/scripts/util/ipmi.py script need to recognize various ipmi version and BMC type of server

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

ASF subversion and git services commented on CLOUDSTACK-4674:
-------------------------------------------------------------

Commit fd5b9a278017c0d1dd9aeecbfa8a8e2ef76c5273 in branch refs/heads/4.3 from [~frank.zhang]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=fd5b9a2 ]

CLOUDSTACK-4674
[baremetal] /usr/share/cloudstack-common/scripts/util/ipmi.py script
need to recognize various ipmi version and BMC type of server


> [baremetal] /usr/share/cloudstack-common/scripts/util/ipmi.py script need to recognize various ipmi version and BMC type of server
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-4674
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4674
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.0
>         Environment: MS   4.2  campo
> baremetal 
>            Reporter: angeline shen
>            Assignee: frank zhang
>            Priority: Critical
>             Fix For: 4.2.1
>
>
> On MS:  ./usr/share/cloudstack-common/scripts/util/ipmi.py :
>      o = ipmitool("-H", hostname, "-U", usrname, "-P", password, "chassis", "bootdev", dev)
> need to include  -l   lanplus option :
>     o = ipmitool("-H", hostname, "-U", usrname, "-P", password, "-l", "lanplus",  "chassis", "bootdev", dev)



--
This message was sent by Atlassian JIRA
(v6.1#6144)