11 | | 3. Load the baseline.ndz image on the nodes in reserved domain. [[CollapsibleStart(Load an image on the nodes)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] Prior to executing the "Hello World" experiment, users need to install an image on the hard disks of the nodes. For this tutorial we will use '''baseline.ndz'''. This image is built on top of '''Ubuntu 12.04''', and is pre-configured with the proper modules and start up scripts to take advantage of the rest of the Orbit services / [wiki:/Hardware hardware]. The imageing process will turn the nodes back off after completing imageing. At this point the nodes disks are imaged with the ''basline'' image and need to be turned back on before proceeding: |
12 | | {{{ |
13 | | username@console.domain:~$ omf tell -a on -t all |
14 | | }}} |
15 | | Give the nodes a couple of minutes to turn on / boot, then check their status with omf stat |
| 11 | {{{ |
| 12 | ssh username@sb1.orbit-lab.org |
| 13 | }}} |
| 14 | 3. Load the baseline.ndz image on the nodes in reserved domain. [[CollapsibleStart(Load an image on the nodes)]] [[Include(Documentation/Short/LoadImage)]][[CollapsibleEnd]] Prior to executing the "Hello World" experiment, users need to install an image on the hard disks of the nodes. For this tutorial we will use '''baseline.ndz'''. This image is built on top of '''Ubuntu 12.04''', and is pre-configured with the proper modules and start up scripts to take advantage of the rest of the Orbit [wiki:/Software software] / [wiki:/Hardware hardware]. |
| 15 | {{{ |
| 16 | username@sb1.orbit-lab.org:~$ omf tell -a offh -t all |
| 17 | ... |
| 18 | username@sb1.orbit-lab.org:~$ omf load -i baseline.ndz -t all |
| 19 | ... |
| 20 | }}} |
| 21 | The imageing process will turn the nodes back off after completing imageing. At this point the nodes disks are imaged with the ''basline'' image and need to be turned back on before proceeding: |
| 22 | {{{ |
| 23 | username@console.sb1:~$ omf tell -a on -t all |
| 24 | }}} |
| 25 | Give the nodes a couple of minutes to turn on / boot, then check their status with omf stat |