Changes between Version 13 and Version 14 of Installation/DatabaseSetup
- Timestamp:
- Apr 25, 2013 8:42:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/DatabaseSetup
v13 v14 257 257 === IPMI Nodes === 258 258 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. 259 First, IPMI must exist as a type in the node_types table. 260 261 {{{ 262 insert into node_types set class='power', type='IPMI'; 263 }}} 264 265 Then, each IPMI controller is treated as special node in the database. 266 Each IPMI controller must be inserted into the nodes table, the interfaces table, and the wires table. 262 267 263 268 {{{