Changes between Version 12 and Version 13 of Tutorials/a0Basic/Tutorial2


Ignore:
Timestamp:
Nov 20, 2007, 12:22:13 AM (16 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/a0Basic/Tutorial2

    v12 v13  
    103103
    104104== Running Hello World ==
    105 Reserve a time slot on one of the sandboxes, log into the appropriate console machine, image the nodes and run "nodehandler -t".
     105Reserve a time slot on one of the sandboxes, log into the appropriate console machine, image the nodes and run "nodehandler --tutorial".
     106Your console output should look something like this:
    106107
     108{{{
     109console.grid:~/topology# nodehandler4 -d grid --tutorial
     110DEBUG Experiment: Domain: grid
     111 INFO init: NodeHandler Version 4.2.0 (1272)
     112 INFO init: Experiment ID: grid_2007_11_19_19_15_19
     113 INFO ExecApp: Starting application 'commServer': /opt/nodehandler4-4.2.0/sbin/commServer --logfile /tmp/commServer-grid_2007_11_19_19_15_19.log -d 4 --iface eth1
     114 INFO Experiment: load system:exp:stdlib
     115 INFO prop.resetDelay: resetDelay = 210:Fixnum
     116 INFO prop.resetTries: resetTries = 1:Fixnum
     117 INFO Experiment: load test:exp:tutorial-1a
     118 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     119 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     120 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     121 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     122 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     123 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     124 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     125 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     126 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     127 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     128 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     129 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: n_1_2,n_1_1)
     130 INFO n_1_1: Device 'net/w0' reported Not-Associated
     131 INFO stdlib: Waiting for nodes (Up/Down/Total): 1/1/2 - (still down: n_1_2)
     132 INFO whenAll: *: 'apps/app/status[@value='INSTALLED.OK']' fires
     133 INFO n_1_1: Device 'net/w0' reported 00:60:B3:25:BF:F5
     134 INFO n_1_2: Device 'net/w0' reported 00:60:B3:25:BF:F5
     135 INFO OML: Started: {"port"=>"7600", "iface"=>"eth2", "addr"=>"224.0.0.6"}
     136 INFO Experiment: DONE!
     137 INFO ExecApp: Application 'commServer' finished
     138 INFO run: Experiment grid_2007_11_19_19_15_19 finished after 3:41
     139console.grid:~/topology#                                         
     140}}}
     141 
    107142== Prototypes and application definitions used with helloworld ==
    108143