Changes between Version 14 and Version 15 of Installation/DatabaseSetup


Ignore:
Timestamp:
Apr 25, 2013 8:45:16 AM (11 years ago)
Author:
schwab
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/DatabaseSetup

    v14 v15  
    293293=== IPMI Power Control ===
    294294
    295 In the outlets table, simply use the IPMI node for the associated testbed node.
     295In 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{{{
     298mysql> insert into outlets set node_id='cpc5', power_id='cpc5-ipmi', outlet='1';
     299}}}
     300
     301After the nodes have been active, last_power will be populated.
    296302
    297303{{{