Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
wiki:oardocker_setup_for_grid_5000 [2015/10/22 01:14] neyronwiki:oardocker_setup_for_grid_5000 [2016/04/08 13:28] neyron
Line 6: Line 6:
   * oardocker -v$PWD:/mnt -n 50   * oardocker -v$PWD:/mnt -n 50
  
-== On frontend ==+== On the frontend VM ==
   * cd /mnt/ ; make node-build node-install node-setup   * cd /mnt/ ; make node-build node-install node-setup
   * apt-get install -y at   * apt-get install -y at
Line 70: Line 70:
 </code> </code>
  
-== On server ==+== On the server VM==
   * apply changes to oar.conf: set cosystem frontend, epilogue, energy saving   * apply changes to oar.conf: set cosystem frontend, epilogue, energy saving
   * we use the cosystem type instead of deploy (or we need to add a deploy preoperty)   * we use the cosystem type instead of deploy (or we need to add a deploy preoperty)
Line 198: Line 198:
 set -x set -x
 # Nothing really needed here # Nothing really needed here
-  echo shutting down $n+while read n; do 
 +  for nn in $n; do 
 +    echo shutting down $n 
 +  done
 done done
 </code> </code>
wiki/oardocker_setup_for_grid_5000.txt · Last modified: 2020/03/31 15:42 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki