Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02E9510954 for ; Wed, 26 Nov 2014 04:14:37 +0000 (UTC) Received: (qmail 89682 invoked by uid 500); 26 Nov 2014 04:13:48 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 89551 invoked by uid 500); 26 Nov 2014 04:13:48 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 89514 invoked by uid 500); 26 Nov 2014 04:13:48 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 89503 invoked by uid 99); 26 Nov 2014 04:13:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2014 04:13:48 +0000 Date: Wed, 26 Nov 2014 04:13:48 +0000 (UTC) From: "Rajani Karuturi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-4729) [Doc] Document workaround for IPMI protocal type for specific hardware on baremetal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-4729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajani Karuturi updated CLOUDSTACK-4729: ---------------------------------------- Fix Version/s: (was: 4.2.1) 4.3.2 > [Doc] 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: frank zhang > Fix For: 4.3.2 > > > 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 was sent by Atlassian JIRA (v6.3.4#6332)