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

2013-10-09 Thread Abhinandan Prateek (JIRA)

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

Abhinandan Prateek commented on CLOUDSTACK-4729:


Frank, Can you answer Jessica and change the assignment to her.

 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.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 was sent by Atlassian JIRA
(v6.1#6144)


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

2013-09-23 Thread Jessica Tomechak (JIRA)

[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-4729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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