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
Last revisionBoth sides next revision
wiki:oardocker_setup_for_grid_5000 [2018/09/21 01:07] neyronwiki:oardocker_setup_for_grid_5000 [2018/09/21 01:14] neyron
Line 6: Line 6:
   * oardocker -v$PWD:/mnt -n 50   * oardocker -v$PWD:/mnt -n 50
  
-== On the frontend VM == +== On the frontend VM ==  
-  * cd /mnt/ ; make node-build node-install node-setup +  * setup the oar-node and atd services: 
-  apt-get install -y at +<code bash> 
-  /etc/init.d/atd start + cd /mnt/ ; make node-build node-install node-setup 
-  cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d + apt-get install -y at 
-  sed -i -e 's/-n -20//' /etc/init.d/oar-node # remove the ''nice -20'' which causes an error + /etc/init.d/atd start 
-  systemctl daemon-reload + cp /usr/local/share/oar/oar-node/init.d/oar-node /etc/init.d 
-  cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/ + sed -i -e 's/ -n -20//' /etc/init.d/oar-node # remove the ''nice -20'' which causes an error 
-  /etc/init.d/oar-node start + systemctl daemon-reload 
-  * setup epilogue + cp /usr/local/share/oar/oar-node/default/oar-node /etc/default/ 
- + /etc/init.d/oar-node start 
-/etc/oar/epilogue:+</code> 
 +  * setup epilogue in file /etc/oar/epilogue:
 <code bash> <code bash>
 #!/bin/bash #!/bin/bash
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