Changes between Version 16 and Version 17 of Installation/DatabaseSetup


Ignore:
Timestamp:
Jul 26, 2013 6:00:53 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/DatabaseSetup

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