Changes between Version 4 and Version 5 of UsingBenito


Ignore:
Timestamp:
Jun 29, 2011 3:18:19 PM (13 years ago)
Author:
mikeryan
Comment:

node_list

Legend:

Unmodified
Added
Removed
Modified
  • UsingBenito

    v4 v5  
    8181}}}
    8282
     83=== Node list ===
     84
     85The {{{node_list}}} command takes an extra flag {{{-e}}} or {{{--extra}}} to list extra nodes from your experiments. Use it like so:
     86
     87{{{
     88users$ node_list --extra
     89YourPID/some-experiment
     90    pnode-0001.some-experiment.YourPID / pc003
     91    pnode-0000.some-experiment.YourPID / pc038
     92  extra nodes:
     93    node-1.some-experiment.YourPID
     94    node-2.some-experiment.YourPID
     95    node-3.some-experiment.YourPID
     96    node-4.some-experiment.YourPID
     97    node-5.some-experiment.YourPID
     98    node-5.some-experiment.YourPID
     99}}}
     100
     101This makes use of the {{{experiment.extra_nodes}}} XML-RPC method. This method takes two arguments: proj and exp, which are PID and EID respectively.
     102
    83103=== Start commands ===
    84104
     
    98118The following is a list of missing features that will probably cause you some pain and suffering. Actually implementing these features is my highest priority task at the moment, so please bear with me for the time being.
    99119
    100  * Any way of getting a list of nodes and/or node status
     120 * Node status, beyond existence
    101121 * Ability to choose a different OS than Ubuntu 10.10 (Maverick)
    102122 * Ability to install software using apt on Ubuntu (and any other OS)