OMF Main Page » OMF User Guide » ToolManPages »
Manual Page for the command: omf load¶
> omf help load
Install a given disk image on the nodes in a testbed
Usage:
load [-h]
load "[TOPOLOGY]" [IMAGE_PATH] [TIMEOUT]
With:
-h, --help print this help message
TOPOLOGY a valid topology description or file without the trailing '.rb'
(default is 'all', the entire set of nodes on the default testbed)
IMAGE_PATH a valid path to a disk image on the image repository
(default is 'baseline.ndz', the latest stable baseline image)
TIMEOUT a duration (in sec.) after which imageNodes should stop waiting for
nodes that have not finished their image installation
(default is 800 sec, i.e. 13min 20sec)
Some Examples:
load
load all
load all baseline-2.4.ndz
load "[1,1]" wireless-2.6.ndz
load "[[1,2],[1,4]]" baseline.ndz 400
load "[[1,1],[2..6,1..2]]"
load system:topo:circle my_Own_Image.ndz
load my_Own_Topology baseline-2.2.ndz 600