Changes between Version 30 and Version 31 of Installation/Nodes
- Timestamp:
- Sep 14, 2011 5:28:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Nodes
v30 v31 201 201 === Add in entries for power and serial connectivity === 202 202 203 If you have a serial controller, you can add an entry into the tip lines table. The 'tipname' corresponds to the name given to the capture daemon on the serial server: 204 205 {{{ 206 mysql> insert into tiplines (tipname, node_id, server) values ('juniper1', 'juniper1', 'serial3'); 207 }}}