Changes between Version 14 and Version 15 of Installation/DatabaseSetup
- Timestamp:
- Apr 25, 2013 8:45:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/DatabaseSetup
v14 v15 293 293 === IPMI Power Control === 294 294 295 In the outlets table, simply use the IPMI node for the associated testbed node. 295 In the outlets table, simply use the IPMI node for the associated testbed node. Last_power is left blank when the entries are inserted. 296 297 {{{ 298 mysql> insert into outlets set node_id='cpc5', power_id='cpc5-ipmi', outlet='1'; 299 }}} 300 301 After the nodes have been active, last_power will be populated. 296 302 297 303 {{{