Changes between Version 3 and Version 4 of UsingBenito


Ignore:
Timestamp:
Jun 29, 2011 10:54:11 AM (13 years ago)
Author:
mikeryan
Comment:

start commands

Legend:

Unmodified
Added
Removed
Modified
  • UsingBenito

    v3 v4  
    8181}}}
    8282
     83=== Start commands ===
     84
     85Start commands are similar to Emulab start commands, with a few notable exceptions:
     86
     87 * benito start commands are run at each boot, instead of just once
     88 * there is no way to report the exit status of a start command (yet)
     89
     90You can see the exit status and output of a start command by logging into a node and looking in {{{/var/benito/log/start_command.*}}}. There should be 3 files:
     91
     92 * {{{start_command.log}}}: general info, including exit status
     93 * {{{start_command.out}}}: stdout from the start command
     94 * {{{start_command.err}}}: stderr
     95
    8396== What's Missing ==
    8497
     
    8699
    87100 * Any way of getting a list of nodes and/or node status
    88  * Node start commands
    89101 * Ability to choose a different OS than Ubuntu 10.10 (Maverick)
    90102 * Ability to install software using apt on Ubuntu (and any other OS)