Changes between Version 31 and Version 32 of Installation/Nodes


Ignore:
Timestamp:
Sep 14, 2011 5:29:06 PM (13 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Nodes

    v31 v32  
    206206mysql> insert into tiplines (tipname, node_id, server) values ('juniper1', 'juniper1', 'serial3');
    207207}}}
     208
     209If you have your node hooked up to a power controller, add a line into the outlets table to allow for power cycling:
     210
     211{{{
     212mysql> insert into outlets (node_id, power_id, outlet) values ('juniper1', 'power7', 3);
     213}}}