Changes between Version 13 and Version 14 of Installation/DatabaseSetup


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/DatabaseSetup

    v13 v14  
    257257=== IPMI Nodes ===
    258258
    259 Each IPMI controller is treated as special node in the database.
    260 
    261 It must exist in the nodes table, the interfaces table, and the wires table. 
     259First, IPMI must exist as a type in the node_types table.
     260
     261{{{
     262insert into node_types set class='power', type='IPMI';
     263}}}
     264
     265Then, each IPMI controller is treated as special node in the database.
     266Each IPMI controller must be inserted into the nodes table, the interfaces table, and the wires table. 
    262267
    263268{{{