Changes between Version 1 and Version 2 of Software/cOMF/bLoad


Ignore:
Timestamp:
Jan 29, 2013, 3:22:23 PM (11 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/cOMF/bLoad

    v1 v2  
    22== load ==
    33
     4Load command is used to put an image onto the hard disk of the nodes.
     5
     6[[CollapsibleStart(omf help load)]]
    47{{{
    5 user@console:omf help load
    68Install a given disk image on the nodes in a testbed
    79Usage:
     
    3234                    omf-5.4 load -t my_Own_Topology --outpath ./ --outprefix my_Own_Prefix
    3335}}}
     36[[CollapsibleEnd]]
     37
     38Two important arguments are ''TOPOLOGY'' describing the set of nodes one wishes to image , and !IMAGE specifying the name of the image one wants to load the nodes with. Typical command to load both nodes of sandbox 1 with the [wiki:Documentation/SupportedImages baseline] image would look like:
     39
     40[[CollapsibleStart(username@console.sb7:~$ omf load -t all -i baseline.ndz)]]
     41    {{{
     42username@console.sb7:~$ omf load -t all -i baseline.ndz
     43
     44 INFO NodeHandler: OMF Experiment Controller 5.4 (git c005675)
     45 INFO NodeHandler: Slice ID: pxe_slice
     46 INFO NodeHandler: Experiment ID: pxe_slice-2013-01-16t14.56.02-05.00
     47 INFO NodeHandler: Message authentication is disabled
     48 INFO Experiment: load system:exp:stdlib
     49 INFO property.resetDelay: resetDelay = 230 (Fixnum)
     50 INFO property.resetTries: resetTries = 1 (Fixnum)
     51 INFO Experiment: load system:exp:eventlib
     52 INFO Experiment: load system:exp:imageNode
     53 INFO property.nodes: nodes = "system:topo:all" (String)
     54 INFO property.image: image = "baseline.ndz" (String)
     55 INFO property.domain: domain = "sb7.orbit-lab.org" (String)
     56 INFO property.outpath: outpath = "/tmp" (String)
     57 INFO property.outprefix: outprefix = "pxe_slice-2013-01-16t14.56.02-05.00" (String)
     58 INFO property.timeout: timeout = 800 (Fixnum)                                                                                         
     59 INFO property.resize: resize = nil (NilClass)
     60 INFO Topology: Loading topology 'system:topo:all'.
     61 INFO Experiment: Resetting resources
     62 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: node1-2.sb7.orbit-lab.org,node1-1.sb7.orbit-lab.org) [0 sec.]
     63 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: node1-2.sb7.orbit-lab.org,node1-1.sb7.orbit-lab.org) [10 sec.]
     64 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: node1-2.sb7.orbit-lab.org,node1-1.sb7.orbit-lab.org) [20 sec.]
     65 INFO stdlib: Waiting for nodes (Up/Down/Total): 0/2/2 - (still down: node1-2.sb7.orbit-lab.org,node1-1.sb7.orbit-lab.org) [30 sec.]
     66 INFO ALL_UP: Event triggered. Starting the associated tasks.
     67 INFO exp: Progress(0/0/2): 0/0/0 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 760 sec.
     68 INFO exp: Progress(0/0/2): 10/10/10 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 750 sec.
     69 INFO exp: Progress(0/0/2): 10/15/20 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 740 sec.
     70 INFO exp: Progress(0/0/2): 20/25/30 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 730 sec.
     71 INFO exp: Progress(0/0/2): 30/35/40 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 720 sec.
     72 INFO exp: Progress(0/0/2): 40/40/40 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 710 sec.
     73 INFO exp: Progress(0/0/2): 40/45/50 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 700 sec.
     74 INFO exp: Progress(0/0/2): 50/55/60 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 690 sec.
     75 INFO exp: Progress(0/0/2): 60/65/70 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 680 sec.
     76 INFO exp: Progress(0/0/2): 60/65/70 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 670 sec.
     77 INFO exp: Progress(0/0/2): 70/75/80 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 660 sec.
     78 INFO exp: Progress(0/0/2): 90/90/90 min(node1-2.sb7.orbit-lab.org)/avg/max (30) - Timeout: 650 sec.
     79 INFO exp: Progress(1/0/2): 90/95/100 min(node1-1.sb7.orbit-lab.org)/avg/max (30) - Timeout: 640 sec.
     80 INFO exp: Progress(2/0/2): 100/100/100 min()/avg/max (30) - Timeout: 630 sec.
     81 INFO exp:  -----------------------------
     82 INFO exp:  Imaging Process Done
     83 INFO exp:  2 nodes successfully imaged - Topology saved in '/tmp/pxe_slice-2013-01-16t14.56.02-05.00-topo-success.rb'
     84 INFO exp:  -----------------------------
     85 INFO EXPERIMENT_DONE: Event triggered. Starting the associated tasks.
     86 INFO NodeHandler:
     87 INFO NodeHandler: Shutting down experiment, please wait...
     88 INFO NodeHandler:
     89 INFO NodeHandler: Shutdown flag is set - Turning Off the resources
     90 INFO run: Experiment pxe_slice-2013-01-16t14.56.02-05.00 finished after 3:13
     91    }}}
     92[[CollapsibleEnd]]
     93