Changes between Version 26 and Version 27 of Old/Tutorials/HowToImage
- Timestamp:
- May 13, 2010, 2:54:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/HowToImage
v26 v27 76 76 77 77 Install a given disk image on the nodes in a testbed 78 78 79 Usage: 79 o rbitload [-h]80 o rbitload [TOPOLOGY] [IMAGE_PATH] [TIMEOUT] [DOMAIN]80 omf load [-h] 81 omf load [TOPOLOGY] [IMAGE_PATH] [TIMEOUT] [DOMAIN] 81 82 82 83 With: … … 90 91 91 92 TIMEOUT a duration (in sec.) after which imageNodes should stop waiting for 92 93 93 nodes that have not finished their image installation 94 94 (default is 800 sec, i.e. 13min 20sec) … … 106 106 omf load system:topo:circle my_Own_Image.ndz 107 107 omf load my_Own_Topology baseline-2.2.ndz 600 grid 108 108 109 }}}