You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "angeline shen (JIRA)" <ji...@apache.org> on 2013/09/14 05:45:51 UTC

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

angeline shen created CLOUDSTACK-4674:
-----------------------------------------

             Summary: [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
             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 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