Changes between Version 31 and Version 32 of Installation/Nodes
- Timestamp:
- Sep 14, 2011 5:29:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Nodes
v31 v32 206 206 mysql> insert into tiplines (tipname, node_id, server) values ('juniper1', 'juniper1', 'serial3'); 207 207 }}} 208 209 If you have your node hooked up to a power controller, add a line into the outlets table to allow for power cycling: 210 211 {{{ 212 mysql> insert into outlets (node_id, power_id, outlet) values ('juniper1', 'power7', 3); 213 }}}