317 | | For small sites, you can run ipmitool from boss for serial console. Running the ipmitool to capture proxy is TBD. |
| 317 | For small sites, you can run ipmitool from boss for serial console. |
| 318 | |
| 319 | Customize testbed/capture/capture2ipmi/ipmi2console.sh |
| 320 | Install ipmi2console.sh in /usr/local/etc/rc.d and make sure it is executable. |
| 321 | |
| 322 | Add boss into the tipservers table in the database: |
| 323 | |
| 324 | {{{ |
| 325 | insert into tipservers values ('boss'); |
| 326 | }}} |
| 327 | |
| 328 | Restart the capserver process: |
| 329 | |
| 330 | {{{ |
| 331 | sudo killall capserver |
| 332 | sudo /usr/testbed/sbin/capserver |
| 333 | }}} |
| 334 | |
| 335 | Add in the tip lines for your machines: |
| 336 | |
| 337 | {{{ |
| 338 | for i in {1..16} ; do echo "insert into tiplines (tipname, node_id, server) values ('pc$i', 'pc$i', 'boss');" ; done |
| 339 | }}} |
| 340 | |
| 341 | Run |
| 342 | |
| 343 | /usr/local/etc/rc.d/ipmi2console.sh start |